Christopher Faylor 3a1ccfc8c7 * fork.cc (fork_parent): Save parent pid in a temporary variable since child
could conceivably exit before function returns, rendering the child's shared
memory area invalid.
* cygtls.h (_cygtls::incyg): Declare new field.
(_cygtls::in_exception): Define new function.
* exceptions.cc (setup_handler): Remove locked flag.  Use 'incyg' flag and
in_exception function to determine when we're in a cygwin function.
(_cygtls::call_signal_handler): Decrement incyg flag prior to calling a
handler.  Increment it on return.
* gendef (_sigfe): Increment incyg flag.  Use testl for zero testing rather
than orl, for consistency.
(_sigbe): Decrement incyg flag.  Use testl for zero testing rather than orl,
for consistency.
(_cygtls::pop): Use testl for zero testing rather than orl, for consistency.
(stabilize_sig_stack): Ditto.
2004-03-07 04:57:47 +00:00
..
2001-12-20 03:03:59 +00:00
2000-02-17 19:38:33 +00:00
2001-10-28 23:05:49 +00:00
2001-10-28 23:05:49 +00:00
2001-10-28 23:05:49 +00:00
2002-01-01 16:49:52 +00:00
2004-01-20 03:11:39 +00:00
2003-04-16 03:03:45 +00:00
2001-10-12 01:51:21 +00:00
2001-09-11 20:01:02 +00:00
2003-09-25 00:37:18 +00:00
2001-09-11 20:01:02 +00:00
2000-02-17 19:38:33 +00:00
2002-12-12 03:09:38 +00:00
2001-10-28 23:05:49 +00:00
.
2002-05-04 04:30:57 +00:00
2004-03-06 21:43:57 +00:00
2002-02-11 02:25:42 +00:00
2004-02-04 22:40:50 +00:00
2003-07-25 16:13:12 +00:00
2001-09-11 20:01:02 +00:00
2003-07-07 05:32:24 +00:00
2000-08-18 19:51:02 +00:00
2003-03-09 20:31:07 +00:00
2003-01-15 10:21:23 +00:00