diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-18 22:39:37 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-18 22:39:37 +0000 |
commit | 06ad0da69e71fa76f856fc9e5497c4163b0e99f2 (patch) | |
tree | acb3eb1dffa838f8c36d8f30705fa28f5a1f4290 /proc/ChangeLog | |
parent | 52cccd25aefe8385dcc3b3700692b8ba8ed5fea3 (diff) |
*** empty log message ***
Diffstat (limited to 'proc/ChangeLog')
-rw-r--r-- | proc/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/proc/ChangeLog b/proc/ChangeLog index 4e2613fd..a0285944 100644 --- a/proc/ChangeLog +++ b/proc/ChangeLog @@ -1,7 +1,13 @@ Thu Jul 18 13:23:51 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> - * mgt.c (S_proc_handle_exceptions): Release newly created referenc + * msg.c (S_proc_setmsgport): Use MOVE_SEND, not COPY_SEND, to + return the old message port to the caller. + + * mgt.c (S_proc_handle_exceptions): Release newly created reference on E when we are done with it. + (S_proc_child): Deallocate our ref on childt once we know we will + return success. + (S_proc_reassign): Likewise for NEWT. * main.c (main): Don't wire proc anymore. It's not necessary or useful. |