Ralf Corsepius
4534ba300e
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* 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-13 09:36:01 +00:00
Joel Sherrill
cd06294a08
2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
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-12-08 21:38:29 +00:00
Ralf Corsepius
5e9990b85c
Fix typo.
2011-10-18 14:26:34 +00:00
Ralf Corsepius
96bb783aa0
2011-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* fileio/init.c: Explictly consts in size_t initializers
(avoid overflows on 16bit-int targets).
2011-10-18 13:36:37 +00:00
Ralf Corsepius
16b1599ffb
2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* capture/init.c: Declare notification only if being used.
2011-10-07 09:39:53 +00:00
Ralf Corsepius
d44c86b49d
2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* nsecs/init.c: Include "pritime.h".
Use PRIdtime_t to print time_t.
2011-09-30 02:55:30 +00:00
Ralf Corsepius
b47a7ccb8d
2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Check for size of time_t.
2011-09-30 01:55:27 +00:00
Sebastian Huber
7c9d27e831
2011-09-16 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
...
* fileio/fileio.scn: New file.
* capture/init.c, fileio/init.c: Use rtems_shell_wait_for_input().
2011-09-16 09:23:19 +00:00
Joel Sherrill
b57e1376ca
2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* ticker/system.h: Remove unneeded include.
2011-08-29 17:18:44 +00:00
Chris Johns
7032a45830
2011-07-04 Chris Johns <chrisj@rtems.org>
...
* fileio/init.c, fileio/system.h: Add commands to
create ram disks from the shell prompt. Helps testing.
2011-07-04 00:34:00 +00:00
Ralf Corsepius
3a9d9e1e12
2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* pppd/Makefile.am: Add ppp.conf, pppd.options to EXTRA_DIST.
* pppd/Makefile-user: Remove.
2011-06-20 07:25:09 +00:00
Joel Sherrill
91c805472d
2011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* fileio/init.c: Avoid use of deprecated rtems_clock_get() except in
spclockget().
2011-06-11 16:41:56 +00:00
Joel Sherrill
541591c355
2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* fileio/Makefile.am, ticker/Makefile.am: Missed part of previous
patch.
2011-05-05 22:29:23 +00:00
Joel Sherrill
7c1e69429a
2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* 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-05-05 16:45:40 +00:00
Ralf Corsepius
027e40dc03
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Add AC_CONFIG_HEADER(config.h).
2011-02-22 14:56:36 +00:00
Ralf Corsepius
571ccfc827
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* 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-22 10:54:42 +00:00
Joel Sherrill
c6379467bb
2011-02-17 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* pppd/system.h: Use confdefs.h to generate device driver table.
2011-02-17 15:21:40 +00:00
Sebastian Huber
e226bd64fd
2011-02-17 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
...
* pppd/system.h: Added missing include files.
2011-02-17 07:17:04 +00:00
Ralf Corsepius
8ee3775f30
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-02-02 15:01:43 +00:00
Sebastian Huber
f4e67ff72e
2010-12-08 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
...
* loopback/init.c: Loop back interface will be initialized now during
normal initialization via rtems_bsdnet_initialize_network().
2010-12-08 10:32:05 +00:00
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
Sebastian Huber
3ac6eb90c5
2010-07-07 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
...
* minimum/init.c: Use fatal error extension to prevent infinite
runtime.
2010-07-07 09:26:05 +00:00
Joel Sherrill
e3d184de9d
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* capture/capture.doc: Remove more ITRON references.
2010-06-21 22:54:20 +00:00
Chris Johns
4067f7f5e8
2010-06-02 Chris Johns <chrisj@rtems.org>
...
* iostream/init.cc: Remove the hack.
2010-06-02 04:38:49 +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
Ralf Corsepius
ed85933279
2010-04-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* capture/init.c: Remove unused variable "out".
2010-04-04 09:41:22 +00:00
Thomas Doerfler
cdf44d93da
exclude big samples for SMALL MEMORY BSPs
2010-03-29 11:30:49 +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
4f11fac570
2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to
int to match with rtems/rtems_bsdnet.h.
2009-11-02 04:24:20 +00:00
Ralf Corsepius
3220700727
2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* 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-30 13:35:57 +00:00
Ralf Corsepius
b81342765a
2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* pppd/netconfig.h: Add UL suffix to long constants to avoid
implicit integer overflows on 16bit targets.
2009-10-29 06:36:46 +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
bf3a0a0460
2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* base_sp/apptask.c, unlimited/init.c:
Use PRIdrtems_task_argument to print rtems_task_argument's.
2009-10-27 06:59:32 +00:00
Ralf Corsepius
5726131b4e
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* 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 11:34:38 +00:00
Ralf Corsepius
b9deb1c3d5
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* unlimited/Makefile.am, base_sp/Makefile.am:
Add -I$(top_srcdir)/../support/include.
2009-10-26 11:32:44 +00:00
Ralf Corsepius
8d0b835889
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* loopback/init.c : Add prototype for rtems_bsdnet_loopattach.
Remove evil type-cast.
2009-10-26 09:16:39 +00:00
Ralf Corsepius
7bf33bfdd4
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* 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-26 09:14:42 +00:00
Ralf Corsepius
f788472a45
2009-10-24 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* 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-24 05:53:14 +00:00
Joel Sherrill
881db0eb00
2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* unlimited/test1.c: Spacing.
2009-10-14 16:46:54 +00:00
Joel Sherrill
2697272499
2009-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* hello/init.c: Remove call to devFS_Show() which had accidentally
gotten committed.
2009-10-02 11:50:39 +00:00
Ralf Corsepius
27cb9ec53d
2009-09-14 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* capture/test1.c: Use size_t for sizes.
2009-09-14 14:56:35 +00:00
Joel Sherrill
7173c43715
2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* hello/Makefile.am, hello/init.c: Simplify.
* hello/system.h: Removed.
2009-08-26 13:22:58 +00:00
Joel Sherrill
c39d81bc5e
2009-08-21 Xi Yang <hiyangxi@gmail.com>
...
* unlimited/test2.c: Fix spacing.
2009-08-21 17:35:49 +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
fa342bc701
2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* ticker/tasks.c: Convert calls to legacy routine rtems_clock_get(
RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
2009-08-10 14:54:31 +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
9e06eb1e96
2009-06-11 Roxana Leontie <roxana.leontie@gmail.com>
...
* cdtest/system.h: modified the number of max semaphores
- test was failing before
2009-06-12 01:14:41 +00:00
Ralf Corsepius
efb0cf6947
2009-06-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* loopback/init.c: Add missing initializers.
2009-06-04 06:50:04 +00:00