diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-02-16 11:14:49 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-02-16 11:14:49 +0000 |
commit | 2f9e50d8ce60741143bb318f589db8c60d8404bd (patch) | |
tree | 67c5fffeb8040cee53f5206ed20ca3fd24a19af2 /TODO | |
parent | 561bf758ec66553a04a454ea4a8c7bd94898a9e4 (diff) |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -133,8 +133,12 @@ See `tasks', the exported task list. ** Test new-fifo & make it fifo. ! ** Login/utmp? ** fifos are flaky. ?? Details ?? -** pflocal: make peer addresses work? ** magic: `ls -ld /dev/fd' and `test -d /dev/fd' should work. +** implement io_revoke for things in trans/ that need it. ! + +** pflocal +*** make peer addresses work? +*** implement io_revoke on sockets ! ** term: *** find a way to reduce duplicate signals from repeated VINTR input @@ -160,6 +164,7 @@ See `tasks', the exported task list. *** Diagnose why shutdown doesn't close TCP channels properly or reliably. ! *** select for read on a UDP socket seems never to return. !!! *** Undefined functions at the end of pfinet/io-ops.c. !! +*** Implement io_revoke on sockets. ! ** nfs *** Implement async I/O !! @@ -174,6 +179,7 @@ See `tasks', the exported task list. *** Make a server (/servers/storeio?) to share multiple storeio nodes *** Get rid of global DEVICE variable and use the trivfs control hack *** Serverify, ala new-fifo. +*** implement io_revoke ! ** ufs: *** Implement clustering, a la 4.4-lite sys/kern/vfs_cluster.c. |