diff options
author | Miles Bader <miles@gnu.org> | 1996-09-24 19:39:07 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-09-24 19:39:07 +0000 |
commit | 5d77a744e519fe48a7a97fe227f5556bba3a2517 (patch) | |
tree | b31810967c5ace6ee5659527e1eff7a3a1c9c946 /sutils | |
parent | 90318bed90a12faf24ba6e0bc035ff66e16d8403 (diff) |
.
Diffstat (limited to 'sutils')
-rw-r--r-- | sutils/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sutils/ChangeLog b/sutils/ChangeLog index ec55b55c..aaadaa99 100644 --- a/sutils/ChangeLog +++ b/sutils/ChangeLog @@ -1,3 +1,22 @@ +Tue Sep 24 14:46:11 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * MAKEDEV.sh: Fix argument parsing. + (zero): Use `storeio -Tzero' instead of `null -z'. + +Thu Sep 19 17:48:59 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * fstab.c (fs_remount): Use fsys_update instead of fsys_remount. + +Wed Sep 18 19:12:19 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * MAKEDEV.sh: Use a shell function `mkdev' for recursion, rather + than calling this script recursively. + +Thu Sep 12 18:53:42 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * fsck.c (fs_start_fsck): Print an error for filesystem types we + don't know how to fsck, instead of dying with an assertion failure. + Thu Sep 19 16:58:18 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (install): Depend on installation directory directly; |