summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+10
| | | | | | | | | | * psx01/init.c, psx01/task.c, psx02/init.c, psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx10/task.c, psx10/task2.c, psx10/task3.c, psx11/init.c, psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c, psxkey01/init.c, psxkey01/task.c, psxmsgq02/init.c, psxsignal01/init.c, psxualarm/init.c: Use PRIxpthread_t to print pthread_t's.
* Use PRIxpthread_t to print pthread_t's.Ralf Corsepius2009-10-2722-31/+31
|
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+2
| | | | | * psxmsgq02/init.c: Remove cast in call to fatal_posix_service_status_errno.
* Remove cast in call to fatal_posix_service_status_errno.Ralf Corsepius2009-10-271-1/+1
|
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+2
| | | | | * psxenosys/init.c: Add missing args in calls to execl, execlp, execle.
* Add missing args in calls to execl, execlp, execle.Ralf Corsepius2009-10-271-3/+3
|
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+4
| | | | | | | | | * psxhdrs/pthread36.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME. * psxhdrs/pthread35.c: Use HAVE_DECL_PTHREAD_ATTR_SETCPUTIME. * psx07/init.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME, HAVE_DECL_PTHREAD_ATTR_SETCPUTIME. * configure.ac: Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime.
* Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME.Ralf Corsepius2009-10-271-0/+6
|
* Use HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.Ralf Corsepius2009-10-271-0/+6
|
* Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME, HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.Ralf Corsepius2009-10-271-0/+12
|
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+5
| | | | | * configure.ac: Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime.
* Add AC_CHECK_DECLS pthread_getcputime, pthread_setcputime.Ralf Corsepius2009-10-271-0/+8
|
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+7
| | | | | | | * psxtimer01/psxtimer.c: Use %ld to print *.tv_nsec. * psxsysconf/init.c: Use %ld to print *.tv_nsec. * psxclock/init.c: Use %ld to print *.tv_nsec. * psx06/init.c, psx06/system.h: Misc. warning fixes.
* Use %ld to print *.tv_nsec.Ralf Corsepius2009-10-273-10/+10
|
* Misc. warning fixes.Ralf Corsepius2009-10-272-2/+2
|
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+1
| | | | * psxsignal03/init.c: Add missing argument to printf.
* Add missing argument to printf.Ralf Corsepius2009-10-261-1/+1
|
* Use %zu instead of %d to print size_t's.Ralf Corsepius2009-10-261-1/+1
|
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+1
| | | | * psxfile01/test.c: Use %zu instead of %d to print size_t's.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+2
| | | | | * psxclock/init.c, psxtimer01/psxtimer.c: Use PRItime_t to print time_t's.
* Use PRItime_t to print time_t's.Ralf Corsepius2009-10-262-3/+3
|
* 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-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.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-201-1/+1
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-201-0/+4
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-10-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-142-1/+18
| | | | | * psxtimer01/psxtimer.c: It is not necessarily an error for the time remaining to not equal the period.
* 2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-123-0/+14
| | | | * psx05/init.c, psx05/psx05.scn: Add test for bad mutex type.
* 2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-129-2/+120
| | | | | | | | | * psxcleanup/system.h: Fix typo. * Makefile.am, configure.ac: Add new test for exercising pushing and popping a clean up handler without actually executing it. * psxcleanup01/.cvsignore, psxcleanup01/Makefile.am, psxcleanup01/init.c, psxcleanup01/psxcleanup01.doc, psxcleanup01/psxcleanup01.scn: New files.