summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/fileio (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-11-13samples/fileio: Add DOSFS and RFS on demandSebastian Huber1-6/+10
2012-07-19Remove CVS-Ids.Ralf Corsépius1-2/+0
2012-07-19Remove CVS-Ids.Ralf Corsépius1-5/+0
2012-05-31samples - Eliminate missing prototype warningsJoel Sherrill1-13/+2
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+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.
2012-03-13libblock: Change bdbuf APISebastian Huber1-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-01Remove all .cvsignore files.Joel Sherrill1-2/+0
2011-12-132011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-9/+11
* 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-082011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-3/+1
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.
2011-10-182011-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
* fileio/init.c: Explictly consts in size_t initializers (avoid overflows on 16bit-int targets).
2011-09-162011-09-16 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2-13/+56
* fileio/fileio.scn: New file. * capture/init.c, fileio/init.c: Use rtems_shell_wait_for_input().
2011-07-042011-07-04 Chris Johns <chrisj@rtems.org>Chris Johns2-2/+535
* fileio/init.c, fileio/system.h: Add commands to create ram disks from the shell prompt. Helps testing.
2011-06-112011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-6/+6
* fileio/init.c: Avoid use of deprecated rtems_clock_get() except in spclockget().
2011-05-052011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+2
* fileio/Makefile.am, ticker/Makefile.am: Missed part of previous patch.
2011-05-052011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-53/+5
* 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-22Add HAVE_CONFIG_H.Ralf Corsepius1-0/+4
2010-08-162010-08-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-5/+0
* fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP). * configure.ac: Remove AM_CONDITIONAL(LIBCHIP). Force autoconf-2.67, automake-1.11.1.
2010-06-022010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns1-19/+21
* 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-03-122010-03-12 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill1-23/+21
* fileio/init.c: Remove deprecation warnings.
2010-03-112010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
* fileio/init.c: Fix warnings for ctype methods.
2009-11-30Whitespace removal.Ralf Corsepius1-5/+5
2009-10-292009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* fileio/init.c: Use %zd to print ssize_t.
2009-10-24Fix broken prints.Ralf Corsepius1-2/+2
2009-10-21interrupt handler type changeThomas Doerfler1-1/+24
2009-08-122009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-13/+3
* 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 Sherrill1-2/+1
* 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-102009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+2
* fileio/system.h: Switch to unified work area.
2009-04-282009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2-1/+19
* 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.
2009-04-14removed obsolete references to login.hThomas Doerfler1-1/+0
2009-04-03Eliminate _exe_/.exe.Ralf Corsepius1-7/+7
2009-03-29Fix Id string typo.Joel Sherrill1-2/+2
2009-03-292009-03-29 Joel Sherrill <joel.sherrill@gmail.com>Joel Sherrill1-2/+2
* fileio/init.c: Change arguments to rtems_shell_init() to match new expectations.
2009-02-27Adapt to modified shell configurationThomas Doerfler1-2/+3
2008-12-092008-12-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+35
* fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so we have a test case for real password checking.
2008-10-022008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+2
* fileio/init.c: When USE_SHELL not defined, do not attempt to configure shell.
2008-09-172008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
* fileio/system.h: Rename STACK_CHECKER_ON to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
2008-09-06Convert to "bool".Ralf Corsepius1-14/+14
2008-07-162008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-3/+8
* fileio/init.c: New argument sequence for rtems_shell_init(). Also split on multiple lines and document each parameter.
2008-04-172008-04-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+48
* fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h: Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
2008-01-292008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-3/+4
* fileio/system.h, ticker/system.h: Add new Object Services collection. This changed the name of a few previously public but undocumented services and added a some new services.
2008-01-112008-01-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+4
* fileio/init.c, fileio/system.h, hello/init.c: Enable malloc statistics so shell output can be interesting.
2007-12-172007-12-17 Chris Johns <chrisj@rtems.org>Chris Johns1-5/+5
* testsuites/samples/fileio/init.c: Change shell_* to rtems_shell_*. Add the mount file-system type of msdos.
2007-12-142007-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+3
* fileio/init.c, fileio/system.h: Increase stack requested for shell task. Turn on stack checking so the report is interesting.
2007-12-112007-12-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+36
* fileio/init.c: Add RTEMS Shell configuration and static configuration of user commands.
2007-01-21mproved gen5200 MSCAN driverThomas Doerfler1-0/+8
fixed synchronization bug between ata.c and bdbuf.c
2006-07-11fixed system.h: only include ATA/IDE driver, when BSP supports an ide interfaceThomas Doerfler1-0/+4
2006-07-11Eliminate scndir, docdir. Use rtems_testsdir instead.Ralf Corsepius1-2/+1
2006-07-09applied patches for PR1117/1118/1119/1120Thomas Doerfler1-23/+2
2005-11-13Convert to using *_PROGRAMS.Ralf Corsepius1-11/+8
2005-11-11Rework.Ralf Corsepius1-28/+9