summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+1
| | | | * support/include/tmacros.h: Add PRIxpthread_t.
* Add PRIxpthread_t.Ralf Corsepius2009-10-271-0/+4
|
* 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
| | | | | * sp29/init.c: Include "tmacros.h". Misc. changes related to rtems_intervals.
* Include "tmacros.h".Ralf Corsepius2009-10-271-4/+6
| | | | Misc. changes related to rtems_intervals.
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+2
| | | | | * sp14/asr.c: Add PRIxrtems_signal_set. Use PRIxrtems_signal_set to print rtems_signal_set's.
* Add PRIxrtems_signal_set.Ralf Corsepius2009-10-271-2/+5
| | | | Use PRIxrtems_signal_set to print rtems_signal_set's.
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+1
| | | | * sp13/task3.c: Use PRIu32 to print "count".
* Use PRIu32 to print "count".Ralf Corsepius2009-10-271-1/+1
|
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-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.
* Fix parity_table_Entry type.Ralf Corsepius2009-10-271-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-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-1/+3
| | | | | * sp09/screen12.c: Segment sizes are uintptr_t's. * sp09/screen11.c: Use size_t for "size".
* Segment sizes are uintptr_t's.Ralf Corsepius2009-10-271-1/+1
|
* Use size_t for "size".Ralf Corsepius2009-10-271-2/+2
|
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+1
| | | | * sp62/init.c: segment sizes are uintptr_t's.
* segment sizes are uintptr_t's.Ralf Corsepius2009-10-271-1/+1
|
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+2
| | | | | * sp25/task1.c: Use PRIuPTR to print segment_size's. * sp21/task1.c: Add PRIurtems_device_major_number.
* Use PRIuPTR to print segment_size's.Ralf Corsepius2009-10-271-2/+2
|
* Add PRIurtems_device_major_number.Ralf Corsepius2009-10-271-1/+4
|
* 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
| | | | | * sp11/task1.c, sp11/task2.c: Use PRIxrtems_event_set to print rtems_event_set's.
* Use PRIxrtems_event_set to print rtems_event_set's.Ralf Corsepius2009-10-272-14/+14
|
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-272-2/+11
| | | | | * support/include/tmacros.h: Add PRIxrtems_event_set. (fatal_posix_service_status_errno) Add local "long" var "statx".
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-272-2/+5
| | | | | | * sp09/screen13.c: Revert previous change. Remove broken extraneous line seemingly having crept into in 2009-08-10 patch.
* Remove extraneous argument to print.Ralf Corsepius2009-10-271-1/+1
|
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+1
| | | | * spsize/size.c: Use PRIu32 to print sys_req.
* Use PRIu32 to print sys_req.Ralf Corsepius2009-10-271-2/+3
|
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+1
| | | | * sp37/init.c: Add missing argument to printf.
* Add missing argument to printf.Ralf Corsepius2009-10-271-1/+1
|
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+5
| | | | | * base_sp/apptask.c, unlimited/init.c: Use PRIdrtems_task_argument to print rtems_task_argument's.
* Use PRIdrtems_task_argument to print rtems_task_argument's.Ralf Corsepius2009-10-278-18/+18
|
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-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-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+5
| | | | | * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type. Add PRIdrtems_task_argument.
* Add PRIdThread_Entry_numeric_type.Ralf Corsepius2009-10-271-0/+5
| | | | Add PRIdrtems_task_argument.
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+2
| | | | | * sp25/task1.c: segment_size is uintptr_t. * spfatal06/testcase.h: Add missing return.
* segment_size is uintptr_t.Ralf Corsepius2009-10-271-3/+3
|
* Add missing return.Ralf Corsepius2009-10-271-0/+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/+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.
* Duplicate code from rtems_name_to_characters to convert rtems_name's into ↵Ralf Corsepius2009-10-274-20/+44
| | | | char arrays.
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-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.