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
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
Joel Sherrill
4828ee25a2
2009-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am, configure.ac: New test to exercise getgrnam and getpwnam
families.
* psxpasswd01/.cvsignore, psxpasswd01/Makefile.am, psxpasswd01/init.c,
psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: New files.
2009-12-03 17:15:02 +00:00
Joel Sherrill
73008d3d60
2009-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* bspcmdline01/test.c: Removed.
2009-12-03 12:07:05 +00:00
Ralf Corsepius
97abdd2bcf
2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* sp25/task1.c: Use PRIuPTR for segment_sizes.
2009-12-02 15:30:58 +00:00
Ralf Corsepius
c53ba11a40
2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* Makefile.am: Add POSIX.
* configure.ac: Add POSIX/.
* POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
POSIX/waitpid.c, POSIX/write.c: New.
2009-12-02 15:03:45 +00:00
Ralf Corsepius
60d47abfcf
New.
2009-12-02 15:00:05 +00:00
Joel Sherrill
4a1c09df39
2009-12-02 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* stringto01/init.c: New file.
2009-12-02 12:14:24 +00:00
Joel Sherrill
57544fbb52
2009-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* Makefile.am, configure.ac: Add string_to_xxx conversion test.
* stringto01/.cvsignore, stringto01/Makefile.am,
stringto01/stringto01.doc, stringto01/stringto01.scn,
stringto01/stringto_test_template.h: New files.
2009-12-01 22:10:33 +00:00
Thomas Doerfler
51bdbca101
fixed some typos
2009-11-30 12:51:50 +00:00
Thomas Doerfler
f9925bcc24
added documentation
...
corrections in block tests
added Makefile.am
2009-11-30 12:41:10 +00:00
Thomas Doerfler
1498a59610
removed unneeded Makefile.in, added .cvsignore
2009-11-30 09:26:36 +00:00
Thomas Doerfler
6e51c4c9f7
Added timer server control block
...
Removed _Timer_Server thread pointer
Added _Timer_server pointer to the default timer server control block
Rework of the timer server implementation.
2009-11-30 09:08:35 +00:00
Ralf Corsepius
b1274bd94c
Whitespace removal.
2009-11-30 03:33:25 +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
5d01adfb24
2009-11-21 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
* block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
2009-11-21 20:53:15 +00:00
Ralf Corsepius
34f2d677d8
2009-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* spsize/Makefile.am: Fix broken install rule.
2009-11-17 03:47:52 +00:00
Ralf Corsepius
be6a9a2dee
2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
Remove bogus cast.
2009-11-16 04:55:17 +00:00
Ralf Corsepius
7eab7adeb9
2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
2009-11-16 04:51:36 +00:00
Ralf Corsepius
87bd3ee83a
2009-11-14 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* rtems++/Task1.cc: Eliminate more warnings.
2009-11-14 21:54:45 +00:00
Ralf Corsepius
1fcff14ff1
2009-11-14 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
several dozens of warnings.
2009-11-14 21:09:34 +00:00
Ralf Corsepius
d093934163
2009-11-13 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* block06/init.c: Add missing prototype.
2009-11-13 09:47:57 +00:00
Thomas Doerfler
b27799c311
New test case
2009-11-12 15:34:09 +00:00
Joel Sherrill
ea7d86b245
2009-11-11 Joel Sherrill <joel.sherrill@oarcorp.com>
...
PR 1466/tests
* Makefile.am, configure.ac, psxclock/init.c, psxclock/psxclock.doc,
psxclock/psxclock.scn, psxkey03/init.c, psxsignal02/init.c,
psxsignal03/init.c, psxstack01/init.c: Remove usleep() from tests.
Add test specifically to test it since it is deprecated as of
POSIX.1-2008.
* psxusleep/.cvsignore, psxusleep/Makefile.am, psxusleep/init.c,
psxusleep/psxusleep.doc, psxusleep/psxusleep.scn: New files.
2009-11-12 00:21:51 +00:00
Thomas Doerfler
e6000760b2
Added block05, block06 and block07
2009-11-09 16:27:42 +00:00
Joel Sherrill
f3ddd7ba93
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* psxcancel01/init.c: Initialize start time.
2009-11-09 15:04:03 +00:00
Joel Sherrill
1369978b7f
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* support/include/tmacros.h: Add service to check status returned by
POSIX methods which return a pointer which is -1 on error. This
eliminated some casts.
2009-11-09 14:49:35 +00:00
Joel Sherrill
96bdacd57d
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* psxmsgq01/init.c, psxsem01/init.c: Add service to check status
returned by POSIX methods which return a pointer which is -1 on
error. This eliminated some casts.
2009-11-09 14:49:27 +00:00
Joel Sherrill
23938252ad
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* psxenosys/Makefile.am: Add documentation file.
* psxenosys/psxenosys.doc: New file.
2009-11-09 14:47:06 +00:00
Joel Sherrill
3ee8430be6
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* spprintk/spprintk.scn: Add end of line at end of file.
2009-11-09 14:30:10 +00:00
Joel Sherrill
380c61ac67
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* sp32/Makefile.am, sp33/Makefile.am, sp37/Makefile.am,
sp38/Makefile.am, sp39/Makefile.am, sp43/Makefile.am,
sp44/Makefile.am, spfatal01/Makefile.am, spfatal02/Makefile.am,
spfatal03/Makefile.am, spfatal04/Makefile.am, spfatal05/Makefile.am,
spfatal06/Makefile.am, spfatal07/Makefile.am, spfatal08/Makefile.am,
spfatal09/Makefile.am, spobjgetnext/Makefile.am,
spprintk/Makefile.am, spsize/Makefile.am, spwatchdog/Makefile.am,
spwkspace/Makefile.am: Add documentation files for multiple tests.
* sp32/sp32.doc, sp33/sp33.doc, sp37/sp37.doc, sp38/sp38.doc,
sp39/sp39.doc, sp43/sp43.doc, sp44/sp44.doc, spfatal01/spfatal01.doc,
spfatal02/spfatal02.doc, spfatal03/spfatal03.doc,
spfatal04/spfatal04.doc, spfatal05/spfatal05.doc,
spfatal06/spfatal06.doc, spfatal07/spfatal07.doc,
spfatal08/spfatal08.doc, spfatal09/spfatal09.doc,
spobjgetnext/spobjgetnext.doc, spprintk/spprintk.doc,
spsize/spsize.doc, spwatchdog/spwatchdog.doc,
spwkspace/spwkspace.doc: New files.
2009-11-09 14:25:28 +00:00
Ralf Corsepius
f62c4673b6
2009-01-03 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* support/include/tmacros.h: Include rtems/score/thread.h.
Remove _Thread_Dispatch_disable_level.
2009-11-03 04:29:40 +00:00
Ralf Corsepius
b5c8e278c6
2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* tmoverhd/testtask.c: Apply RTEMS_GCC_NOWARN_USED.
2009-11-02 11:13:59 +00:00
Ralf Corsepius
8324306179
2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* tmoverhd/dumrtems.h: Rework undef/define cascade.
Add RTEMS_GCC_NOWARN_USED.
2009-11-02 11:13:09 +00:00
Ralf Corsepius
56c091e25f
2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* tmoverhd/system.h: Add prototype for Empty_directive();
2009-11-02 11:11:37 +00:00
Ralf Corsepius
deb22fc5af
2009-01-02 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* psxsignal03/init.c:
Print sigval.sival_ptr instead of "union sigval".
2009-11-02 07:10:58 +00:00
Ralf Corsepius
c61e6316e0
Print sigval.sival_ptr instead of "union sigval".
2009-11-02 07:10:36 +00:00
Ralf Corsepius
4f11fac570
2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to
int to match with rtems/rtems_bsdnet.h.
2009-11-02 04:24:20 +00:00
Ralf Corsepius
1901ba4746
Adjust return-type of rtems_bsdnet_loopattach to int to match with rtems/rtems_bsdnet.h.
2009-11-02 04:24:14 +00:00
Ralf Corsepius
7a20394f99
2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* psxstat/test.c: Apply PRI* macros to print struct stat fields.
2009-11-01 07:55:21 +00:00
Ralf Corsepius
d00a1abc7c
2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* psxstat/test.c: Apply PRI* macros to print struct stat fields.
2009-11-01 07:55:20 +00:00
Ralf Corsepius
a60113c616
2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* psxreaddir/test.c: Apply PRI* macros to print struct stat fields.
2009-11-01 07:54:35 +00:00
Ralf Corsepius
4e17a42dbc
2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* psxreaddir/test.c: Apply PRI* macros to print struct stat fields.
2009-11-01 07:54:34 +00:00