summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-131-0/+8
| | | | | | | | * fileio/init.c: Comment out setup_nvdisk (Unused). Make shell_nvdisk_trace, shell_nvdisk_erase, shell_bdbuf_trace, disk_test_set_block_size, disk_test_write_blocks, disk_test_block_sizes, parse_size_arg, create_ramdisk, create_nvdisk static. * nsecs/init.c: Make my_ctime, subtract_em static.
* 2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-12-081-0/+10
| | | | | | | | | | PR 1589/build * 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: Remove obsolete optional manager capability.
* Fix typo.Ralf Corsepius2011-10-181-1/+1
|
* 2011-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-181-0/+5
| | | | | * fileio/init.c: Explictly consts in size_t initializers (avoid overflows on 16bit-int targets).
* 2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-071-0/+4
| | | | * capture/init.c: Declare notification only if being used.
* 2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-09-301-0/+5
| | | | | * nsecs/init.c: Include "pritime.h". Use PRIdtime_t to print time_t.
* 2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-09-301-0/+4
| | | | * configure.ac: Check for size of time_t.
* 2011-09-16 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2011-09-161-0/+5
| | | | | * fileio/fileio.scn: New file. * capture/init.c, fileio/init.c: Use rtems_shell_wait_for_input().
* 2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-08-291-0/+4
| | | | * ticker/system.h: Remove unneeded include.
* 2011-07-04 Chris Johns <chrisj@rtems.org>Chris Johns2011-07-041-0/+5
| | | | | * fileio/init.c, fileio/system.h: Add commands to create ram disks from the shell prompt. Helps testing.
* 2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-06-201-0/+5
| | | | | * pppd/Makefile.am: Add ppp.conf, pppd.options to EXTRA_DIST. * pppd/Makefile-user: Remove.
* 2011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-111-0/+5
| | | | | * fileio/init.c: Avoid use of deprecated rtems_clock_get() except in spclockget().
* 2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-05-051-0/+5
| | | | | * fileio/Makefile.am, ticker/Makefile.am: Missed part of previous patch.
* 2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-05-051-0/+6
| | | | | | * base_sp/apptask.c, base_sp/init.c, fileio/init.c, fileio/system.h, nsecs/init.c, ticker/init.c, ticker/system.h, ticker/tasks.c: Remove warnings.
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-221-0/+4
| | | | * configure.ac: Add AC_CONFIG_HEADER(config.h).
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-221-0/+10
| | | | | | | | | | * base_mp/apptask.c, base_mp/init.c, base_sp/apptask.c, base_sp/init.c, capture/init.c, capture/test1.c, cdtest/init.c, fileio/init.c, hello/init.c, loopback/init.c, minimum/init.c, nsecs/empty.c, nsecs/init.c, paranoia/init.c, paranoia/paranoia.c, pppd/init.c, pppd/pppdapp.c, ticker/init.c, ticker/tasks.c, unlimited/init.c, unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Add HAVE_CONFIG_H.
* 2011-02-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-02-171-0/+4
| | | | * pppd/system.h: Use confdefs.h to generate device driver table.
* 2011-02-17 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2011-02-171-0/+4
| | | | * pppd/system.h: Added missing include files.
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-021-0/+4
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2010-12-08 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2010-12-081-0/+5
| | | | | * loopback/init.c: Loop back interface will be initialized now during normal initialization via rtems_bsdnet_initialize_network().
* 2010-08-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-08-161-0/+6
| | | | | | * fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP). * configure.ac: Remove AM_CONDITIONAL(LIBCHIP). Force autoconf-2.67, automake-1.11.1.
* 2010-07-07 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2010-07-071-0/+5
| | | | | * minimum/init.c: Use fatal error extension to prevent infinite runtime.
* 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-211-0/+4
| | | | * capture/capture.doc: Remove more ITRON references.
* 2010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns2010-06-021-0/+4
| | | | * iostream/init.cc: Remove the hack.
* 2010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns2010-06-021-0/+6
| | | | | | * 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-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-041-0/+4
| | | | * capture/init.c: Remove unused variable "out".
* exclude big samples for SMALL MEMORY BSPsThomas Doerfler2010-03-291-0/+5
|
* 2010-03-12 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill2010-03-121-0/+4
| | | | * fileio/init.c: Remove deprecation warnings.
* 2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-111-0/+4
| | | | * fileio/init.c: Fix warnings for ctype methods.
* 2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-021-0/+5
| | | | | * loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to int to match with rtems/rtems_bsdnet.h.
* 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.
* 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.
* 2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-291-0/+4
| | | | * 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.
* 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.
* 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.
* 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.
* 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"
* 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.
* 2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-141-0/+4
| | | | * unlimited/test1.c: Spacing.
* 2009-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-021-0/+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-141-0/+4
| | | | * capture/test1.c: Use size_t for sizes.
* 2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-261-0/+5
| | | | | * hello/Makefile.am, hello/init.c: Simplify. * hello/system.h: Removed.
* 2009-08-21 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-08-211-0/+4
| | | | * unlimited/test2.c: Fix spacing.
* 2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-121-0/+7
| | | | | | | * 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-101-0/+6
| | | | | | * 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-101-0/+5
| | | | | * 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-101-0/+4
| | | | * fileio/system.h: Switch to unified work area.
* 2009-06-11 Roxana Leontie <roxana.leontie@gmail.com>Chris Johns2009-06-121-0/+5
| | | | | * 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-041-0/+4
| | | | * loopback/init.c: Add missing initializers.