summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b59630930..bcc0d81d2 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,12 @@
+2005-11-30 Corinna Vinschen <corinna@vinschen.de>
+
+ * mmap.cc (list::try_map): New method, implementing trying to map
+ within another already existing map, moved from mmap64 here.
+ (mmap64): Just call try_map now.
+ (fhandler_dev_zero::fixup_mmap_after_fork): Always create new private
+ map with PAGE_READWRITE protection.
+ (fixup_mmaps_after_fork): Fix comment.
+
2005-11-29 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/version.h: Bump API minor version.