summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 2009-11-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-011-0/+5
| | | | | * tm15/task1.c: Make time_set a "bool". Eliminate TRUE/FALSE.
* Make time_set a "bool".Ralf Corsepius2009-11-011-3/+4
| | | | Eliminate TRUE/FALSE.
* 2009-10-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-311-3/+3
| | | | | * include/pmacros.h: Change TM_OCTOBER to 9, TM_NOVEMBER to 10, TM_DECEMBER to 11 (tm_mon months start with JAN = 0).
* 2009-10-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-311-0/+5
| | | | | * include/pmacros.h: Change TM_OCTOBER to 9, TM_NOVEMBER to 10, TM_DECEMBER to 11 (tm_mon months start with JAN = 0).
* 2009-10-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-311-0/+4
| | | | * include/pmacros.h: November is the 11th month.
* November is the 11th month.Ralf Corsepius2009-10-311-1/+1
|
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+4
| | | | * itrontime01/init.c: Use %ld to print "time"s.
* Use %ld to print "time"s.Ralf Corsepius2009-10-301-3/+3
|
* 2009-10-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-304-7/+13
| | | | | | * mp03/task1.c, mp10/init.c, mp13/task1.c: Use rtems_clock_get_ticks_per_second() instead of the obsoleted TICKS_PER_SECOND.
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+4
| | | | * include/timesys.h: Use PRId32.
* Use PRId32.Ralf Corsepius2009-10-301-1/+1
|