summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-08-31 00:10:38 +0000
committerThomas Bushnell <thomas@gnu.org>1996-08-31 00:10:38 +0000
commit6a50367962013a83deef3642e58902ccaa9cd698 (patch)
tree30fa040c42c0b746207076020e6e6bcac847e832
parentfcec0a95dc37c50ba993d86250c33c50400c9588 (diff)
*** empty log message ***
-rw-r--r--TODO17
1 files changed, 13 insertions, 4 deletions
diff --git a/TODO b/TODO
index 0fabbbc4..4fa2e334 100644
--- a/TODO
+++ b/TODO
@@ -128,7 +128,6 @@ See `tasks', the exported task list.
** Login/utmp?
** fifos are flaky. ?? Details ??
** pflocal: make peer addresses work?
-** zero (/dev/null) doesn't do access right; probably many in trans/ too.
** proc:
*** Add a version of proc_wait usable by non-parent processes, and use it in
@@ -231,9 +230,6 @@ See `tasks', the exported task list.
*** Add Hurd-specific calls.
*** writes don't seem to work properly
-** fsck.ufs -- zero-length directories and attachment into lost+found still
- don't work; link counts seem to be mangled.
-
* Mach:
** Have some analogue of /dev/klog that syslogd can get kernel messages from
(maybe there is already?); the boot file system, and other people deeming
@@ -241,3 +237,16 @@ See `tasks', the exported task list.
** Add a startup timestamp to tasks, and have some way of fetching it.
+======
+
+List for version 0.1 release
+
+* Try and get new mach4 from Shantanu.
+* pfinet needs to support no-network operation
+* Have term do scancodes, at least kludgily.
+* Make sure nfs still works
+* nfsd?
+* libc 1.93
+* rename nfs/rpcsvc files to something better.
+* Arrange GCC not to install assert.h on GNU.
+* zero (/dev/null) doesn't do access right; probably many in trans/ too.