aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/gendef
AgeCommit message (Expand)AuthorFilesLines
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor1-1/+2
2004-03-12* cygtls.h (waitq): Declare structure here.Christopher Faylor1-4/+2
2004-03-12* cygtls.cc (_cygtls::fixup_after_fork): Remove unneeded setting of oldmask.Christopher Faylor1-46/+46
2004-03-09* exceptions.cc (setup_handler): Avoid suspending a thread if it in a cygwinChristopher Faylor1-14/+20
2004-03-07* fork.cc (fork_parent): Save parent pid in a temporary variable since childChristopher Faylor1-6/+8
2004-03-05* gendef (sigdelayed): Handle return here rather than going through sigbe toChristopher Faylor1-56/+67
2004-03-04* gendef (sigreturn): Call stabilize_sig_stack to ensure that there are noChristopher Faylor1-34/+32
2004-02-25* gendef (stabilize_sig_stack): Correctly align this pointer for call toChristopher Faylor1-2/+3
2004-02-18* gendef (stabilize_sig_stack): New function.Christopher Faylor1-6/+55
2004-02-14* dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.Christopher Faylor1-1/+0
2004-02-13* Makefile.in (clean): Remove sigfe.s.Christopher Faylor1-2/+3
2004-02-12* gendef (_sigbe): Zero location on pop.Christopher Faylor1-4/+2
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor1-55/+76
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-14/+15
2004-02-08* localtime.cc (localtime_r): Call tzset.Christopher Faylor1-19/+59
2004-01-26* exceptions.cc (sig_handle_tty_stop): Avoid races by waiting for bothChristopher Faylor1-3/+3
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor1-1/+3
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-0/+223