summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index c4d79237f..a7ef9a7d8 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,15 @@
+2003-09-16 Christopher Faylor <cgf@redhat.com>
+
+ * pinfo.h (winpids::pid_access): New element.
+ (winpids::winpids): Rejigger to set pinfo_access.
+ * pinfo.cc (winpids::add): Try to open shared memory region with
+ supplied pinfo_access first, then default to readonly.
+ * fhandler_termios.cc (tty_min::kill_pgrp): When getting list of pids
+ to work with, suggest opening with PID_MAP_RW.
+ * signal.cc (kill_pgrp): Ditto.
+ * sigproc.cc (sig_send): Perform a write check on todo prior to
+ attempting to increment it. Return EACCES if we can't write to it.
+
2003-09-16 Corinna Vinschen <corinna@vinschen.de>
* cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid.