diff options
author | Miles Bader <miles@gnu.org> | 1997-02-06 07:42:34 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-02-06 07:42:34 +0000 |
commit | d7ef8c8783570c330752c128f8962cca17459e1c (patch) | |
tree | 528164852d067e9474c430c705bc397fc5eca57f | |
parent | 741761e7783fba56ae50dc264df2c52a37ed953c (diff) | |
download | hurd-d7ef8c8783570c330752c128f8962cca17459e1c.tar.gz hurd-d7ef8c8783570c330752c128f8962cca17459e1c.tar.bz2 hurd-d7ef8c8783570c330752c128f8962cca17459e1c.zip |
.
-rw-r--r-- | TODO | 4 | ||||
-rw-r--r-- | ufs/ChangeLog | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -104,7 +104,6 @@ See `tasks', the exported task list. (syslog, but takes special care when the root file system?). !! *** Some of diskfs_readonly_changed in ufs/ext2fs should be in generic routines. ! -*** Move file_getfh and fsys_getfile here (from ufs). !!! ** libfshelp @@ -206,7 +205,6 @@ See `tasks', the exported task list. ** fsck: *** fsck should use fsys_get_options returned device instead of /etc/fstab !! -*** If fstab mentions a bad type, fsck gets as assert failure !! ** settrans: *** needs an option to make the active go away without using goaway. ! @@ -215,7 +213,7 @@ See `tasks', the exported task list. ** ps: *** ps should timeout quickly (one second?) on non-responsive message ports. ! *** help displays for: stat letters, format specs. -*** Add head/tail options; --match? +*** --match option? ** gdb: *** Add various mach convenience features (vminfo, &c). !! diff --git a/ufs/ChangeLog b/ufs/ChangeLog index 41f2347c..323da685 100644 --- a/ufs/ChangeLog +++ b/ufs/ChangeLog @@ -1,3 +1,7 @@ +Thu Feb 6 01:56:27 1997 Miles Bader <miles@gnu.ai.mit.edu> + + (diskfs_S_file_getfh, diskfs_S_fsys_getfile): Functions removed. + Tue Nov 19 18:28:26 1996 Miles Bader <miles@gnu.ai.mit.edu> * inode.c (read_disknode): If SBLOCK->fs_inodefmt < FS_44INODEFMT, |