summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-121-0/+4
| | | | * include/bsp.h: Use uint32_t instead of unsigned32.
* Use uint32_t instead of unsigned32.Ralf Corsepius2006-12-121-1/+1
|
* 2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-121-0/+5
| | | | | * console/debugputs.c, shmsupp/getcfg.c, shmsupp/lock.c, timer/timer.c: Use uint32_t instead of rtems_unsigned32/unsigned32.
* Use uint32_t instead of rtems_unsigned32/unsigned32.Ralf Corsepius2006-12-126-14/+14
|
* 2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-121-0/+5
| | | | | * console/console.c, timer/timer.c: Use uint32_t instead of rtems_unsigned32/unsigned32.
* 2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-121-0/+4
| | | | * rtems/src/barrierrelease.c: Remove stray rtems_unsigned32.
* Remove stray rtems_unsigned32.Ralf Corsepius2006-12-121-1/+1
|
* 2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-122-11/+6
| | | | | | * libfs/src/imfs/imfs.h: Remove increment_and_check_linkcounts (unused), decrement_linkcounts (unused, broken).
* 2006-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-081-0/+5
| | | | | * libnetworking/net/route.c, libnetworking/netinet/ip_input.c, libnetworking/sys/domain.h: Cosmetics from FreeBSD.
* Cosmetics from FreeBSD.Ralf Corsepius2006-12-083-74/+62
|
* 2006-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-081-0/+5
| | | | | * libnetworking/rtems/rtems_glue.c: Remove local extern strdup.
* Remove local extern strdup.Ralf Corsepius2006-12-081-1/+0
|
* 2006-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-081-0/+10
| | | | | | | | | | * libcsupport/include/rtems/libio.h, libcsupport/src/read.c, libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_dir.c, libfs/src/dosfs/msdos_file.c, libfs/src/imfs/deviceio.c, libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_directory.c, libfs/src/imfs/memfile.c, libnetworking/lib/ftpfs.c, libnetworking/lib/tftpDriver.c, libnetworking/rtems/rtems_syscall.c: Use size_t instead of uint32_t for read/write count-args.
* Use size_t instead of uint32_t for read/write count-args.Ralf Corsepius2006-12-0812-27/+27
|
* 2006-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-081-0/+7
| | | | | | | * rtems/src/timerserverfirewhen.c: Remove local extern _Timer_Seconds_chain. * rtems/src/timerserverfireafter.c: Remove local extern _Timer_Ticks_chain.
* Remove local extern _Timer_Ticks_chain.Ralf Corsepius2006-12-081-1/+0
|
* Remove local extern _Timer_Seconds_chain.Ralf Corsepius2006-12-081-1/+0
|
* 2006-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-061-0/+6
| | | | | | * score/include/rtems/score/object.h, score/src/objectclearname.c, score/src/objectcopynameraw.c, score/src/objectcopynamestring.c: Add const qualifiers, use size_t where appropriate.
* Add const qualifiers, use size_t where appropriate.Ralf Corsepius2006-12-064-19/+19
|
* 2006-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-052-4/+9
| | | | | * score/inline/rtems/score/thread.inl: Add const qualifiers to work around aliasing effects.
* More constsRalf Corsepius2006-12-041-3/+3
|
* 2006-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-042-6/+11
| | | | | * score/inline/rtems/score/chain.inl: Add const qualifiers (works around 651 aliasing bugs).
* 2006-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-12-047-10/+48
| | | | | | | | * posix/src/prwlockunlock.c, rtems/Makefile.am, rtems/src/barrierrelease.c, rtems/src/barrierwait.c, score/src/corerwlockobtainread.c, score/src/corerwlockrelease.c: Complete implementation of barrier as the rest of the test code is now implemented. Also add blocking code to rwlock.
* 2006-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-12-043-8/+100
| | | | | * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to include normal blocking and unblocking on timeout.
* 2006-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-12-042-12/+123
| | | | | * sp33/init.c: Improve barrier test to include normal blocking with manual release and unblocking in barrier deletion.
* Remove duplicate entry.Ralf Corsepius2006-12-021-4/+0
|
* 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-02235-118/+590
| | | | * configure.ac: New BUG-REPORT address.
* 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-021-0/+4
| | | | * configure.ac: New BUG-REPORT address.
* Fix formatting.Joel Sherrill2006-11-301-2/+2
|
* Cleanup.Ralf Corsepius2006-11-301-6/+0
|
* 2006-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-301-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg, custom/HPUX9-posix.cfg, custom/Linux-posix.cfg, custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg, custom/bare.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg, custom/csb336.cfg, custom/csb337.cfg, custom/csb350.cfg, custom/csb360.cfg, custom/dmv152.cfg, custom/eZKit533.cfg, custom/edb7312.cfg, custom/ep1a.cfg, custom/erc32.cfg, custom/erc32nfp.cfg, custom/gba.cfg, custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg, custom/gen68340.cfg, custom/gen68360.cfg, custom/genmongoosev.cfg, custom/gensh1.cfg, custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg, custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg, custom/i386ex.cfg, custom/idp.cfg, custom/jmr3904.cfg,custom/leon2.cfg, custom/leon3.cfg, custom/mbx821_002b.cfg, custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg, custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg, custom/ods68302.cfg, custom/pc386.cfg, custom/psim.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg, custom/score603e.cfg, custom/shsim.cfg, custom/sim68000.cfg, custom/simcpu32.cfg, custom/simsh4.cfg, custom/simsh7032.cfg, custom/simsh7045.cfg, custom/ss555.cfg, custom/ts_386ex.cfg: Cleanup.
* Cleanup.Ralf Corsepius2006-11-3069-250/+67
|
* * vmeUniverse/vmeTsi148.h: user now must define a symbolTill Straumann2006-11-302-0/+18
| | | | | for the header to declare 'dump info'-style routine. This is in order to avoid pulling in <stdio.h>.
* 2006-11-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-271-0/+5
| | | | | * score/src/threadget.c: Remove (Unused). * score/Makefile.am: Removing score/src/threadget.c.
* Remove score/src/threadget.c.Ralf Corsepius2006-11-271-1/+1
|
* Remove (Unused).Ralf Corsepius2006-11-271-33/+0
|
* 2006-11-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-261-0/+1
| | | | * Makefile.am: Add ampolish3.
* 2006-11-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-212-1/+5
| | | | | * libblock/Makefile.am: Don't include preinstall.am. * libblock/preinstall.am: Remove.
* Remove (unused).Ralf Corsepius2006-11-211-7/+0
|
* 2006-11-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-203-5/+18
| | | | | * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores and make output more compliant with other tests.
* 2006-11-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-202-2/+4
| | | | * Makefile.am: Remove ampolish3.
* Regenerate.Ralf Corsepius2006-11-201-1/+1
|
* 2006-11-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-202-103/+4
| | | | * include/coverhd.h: Remove (Use shared default template instead).
* 2006-11-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-202-2/+4
| | | | * Makefile.am: Remove ampolish3.
* 2006-11-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-201-0/+4
| | | | * Makefile.am: Add ampolish3.
* 2006-11-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-201-0/+5
| | | | | * autotools/Makefile.am, autotools/autoconf.add: Upgrade to autoconf-2.61.
* 2006-11-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-192-3/+3
| | | | | * autotools/Makefile.am, autotools/autoconf.add: Upgrade to autoconf-2.61.
* Cosmetics.Ralf Corsepius2006-11-191-1/+1
|
* Fix typo in yesterday's patch.Ralf Corsepius2006-11-191-1/+1
|
* 2006-11-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-182-21/+26
| | | | | | * score/src/heapwalk.c: Do not use printk yet since many BSPs do not prove the hooks for printk yet. This will require enough BSP changes to delay until 4.8.