Ralf Corsepius
8b82bc3b41
2010-08-16 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP).
* configure.ac: Remove AM_CONDITIONAL(LIBCHIP).
Force autoconf-2.67, automake-1.11.1.
2010-08-16 14:20:48 +00:00
Chris Johns
558a5f48fc
2010-06-02 Chris Johns <chrisj@rtems.org>
...
* 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-06-02 00:47:15 +00:00
Joel Sherrill
3c02c9dd47
2010-03-12 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
...
* fileio/init.c: Remove deprecation warnings.
2010-03-12 16:00:58 +00:00
Joel Sherrill
8c8e3e0977
2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* fileio/init.c: Fix warnings for ctype methods.
2010-03-11 19:13:13 +00:00
Ralf Corsepius
b1274bd94c
Whitespace removal.
2009-11-30 03:33:25 +00:00
Ralf Corsepius
edfc0f9260
2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* fileio/init.c: Use %zd to print ssize_t.
2009-10-29 03:21:40 +00:00
Ralf Corsepius
a3b2830e0f
Fix broken prints.
2009-10-24 05:51:06 +00:00
Thomas Doerfler
60e5832e23
interrupt handler type change
2009-10-21 13:24:35 +00:00
Joel Sherrill
99f0971146
2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* 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-12 20:50:38 +00:00
Joel Sherrill
f6ef96c273
2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* 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 16:05:17 +00:00
Joel Sherrill
efc6c73345
2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* fileio/system.h: Switch to unified work area.
2009-08-10 13:33:17 +00:00
Chris Johns
c0ec0d82d3
2009-04-28 Chris Johns <chrisj@rtems.org>
...
* 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-28 05:04:11 +00:00
Thomas Doerfler
e4bd96ec40
removed obsolete references to login.h
2009-04-14 10:22:53 +00:00
Ralf Corsepius
3d5483771c
Eliminate _exe_/.exe.
2009-04-03 12:55:13 +00:00
Joel Sherrill
6dcb3b0eb7
Fix Id string typo.
2009-03-29 23:14:58 +00:00
Joel Sherrill
06ac2e6f97
2009-03-29 Joel Sherrill <joel.sherrill@gmail.com>
...
* fileio/init.c: Change arguments to rtems_shell_init() to match
new expectations.
2009-03-29 23:04:19 +00:00
Thomas Doerfler
7a18a320e4
Adapt to modified shell configuration
2009-02-27 11:13:52 +00:00
Joel Sherrill
527ecc7acf
2008-12-09 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
we have a test case for real password checking.
2008-12-09 19:34:04 +00:00
Joel Sherrill
339fd66572
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* fileio/init.c: When USE_SHELL not defined, do not attempt to
configure shell.
2008-10-02 21:49:39 +00:00
Joel Sherrill
fd6092a3fe
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
CONFIGURE_STACK_CHECKER_ENABLED.
2008-09-17 19:31:18 +00:00
Ralf Corsepius
f0157b8fd8
Convert to "bool".
2008-09-06 03:39:58 +00:00
Joel Sherrill
72cb077f39
2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* fileio/init.c: New argument sequence for rtems_shell_init(). Also
split on multiple lines and document each parameter.
2008-07-16 17:08:41 +00:00
Joel Sherrill
a645637b72
2008-04-17 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
2008-04-17 22:46:15 +00:00
Joel Sherrill
8f5b274611
2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* 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-29 21:53:16 +00:00
Joel Sherrill
aec29f178c
2008-01-11 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
statistics so shell output can be interesting.
2008-01-11 21:43:58 +00:00
Chris Johns
d2a488f7dd
2007-12-17 Chris Johns <chrisj@rtems.org>
...
* testsuites/samples/fileio/init.c: Change shell_* to
rtems_shell_*. Add the mount file-system type of msdos.
2007-12-17 00:40:20 +00:00
Joel Sherrill
0e263c91e9
2007-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* fileio/init.c, fileio/system.h: Increase stack requested for shell
task. Turn on stack checking so the report is interesting.
2007-12-14 21:50:55 +00:00
Joel Sherrill
4c081a041f
2007-12-11 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* fileio/init.c: Add RTEMS Shell configuration and static configuration
of user commands.
2007-12-11 21:33:31 +00:00
Thomas Doerfler
3d14a451e9
mproved gen5200 MSCAN driver
...
fixed synchronization bug between ata.c and bdbuf.c
2007-01-21 18:25:31 +00:00
Thomas Doerfler
e8f5da0d2d
fixed system.h: only include ATA/IDE driver, when BSP supports an ide interface
2006-07-11 19:57:33 +00:00
Ralf Corsepius
d4f5ddcb85
Eliminate scndir, docdir. Use rtems_testsdir instead.
2006-07-11 04:54:10 +00:00
Thomas Doerfler
c9b005a9d2
applied patches for PR1117/1118/1119/1120
2006-07-09 10:05:27 +00:00
Ralf Corsepius
a6b588d649
Convert to using *_PROGRAMS.
2005-11-13 06:46:05 +00:00
Ralf Corsepius
3bb5d94490
Rework.
2005-11-11 14:33:33 +00:00
Ralf Corsepius
4024e57803
Cosmetics.
2005-11-11 10:26:50 +00:00
Ralf Corsepius
7e3887773a
Eliminate TEST.
2005-11-11 09:03:24 +00:00
Ralf Corsepius
b669ec7ba5
Expand sample.am.
2005-11-11 07:36:47 +00:00
Ralf Corsepius
cb2818800d
Eliminate DOCTYPES.
2005-11-10 22:21:20 +00:00
Ralf Corsepius
0ca5cba879
s/SAMPLE/TEST/ for improved consistency with other tests.
2005-11-10 14:52:28 +00:00
Ralf Corsepius
091d28f084
Build lib.a conditionally.
2005-11-10 14:44:56 +00:00
Ralf Corsepius
c4b6f76677
Remove SRCS, PRINT_SRCS.
2005-11-07 09:27:48 +00:00
Ralf Corsepius
d66557fac4
Switch back to include compile.am instead of amcompile.am
2005-11-07 09:09:26 +00:00
Ralf Corsepius
b98d0013c1
Partial conversion to automake.
2005-11-07 07:30:36 +00:00
Ralf Corsepius
8f71a36f71
Remove stray white spaces.
2004-04-20 07:09:31 +00:00
Ralf Corsepius
3239698d1f
Remove stray white spaces.
2004-04-15 13:26:21 +00:00
Ralf Corsepius
c8fea7a402
* base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
...
* 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 15:16:23 +00:00
Ralf Corsepius
05153a1f10
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
2004-04-01 10:14:40 +00:00
Ralf Corsepius
4c84d7b760
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* 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-03-30 11:12:01 +00:00
Ralf Corsepius
a00ee402bf
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* 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.
2004-01-14 07:49:37 +00:00
Ralf Corsepius
9fa380ef52
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* 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-12-01 21:21:38 +00:00