aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/cygtls.cc
AgeCommit message (Expand)AuthorFilesLines
2011-04-21 * cygtls.cc (_cygtls::init_thread): Drop setting locals.process_logmask.Corinna Vinschen1-17/+14
2011-04-18 * cygtls.cc (_cygtls::remove): Always close sockevt handle.Corinna Vinschen1-1/+2
2011-01-11 * cygtls.cc (_cygtls::init_thread): Call _REENT_INIT_PTR. Drop settingCorinna Vinschen1-3/+2
2010-12-29* cygtls.cc: Include stdlib.h.Christopher Faylor1-0/+2
2010-02-28Update some copyrights.Christopher Faylor1-64/+5
2010-02-26* cygtls.h (_cygtls::init_exception_handler): Eliminate argument.Christopher Faylor1-4/+4
2010-02-24* cygtls.cc (_cygtls::init_exception_handler): Force installation of ourChristopher Faylor1-8/+25
2009-07-17* cygtls.cc (_cygtls::init_exception_handler): Test for e, not e->prev or weChristopher Faylor1-1/+17
2009-07-17* cygtls.cc (_cygtls::init_exception_handler): Avoid adding our exceptionChristopher Faylor1-0/+3
2009-07-07 * cygtls.cc (_cygtls::remove): Fix typo.Corinna Vinschen1-3/+2
2009-07-06* cygtls.cc (_cygtls::remove): Avoid closing a NULL handle.Christopher Faylor1-1/+2
2009-07-06 * cygtls.h (struct _local_storage): Add thread storage pointers forCorinna Vinschen1-6/+7
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-3/+1
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-8/+0
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-03-12 * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen1-13/+1
2008-03-07 * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen1-0/+3
2008-03-02* cygtls.cc (_cygtls::init_exception_handler): Semi-revert to making onlyChristopher Faylor1-1/+13
2008-03-01* cygtls.h (_cygtls::handle_threadlist_exception): Eliminate.Christopher Faylor1-40/+10
2008-03-01* exceptions.cc (_cygtls::handle_exceptions): Only call rtl_unwind whenChristopher Faylor1-2/+1
2008-02-27 * cygtls.cc (_cygtls::init_exception_handler): Fix comment.Corinna Vinschen1-7/+2
2008-02-27* cygtls.cc (_cygtls::handle_threadlist_exception): Make it clear that theChristopher Faylor1-2/+2
2008-02-13 * cygtls.cc (_cygtls::init_exception_handler): Revert patchCorinna Vinschen1-1/+17
2007-11-26Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor1-4/+4
2007-02-23 Throughout remove all usage of wincap.has_security.Corinna Vinschen1-3/+2
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen1-6/+6
2006-06-02* cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let theChristopher Faylor1-1/+2
2006-05-31* cygtls.cc (_cygtls::call2): Don't call ExitThread on the main thread.Christopher Faylor1-1/+4
2006-05-25* cygtls.cc (_cygtls::call): Call call2 using _my_tls.Christopher Faylor1-10/+5
2006-05-17* cygtls.cc (_cygtls::remove): Don't test for initialization since thisChristopher Faylor1-2/+0
2006-05-16* sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.Christopher Faylor1-1/+1
2006-03-13* cygtls.cc (_cygtls::remove): Reset initialized flag right away if we wereChristopher Faylor1-1/+4
2006-02-06Always zero all elements of siginfo_t throughout.Christopher Faylor1-0/+1
2006-01-05(fix ChangeLog and check in remaining files)Christopher Faylor1-1/+2
2006-01-02add copyrightChristopher Faylor1-1/+1
2006-01-02* cygtls.cc (_cygtls::remove): Remove left over debugging cruft which causedChristopher Faylor1-1/+1
2005-12-29*** cygwin DLL Changes:Christopher Faylor1-1/+1
2005-12-23* cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.Christopher Faylor1-1/+1
2005-12-13* cygtls.cc (_cygtls::remove): Don't bother if we're exiting.Christopher Faylor1-1/+1
2005-12-05Remove unneeded whitespace.Christopher Faylor1-25/+2
2005-12-03* include/exceptions.h (exception_list): Revert previous change. WindowsChristopher Faylor1-1/+3
2005-12-03* cygtls.h (_cygtls::el): New field.Christopher Faylor1-9/+23
2005-10-23* cygheap.h (cygheap_fdenum::cygheap_fdenum): Record locked state or sufferChristopher Faylor1-1/+1
2005-10-19* cygtls.cc (handle_threadlist_exception): Improve diagnostic output.Christopher Faylor1-6/+4
2005-08-12white spaceChristopher Faylor1-1/+1
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor1-0/+3
2005-05-13* cygtls.cc (_cygtls::remove): Eliminate compiler warning.Christopher Faylor1-1/+1
2005-05-11* cygtls.cc (_cygtls::remove): Clear exitsock after close.Christopher Faylor1-3/+6
2005-04-05* cygtls.cc (_cygtls::remove): Don't free or close stuff if we're being calledChristopher Faylor1-9/+12
2005-04-05* sync.h (muto::operator int): New operator.Christopher Faylor1-6/+6