diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index c82f601fa..e6e824d55 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,14 @@ +Tue Oct 24 23:45:09 2000 Christopher Faylor <cgf@cygnus.com> + + * dcrt0.cc (do_exit): Don't bother looking for pgrp children to send + SIGHUP if process has never created any children. + * fork.cc (fork): Set flag indicating that there is another process + with our process group. + * spawn.cc (spawn_guts): Ditto. + * pinfo.h (set_has_pgid_children): New methods for setting when process + has children in its process group. + * syscalls.cc (setpgid): Clear has_gid_children if pgid changes. + Tue Oct 24 20:38:00 2000 Corinna Vinschen <corinna@vinschen.de> * ntdll.h: New file. |