summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygtls.h
Commit message (Expand)AuthorAgeFilesLines
* * cygtls.h (exitsock): New element.Christopher Faylor2004-10-111-0/+6
* * cygtls.h: Add alignment kludge to fix disparity between compilers.Christopher Faylor2004-09-141-1/+7
* * cygtls.cc (_cygtls::remove): Call remove_wq even when we can't necessarilyChristopher Faylor2004-03-151-1/+1
* * cygtls.cc (_cygtls::remove): Call remove_wq to ensure that wait stuff isChristopher Faylor2004-03-141-0/+1
* * cygtls.h (waitq): Declare structure here.Christopher Faylor2004-03-121-4/+16
* * exceptions.cc (setup_handler): Avoid suspending a thread if it in a cygwinChristopher Faylor2004-03-091-2/+2
* * fork.cc (fork_parent): Save parent pid in a temporary variable since childChristopher Faylor2004-03-071-1/+3
* * Makefile.in (clean): Remove sigfe.s.Christopher Faylor2004-02-131-0/+1
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-7/+10
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-3/+4
* * localtime.cc (localtime_r): Call tzset.Christopher Faylor2004-02-081-1/+4
* * cygtls.h (_local_storage::signamebuf): Increase size to prevent overflow onChristopher Faylor2004-02-031-1/+1
* * Makefile.in (DLL_OFILES): Add strsig.o.Christopher Faylor2004-02-031-0/+1
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-191-1/+5
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-5/+7
* * cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_holdChristopher Faylor2004-01-031-1/+3
* * cygtls.h (_threadinfo::stack): Increase stack size to accommodate nestedChristopher Faylor2003-12-301-2/+2
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-6/+77
* * cygthread.cc (cygthread::stub): Revert previous change and again subsumeChristopher Faylor2003-12-141-4/+6
* * cygtls.h (_threadinfo::find_tls): New function.Christopher Faylor2003-12-071-0/+1
* * cygtls.h: Add more "don't parse this" guards.Christopher Faylor2003-12-061-2/+6
* * cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.Christopher Faylor2003-12-031-1/+3
* * pinfo.h (_pinfo::getthread2signal): Remove obsolete function.Christopher Faylor2003-11-291-1/+2
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-0/+61