diff options
author | Roland McGrath <roland@gnu.org> | 1998-12-27 10:12:31 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-12-27 10:12:31 +0000 |
commit | dc431a92c14959845a080f3a29ba6a7293f56151 (patch) | |
tree | cef535e17ea7f856049e91815a115613f1ebccf4 | |
parent | 1764a4cd92f259e5c6e5a851bb1d5f09ca41a8e3 (diff) |
.
-rw-r--r-- | libdiskfs/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index e5fd3256..a60bbbdb 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,5 +1,18 @@ 1998-12-27 Roland McGrath <roland@baalperazim.frob.com> + * boot-start.c (_diskfs_boot_privports): Renamed from diskfs_*. + * priv.h: Declare it. + * console.c (diskfs_console_stdio): Change caller. + + * file-statfs.c (diskfs_S_file_statfs): Remove __ from struct members. + +1998-12-21 Mark Kettenis <kettenis@phys.uva.nl> + + * file-statfs.c (diskfs_S_file_statfs): Initialize mount options + in statbuf. + +1998-12-27 Roland McGrath <roland@baalperazim.frob.com> + * opts-std-startup.c (startup_options): Move -C above "Boot options:", give it a docstring. Docstrings for --bootflags, --boot-command. (_diskfs_boot_command): New variable. |