diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 6f11fc822..8f922455a 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,15 @@ +2005-12-01 Corinna Vinschen <corinna@vinschen.de> + + * mmap.cc: Make debug output more consistently. Fix some comments. + (gen_protect): Convert to inline function. + (gen_access): Ditto. + (mmap_record::gen_protect): Add create parameter as in global function. + (mmap_record::alloc_page_map): Change condition so that always the + correct protection setting is set after mapping has been established. + (mmap64): For anonymous mappings set offset always to 0. + (fixup_mmaps_after_fork): Always call fixup_mmap_after_fork method + with the MAP_FIXED flag set. + 2005-12-01 Christopher Faylor <cgf@timesys.com> * devices.h (_minor): Coerce argument to proper type before |