summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+1
| | | | * psxstat/test.c: Remove #ifdef's.
* Remove #ifdef's.Ralf Corsepius2009-10-301-5/+2
|
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+1
| | | | * psxmount/test.c, psxreaddir/test.c: Remove __P (unused anachronism).
* Remove __P (unused anachronism).Ralf Corsepius2009-10-302-8/+0
|
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+2
| | | | | * psxfatal02/testcase.h: Fall back to INT_MAX as posix stack size in if 12MB are too big for a target (16bit compliance).
* Fall back to INT_MAX as posix stack size in if 12MB are too big for a target ↵Ralf Corsepius2009-10-301-0/+4
| | | | (16bit compliance).
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+2
| | | | | * psx04/init.c: Use INT_MAX instead of 0xffffffff in call to kill() for 16bit compliance.
* Use INT_MAX instead of 0xffffffff in call to kill() for 16bit compliance.Ralf Corsepius2009-10-301-1/+1
|
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-1/+5
| | | | | | * psx14/init.c: Add local prototypes for rtems_object_api_minimum_class, rtems_object_api_maximum_class. Reflect the prototypes having been missing to printf's.
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+6
| | | | | | * psx14/init.c: Add local prototypes for rtems_object_api_minimum_class, rtems_object_api_maximum_class. Reflect the prototypes having been missing to printf's.
* 2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-291-0/+4
| | | | | | | * psxsysconf/init.c: Comment out sysconf(LONG_MAX) check (not useful). Change sysconf(0x12345678) check into sysconf(INT_MAX) for better 16bit compliance.
* Comment out sysconf(LONG_MAX) check (not useful).Ralf Corsepius2009-10-291-3/+9
| | | | | Change sysconf(0x12345678) check into sysconf(INT_MAX) for better 16bit compliance.
* 2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-291-0/+1
| | | | * psx11/task.c: Use long for nsecs.
* Use long for nsecs.Ralf Corsepius2009-10-291-7/+1
|
* 2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-291-1/+1
| | | | | * psx10/init.c: Pass 0x7FFF instead of 0xFFFFFF as invalid pshared attribute to pthread_condattr_setpshared for 16bit target compliance.
* 2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-291-0/+5
| | | | | * psx10/init.c: Pass 0x7FFF instead of 0xFFFFFF as invalid pshared attribute to pthread_condattr_setpshared for 16bit target compliance.
* 2009-10-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-281-0/+2
| | | | * psxbarrier01/test.c: Include <tmacros.h>
* 2009-10-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-281-0/+4
| | | | * psxbarrier01/test.c: Include <tmacros.h>
* 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>.