summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-262-1/+5
| | | | * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-262-3/+4
| | | | * support/include/test_support.h: Add missing prototypes.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-262-2/+12
| | | | | * support/include/tmacros.h: Move _Thread_Dispatch_disable_level outside of check_dispatch_disable_level.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-262-2/+3
| | | | * support/src/test_support.c: Add missing prototypes.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-262-62/+70
| | | | | | * support/include/tmacros.h: Include <inttypes.h>. Move extern "C". Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+15
| | | | | * configure.ac: Add AC_CHECK_HEADERS sys/mman.h. Add AC_CHECK_DECLS pthread_atfork, adjtime, mprotect.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+5
| | | | | * configure.ac: Add AC_CHECK_HEADERS sys/mman.h. Add AC_CHECK_DECLS pthread_atfork, adjtime, mprotect.
* 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-251-0/+5
| | | | | | * psxtime/test.c: Include <sys/time.h>. Conditionally add local prototype for adjtime() if sys/time.h doesn't supply it.
* 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-251-0/+3
| | | | | | * psxtime/test.c: Include <sys/time.h>. Conditionally add local prototype for adjtime() if sys/time.h doesn't supply it.
* 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-251-0/+3
| | | | * psx07/init.c: Include <sched.h>, <pthread.h>.
* 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-251-0/+1
| | | | * psx07/init.c: Include <sched.h>, <pthread.h>.
* 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-251-0/+2
| | | | * psx05/init.c: Include <sched.h>.
* 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-251-0/+1
| | | | * psx05/init.c: Include <sched.h>.
* 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-252-0/+4
| | | | * psx11/init.c, psx09/init.c: Include <sched.h>.
* 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-251-0/+1
| | | | * psx11/init.c, psx09/init.c: Include <sched.h>.
* 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-251-0/+2
| | | | * psx12/init.c: Include <sched.h>.
* 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-251-1/+2
| | | | * psx12/init.c: Include <sched.h>.
* 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-251-0/+4
| | | | | | * psxenosys/init.c: Include "pthread.h". Conditionally add local prototype for pthread_atfork() if pthread.h doesn't supply it.
* 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-251-0/+3
| | | | | | * psxenosys/init.c: Include "pthread.h". Conditionally add local prototype for pthread_atfork() if pthread.h doesn't supply it.
* 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-251-0/+1
| | | | * psxkey01/init.c: Include "test_support.h".
* 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-251-0/+4
| | | | * psxkey01/init.c: Include "test_support.h".
* 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-251-0/+7
| | | | | | | * configure.ac: Check for pthread_atfork in pthread.h. * psxrwlock01/test.c: Conditionally add local prototype for pthread_atfork() if pthread.h doesn't supply it. Include <pthread.h>.
* 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-251-1/+11
| | | | | | | * configure.ac: Check for sys/mman.h. Check for mprotect in sys/mman.h. * psxenosys/init.c: Conditionally add local prototype for mprotect() if sys/mman.h doesn't supply it.
* 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-251-0/+7
| | | | | | | * configure.ac: Check for sys/mman.h. Check for mprotect in sys/mman.h. * psxenosys/init.c: Conditionally add local prototype for mprotect() if sys/mman.h doesn't supply it.
* 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-252-0/+8
| | | | | | * configure.ac: Check for pthread_rwlock_unlock in pthread.h. * psxrwlock01/test.c: Conditionally add local prototype for pthread_rwlock_unlock() if pthread.h doesn't supply it.
* 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-251-0/+6
| | | | | | * configure.ac: Check for pthread_rwlock_unlock in pthread.h. * psxrwlock01/test.c: Conditionally add local prototype for pthread_rwlock_unlock() if pthread.h doesn't supply it.
* 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-251-0/+12
| | | | | | | | | | | | * psx01/init.c, psxalarm01/init.c, psxbarrier01/test.c, psxclock/init.c, psxfatal01/testcase.h, psxfatal02/testcase.h, psxhdrs/signal12.c, psxkey01/init.c, psxkey03/init.c, psxmsgq01/init.c, psxmsgq02/init.c, psxmsgq03/init.c, psxreaddir/test.c, psxrwlock01/test.c, psxsignal01/init.c, psxsignal02/init.c, psxsignal03/init.c, psxspin01/test.c, psxspin02/test.c, psxstack01/init.c, psxstat/test.c, psxualarm/init.c: Remove unused vars. Add missing prototypes.
* Remove unused vars.Ralf Corsepius2009-10-2522-78/+28
| | | | Add missing prototypes.
* 2009-10-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-241-0/+5
| | | | | * sp27/init.c, spsize/init.c: Fix prototypes. * spwatchdog/task1.c: Remove unused vars.
* Remove unused vars.Ralf Corsepius2009-10-241-1/+0
|
* Fix prototypes.Ralf Corsepius2009-10-242-2/+1
|
* 2009-10-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-241-0/+7
| | | | | | | * sp10/init.c, sp18/init.c, sp27/init.c, sp35/priinv.c sp63/init.c, sp65/init.c, sp67/init.c, spintrcritical11/init.c spobjgetnext/init.c, spprintk/init.c: Eliminate unused vars.
* Eliminate unused vars.Ralf Corsepius2009-10-2410-13/+5
|
* Add rprintf.hRalf Corsepius2009-10-241-1/+1
|
* 2009-10-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-241-0/+15
| | | | | | | | | | | | | | | * capture/init.c: Remove setup_tasks_to_watch. * capture/system.h: Remove test*(). Add setup_tasks_to_watch(). * capture/test1.c: Fix prototype. * fileio/init.c: Fix broken printfs. * minimum/init.c: Remove unused var. * nsecs/empty.c: Add missing prototype. * nsecs/rprintf.h: New. * nsecs/init.c: Printf fixes. * unlimited/system.h: Add missing prototypes. * unlimited/init.c, unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Various warning fixes.
* Various warning fixes.Ralf Corsepius2009-10-244-19/+21
|
* Add missing prototypes.Ralf Corsepius2009-10-241-3/+3
|
* Printf fixes.Ralf Corsepius2009-10-241-5/+7
|
* New.Ralf Corsepius2009-10-241-0/+9
|
* Add missing prototype.Ralf Corsepius2009-10-241-1/+1
|
* Remove unused var.Ralf Corsepius2009-10-241-2/+0
|
* Fix broken prints.Ralf Corsepius2009-10-241-2/+2
|
* Fix prototype.Ralf Corsepius2009-10-241-1/+1
|
* Remove test*().Ralf Corsepius2009-10-241-3/+1
| | | | Add setup_tasks_to_watch().
* Remove setup_tasks_to_watch.Ralf Corsepius2009-10-241-2/+0
|
* 2009-10-24 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-241-0/+4
| | | | * Makefile.am: Add support/include/test_support.h.
* Add support/include/test_support.h.Ralf Corsepius2009-10-241-1/+4
|
* 2009-10-23 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-232-1/+6
| | | | * automake/compile.am: Add *.ralf to clean-local.
* 2009-10-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-222-2/+5
| | | | | * Makefile.am: Build file IO related tests even with POSIX threading is disabled.
* interrupt handler type changeThomas Doerfler2009-10-211-1/+24
|