summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use PRId32.Ralf Corsepius2009-10-301-1/+1
|
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-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.
* Add -I$(top_srcdir)/../support/include.Ralf Corsepius2009-10-302-0/+2
|
* Use PRIxrtems_id to print rtems_ids.Ralf Corsepius2009-10-301-2/+4
| | | | Include "tmacros.h".
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+1
| | | | * block01/init.c: Include <stdio.h>.
* Include <stdio.h>.Ralf Corsepius2009-10-301-0/+1
|
* 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
| | | | | * sp14/asr.c: Remove PRIxrtems_signal_set (moved to tmacros.h). Include "tmacros.h".
* Remove PRIxrtems_signal_set (moved to tmacros.h).Ralf Corsepius2009-10-301-3/+1
| | | | Include "tmacros.h".
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+5
| | | | | * support/include/tmacros.h: Add PRIxrtems_task_priority, PRIxrtems_task_priority, PRIxrtems_signal_set.
* Add PRIxrtems_task_priority, PRIxrtems_task_priority, PRIxrtems_signal_set.Ralf Corsepius2009-10-301-0/+5
|
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-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.
* Use PRI*32 to print uint32_ts.Ralf Corsepius2009-10-3016-18/+18
|
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+3
| | | | | | * mp04/task1.c: Include "tmacros.h". Use PRIxrtems_task_priority to print rtems_task_prioritys. Use PRI*32 to print uint32_ts.
* Include "tmacros.h".Ralf Corsepius2009-10-301-1/+2
| | | | | Use PRIxrtems_task_priority to print rtems_task_prioritys. Use PRI*32 to print uint32_ts.
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+5
| | | | | * mp05/asr.c: Include "tmacros.h". Use PRIxrtems_signal_set to print rtems_signal_set's.
* Include "tmacros.h".Ralf Corsepius2009-10-301-1/+2
| | | | Use PRIxrtems_signal_set to print rtems_signal_sets.
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-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.
* Use "long"s for "time"s (16bit compliance).Ralf Corsepius2009-10-301-2/+2
|
* Add missing prototypes.Ralf Corsepius2009-10-308-36/+36
|
* Use PRId32 to print INT's.Ralf Corsepius2009-10-301-2/+2
|
* 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-0/+1
| | | | * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
* Eliminate TRUE/FALSE, use bool instead of int.Ralf Corsepius2009-10-301-6/+7
|
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+4
| | | | * block02/init.c: Remove unused var.
* Remove unused var.Ralf Corsepius2009-10-301-1/+0
|
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+2
| | | | | * sp63/init.c: Pass UINTPTR_MAX instead of 0xffffffff to _Heap_Allocate for 16bit compliance.
* Pass UINTPTR_MAX instead of 0xffffffff to _Heap_Allocate for 16bit compliance.Ralf Corsepius2009-10-301-1/+1
|
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+4
| | | | * sp44/init.c: Another printf format fix.
* 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.