summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/gendef
Commit message (Expand)AuthorAgeFilesLines
* Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor2010-03-121-10/+5
* * gendef (cleanup): Rename from 'nocr'. Remove comments and trailing spaces.Christopher Faylor2009-06-281-5/+8
* * speclib: Semi-revert to previous version but don't try to generateChristopher Faylor2009-04-091-8/+10
* * gendef: Remove STABS directives.Corinna Vinschen2009-03-141-4/+0
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * exceptions.cc (_cygtls::handle_exceptions): Only call rtl_unwind whenChristopher Faylor2008-03-011-2/+10
* * gendef (sigbe): Reset "incyg" while the stack lock is active to avoid aChristopher Faylor2007-08-091-1/+1
* * cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let theChristopher Faylor2006-06-021-1/+5
* * cygtls.cc (_cygtls::remove): Reset initialized flag right away if we wereChristopher Faylor2006-03-131-2/+1
* * cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.Christopher Faylor2006-03-121-6/+21
* * analyze_sigfe: New script.Christopher Faylor2006-03-011-0/+8
* * cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.Christopher Faylor2005-12-231-5/+11
* Remove unneeded whitespace.Christopher Faylor2005-12-051-0/+2
* * fork.cc (frok::child): Change order of cleanup prior to return.Christopher Faylor2005-10-291-2/+2
* * cygtls.h (__ljfault): Declare.Christopher Faylor2005-08-281-2/+67
* * gendef: Use nocr to remove \r's from input. gendef (nocr): New function.Christopher Faylor2005-07-271-3/+8
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-1/+2
* * cygtls.h (waitq): Declare structure here.Christopher Faylor2004-03-121-4/+2
* * cygtls.cc (_cygtls::fixup_after_fork): Remove unneeded setting of oldmask.Christopher Faylor2004-03-121-46/+46
* * exceptions.cc (setup_handler): Avoid suspending a thread if it in a cygwinChristopher Faylor2004-03-091-14/+20
* * fork.cc (fork_parent): Save parent pid in a temporary variable since childChristopher Faylor2004-03-071-6/+8
* * gendef (sigdelayed): Handle return here rather than going through sigbe toChristopher Faylor2004-03-051-56/+67
* * gendef (sigreturn): Call stabilize_sig_stack to ensure that there are noChristopher Faylor2004-03-041-34/+32
* * gendef (stabilize_sig_stack): Correctly align this pointer for call toChristopher Faylor2004-02-251-2/+3
* * gendef (stabilize_sig_stack): New function.Christopher Faylor2004-02-181-6/+55
* * dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.Christopher Faylor2004-02-141-1/+0
* * Makefile.in (clean): Remove sigfe.s.Christopher Faylor2004-02-131-2/+3
* * gendef (_sigbe): Zero location on pop.Christopher Faylor2004-02-121-4/+2
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-55/+76
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-14/+15
* * localtime.cc (localtime_r): Call tzset.Christopher Faylor2004-02-081-19/+59
* * exceptions.cc (sig_handle_tty_stop): Avoid races by waiting for bothChristopher Faylor2004-01-261-3/+3
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-191-1/+3
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-0/+223