Ralf Corsepius
0160b3b9d2
2009-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* startup/init5206e.c: Make prototype of CopyDataClearBSSAndStart
global.
2009-12-08 17:34:56 +00:00
Eric Norum
43e74a476d
Add network configuration macros.
2009-12-08 17:24:21 +00:00
Joel Sherrill
a5b5b50866
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libchip/network/dec21140.c, libchip/network/elnk.c,
libchip/network/if_dc.c: Ensure PCI drivers are built on all
supported configurations. PowerPC conditionals were not current and
code was not being built on supported BSPs.
2009-12-08 16:54:20 +00:00
Joel Sherrill
e0e2cb8ec0
2009-12-08 Eric Norum <wenorum@lbl.gov>
...
PR 1479/bsps
* fatal/bspfatal.c: Complete strcat conversion.
2009-12-08 16:48:26 +00:00
Joel Sherrill
5e87bae292
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* network/if_em/Makefile, network/if_gfe/Makefile: Removed.
2009-12-08 15:37:56 +00:00
Ralf Corsepius
c758a4ecf4
Whitespace removal.
2009-12-08 13:36:55 +00:00
Ralf Corsepius
3e9f9565ff
2009-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* include/i2c.h (i2c_transfer_done): Fix type mismatch.
2009-12-08 13:16:00 +00:00
Ralf Corsepius
73c97f7cf0
(i2c_transfer_done): Fix type mismatch.
2009-12-08 13:15:55 +00:00
Ralf Corsepius
2eea9edcb8
2009-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* tod/ds1307.c (ds1307_set_time): Fix broken prototype.
2009-12-08 13:12:51 +00:00
Ralf Corsepius
c2e6a0590a
(ds1307_set_time): Fix broken prototype.
2009-12-08 13:12:45 +00:00
Joel Sherrill
2eb5941982
2009-12-07 Cindy Cicalese <cicalese@mitre.org>
...
PR 1477/cpukit
* score/src/objectsetname.c: Ensure destination is NULL terminated.
String copy was not getting the NULL.
2009-12-07 17:27:46 +00:00
Ralf Corsepius
4c83377128
Regenerate.
2009-12-07 17:04:06 +00:00
Ralf Corsepius
6f019451a4
2009-12-07 Ralf Corsépius <ralf.corsepiu@rtems.org>
...
* shared/comm/console.c: Remove (Unused).
* Makefile.am: Remove shared/comm/console.c.
2009-12-07 16:24:17 +00:00
Ralf Corsepius
56aadea27f
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* console/console.c: Let nds_getch return "int". Remove casts.
2009-12-07 16:22:43 +00:00
Ralf Corsepius
6789d70a66
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* console/conio.c, console/console.c, include/conio.h:
Let *getch return "int". Remove casts.
2009-12-07 16:21:07 +00:00
Ralf Corsepius
b65dd1fcb9
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* block/block.c: Adjust prototype mismatches.
2009-12-07 09:51:34 +00:00
Ralf Corsepius
5c28451c2c
Adjust prototype mismatches.
2009-12-07 09:51:25 +00:00
Ralf Corsepius
f8fd28e28b
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* Makefile.am: Remove -Dcaddr_t=uint32_t.
2009-12-07 09:37:00 +00:00
Ralf Corsepius
b46b3c7008
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* dswifi/arm9/source/wifi_arm9.c: Add missing prototypes.
2009-12-07 09:35:45 +00:00
Ralf Corsepius
2c63d9721f
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* ndstool/source/ndsextract.cpp: Add missing const's.
2009-12-07 09:34:38 +00:00
Ralf Corsepius
7a26d40fc5
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* console/console.c (nds_write): Adjust prototype.
2009-12-07 07:22:06 +00:00
Ralf Corsepius
596c6c103c
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* dswifi/arm7/source/wifi_arm7.c, dswifi/arm7/source/wifi_arm7.h,
dswifi/arm9/source/wifi_arm9.c, libnds/include/nds/arm7/audio.h,
libnds/include/nds/arm7/clock.h, libnds/include/nds/arm7/serial.h,
libnds/include/nds/arm7/touch.h, libnds/source/arm7/clock.c,
libnds/source/arm7/touch.c, rtc/rtc.c: Eliminate various warnings.
2009-12-07 07:12:28 +00:00
Ralf Corsepius
ca11e7817e
Eliminate various warnings.
2009-12-07 07:12:20 +00:00
Ralf Corsepius
82292dc51b
2009-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/sys/uio.h: Include <sys/types.h>.
Use ssize_t for uio_resid in struct uio (From FreeBSD).
2009-12-06 08:16:57 +00:00
Ralf Corsepius
e56cac325f
2009-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* POSIX/Makefile.am: Add readv, writev.
* POSIX/writev.c, POSIX/readv.c: New.
2009-12-06 06:52:15 +00:00
Ralf Corsepius
4ec957a156
Add readv, writev.
2009-12-06 06:52:08 +00:00
Ralf Corsepius
c7183ce0d9
New.
2009-12-06 06:51:40 +00:00
Joel Sherrill
d44fc8b59c
2009-12-04 Fernando Nicodemos <fgnicodemos@terra.com.br>
...
* umon/README, umon/tfs.h: Missing parts of previous commit.
2009-12-04 18:24:58 +00:00
Joel Sherrill
22fb181bef
2009-12-04 Fernando Nicodemos <fgnicodemos@terra.com.br>
...
* README, README.kit637_v6, console/sed1356_16bit.h, startup/memmap.c:
Missing parts of previous commit.
2009-12-04 18:24:52 +00:00
Ralf Corsepius
ee75aade2f
2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/Makefile.am: Unconditionally build
posix/src/sigaddset.c, posix/src/sigdelset.c,
posix/src/sigfillset.c, posix/src/sigemptyset.c,
posix/src/sigismember.c.
2009-12-04 16:09:05 +00:00
Ralf Corsepius
c2488e3a6e
2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/src/sigaddset.c, posix/src/sigdelset.c,
posix/src/sigemptyset.c, posix/src/sigfillset.c,
posix/src/sigismember.c, posix/src/sigprocmask.c:
Remove unnecessary includes.
2009-12-04 15:48:05 +00:00
Ralf Corsepius
9a94e08184
Remove unnecessary includes.
2009-12-04 15:47:57 +00:00
Ralf Corsepius
7ad405ccb3
Regenerate.
2009-12-04 15:32:08 +00:00
Ralf Corsepius
e7b9fee758
2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/Makefile.am: Unconditionally install
posix/include/rtems/posix/sigset.h.
* posix/include/rtems/posix/psignal.h: Reflect having split out
posix/include/rtems/posix/sigset.h.
2009-12-04 15:31:02 +00:00
Ralf Corsepius
522f374416
Unconditionally install posix/include/rtems/posix/sigset.h.
2009-12-04 15:30:35 +00:00
Ralf Corsepius
654e1f32af
Reflect having split out posix/include/rtems/posix/sigset.h.
2009-12-04 15:30:08 +00:00
Ralf Corsepius
a6b8754885
2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/include/rtems/posix/sigset.h: New (Split out from
posix/include/rtems/posix/psignal.h).
2009-12-04 15:24:21 +00:00
Ralf Corsepius
3e70362587
2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* POSIX/sigfillset.c: Let main() return "status".
2009-12-04 15:18:47 +00:00
Ralf Corsepius
0c5ff13483
2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
sigismember.
* POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
POSIX/sigismember.c: New.
2009-12-04 15:17:45 +00:00
Ralf Corsepius
4583cac88e
New.
2009-12-04 15:17:31 +00:00
Joel Sherrill
bb14405df2
2009-12-04 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
...
* sp31/sp31.scn, sp31/task1.c, spintrcritical17/init.c: New test
cases. Updated copyright notice.
2009-12-04 14:08:51 +00:00
Ralf Corsepius
0cd3878008
2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* POSIX/Makefile.am: Add wait.
* POSIX/wait.c: New.
2009-12-04 06:55:02 +00:00
Ralf Corsepius
2845bd1e12
2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/Makefile.am: Unconditionally build src/wait.c src/waitpid.c.
2009-12-04 06:52:56 +00:00
Ralf Corsepius
ce98cecdb1
Unconditionally build src/wait.c src/waitpid.c.
2009-12-04 06:52:47 +00:00
Ralf Corsepius
eada19ad40
2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/Makefile.am: Unconditionally build fork.c, vfork.c.
2009-12-04 06:27:08 +00:00
Ralf Corsepius
a2c2bbb0de
2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac, posix/Makefile.am, wrapup/Makefile.am:
Eliminate AM_CONDITIONAL LIBPOSIX.
2009-12-04 06:05:31 +00:00
Ralf Corsepius
586d96ed41
Regenerate.
2009-12-04 06:05:20 +00:00
Ralf Corsepius
10f41202ab
Eliminate AM_CONDITIONAL LIBPOSIX.
2009-12-04 06:05:05 +00:00
Ralf Corsepius
5bb38e1566
Whitespace removal.
2009-12-04 05:25:30 +00:00
Ralf Corsepius
42e243eeef
Whitespace removal.
2009-12-04 04:27:21 +00:00