diff options
-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, |