summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Another printf format fix.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.
* Added block02, block03 and block04Thomas Doerfler2009-10-2915-1/+2430
|
* 2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-292-0/+7
| | | | | | * sp37/init.c: Add local prototypes for rtems_interrupt_disable, rtems_interrupt_enable, rtems_interrupt_flash, rtems_interrupt_is_in_progress.
* 2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-292-8/+29
| | | | | | | | | | * sp43/init.c: Add local prototypes for rtems_object_api_minimum_class, rtems_object_api_maximum_class, rtems_build_id, rtems_build_name, rtems_object_id_api_maximum, rtems_object_id_api_minimum, rtems_object_id_get_api, rtems_object_id_get_class, rtems_object_id_get_index, rtems_object_id_get_node. Spray PRId32's into printf's for 16bit target complianance.
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-291-0/+5
| | | | | * sp37/init.c: Add local prototype for rtems_interrupt_level_attribute.
* Add local prototype for rtems_interrupt_level_attribute.Ralf Corsepius2009-10-291-0/+3
|
* 2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-291-0/+5
| | | | | * monitor02/init.c: Add local prototype for rtems_shell_main_monitor.
* Add local prototype for rtems_shell_main_monitor.Ralf Corsepius2009-10-291-0/+6
|
* 2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-291-0/+2
| | | | | * pppd/netconfig.h: Add UL suffix to long constants to avoid implicit integer overflows on 16bit targets.
* Add UL suffix to long constants to avoidRalf Corsepius2009-10-291-2/+2
| | | | implicit integer overflows on 16bit targets.
* 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-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-292-1/+5
| | | | * fileio/init.c: Use %zd to print ssize_t.
* 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/+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
|