summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-07-30 19:17:43 +0000
committerThomas Bushnell <thomas@gnu.org>1996-07-30 19:17:43 +0000
commitd75bf60537850ac9edd04170d001ded4b41ac8bd (patch)
treef22a6b2bbde38fcf2aa9a0314404c71b781ef136 /TODO
parent19310ee240abe31f1b5b3e8a14adb88286d62698 (diff)
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 10 insertions, 3 deletions
diff --git a/TODO b/TODO
index 895a5e6e..950bf7ae 100644
--- a/TODO
+++ b/TODO
@@ -47,6 +47,9 @@ See `tasks', the exported task list.
** libfsserver/libnetfs:
*** convert libnetfs to libfsserver
+** libnetfs
+*** Support --readonly, --writable, and --update
+
** libpager:
*** Put user-defined fns into a callback struct passed to pager_create.
*** Make libpager paging interface able to read/write multiple pages at once.
@@ -85,6 +88,7 @@ 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.
+*** fsys_get_options should return the disk name.
** libfshelp
*** Put functions here to deal with directory and file change notifications?
@@ -191,6 +195,8 @@ 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.
** ps:
@@ -210,10 +216,11 @@ See `tasks', the exported task list.
** nfsd -- fix remaining bugs
*** Add necessary support to filesystems
-** fsck -- zero-length directories and attachment into lost+found still
+** fsck.ufs -- zero-length directories and attachment into lost+found still
don't work.
+
* 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
@@ -227,8 +234,8 @@ See `tasks', the exported task list.
** Compile released libc.
** Compile released utilities. (See SOURCES-0.0)
** Make serverboot source tar and build instructions.
-** Deal with crypt
-** Relink everything after version numbered libc is installed
+** Release inetutils 1.1 with autoconf crypt test.
+** Relink everything after when released libc is installed.
** ext2fs: shutdown doesn't sync properly?
[Create a file, then (settrans -a) won't write it, but if you do sync
first, everything's fine; the code doesn't look too different...]