diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2005-12-01 20:35:13 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2005-12-01 20:35:13 +0000 |
commit | b5342210808abbb0a9fc3d27f324b6951435e92c (patch) | |
tree | 2510a8d69dab5b47f261d8aa89c020e738bb656d /winsup/cygwin/ChangeLog | |
parent | c57b13f9f85c50332dab29642d910769ead51255 (diff) | |
download | cygnal-b5342210808abbb0a9fc3d27f324b6951435e92c.tar.gz cygnal-b5342210808abbb0a9fc3d27f324b6951435e92c.tar.bz2 cygnal-b5342210808abbb0a9fc3d27f324b6951435e92c.zip |
* 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.
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 |