Commit Graph

13014 Commits

Author SHA1 Message Date
Ralf Corsepius
7d16b75513 Remove rtems/score/ppc.h. 2006-12-12 13:25:47 +00:00
Ralf Corsepius
1598a7b044 Remove (Deprecated in 4.7). 2006-12-12 13:25:29 +00:00
Ralf Corsepius
34e7be2b4f 2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/irq/idt.c: unsigned limits to match with
	  i386_get_info_from_IDTR.
2006-12-12 10:43:30 +00:00
Ralf Corsepius
0b933d6a03 2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/bsp.h: Use uint32_t instead of unsigned32.
2006-12-12 10:26:29 +00:00
Ralf Corsepius
ec76139c06 Use uint32_t instead of unsigned32. 2006-12-12 10:26:18 +00:00
Ralf Corsepius
4ce019ce69 2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/debugputs.c, shmsupp/getcfg.c, shmsupp/lock.c,
	timer/timer.c: Use uint32_t instead of rtems_unsigned32/unsigned32.
2006-12-12 10:24:26 +00:00
Ralf Corsepius
1408ea8de8 Use uint32_t instead of rtems_unsigned32/unsigned32. 2006-12-12 10:24:16 +00:00
Ralf Corsepius
b8e42a7699 2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/console.c, timer/timer.c: Use uint32_t instead of
	  rtems_unsigned32/unsigned32.
2006-12-12 10:22:18 +00:00
Ralf Corsepius
fb8c4e992b 2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/src/barrierrelease.c: Remove stray rtems_unsigned32.
2006-12-12 10:01:56 +00:00
Ralf Corsepius
adb3c11445 Remove stray rtems_unsigned32. 2006-12-12 10:01:38 +00:00
Ralf Corsepius
74393f7178 2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/imfs/imfs.h: Remove
	increment_and_check_linkcounts (unused),
	decrement_linkcounts (unused, broken).
2006-12-12 03:37:40 +00:00
Ralf Corsepius
4093c4b335 2006-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/net/route.c, libnetworking/netinet/ip_input.c,
	libnetworking/sys/domain.h: Cosmetics from FreeBSD.
2006-12-08 15:49:02 +00:00
Ralf Corsepius
5821bfd478 Cosmetics from FreeBSD. 2006-12-08 15:48:34 +00:00
Ralf Corsepius
cbe366e520 2006-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/rtems/rtems_glue.c: Remove local
	extern strdup.
2006-12-08 09:08:51 +00:00
Ralf Corsepius
8147b493a5 Remove local extern strdup. 2006-12-08 09:08:28 +00:00
Ralf Corsepius
11458809cc 2006-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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.
2006-12-08 07:19:19 +00:00
Ralf Corsepius
7192476f7a Use size_t instead of uint32_t for read/write count-args. 2006-12-08 07:18:27 +00:00
Ralf Corsepius
3f77f7189f 2006-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/src/timerserverfirewhen.c: Remove local
	extern _Timer_Seconds_chain.
	* rtems/src/timerserverfireafter.c: Remove local
	extern _Timer_Ticks_chain.
2006-12-08 06:55:03 +00:00
Ralf Corsepius
fe571be3b7 Remove local extern _Timer_Ticks_chain. 2006-12-08 06:54:08 +00:00
Ralf Corsepius
70f54cfc35 Remove local extern _Timer_Seconds_chain. 2006-12-08 06:53:46 +00:00
Ralf Corsepius
c73f11d044 2006-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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.
2006-12-06 09:46:52 +00:00
Ralf Corsepius
f5c5a1db6a Add const qualifiers, use size_t where appropriate. 2006-12-06 09:46:46 +00:00
Ralf Corsepius
6876ce7a44 2006-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/inline/rtems/score/thread.inl: Add const qualifiers to work
	around aliasing effects.
2006-12-05 15:57:31 +00:00
Ralf Corsepius
86aa798016 More consts 2006-12-04 14:44:33 +00:00
Ralf Corsepius
852d53f7a7 2006-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/inline/rtems/score/chain.inl: Add const qualifiers (works
	  around 651 aliasing bugs).
2006-12-04 14:31:32 +00:00
Joel Sherrill
6bc7a5e1a3 2006-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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 14:16:26 +00:00
Joel Sherrill
c0547b4901 2006-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
	include normal blocking and unblocking on timeout.
2006-12-04 14:11:37 +00:00
Joel Sherrill
a27fa6d543 2006-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp33/init.c: Improve barrier test to include normal blocking with
	manual release and unblocking in barrier deletion.
2006-12-04 14:10:48 +00:00
Ralf Corsepius
a7479f2f74 Remove duplicate entry. 2006-12-02 06:06:56 +00:00
Ralf Corsepius
fcb0cd462c 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
2006-12-02 06:06:55 +00:00
Ralf Corsepius
0a978b3d38 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
2006-12-02 06:05:23 +00:00
Joel Sherrill
fe6f68cf15 Fix formatting. 2006-11-30 16:05:50 +00:00
Ralf Corsepius
df32151373 Cleanup. 2006-11-30 07:00:05 +00:00
Ralf Corsepius
6ba1a1c81c 2006-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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.
2006-11-30 06:47:06 +00:00
Ralf Corsepius
0c642539f2 Cleanup. 2006-11-30 06:46:38 +00:00
Till Straumann
43ea3692ce * vmeUniverse/vmeTsi148.h: user now must define a symbol
for the header to declare 'dump info'-style routine. This
    is in order to avoid pulling in <stdio.h>.
2006-11-30 02:28:49 +00:00
Ralf Corsepius
297e2380ee 2006-11-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/threadget.c: Remove (Unused).
	* score/Makefile.am: Removing score/src/threadget.c.
2006-11-27 09:55:09 +00:00
Ralf Corsepius
fbfb37e7e4 Remove score/src/threadget.c. 2006-11-27 09:54:27 +00:00
Ralf Corsepius
266165b1f3 Remove (Unused). 2006-11-27 09:54:02 +00:00
Ralf Corsepius
ad4af0dcf3 2006-11-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Add ampolish3.
2006-11-26 06:23:34 +00:00
Ralf Corsepius
b4bf2897a2 2006-11-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/Makefile.am: Don't include preinstall.am.
	* libblock/preinstall.am: Remove.
2006-11-21 11:07:04 +00:00
Ralf Corsepius
1a741fdce6 Remove (unused). 2006-11-21 11:06:31 +00:00
Joel Sherrill
c338ae2b6b 2006-11-20 Joel Sherrill <joel@OARcorp.com>
* sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
	and make output more compliant with other tests.
2006-11-20 23:18:45 +00:00
Ralf Corsepius
70bb55f9b2 2006-11-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove ampolish3.
2006-11-20 05:55:01 +00:00
Ralf Corsepius
c73ba8b5b1 Regenerate. 2006-11-20 05:51:08 +00:00
Ralf Corsepius
f6670ed183 2006-11-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/coverhd.h: Remove (Use shared default template instead).
2006-11-20 05:50:22 +00:00
Ralf Corsepius
d17f2b5070 2006-11-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove ampolish3.
2006-11-20 05:47:35 +00:00
Ralf Corsepius
054f187726 2006-11-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Add ampolish3.
2006-11-20 05:41:57 +00:00
Ralf Corsepius
f319598ee1 2006-11-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* autotools/Makefile.am, autotools/autoconf.add:
	Upgrade to autoconf-2.61.
2006-11-20 05:39:07 +00:00
Ralf Corsepius
bd8f4d83b4 2006-11-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* autotools/Makefile.am, autotools/autoconf.add:
	Upgrade to autoconf-2.61.
2006-11-19 03:38:30 +00:00