summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* include/timesys.h: Use PRId32.
2009-10-30Use PRId32.Ralf Corsepius1-1/+1
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+7
* base_mp/apptask.c: Use PRIxrtems_id to print rtems_ids. Include "tmacros.h". * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Add -I$(top_srcdir)/../support/include.
2009-10-30Add -I$(top_srcdir)/../support/include.Ralf Corsepius2-0/+2
2009-10-30Use PRIxrtems_id to print rtems_ids.Ralf Corsepius1-2/+4
Include "tmacros.h".
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* block01/init.c: Include <stdio.h>.
2009-10-30Include <stdio.h>.Ralf Corsepius1-0/+1
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* psxstat/test.c: Remove #ifdef's.
2009-10-30Remove #ifdef's.Ralf Corsepius1-5/+2
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* psxmount/test.c, psxreaddir/test.c: Remove __P (unused anachronism).
2009-10-30Remove __P (unused anachronism).Ralf Corsepius2-8/+0
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* sp14/asr.c: Remove PRIxrtems_signal_set (moved to tmacros.h). Include "tmacros.h".
2009-10-30Remove PRIxrtems_signal_set (moved to tmacros.h).Ralf Corsepius1-3/+1
Include "tmacros.h".
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* support/include/tmacros.h: Add PRIxrtems_task_priority, PRIxrtems_task_priority, PRIxrtems_signal_set.
2009-10-30Add PRIxrtems_task_priority, PRIxrtems_task_priority, PRIxrtems_signal_set.Ralf Corsepius1-0/+5
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* mp01/init.c, mp02/init.c, mp02/task1.c, mp03/init.c, mp04/init.c, mp05/init.c, mp06/init.c, mp07/init.c, mp08/init.c, mp09/init.c, mp09/task1.c, mp10/init.c, mp11/init.c, mp12/init.c, mp13/init.c, mp14/init.c: Use PRI*32 to print uint32_ts.
2009-10-30Use PRI*32 to print uint32_ts.Ralf Corsepius16-18/+18
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+3
* mp04/task1.c: Include "tmacros.h". Use PRIxrtems_task_priority to print rtems_task_prioritys. Use PRI*32 to print uint32_ts.
2009-10-30Include "tmacros.h".Ralf Corsepius1-1/+2
Use PRIxrtems_task_priority to print rtems_task_prioritys. Use PRI*32 to print uint32_ts.
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* mp05/asr.c: Include "tmacros.h". Use PRIxrtems_signal_set to print rtems_signal_set's.
2009-10-30Include "tmacros.h".Ralf Corsepius1-1/+2
Use PRIxrtems_signal_set to print rtems_signal_sets.
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+12
* itrontime01/init.c: Use "long"s for "time"s (16bit compliance). * itrontask04/task3.c: Add missing prototypes. * itrontask02/system.h, itrontask03/system.h, itrontask04/system.h: Add missing prototypes. * itrontask02/dormant.c: Add missing prototypes. * itrontask01/task1.c: Add missing prototypes. * itrontask01/system.h: Add missing prototypes. * itronsem01/init.c: Use PRId32 to print INT's. * itronmbf01/init.c: Add missing prototypes.
2009-10-30Use "long"s for "time"s (16bit compliance).Ralf Corsepius1-2/+2
2009-10-30Add missing prototypes.Ralf Corsepius8-36/+36
2009-10-30Use PRId32 to print INT's.Ralf Corsepius1-2/+2
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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).
2009-10-30Fall back to INT_MAX as posix stack size in if 12MB are too big for a target ↵Ralf Corsepius1-0/+4
(16bit compliance).
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* psx04/init.c: Use INT_MAX instead of 0xffffffff in call to kill() for 16bit compliance.
2009-10-30Use INT_MAX instead of 0xffffffff in call to kill() for 16bit compliance.Ralf Corsepius1-1/+1
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
2009-10-30Eliminate TRUE/FALSE, use bool instead of int.Ralf Corsepius1-6/+7
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* block02/init.c: Remove unused var.
2009-10-30Remove unused var.Ralf Corsepius1-1/+0
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* sp63/init.c: Pass UINTPTR_MAX instead of 0xffffffff to _Heap_Allocate for 16bit compliance.
2009-10-30Pass UINTPTR_MAX instead of 0xffffffff to _Heap_Allocate for 16bit compliance.Ralf Corsepius1-1/+1
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* sp44/init.c: Another printf format fix.
2009-10-30Another printf format fix.Ralf Corsepius1-1/+1
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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-29Added block02, block03 and block04Thomas Doerfler15-1/+2430
2009-10-292009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-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-292009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-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-292009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* sp37/init.c: Add local prototype for rtems_interrupt_level_attribute.
2009-10-29Add local prototype for rtems_interrupt_level_attribute.Ralf Corsepius1-0/+3
2009-10-292009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* monitor02/init.c: Add local prototype for rtems_shell_main_monitor.
2009-10-29Add local prototype for rtems_shell_main_monitor.Ralf Corsepius1-0/+6
2009-10-292009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* pppd/netconfig.h: Add UL suffix to long constants to avoid implicit integer overflows on 16bit targets.
2009-10-29Add UL suffix to long constants to avoidRalf Corsepius1-2/+2
implicit integer overflows on 16bit targets.
2009-10-292009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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.
2009-10-29Comment out sysconf(LONG_MAX) check (not useful).Ralf Corsepius1-3/+9
Change sysconf(0x12345678) check into sysconf(INT_MAX) for better 16bit compliance.