diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-18 17:24:44 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-18 17:24:44 +0000 |
commit | be1fc488e93349d92fb30b1b4deb58fc2b118d56 (patch) | |
tree | 7a6fef38a43d0c3ae32de969c010cc320bb13e00 /proc | |
parent | 8e33f000abc4efdc0702aa9f75789018de382761 (diff) |
*** empty log message ***
Diffstat (limited to 'proc')
-rw-r--r-- | proc/ChangeLog | 5 | ||||
-rw-r--r-- | proc/main.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/proc/ChangeLog b/proc/ChangeLog index 38cebf42..68831928 100644 --- a/proc/ChangeLog +++ b/proc/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 18 13:23:51 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> + + * main.c (main): Don't wire proc anymore. It's not necessary or + useful. + Thu Jul 18 04:15:49 1996 Roland McGrath <roland@baalperazim.frob.com> * mgt.c (add_tasks): Fix vm_deallocate call to use mach_task_self () diff --git a/proc/main.c b/proc/main.c index 40a0379c..1292cea0 100644 --- a/proc/main.c +++ b/proc/main.c @@ -110,7 +110,7 @@ main (int argc, char **argv, char **envp) mach_port_deallocate (mach_task_self (), pset); mach_port_deallocate (mach_task_self (), psetcntl); - wire_task_self (); +/* wire_task_self (); */ while (1) ports_manage_port_operations_multithread (proc_bucket, |