From 282d28b8fe390e4de506874f6acca5cf2e235634 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 21 Jun 1997 05:37:21 +0000 Subject: . --- boot/ChangeLog | 17 +++++++++++++++++ sutils/ChangeLog | 5 +++++ 2 files changed, 22 insertions(+) diff --git a/boot/ChangeLog b/boot/ChangeLog index c1f5b3b8..2c1374ae 100644 --- a/boot/ChangeLog +++ b/boot/ChangeLog @@ -1,3 +1,20 @@ +1997-06-20 Miles Bader + + * boot.c (bootscript): Made global. + (parse_opt): New function. + (options, doc, args_doc): New variables. + (bootscript_args): Now an array. + (ds_device_open, ds_device_close, ds_device_write, + ds_device_write_inband, ds_device_read, ds_device_read_inband, + ds_device_get_status, ds_device_set_status, ds_device_map, + ds_xxx_device_set_filter, ds_xxx_device_get_status, + ds_xxx_device_set_status, ds_device_set_filter): + Handle "pseudo-root" device. + (pseudo_root, root_store): New variables. + (main): Use argp to parse args, and implement the pseudo-root device. + Include & + * Makefile (HURDLIBS): Include libstore & libshouldbeinlibc. + Thu Apr 10 11:53:57 1997 Thomas Bushnell, n/BSG * boot.c: Don't include varargs.h. diff --git a/sutils/ChangeLog b/sutils/ChangeLog index 84a31c15..0674b2b5 100644 --- a/sutils/ChangeLog +++ b/sutils/ChangeLog @@ -1,3 +1,8 @@ +1997-06-21 Miles Bader + + * e2os.sh: Use conf=notrunc when writing the superblock back to + the filesystem device, in case it's a file and not a real device. + Fri Feb 28 21:27:20 1997 Miles Bader * fsck.c (fsck_cleanup): Correctly remove from fscks chain. -- cgit v1.2.3