summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-038-1/+201
| | | | | | | * 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 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-032-136/+4
| | | | * bspcmdline01/test.c: Removed.
* 2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-022-1/+5
| | | | * sp25/task1.c: Use PRIuPTR for segment_sizes.
* 2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-023-0/+18
| | | | | | | | | | | | | | | | * 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.
* New.Ralf Corsepius2009-12-0236-0/+752
|
* 2009-12-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-12-022-0/+144
| | | | * stringto01/init.c: New file.
* 2009-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-12-018-1/+304
| | | | | | | * 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.
* fixed some typosThomas Doerfler2009-11-304-3/+8
|
* added documentationThomas Doerfler2009-11-3017-19/+280
| | | | | corrections in block tests added Makefile.am
* removed unneeded Makefile.in, added .cvsignoreThomas Doerfler2009-11-305-1167/+10
|
* Added timer server control blockThomas Doerfler2009-11-3016-21/+1918
| | | | | | Removed _Timer_Server thread pointer Added _Timer_server pointer to the default timer server control block Rework of the timer server implementation.
* Whitespace removal.Ralf Corsepius2009-11-30116-428/+428
|
* 2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-232-24/+26
| | | | | | 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 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-232-5/+7
| | | | | | 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-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-2113-3498/+19
| | | | | | | * 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-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-172-1/+5
| | | | * spsize/Makefile.am: Fix broken install rule.
* 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-162-2/+4
| | | | | * rtems++/Task3.cc: Use %zu instead of %i to print size_t's. Remove bogus cast.
* 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-162-7/+11
| | | | * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
* 2009-11-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-142-3/+14
| | | | * rtems++/Task1.cc: Eliminate more warnings.
* 2009-11-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-143-33/+48
| | | | | * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate several dozens of warnings.
* 2009-11-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-132-1/+5
| | | | * block06/init.c: Add missing prototype.
* New test caseThomas Doerfler2009-11-122-7/+58
|
* 2009-11-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-1215-15/+176
| | | | | | | | | | | 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.
* Added block05, block06 and block07Thomas Doerfler2009-11-0915-1/+4931
|
* 2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-092-0/+5
| | | | * psxcancel01/init.c: Initialize start time.
* 2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-092-3/+17
| | | | | | * 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 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-093-24/+27
| | | | | | * 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 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-093-0/+60
| | | | | * psxenosys/Makefile.am: Add documentation file. * psxenosys/psxenosys.doc: New file.
* 2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-092-1/+5
| | | | * spprintk/spprintk.scn: Add end of line at end of file.
* 2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-0943-0/+595
| | | | | | | | | | | | | | | | | | | | * 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-01-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-032-6/+6
| | | | | * support/include/tmacros.h: Include rtems/score/thread.h. Remove _Thread_Dispatch_disable_level.
* 2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-022-10/+11
| | | | * tmoverhd/testtask.c: Apply RTEMS_GCC_NOWARN_USED.
* 2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-022-70/+76
| | | | | * tmoverhd/dumrtems.h: Rework undef/define cascade. Add RTEMS_GCC_NOWARN_USED.
* 2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-022-1/+5
| | | | * tmoverhd/system.h: Add prototype for Empty_directive();
* 2009-01-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-021-0/+5
| | | | | * psxsignal03/init.c: Print sigval.sival_ptr instead of "union sigval".
* Print sigval.sival_ptr instead of "union sigval".Ralf Corsepius2009-11-021-1/+5
|
* 2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-021-0/+5
| | | | | * loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to int to match with rtems/rtems_bsdnet.h.
* Adjust return-type of rtems_bsdnet_loopattach to int to match with ↵Ralf Corsepius2009-11-021-1/+1
| | | | rtems/rtems_bsdnet.h.
* 2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-011-4/+4
| | | | * psxstat/test.c: Apply PRI* macros to print struct stat fields.
* 2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-011-0/+1
| | | | * psxstat/test.c: Apply PRI* macros to print struct stat fields.
* 2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-011-2/+1
| | | | * psxreaddir/test.c: Apply PRI* macros to print struct stat fields.
* 2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-011-0/+1
| | | | * psxreaddir/test.c: Apply PRI* macros to print struct stat fields.
* 2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-011-7/+3
| | | | | * psxfile01/test.c: Remove obsure #ifdef's. Apply PRI* macros to print struct stat fields.
* 2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-011-0/+5
| | | | | * psxfile01/test.c: Remove obsure #ifdef's. Apply PRI* macros to print struct stat fields.
* 2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-011-0/+6
| | | | | | * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t, PRIxblksize_t, PRIxblkcnt_t. Comment cleanups.
* Add PRIxino_t, PRIdoff_t, PRIxblksize_t, PRIxblkcnt_t.Ralf Corsepius2009-11-011-4/+21
| | | | Comment cleanups.
* 2009-11-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-011-0/+4
| | | | * termios/init.c: Remove sh2 hacks.
* Remove sh2 hacks.Ralf Corsepius2009-11-011-8/+1
|
* 2009-11-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-011-0/+1
| | | | * tm26/task1.c: Use true/false instead of TRUE/FALSE for "bool"s.
* Use true/false instead of TRUE/FALSE for "bool"s.Ralf Corsepius2009-11-011-8/+8
|