summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/fileio (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix broken prints.Ralf Corsepius2009-10-241-2/+2
|
* interrupt handler type changeThomas Doerfler2009-10-211-1/+24
|
* 2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-122-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-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-101-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-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-101-1/+2
| | | | * fileio/system.h: Switch to unified work area.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-282-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.
* removed obsolete references to login.hThomas Doerfler2009-04-141-1/+0
|
* Eliminate _exe_/.exe.Ralf Corsepius2009-04-031-7/+7
|
* Fix Id string typo.Joel Sherrill2009-03-291-2/+2
|
* 2009-03-29 Joel Sherrill <joel.sherrill@gmail.com>Joel Sherrill2009-03-291-2/+2
| | | | | * fileio/init.c: Change arguments to rtems_shell_init() to match new expectations.
* Adapt to modified shell configurationThomas Doerfler2009-02-271-2/+3
|
* 2008-12-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-091-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-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-021-0/+2
| | | | | * fileio/init.c: When USE_SHELL not defined, do not attempt to configure shell.
* 2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-171-1/+1
| | | | | * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
* Convert to "bool".Ralf Corsepius2008-09-061-14/+14
|
* 2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-07-161-3/+8
| | | | | * fileio/init.c: New argument sequence for rtems_shell_init(). Also split on multiple lines and document each parameter.
* 2008-04-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-04-171-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-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-01-291-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-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-01-112-2/+4
| | | | | * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc statistics so shell output can be interesting.
* 2007-12-17 Chris Johns <chrisj@rtems.org>Chris Johns2007-12-171-5/+5
| | | | | * testsuites/samples/fileio/init.c: Change shell_* to rtems_shell_*. Add the mount file-system type of msdos.
* 2007-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-12-142-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-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-12-111-0/+36
| | | | | * fileio/init.c: Add RTEMS Shell configuration and static configuration of user commands.
* mproved gen5200 MSCAN driverThomas Doerfler2007-01-211-0/+8
| | | | fixed synchronization bug between ata.c and bdbuf.c
* fixed system.h: only include ATA/IDE driver, when BSP supports an ide interfaceThomas Doerfler2006-07-111-0/+4
|
* Eliminate scndir, docdir. Use rtems_testsdir instead.Ralf Corsepius2006-07-111-2/+1
|
* applied patches for PR1117/1118/1119/1120Thomas Doerfler2006-07-091-23/+2
|
* Convert to using *_PROGRAMS.Ralf Corsepius2005-11-131-11/+8
|
* Rework.Ralf Corsepius2005-11-111-28/+9
|
* Cosmetics.Ralf Corsepius2005-11-111-3/+0
|
* Eliminate TEST.Ralf Corsepius2005-11-111-7/+6
|
* Expand sample.am.Ralf Corsepius2005-11-111-1/+20
|
* Eliminate DOCTYPES.Ralf Corsepius2005-11-101-2/+1
|
* s/SAMPLE/TEST/ for improved consistency with other tests.Ralf Corsepius2005-11-101-3/+3
|
* Build lib.a conditionally.Ralf Corsepius2005-11-101-3/+3
|
* Remove SRCS, PRINT_SRCS.Ralf Corsepius2005-11-071-2/+0
|
* Switch back to include compile.am instead of amcompile.amRalf Corsepius2005-11-072-2/+2
|
* Partial conversion to automake.Ralf Corsepius2005-11-071-9/+6
|
* Remove stray white spaces.Ralf Corsepius2004-04-202-18/+18
|
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
|
* * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.Ralf Corsepius2004-04-011-1/+1
| | | | | | | | | | | | | * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-011-1/+1
| | | | * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
* 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-302-7/+7
| | | | | | * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c, unlimited/init.c, unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Convert to using c99 fixed size types.
* 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-141-0/+2
| | | | | | | | | | | | | | | | * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES. * base_mp/node2/Makefile.am: Ditto. * base_sp/Makefile.am: Ditto. * cdtest/Makefile.am: Ditto. * fileio/Makefile.am: Ditto. * hello/Makefile.am: Ditto. * loopback/Makefile.am: Ditto. * minimum/Makefile.am: Ditto. * paranoia/Makefile.am: Ditto. * pppd/Makefile.am: Ditto. * ticker/Makefile.am: Ditto. * unlimited/Makefile.am: Ditto.
* 2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-011-3/+1
| | | | | | | | | | | | | | | | * base_mp/Makefile.am: Reformat. * base_mp/node1/Makefile.am: Remove all-local: $(ARCH). * base_mp/node2/Makefile.am: Remove all-local: $(ARCH). * base_sp/Makefile.am: Remove all-local: $(ARCH). * cdtest/Makefile.am: Remove all-local: $(ARCH). * fileio/Makefile.am: Remove all-local: $(ARCH). * hello/Makefile.am: Remove all-local: $(ARCH). * loopback/Makefile.am: Remove all-local: $(ARCH). * minimum/Makefile.am: Remove all-local: $(ARCH). * paranoia/Makefile.am: Remove all-local: $(ARCH). * pppd/Makefile.am: Remove all-local: $(ARCH). * ticker/Makefile.am: Remove all-local: $(ARCH). * unlimited/Makefile.am: Remove all-local: $(ARCH).
* 2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-231-0/+2
| | | | | * configure.ac: Add AM_CONDITIONAL(LIBCHIP). * fileio/Makefile.am: Only build if LIBCHIP is available.
* 2003-09-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-301-4/+0
| | | | | * fileio/init.c: Unconditionally define MIN (We *do want* to see error messages if it conflicts).
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-043-3/+3
| | | | | | | | | | | | | | * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h, base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc, base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c, base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h, fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc, hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc, paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h, ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc, unlimited/init.c, unlimited/system.h, unlimited/test1.c, unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL for license changed.
* 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-161-3/+3
| | | | | | | | | | | | | | | | | Makefile.am: Reflect having moved automake. base_mp/Makefile.am: Reflect having moved automake. base_mp/node1/Makefile.am: Reflect having moved automake. base_mp/node2/Makefile.am: Reflect having moved automake. base_sp/Makefile.am: Reflect having moved automake. cdtest/Makefile.am: Reflect having moved automake. fileio/Makefile.am: Reflect having moved automake. hello/Makefile.am: Reflect having moved automake. loopback/Makefile.am: Reflect having moved automake. minimum/Makefile.am: Reflect having moved automake. paranoia/Makefile.am: Reflect having moved automake. pppd/Makefile.am: Reflect having moved automake. ticker/Makefile.am: Reflect having moved automake. unlimited/Makefile.am: Reflect having moved automake.
* 2003-08-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-131-0/+2
| | | | * fileio/.cvsignore: New file.
* 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-111-1/+1
| | | | | * fileio/Makefile.am: Remove references to *.scn (Doesn't exist). * pppd/Makefile.am: Remove references to DOC* (Don't exist).