diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-08-12 18:31:04 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-08-12 18:31:04 +0000 |
commit | 9474c6318ad2effa3e80246d1012cb111e726bf0 (patch) | |
tree | b1f5dbfbd38913dcc4ebf721f81443472937dec0 /TODO | |
parent | 4b4fc640461f0f6e152204deda38a4e9272fe9e1 (diff) |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -23,7 +23,9 @@ See `tasks', the exported task list. * Libraries ** general: -*** fsys_get_options should return: prog name in argv[0]; non-option program args, e.g. the diskfs device, or nfs mount +*** fsys_get_options should return: prog name in argv[0]; non-option + program args, e.g. the diskfs device, or nfs mount +*** Enable compilation without -O ** libmom work: *** Hack interface definitions so that args are mom-ish @@ -42,7 +44,6 @@ See `tasks', the exported task list. special-case interrupt_operation. *** Drop wire parms to manage-operations; instead have a new-thread hook function. -*** Add ports_create_port_noinstall to ports.h. ** libstore: *** test it and make diskfs use it. @@ -69,9 +70,7 @@ See `tasks', the exported task list. getopt into more primitive functions, which both argp and getopt can call. - ** libdiskfs -*** detect write-protected media and turn on diskfs_readonly *** Add the short-circuited-but-not-builtin translator startup code from dir-lookup to fsys_getroot. Compare and match carefully these two routines and then share common code. @@ -117,7 +116,6 @@ See `tasks', the exported task list. *** Wizzior columnation (autosizing?) *** Make getters more robust. - * Servers ** write default pager ** Implement goaway in all the servers that don't already have it. @@ -185,8 +183,7 @@ See `tasks', the exported task list. *** Write core files. ** init -*** SIGHUP and SIGQUIT don't seem to do the right thing. - +*** SIGHUP and SIGTERM don't seem to do the right thing. * Utilities ** Write a real mount program. @@ -206,7 +203,6 @@ See `tasks', the exported task list. ** fsck should use (not-yet-added) fsys_get_options returned device instead of /etc/fstab. - ** ps: *** ps should timeout quickly (one second?) on non-responsive message ports. *** help displays for: stat letters, format specs. |