diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +1999-09-18 Roland McGrath <roland@baalperazim.frob.com> + + * sysdeps/mach/hurd/wait4.c (__wait4): When proc_wait returns EAGAIN, + return zero to indicate no children died yet (assuming WNOHANG). + + * sysdeps/mach/hurd/setsid.c: #include <hurd/fd.h>. + +1999-09-17 Roland McGrath <roland@baalperazim.frob.com> + + * hurd/port2fd.c (_hurd_port2fd): Never change CTTYID port. + + * sysdeps/mach/hurd/setsid.c (__setsid): Fix return type -> pid_t. + Return _hurd_pgrp instead of 0. + 1999-09-19 Roland McGrath <roland@baalperazim.frob.com> * sysdeps/mach/hurd/brk.c (_hurd_set_brk): Deallocate and reallocate |