diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-08-20 20:41:57 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-08-20 20:41:57 +0000 |
commit | 73098d54c1b2622ab054073943df0e9190209aac (patch) | |
tree | 0231172a8590af8eb5efaa2811f1c650c994b9af | |
parent | 06bc2567f84577b548aa7d940872803c6b54d95a (diff) |
*** empty log message ***
-rw-r--r-- | TODO | 3 | ||||
-rw-r--r-- | libports/manage-multithread.c | 4 |
2 files changed, 1 insertions, 6 deletions
@@ -156,7 +156,6 @@ See `tasks', the exported task list. ** nfs *** Implement async I/O !! *** Finish work to turn on paging. !! -*** Finish excl arg work in link and rename. !! *** Implement TCP nfs. ! *** Implement V3 nfs. *** Implement nqnfs. ! @@ -219,6 +218,7 @@ See `tasks', the exported task list. *** ps should timeout quickly (one second?) on non-responsive message ports. ! *** help displays for: stat letters, format specs. *** --match option? +*** fetch and print task (and thread?) startup times. ** gdb: *** Add various mach convenience features (vminfo, &c). !! @@ -243,7 +243,6 @@ See `tasks', the exported task list. (maybe there is already?); the boot file system, and other people deeming it too risk to attempt to contact syslogd can use it too? ! -** Add a startup timestamp to tasks, and have some way of fetching it. !! ====== diff --git a/libports/manage-multithread.c b/libports/manage-multithread.c index fb8f03f6..553a6444 100644 --- a/libports/manage-multithread.c +++ b/libports/manage-multithread.c @@ -157,10 +157,6 @@ ports_manage_port_operations_multithread (struct port_bucket *bucket, return 0; } - /* Wire this because hurd_thread_cancel will not interoperate - cleanly with cthreads cleverness yet. */ - wire_cthreads = 1; - thread_timeout = global_timeout = 0; /* XXX */ nreqthreads = 1; |