summaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <cgf@redhat.com>2004-01-26 22:28:56 +0000
committerChristopher Faylor <cgf@redhat.com>2004-01-26 22:28:56 +0000
commitcc0a722ca48f423dbe73343072cf7a68c91917a9 (patch)
treed312dd7067ed23d0e6c50f04769adf982e94b64b /winsup/cygwin/ChangeLog
parent87fa5fcd975b3f2c9554a4b1afcd1199f3c15fc9 (diff)
downloadgdb-cc0a722ca48f423dbe73343072cf7a68c91917a9.tar.gz
* exceptions.cc (sig_handle_tty_stop): Avoid races by waiting for bothcvs/cr-0x9ecr-0x9e
signal_arrived and for sigCONT. (sigpacket::process): Enforce sending of both signal_arrived and sigCONT, where appropriate. * gendef (sigreturn): Save tls pointer in ebx so that it can jump into sigdelayed and use the same register.
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 a2d027861c0..54b7cb0efaf 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,14 @@
2004-01-26 Christopher Faylor <cgf@redhat.com>
+ * exceptions.cc (sig_handle_tty_stop): Avoid races by waiting for both
+ signal_arrived and for sigCONT.
+ (sigpacket::process): Enforce sending of both signal_arrived and
+ sigCONT, where appropriate.
+ * gendef (sigreturn): Save tls pointer in ebx so that it can jump into
+ sigdelayed and use the same register.
+
+2004-01-26 Christopher Faylor <cgf@redhat.com>
+
* cygtls.cc (_threadinfo::init_thread): Add more local reent stdio
initialization.
* dcrt0.cc (initial_env): Can it really be true that XP doesn't allow