summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 5c555adcd..3058b3e6a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,13 @@
+Thu Jul 26 15:19:50 2001 Christopher Faylor <cgf@cygnus.com>
+
+ Throughout, reorganize header file inclusion to put security.h prior to
+ fhandler.h.
+ * fhandler.h (fhandler_base::get_inheritance): New method.
+ * fhandler_socket.cc (fhandler_socket::create_secret_event): Use proper
+ close-on-exec inheritance when creating.
+ (fhandler_socket::check_peer_secret_event): Create handle as
+ non-inheritable.
+
2001-07-25 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
* syscalls.cc (setsid): Detach process from its console if the current