diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-04 22:15:31 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-04 22:15:31 +0000 |
commit | eed1e70bccb699828e2355ee172f5b683d08cbeb (patch) | |
tree | 8c70189af66df8cb7a06f682ec997ca4323fd65c | |
parent | 7bb0466d683c6650c6b9f09b84bec79f301c2e3a (diff) |
.
-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. |