summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-12-01 20:52:00 +0000
committerChristopher Faylor <me@cgf.cx>2005-12-01 20:52:00 +0000
commit8b3c84227f37ec82a7e5ffe1d32349546b56a5f2 (patch)
tree08072c35cee488abf15cad8ce8b8689dc9f2149a /winsup/cygwin/ChangeLog
parentb5342210808abbb0a9fc3d27f324b6951435e92c (diff)
downloadcygnal-8b3c84227f37ec82a7e5ffe1d32349546b56a5f2.tar.gz
cygnal-8b3c84227f37ec82a7e5ffe1d32349546b56a5f2.tar.bz2
cygnal-8b3c84227f37ec82a7e5ffe1d32349546b56a5f2.zip
* exceptions.cc (handle_exceptions): Translate a guard page exception to a
"SIGBUS".
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 8f922455a..0594a4e87 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-01 Christopher Faylor <cgf@timesys.com>
+
+ * exceptions.cc (handle_exceptions): Translate a guard page exception
+ to a "SIGBUS".
+
2005-12-01 Corinna Vinschen <corinna@vinschen.de>
* mmap.cc: Make debug output more consistently. Fix some comments.