summaryrefslogtreecommitdiffstats
path: root/testsuites/samples (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-07-072010-07-07 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2-0/+23
* minimum/init.c: Use fatal error extension to prevent infinite runtime.
2010-06-212010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-3/+7
* capture/capture.doc: Remove more ITRON references.
2010-06-022010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns2-4/+4
* iostream/init.cc: Remove the hack.
2010-06-022010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns4-19/+32
* fileio/init.c: Update to new mount API. * iostream/init.cc: Hack to work around confdefs.h in C++. * iostream/system.h: Add comment about base miniIMFS.
2010-04-042010-04-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* capture/init.c: Remove unused variable "out".
2010-04-04Remove unused variable "out".Ralf Corsepius1-1/+0
2010-03-29exclude big samples for SMALL MEMORY BSPsThomas Doerfler5-9/+19
2010-03-122010-03-12 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill2-23/+25
* fileio/init.c: Remove deprecation warnings.
2010-03-112010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+5
* fileio/init.c: Fix warnings for ctype methods.
2009-11-30Whitespace removal.Ralf Corsepius5-33/+33
2009-11-022009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to int to match with rtems/rtems_bsdnet.h.
2009-11-02Adjust return-type of rtems_bsdnet_loopattach to int to match with ↵Ralf Corsepius1-1/+1
rtems/rtems_bsdnet.h.
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-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 Corsepius2-1/+5
* fileio/init.c: Use %zd to print ssize_t.
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* base_sp/apptask.c, unlimited/init.c: Use PRIdrtems_task_argument to print rtems_task_argument's.
2009-10-27Use PRIdrtems_task_argument to print rtems_task_argument's.Ralf Corsepius2-3/+3
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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.
2009-10-26Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.Ralf Corsepius5-11/+17
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* unlimited/Makefile.am, base_sp/Makefile.am: Add -I$(top_srcdir)/../support/include.
2009-10-26Add -I$(top_srcdir)/../support/include.Ralf Corsepius2-0/+4
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* loopback/init.c : Add prototype for rtems_bsdnet_loopattach. Remove evil type-cast.
2009-10-26Add prototype for rtems_bsdnet_loopattach.Ralf Corsepius1-2/+3
Remove evil type-cast.
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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"
2009-10-26Remove.Ralf Corsepius1-9/+0
2009-10-26Add -I$(top_srcdir)/../support/include.Ralf Corsepius1-1/+3
2009-10-26Include "tmacros.h" instead of "rprintf.h"Ralf Corsepius1-2/+1
2009-10-24Add rprintf.hRalf Corsepius1-1/+1
2009-10-242009-10-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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.
2009-10-24Various warning fixes.Ralf Corsepius4-19/+21
2009-10-24Add missing prototypes.Ralf Corsepius1-3/+3
2009-10-24Printf fixes.Ralf Corsepius1-5/+7
2009-10-24New.Ralf Corsepius1-0/+9
2009-10-24Add missing prototype.Ralf Corsepius1-1/+1
2009-10-24Remove unused var.Ralf Corsepius1-2/+0
2009-10-24Fix broken prints.Ralf Corsepius1-2/+2
2009-10-24Fix prototype.Ralf Corsepius1-1/+1
2009-10-24Remove test*().Ralf Corsepius1-3/+1
Add setup_tasks_to_watch().
2009-10-24Remove setup_tasks_to_watch.Ralf Corsepius1-2/+0
2009-10-21interrupt handler type changeThomas Doerfler1-1/+24
2009-10-142009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-3/+7
* unlimited/test1.c: Spacing.
2009-10-022009-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+5
* hello/init.c: Remove call to devFS_Show() which had accidentally gotten committed.
2009-09-142009-09-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* capture/test1.c: Use size_t for sizes.
2009-08-262009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-43/+22
* hello/Makefile.am, hello/init.c: Simplify. * hello/system.h: Removed.
2009-08-212009-08-21 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2-1/+5
* unlimited/test2.c: Fix spacing.
2009-08-122009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill7-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-102009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-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().