diff options
-rw-r--r-- | proc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/proc/ChangeLog b/proc/ChangeLog index 2ecca27f..eb848193 100644 --- a/proc/ChangeLog +++ b/proc/ChangeLog @@ -1,3 +1,13 @@ +2001-08-04 Roland McGrath <roland@frob.com> + + * mgt.c (S_proc_reauthenticate): Release global_lock while making RPC. + Don't mach_port_deallocate an argument port when returning an error, + because mig does it for us. + +2001-08-03 Roland McGrath <roland@frob.com> + + * mgt.c (allocate_proc): Use memset instead of lots of 0 initializers. + 2001-08-01 Roland McGrath <roland@frob.com> * mgt.c (genpid): Rewritten. |