summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygtls.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 2006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2006-07-251-6/+6
* * cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let theChristopher Faylor2006-06-021-1/+2
* * cygtls.cc (_cygtls::call2): Don't call ExitThread on the main thread.Christopher Faylor2006-05-311-1/+4
* * cygtls.cc (_cygtls::call): Call call2 using _my_tls.Christopher Faylor2006-05-251-10/+5
* * cygtls.cc (_cygtls::remove): Don't test for initialization since thisChristopher Faylor2006-05-171-2/+0
* * sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.Christopher Faylor2006-05-161-1/+1
* * cygtls.cc (_cygtls::remove): Reset initialized flag right away if we wereChristopher Faylor2006-03-131-1/+4
* Always zero all elements of siginfo_t throughout.Christopher Faylor2006-02-061-0/+1
* (fix ChangeLog and check in remaining files)Christopher Faylor2006-01-051-1/+2
* add copyrightChristopher Faylor2006-01-021-1/+1
* * cygtls.cc (_cygtls::remove): Remove left over debugging cruft which causedChristopher Faylor2006-01-021-1/+1
* *** cygwin DLL Changes:Christopher Faylor2005-12-291-1/+1
* * cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.Christopher Faylor2005-12-231-1/+1
* * cygtls.cc (_cygtls::remove): Don't bother if we're exiting.Christopher Faylor2005-12-131-1/+1
* Remove unneeded whitespace.Christopher Faylor2005-12-051-25/+2
* * include/exceptions.h (exception_list): Revert previous change. WindowsChristopher Faylor2005-12-031-1/+3
* * cygtls.h (_cygtls::el): New field.Christopher Faylor2005-12-031-9/+23
* * cygheap.h (cygheap_fdenum::cygheap_fdenum): Record locked state or sufferChristopher Faylor2005-10-231-1/+1
* * cygtls.cc (handle_threadlist_exception): Improve diagnostic output.Christopher Faylor2005-10-191-6/+4
* white spaceChristopher Faylor2005-08-121-1/+1
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-0/+3
* * cygtls.cc (_cygtls::remove): Eliminate compiler warning.Christopher Faylor2005-05-131-1/+1
* * cygtls.cc (_cygtls::remove): Clear exitsock after close.Christopher Faylor2005-05-111-3/+6
* * cygtls.cc (_cygtls::remove): Don't free or close stuff if we're being calledChristopher Faylor2005-04-051-9/+12
* * sync.h (muto::operator int): New operator.Christopher Faylor2005-04-051-6/+6
* * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen2005-04-031-0/+3
* * wininfo.h (wininfo::timer_active): Delete.Christopher Faylor2005-03-271-1/+1
* * cygtls.cc (free_local): New macro.Christopher Faylor2005-03-161-2/+13
* * cygtls.cc (_cygtls::remove): Free process_ident, if it exists.Christopher Faylor2005-03-151-0/+3
* Remove \n from debug_printfChristopher Faylor2005-03-091-1/+1
* * cygtls.cc (_cygtls::remove): Don't attempt any removal activities if exitsockChristopher Faylor2005-03-031-1/+3
* * cygtls.cc (_cygtls::init_thread): Move exitsock setting later. It shouldChristopher Faylor2005-03-031-2/+2
* * cygtls.cc (cygtls::call2): Move socket cleanup.Christopher Faylor2005-01-291-4/+4
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-1/+0
* * cygtls.cc (_cygtls::fixup_after_fork): Wipe out exitsock local since itChristopher Faylor2004-10-261-0/+1
* * cygtls.h (exitsock): New element.Christopher Faylor2004-10-111-0/+5
* * cygtls.cc (_cygtls::init_thread): Set __sdidinit to negative value toChristopher Faylor2004-09-071-1/+1
* * cygtls.cc (_cygtls::fixup_after_fork): Just manipulate the signal stack if aChristopher Faylor2004-03-161-5/+6
* * cygtls.cc (_cygtls::remove): Call remove_wq even when we can't necessarilyChristopher Faylor2004-03-151-12/+15
* * 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-0/+1
* * cygtls.cc (_cygtls::fixup_after_fork): Remove unneeded setting of oldmask.Christopher Faylor2004-03-121-6/+1
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-16/+32
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * localtime.cc (localtime_r): Call tzset.Christopher Faylor2004-02-081-14/+4
* * cygtls.cc (_threadinfo::init_thread): Add more local reent stdioChristopher Faylor2004-01-261-0/+2
* * cygtls.cc (_threadinfo::remove): Don't assume that we are removing _my_tls.Christopher Faylor2004-01-221-1/+2
* * cygtls.cc (handle_threadlist_exception): Change logic, improve debuggingChristopher Faylor2004-01-211-4/+17
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-191-0/+7
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-32/+123