diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-09-17 16:43:48 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-09-17 16:43:48 +0000 |
commit | dcf8f5b059e9ae3f767dc4069859dceba756328a (patch) | |
tree | 0079e8ac765fb551a9778ede1643145a954992a4 /TODO | |
parent | 88f8b13a55f5dac05830f486d0403b11b107c975 (diff) |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -19,6 +19,7 @@ See `tasks', the exported task list. * Write coding standards suggestions for Hurd * Implement file_fetch_dir * --help strings need to mention bug reporting address +* Conform to coding standards (esp. CFLAGS setting) * Fix emacs/src/unexelf.c to deal with occasional lack of mmap @@ -203,14 +204,17 @@ See `tasks', the exported task list. script by other than root (it doesn't now if the script specifies --retry="$0" because the exec server will use /dev/fd/N for name, and child_lookup() doesn't supply more than fds 0-2). -** fsck should use (not-yet-added) fsys_get_options returned device instead - of /etc/fstab. ** Write/port the various helpful mach info programs in UX (vminfo, etc). ** Serverboot doesn't deal with symlinks properly. ** Grub doesn't deal with symlinks properly. ** `sush --help' gets a bus error. ** `uptime --help' and `uptime --version' fail. +** fsck: +*** fsck should use (not-yet-added) 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. *** -P should print the pid of the translator before pausing |