summaryrefslogtreecommitdiffstats
path: root/testsuites/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-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-292-1/+5
| | | | * fileio/init.c: Use %zd to print ssize_t.
* 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-272-3/+3
|
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+3
| | | | | | * base_sp/apptask.c, unlimited/init.c, unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.
* Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.Ralf Corsepius2009-10-265-11/+17
|
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+5
| | | | | * unlimited/Makefile.am, base_sp/Makefile.am: Add -I$(top_srcdir)/../support/include.
* Add -I$(top_srcdir)/../support/include.Ralf Corsepius2009-10-262-0/+4
|
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+2
| | | | | * loopback/init.c : Add prototype for rtems_bsdnet_loopattach. Remove evil type-cast.
* Add prototype for rtems_bsdnet_loopattach.Ralf Corsepius2009-10-261-2/+3
| | | | Remove evil type-cast.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+6
| | | | | | * nsecs/rprintf.h: Remove (PRItime_t moved to tmacros.h). * nsecs/Makefile.am: Add -I$(top_srcdir)/../support/include. * nsecs/init.c: Include "tmacros.h" instead of "rprintf.h"
* Remove.Ralf Corsepius2009-10-261-9/+0
|
* Add -I$(top_srcdir)/../support/include.Ralf Corsepius2009-10-261-1/+3
|
* Include "tmacros.h" instead of "rprintf.h"Ralf Corsepius2009-10-261-2/+1
|
* Add rprintf.hRalf Corsepius2009-10-241-1/+1
|
* 2009-10-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-241-0/+15
| | | | | | | | | | | | | | | * capture/init.c: Remove setup_tasks_to_watch. * capture/system.h: Remove test*(). Add setup_tasks_to_watch(). * capture/test1.c: Fix prototype. * fileio/init.c: Fix broken printfs. * minimum/init.c: Remove unused var. * nsecs/empty.c: Add missing prototype. * nsecs/rprintf.h: New. * nsecs/init.c: Printf fixes. * unlimited/system.h: Add missing prototypes. * unlimited/init.c, unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Various warning fixes.
* Various warning fixes.Ralf Corsepius2009-10-244-19/+21
|
* Add missing prototypes.Ralf Corsepius2009-10-241-3/+3
|
* Printf fixes.Ralf Corsepius2009-10-241-5/+7
|
* New.Ralf Corsepius2009-10-241-0/+9
|
* Add missing prototype.Ralf Corsepius2009-10-241-1/+1
|
* Remove unused var.Ralf Corsepius2009-10-241-2/+0
|
* Fix broken prints.Ralf Corsepius2009-10-241-2/+2
|
* Fix prototype.Ralf Corsepius2009-10-241-1/+1
|
* Remove test*().Ralf Corsepius2009-10-241-3/+1
| | | | Add setup_tasks_to_watch().
* Remove setup_tasks_to_watch.Ralf Corsepius2009-10-241-2/+0
|
* interrupt handler type changeThomas Doerfler2009-10-211-1/+24
|
* 2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-142-3/+7
| | | | * unlimited/test1.c: Spacing.
* 2009-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-022-1/+5
| | | | | * hello/init.c: Remove call to devFS_Show() which had accidentally gotten committed.
* 2009-09-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-142-1/+5
| | | | * capture/test1.c: Use size_t for sizes.
* 2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-264-43/+22
| | | | | * hello/Makefile.am, hello/init.c: Simplify. * hello/system.h: Removed.
* 2009-08-21 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-08-212-1/+5
| | | | * unlimited/test2.c: Fix spacing.
* 2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-127-28/+17
| | | | | | | * cdtest/main.cc, fileio/init.c, fileio/system.h, pppd/pppdapp.c, ticker/system.h, ticker/tasks.c: Eliminate test routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new rtems_clock_get_ticks_per_second().
* 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-104-19/+22
| | | | | | * fileio/system.h, ticker/system.h, ticker/ticker.scn: Convert calls to legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
* 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-102-2/+7
| | | | | * ticker/tasks.c: Convert calls to legacy routine rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
* 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-102-1/+6
| | | | * fileio/system.h: Switch to unified work area.
* 2009-06-11 Roxana Leontie <roxana.leontie@gmail.com>Chris Johns2009-06-122-1/+6
| | | | | * cdtest/system.h: modified the number of max semaphores - test was failing before
* 2009-06-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-06-042-0/+18
| | | | * loopback/init.c: Add missing initializers.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-282-6/+5
| | | | | * iostream/system.h: Remove the Init prototype. Provide in confdefs.h.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-287-7/+64
| | | | | | | * fileio/init.c, fileio/system.h, iostream/init.cc, loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if BSP_SMALL_MEMORY is defined. Remove this code once a better way is supported by the build system.
* removed obsolete references to login.hThomas Doerfler2009-04-142-1/+4
|
* Eliminate _exe_/.exe.Ralf Corsepius2009-04-0315-106/+106
|
* 2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-04-031-0/+9
| | | | | | | | | * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am, base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am: Eliminate _exe_/.exe.
* Fix Id string typo.Joel Sherrill2009-03-291-2/+2
|
* 2009-03-29 Joel Sherrill <joel.sherrill@gmail.com>Joel Sherrill2009-03-292-2/+7
| | | | | * fileio/init.c: Change arguments to rtems_shell_init() to match new expectations.
* 2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-03-022-4/+10
| | | | | * cdtest/main.cc: Use printk() in global destructors since printf() no longer works.