Commit Graph

19945 Commits

Author SHA1 Message Date
Ralf Corsepius
359e537416 Whitespace removal. 2009-11-30 05:09:41 +00:00
Ralf Corsepius
ac7af4a359 Whitespace removal. 2009-11-30 04:37:44 +00:00
Ralf Corsepius
9eac014ad3 2009-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* bin2s: Remove.
2009-11-30 04:17:28 +00:00
Ralf Corsepius
a36b649384 2009-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* bin2s.c: Remove CVS-$Log's.
2009-11-30 04:16:52 +00:00
Ralf Corsepius
0d34641c73 Remove CVS-'s. 2009-11-30 04:14:38 +00:00
Ralf Corsepius
90a0b910eb 2009-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnds/include/nds/arm9/exceptions.h,
	libnds/include/nds/arm9/image.h,
	libnds/include/nds/arm9/input.h,
	libnds/include/nds/arm9/math.h,
	libnds/include/nds/arm9/pcx.h,
	libnds/include/nds/arm9/rumble.h,
	libnds/include/nds/arm9/sound.h,
	libnds/include/nds/arm9/trig_lut.h,
	libnds/source/arm9/dcache.S,
	libnds/source/arm9/exceptionHandler.S,
	libnds/source/arm9/exceptions.c,
	libnds/source/arm9/image.c,
	libnds/source/arm9/keys.c,
	libnds/source/arm9/pcx.c,
	libnds/source/arm9/rumble.c,
	libnds/source/arm9/sound.c,
	libnds/source/arm9/system.c,
	libnds/source/arm9/touch.c,
	libnds/source/common/biosCalls.S,
	libnds/source/common/gbfs.c,
	libnds/source/common/interruptDispatcher.S,
	libnds/source/common/interrupts.c:
	Remove CVS-$Log's.
2009-11-30 04:13:53 +00:00
Ralf Corsepius
3495c57d11 Whitespace removal. 2009-11-30 03:49:08 +00:00
Ralf Corsepius
b1274bd94c Whitespace removal. 2009-11-30 03:33:25 +00:00
Ralf Corsepius
44b06ca617 Whitespace removal. 2009-11-29 15:33:28 +00:00
Ralf Corsepius
efdfd48add Whitespace removal. 2009-11-29 15:27:07 +00:00
Ralf Corsepius
d4b4664b99 Whitespace removal. 2009-11-29 14:59:41 +00:00
Ralf Corsepius
32b8506b24 Whitespace removal. 2009-11-29 14:53:02 +00:00
Ralf Corsepius
28352faecf Whitespace removal. 2009-11-29 13:51:53 +00:00
Ralf Corsepius
18daff9b95 Whitespace removal. 2009-11-29 13:35:32 +00:00
Ralf Corsepius
0a7278e497 Whitespace removal. 2009-11-29 13:20:53 +00:00
Ralf Corsepius
0893220b2a Whitespace removal. 2009-11-29 12:12:39 +00:00
Ralf Corsepius
33c3b54d57 Whitespace removal. 2009-11-29 11:57:23 +00:00
Ralf Corsepius
309dbd07ff Whitespace removal. 2009-11-28 06:28:41 +00:00
Ralf Corsepius
e447c7d242 Whitespace removal. 2009-11-28 06:15:55 +00:00
Ralf Corsepius
20f02c63a7 Whitespace removal. 2009-11-28 05:58:54 +00:00
Ralf Corsepius
1c9a4c7546 White space removal. 2009-11-28 05:48:23 +00:00
Ralf Corsepius
d9bf21e721 Regenerate. 2009-11-27 06:35:32 +00:00
Ralf Corsepius
4cfd1e0711 Bump GCC_RPMREL. 2009-11-27 06:34:25 +00:00
Ralf Corsepius
6082b8b692 Rework setting up version_string. 2009-11-27 06:34:10 +00:00
Ralf Corsepius
b1a9d0cddc Add mpfr_provided for suse-11.2 and fedora-12 2009-11-27 06:33:16 +00:00
Ralf Corsepius
0d196f9b93 Split sed into 2 parts. 2009-11-27 06:32:29 +00:00
Joel Sherrill
7455087f4f 2009-11-25 Michael Walle <michael@walle.cc>
* shared/gdbstub/lm32-stub.c: Fix wrong computation of negative branch
	targets (thanks to Manfred Scheible <mscheible@husware.de>.
2009-11-25 22:55:51 +00:00
Ralf Corsepius
68049df7fb 2009-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/tsmac/tsmac.c: Remove unused vars.
	Let rtems_tsmac_driver_attach return 1.
2009-11-24 06:42:40 +00:00
Ralf Corsepius
db8698d069 2009-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/console/console.c: Use int as return type of
	BSP_uart_polled_read.
2009-11-24 06:40:50 +00:00
Ralf Corsepius
de87499481 2009-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/bsp.h: Move extern "C" { }.
2009-11-24 06:38:38 +00:00
Joel Sherrill
13c37ad39a 2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/shell.c: Always duplicate the environment passed to us
	because we will delete it when the shell exits. If we do not
	duplicate it, we could end up freeing memory which was not allocated
	from the heap or double freeing it.
2009-11-23 21:56:50 +00:00
Joel Sherrill
8a68b60f57 2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/login_prompt.c: Properly process EOF and do not depend
	on ungetc() to propagate the status back.
2009-11-23 21:55:36 +00:00
Joel Sherrill
6e701e2cbf 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* libchip/network/smc91111.c: Formatting.
2009-11-23 20:12:39 +00:00
Joel Sherrill
6083017bf6 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* clockdrv_shell.h: Clean up.
2009-11-23 20:11:57 +00:00
Joel Sherrill
e5962ef59d 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/bsppretaskinghook.c: New file.  Was really common.
	* shared/bspstart.c: Removed.  Was really leon2 specific.
2009-11-23 20:11:09 +00:00
Joel Sherrill
c23e29effa 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: sparc/shared/bspstart.c was really leon2 specific. So
	move it here.
	* startup/bspstart.c: New file.
2009-11-23 20:09:58 +00:00
Joel Sherrill
d4df43d226 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, startup/bspstart.c:
	Use ../../sparc/shared/bsppretaskinghook.c.
	* console/console.c: Remove sis comment.
2009-11-23 20:09:22 +00:00
Joel Sherrill
f1860440e0 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: Switch to ../../shared/bspstart.c
2009-11-23 20:08:25 +00:00
Joel Sherrill
90505853a8 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* clock/clockdrv.c: Split hardware initialization code into
	Clock_driver_support_initialize_hardware().
2009-11-23 20:07:55 +00:00
Joel Sherrill
ef85611a8e 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/inline/rtems/score/thread.inl: Eliminate unused variable and
	code.
2009-11-23 20:07:04 +00:00
Joel Sherrill
fb1102eac0 2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* ne2000/ne2000.c: Logic on defaulting port number was inverted when
	adding command line arguments.
2009-11-23 18:26:55 +00:00
Ralf Corsepius
9999ac00a2 2009-11-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* src/rtemsInterrupt.cc: #include <cstdlib>.
	* src/rtemsMessageQueue.cc, src/rtemsSemaphore.cc,
	src/rtemsTask.cc, src/rtemsTimer.cc: #include <cstring>.
2009-11-23 15:30:03 +00:00
Ralf Corsepius
60e9714c0c #include <cstring>. 2009-11-23 15:29:54 +00:00
Ralf Corsepius
43d55f8a1e #include <cstdlib>. 2009-11-23 15:29:33 +00:00
Ralf Corsepius
dce4a3177c 2009-11-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for cstdlib, cstring.
2009-11-23 15:27:44 +00:00
Joel Sherrill
b288588646 2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1460/cpukit
	* sp43/init.c: Change return type on methods accessing portions of
	RTEMS Ids to int. This allows -1 to be return on error.
2009-11-23 14:58:30 +00:00
Joel Sherrill
ea6eb43135 2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1460/cpukit
	* psx14/init.c: Change return type on methods accessing portions of
	RTEMS Ids to int. This allows -1 to be return on error.
2009-11-23 14:58:18 +00:00
Joel Sherrill
e25611d036 2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1460/cpukit
	* user/object.t: Change return type on methods accessing portions of
	RTEMS Ids to int. This allows -1 to be return on error.
2009-11-23 14:53:28 +00:00
Joel Sherrill
fdc57ca4b6 2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1460/cpukit
	* rtems/include/rtems/rtems/object.h,
	rtems/src/rtemsobjectapimaximumclass.c,
	rtems/src/rtemsobjectgetapiclassname.c,
	rtems/src/rtemsobjectgetapiname.c,
	rtems/src/rtemsobjectgetclassinfo.c,
	rtems/src/rtemsobjectidapimaximum.c,
	rtems/src/rtemsobjectidapiminimum.c, rtems/src/rtemsobjectidgetapi.c,
	rtems/src/rtemsobjectidgetclass.c, rtems/src/rtemsobjectidgetindex.c,
	rtems/src/rtemsobjectidgetnode.c: Change return type on methods
	accessing portions of RTEMS Ids to int. This allows -1 to be return
	on error.
2009-11-23 14:53:04 +00:00
Joel Sherrill
3f255ce131 2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* mghttpd/mongoose.c: crypto_sw table is not used when SSL is disabled.
	RTEMS does not have flockfile/funlockfile.
2009-11-23 14:33:23 +00:00