diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-14 00:08:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-14 00:08:54 +0000 |
commit | ec387fe1742f9b8f61999bc9f8738fb442fd681d (patch) | |
tree | 9fa2a471ce65d76720b655c04ebeb2783b6d0104 /init/ChangeLog | |
parent | a97721d632cd2679c3017a91e7b93edd42e2c877 (diff) |
.
Diffstat (limited to 'init/ChangeLog')
-rw-r--r-- | init/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init/ChangeLog b/init/ChangeLog index 721d78c1..e1ecee24 100644 --- a/init/ChangeLog +++ b/init/ChangeLog @@ -1,9 +1,13 @@ 2000-03-13 Roland McGrath <roland@baalperazim.frob.com> + * stubs.c (send_signal): Don't use mach_msg_destroy, since it wants + the local/remote ports reversed. Destroy the rights by hand instead. + * stubs.c (send_signal): Make MESSAGE auto instead of static. Take new argument TIMEOUT, passed to mach_msg instead of zero. (send_signal): For MACH_SEND_TIMED_OUT failure, destroy the pseudo-received message to avoid leaking send rights. + * init.c (process_signal): Pass new argument, timeout of 500 ms. 1999-09-28 Thomas Bushnell, BSG <tb@mit.edu> |