summaryrefslogtreecommitdiffstats
path: root/testsuites/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-1164-177/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Revert: Remove CVS IdsJoel Sherrill2012-05-0717-0/+78
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* samples/base_mp - Makefile.am did not set LINK_OBJSJoel Sherrill2012-05-042-2/+2
| | | | | | | | LINK_OBJS = instead of LINK_OBJS = $(mp01_node1_OBJECTS)
* Remove CVS-Ids.Ralf Corsépius2012-05-0417-78/+0
|
* confdefs: Add declaration for unlimited objects.Gedare Bloom2012-03-271-1/+2
| | | | | | | | | Adds to confdefs a way to specify rtems_resource_unlimited for classic and posix objects using a new macro CONFIGURE_OBJECTS_UNLIMITED. Use CONFIGURE_OBJECTS_ALLOCATION_SIZE to declare the allocation size for extending the set of objects at runtime. Updates the unlimited sample to demonstrate how to use the new macros. Also adds new documentation in the C User's Manual regarding configuring with unlimited objects.
* libblock: Change bdbuf APISebastian Huber2012-03-131-34/+33
| | | | | | | | | | | | | | | | | | | | The functions o rtems_bdbuf_get(), o rtems_bdbuf_read(), o rtems_bdbuf_syncdev(), and o rtems_bdbuf_purge_dev(), use now the disk device instead of the device identifier. This makes bdbuf independent of rtems_disk_obtain() and rtems_disk_release(). It is the responsiblity of the file system to obtain the disk device. This also reduces the overhead to get a buffer. The key for the AVL tree uses now the disk device instead of the device identifier. The pointer is interpreted as an unsigned integer. This reduces the memory overhead and makes the comparison operation a bit faster. Removed function rtems_bdbuf_purge_major(). This function was too destructive and could have unpredictable side effects.
* 2012-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsépius2012-02-222-1/+1
| | | | | * pppd/system.h: Add pppdapp_initialize. * pppd/init.c: Remove pppdapp_initialize.
* 2012-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsépius2012-02-223-16/+22
| | | | | | * nsecs/system.h: New (Split out from nsecs/init.c). * nsecs/init.c: Reflect nsecs/system.h having been split out. * nsecs/empty.c: Include "system.h".
* Remove all .cvsignore files.Joel Sherrill2012-02-0117-47/+0
|
* 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-133-11/+21
| | | | | | | | * 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-0816-48/+25
| | | | | | | | | | 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-182-2/+7
| | | | | * 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-072-0/+6
| | | | * capture/init.c: Declare notification only if being used.
* 2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-09-302-3/+10
| | | | | * 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-302-0/+7
| | | | * configure.ac: Check for size of time_t.
* 2011-09-16 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2011-09-164-26/+96
| | | | | * 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-292-1/+4
| | | | * ticker/system.h: Remove unneeded include.
* 2011-07-04 Chris Johns <chrisj@rtems.org>Chris Johns2011-07-043-2/+540
| | | | | * 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-203-45/+9
| | | | | * 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-112-6/+11
| | | | | * 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-053-0/+9
| | | | | * fileio/Makefile.am, ticker/Makefile.am: Missed part of previous patch.
* 2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-05-059-98/+45
| | | | | | * 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.
* Add config.h.inRalf Corsepius2011-03-011-0/+1
|
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-222-1/+5
| | | | * configure.ac: Add AC_CONFIG_HEADER(config.h).
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-2223-0/+92
|
* 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-172-12/+14
| | | | * pppd/system.h: Use confdefs.h to generate device driver table.
* 2011-02-17 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2011-02-172-0/+6
| | | | * pppd/system.h: Added missing include files.
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-022-1/+5
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2010-12-08 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2010-12-082-19/+6
| | | | | * 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-163-10/+8
| | | | | | * 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-072-0/+23
| | | | | * minimum/init.c: Use fatal error extension to prevent infinite runtime.
* 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-212-3/+7
| | | | * capture/capture.doc: Remove more ITRON references.
* 2010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns2010-06-022-4/+4
| | | | * iostream/init.cc: Remove the hack.
* 2010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns2010-06-024-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-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-041-0/+4
| | | | * capture/init.c: Remove unused variable "out".
* Remove unused variable "out".Ralf Corsepius2010-04-041-1/+0
|
* exclude big samples for SMALL MEMORY BSPsThomas Doerfler2010-03-295-9/+19
|
* 2010-03-12 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill2010-03-122-23/+25
| | | | * fileio/init.c: Remove deprecation warnings.
* 2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-112-1/+5
| | | | * fileio/init.c: Fix warnings for ctype methods.
* Whitespace removal.Ralf Corsepius2009-11-305-33/+33
|
* 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.
* Adjust return-type of rtems_bsdnet_loopattach to int to match with ↵Ralf Corsepius2009-11-021-1/+1
| | | | 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.
* 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.