diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/init/ChangeLog b/init/ChangeLog index 941c6903..721d78c1 100644 --- a/init/ChangeLog +++ b/init/ChangeLog @@ -1,3 +1,11 @@ +2000-03-13 Roland McGrath <roland@baalperazim.frob.com> + + * 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> * init.c (frob_kernel_process): Allocate the kernel's page in the |