summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-27Add PRIxpthread_t.Ralf Corsepius1-0/+4
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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.
2009-10-27Use PRIxpthread_t to print pthread_t's.Ralf Corsepius22-31/+31
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* sp29/init.c: Include "tmacros.h". Misc. changes related to rtems_intervals.
2009-10-27Include "tmacros.h".Ralf Corsepius1-4/+6
Misc. changes related to rtems_intervals.
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* sp14/asr.c: Add PRIxrtems_signal_set. Use PRIxrtems_signal_set to print rtems_signal_set's.
2009-10-27Add PRIxrtems_signal_set.Ralf Corsepius1-2/+5
Use PRIxrtems_signal_set to print rtems_signal_set's.
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* sp13/task3.c: Use PRIu32 to print "count".
2009-10-27Use PRIu32 to print "count".Ralf Corsepius1-1/+1
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+7
* termios01/init.c: Fix parity_table_Entry type. Correct parity_table initialization. Add PRIdrtems_termios_baud_t. Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
2009-10-27Fix parity_table_Entry type.Ralf Corsepius1-8/+11
Correct parity_table initialization. Add PRIdrtems_termios_baud_t. Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+3
* sp09/screen12.c: Segment sizes are uintptr_t's. * sp09/screen11.c: Use size_t for "size".
2009-10-27Segment sizes are uintptr_t's.Ralf Corsepius1-1/+1
2009-10-27Use size_t for "size".Ralf Corsepius1-2/+2
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* sp62/init.c: segment sizes are uintptr_t's.
2009-10-27segment sizes are uintptr_t's.Ralf Corsepius1-1/+1
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* sp25/task1.c: Use PRIuPTR to print segment_size's. * sp21/task1.c: Add PRIurtems_device_major_number.
2009-10-27Use PRIuPTR to print segment_size's.Ralf Corsepius1-2/+2
2009-10-27Add PRIurtems_device_major_number.Ralf Corsepius1-1/+4
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* psxmsgq02/init.c: Remove cast in call to fatal_posix_service_status_errno.
2009-10-27Remove cast in call to fatal_posix_service_status_errno.Ralf Corsepius1-1/+1
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* sp11/task1.c, sp11/task2.c: Use PRIxrtems_event_set to print rtems_event_set's.
2009-10-27Use PRIxrtems_event_set to print rtems_event_set's.Ralf Corsepius2-14/+14
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+11
* support/include/tmacros.h: Add PRIxrtems_event_set. (fatal_posix_service_status_errno) Add local "long" var "statx".
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+5
* sp09/screen13.c: Revert previous change. Remove broken extraneous line seemingly having crept into in 2009-08-10 patch.
2009-10-27Remove extraneous argument to print.Ralf Corsepius1-1/+1
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* spsize/size.c: Use PRIu32 to print sys_req.
2009-10-27Use PRIu32 to print sys_req.Ralf Corsepius1-2/+3
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* sp37/init.c: Add missing argument to printf.
2009-10-27Add missing argument to printf.Ralf Corsepius1-1/+1
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* base_sp/apptask.c, unlimited/init.c: Use PRIdrtems_task_argument to print rtems_task_argument's.
2009-10-27Use PRIdrtems_task_argument to print rtems_task_argument's.Ralf Corsepius8-18/+18
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+6
* sp44/init.c, sp35/priinv.c, sp33/init.c, sp28/init.c, sp12/pritask.c, sp34/changepri.c: Use PRIdrtems_task_argument to print rtems_task_argument's.
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* support/include/tmacros.h: Add PRIdThread_Entry_numeric_type. Add PRIdrtems_task_argument.
2009-10-27Add PRIdThread_Entry_numeric_type.Ralf Corsepius1-0/+5
Add PRIdrtems_task_argument.
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* sp25/task1.c: segment_size is uintptr_t. * spfatal06/testcase.h: Add missing return.
2009-10-27segment_size is uintptr_t.Ralf Corsepius1-3/+3
2009-10-27Add missing return.Ralf Corsepius1-0/+1
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* psxenosys/init.c: Add missing args in calls to execl, execlp, execle.
2009-10-27Add missing args in calls to execl, execlp, execle.Ralf Corsepius1-3/+3
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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.
2009-10-27Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME.Ralf Corsepius1-0/+6
2009-10-27Use HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.Ralf Corsepius1-0/+6
2009-10-27Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME, HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.Ralf Corsepius1-0/+12
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* configure.ac: Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime.
2009-10-27Add AC_CHECK_DECLS pthread_getcputime, pthread_setcputime.Ralf Corsepius1-0/+8
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+3
* sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c: Duplicate code from rtems_name_to_characters to convert rtems_name's into char arrays.
2009-10-27Duplicate code from rtems_name_to_characters to convert rtems_name's into ↵Ralf Corsepius4-20/+44
char arrays.
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+7
* sp09/screen13.c: Comment out unused return status. * sp63/init.c: Use PRIu32 to print uint32_t's. * sp33/init.c: Use PRIu32 to print uint32_t's. * sp28/init.c: Use PRIu32 to print uint32_t's.
2009-10-27Comment out unused return status.Ralf Corsepius1-1/+1