summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-03-31 14:58:14 +0000
committerCorinna Vinschen <corinna@vinschen.de>2009-03-31 14:58:14 +0000
commit1e4e6ee8f4ee5fe7c1ae87b0da4374de2ce29906 (patch)
tree31e7fc5709aa49781b01eb909c39b6694b33e83a /winsup/cygwin/ChangeLog
parent83fb2c849c7834d98da00886332a19c20b39ac27 (diff)
downloadcygnal-1e4e6ee8f4ee5fe7c1ae87b0da4374de2ce29906.tar.gz
cygnal-1e4e6ee8f4ee5fe7c1ae87b0da4374de2ce29906.tar.bz2
cygnal-1e4e6ee8f4ee5fe7c1ae87b0da4374de2ce29906.zip
* shm.cc (struct shm_attached_list): Convert access type to ULONG.
(fixup_shms_after_fork): Fix comment. Use NtMapViewOfSection rather than MapViewOfFileEx to recreate shared memory regions. Add function name to api_fatal output. (shmat): Use NtMapViewOfSection to create shared memory region top-down.
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 e0b3647e2..8931199cb 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,14 @@
2009-03-31 Corinna Vinschen <corinna@vinschen.de>
+ * shm.cc (struct shm_attached_list): Convert access type to ULONG.
+ (fixup_shms_after_fork): Fix comment. Use NtMapViewOfSection rather
+ than MapViewOfFileEx to recreate shared memory regions. Add function
+ name to api_fatal output.
+ (shmat): Use NtMapViewOfSection to create shared memory region
+ top-down.
+
+2009-03-31 Corinna Vinschen <corinna@vinschen.de>
+
* ctype.cc: Remove implementation of ctype functions in favor of
pointer-based newlib implementation.
(_ctype_b): Declare.