Changeset d34d2e69 in rtems
- Timestamp:
- Sep 19, 2001, 5:29:42 PM (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4bde2394
- Parents:
- 5dfa8c1
- Files:
-
- 10 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libmisc/ChangeLog
r5dfa8c1 rd34d2e69 1 2001-09-19 Chris Johns <ccj@acm.org> 2 3 * Added support for populating the initial "root" filesystem 4 with information obtained via the DHCP response. 5 * rootfs: New directory. 6 * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c, 7 rootfs/mkrootfs.h: New files. 8 * configure.in, Makefile.am: Modified to reflect addition. 9 1 10 2001-09-14 Fernando Ruiz <fernando.ruiz@ctv.es> 2 11 -
c/src/libmisc/Makefile.am
r5dfa8c1 rd34d2e69 6 6 ACLOCAL_AMFLAGS = -I ../../../aclocal 7 7 8 SUBDIRS = devnull dummy dumpbuf stackchk monitor cpuuse shell rtmonuse untar \8 SUBDIRS = devnull dummy dumpbuf stackchk monitor cpuuse shell rtmonuse rootfs untar \ 9 9 mw-fb wrapup 10 10 -
c/src/libmisc/configure.in
r5dfa8c1 rd34d2e69 40 40 monitor/Makefile 41 41 rtmonuse/Makefile 42 rootfs/Makefile 42 43 stackchk/Makefile 43 44 untar/Makefile -
cpukit/libmisc/ChangeLog
r5dfa8c1 rd34d2e69 1 2001-09-19 Chris Johns <ccj@acm.org> 2 3 * Added support for populating the initial "root" filesystem 4 with information obtained via the DHCP response. 5 * rootfs: New directory. 6 * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c, 7 rootfs/mkrootfs.h: New files. 8 * configure.in, Makefile.am: Modified to reflect addition. 9 1 10 2001-09-14 Fernando Ruiz <fernando.ruiz@ctv.es> 2 11 -
cpukit/libmisc/Makefile.am
r5dfa8c1 rd34d2e69 6 6 ACLOCAL_AMFLAGS = -I ../../../aclocal 7 7 8 SUBDIRS = devnull dummy dumpbuf stackchk monitor cpuuse shell rtmonuse untar \8 SUBDIRS = devnull dummy dumpbuf stackchk monitor cpuuse shell rtmonuse rootfs untar \ 9 9 mw-fb wrapup 10 10
Note: See TracChangeset
for help on using the changeset viewer.