diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index daf2b0d4f..67ada3088 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,13 @@ +2003-01-14 Corinna Vinschen <corinna@vinschen.de> + + * mmap.cc (mmap_record::access): Change argument type to caddr_t + for strictness. + (mprotect): Protect against calling VirtualProtect() for shared + pages on 9x/Me. + (fixup_mmaps_after_fork): If ReadProcessMemory() fails, try to + change protection of parent page to PAGE_READONLY, then try again. + Revert protection afterwards. + 2003-01-14 Thomas Pfaff <tpfaff@gmx.net> * syscalls.cc (system): Add pthread_testcancel call. |