summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index f3908aae3..5ab539669 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,11 @@
2006-03-29 Christopher Faylor <cgf@timesys.com>
+ * sigproc.cc (wait_for_sigthread): Use the current user sid when
+ setting up the signal pipe rather than relying on (eventually) the
+ effective sid.
+
+2006-03-29 Christopher Faylor <cgf@timesys.com>
+
* dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so
that it can be used by subsequent startup functions.
(dll_crt0_0): Issue a warning if DuplicateTokenEx fails and DEBUGGING.