summaryrefslogtreecommitdiff
path: root/proc/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-08-04 22:15:31 +0000
committerRoland McGrath <roland@gnu.org>2001-08-04 22:15:31 +0000
commiteed1e70bccb699828e2355ee172f5b683d08cbeb (patch)
tree8c70189af66df8cb7a06f682ec997ca4323fd65c /proc/ChangeLog
parent7bb0466d683c6650c6b9f09b84bec79f301c2e3a (diff)
.
Diffstat (limited to 'proc/ChangeLog')
-rw-r--r--proc/ChangeLog10
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.