From be1fc488e93349d92fb30b1b4deb58fc2b118d56 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 18 Jul 1996 17:24:44 +0000 Subject: *** empty log message *** --- proc/ChangeLog | 5 +++++ proc/main.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'proc') 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 + + * main.c (main): Don't wire proc anymore. It's not necessary or + useful. + Thu Jul 18 04:15:49 1996 Roland McGrath * 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, -- cgit v1.2.3