summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygtls.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Clear pending signals targeting exiting threadnewlib-snapshot-20151023Corinna Vinschen2015-10-231-0/+1
* x86_64: Handle myfault exceptions when running on alternate signal stackCorinna Vinschen2015-07-071-0/+1
* Preliminary infrastructure to implement alternate stackCorinna Vinschen2015-06-191-0/+1
* * cygheap.cc (init_cygheap::init_tls_list): Accommodate threadlistCorinna Vinschen2014-11-281-1/+6
* * cygheap.cc (init_cygheap::find_tls): Add comment.Corinna Vinschen2014-11-281-43/+55
* * cygtls.cc (san::leave/x86_64): Implement.Corinna Vinschen2014-08-251-0/+8
* * cygtls.cc (_cygtls::remove): Revert previous patch.Corinna Vinschen2014-08-251-1/+1
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-1/+1
* * cygtls.cc (well_known_dlls): Add kernelbase.dll.Corinna Vinschen2013-07-231-0/+1
* * cygtls.cc (_cygtls::remove): Close cw_timer handle, thus avoidingCorinna Vinschen2013-07-191-2/+5
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-1/+1
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * DevNotes: Add entry cgf-000018.Christopher Faylor2012-12-211-1/+1
* * DevNotes: Add entry cgf-000017.Christopher Faylor2012-12-211-1/+1
* * DevNotes: Add entry cgf-000016.Christopher Faylor2012-08-171-12/+0
* whitespace cleanupChristopher Faylor2012-08-161-1/+1
* * DevNotes: Add entry cgf-000014.Christopher Faylor2012-08-091-61/+2
* * DevNotes: Add entry cgf-000013.Christopher Faylor2012-07-211-25/+8
* * cygtls.cc (well_known_dlls): Add ole32.dll and wbemprox.dll.Corinna Vinschen2012-07-111-0/+2
* * cygtls.cc (well_known_dlls): Add advapi32.dll.Corinna Vinschen2012-03-211-0/+1
* * cygtls.cc (well_known_dlls): Add shlwapi.dll.Corinna Vinschen2012-02-281-0/+1
* * cygtls.cc (dll_cmp): New comparison function for bsearch.Corinna Vinschen2012-02-271-1/+60
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-1/+1
* * cygtls.h (struct _local_storage): Add cw_timer member.Yaakov Selkowitz2011-08-031-0/+2
* * cygtls.cc (_cygtls::init_thread): Drop setting locals.process_logmask.Corinna Vinschen2011-04-211-17/+14
* * cygtls.cc (_cygtls::remove): Always close sockevt handle.Corinna Vinschen2011-04-181-1/+2
* * cygtls.cc (_cygtls::init_thread): Call _REENT_INIT_PTR. Drop settingCorinna Vinschen2011-01-111-3/+2
* * cygtls.cc: Include stdlib.h.Christopher Faylor2010-12-291-0/+2
* Update some copyrights.Christopher Faylor2010-02-281-64/+5
* * cygtls.h (_cygtls::init_exception_handler): Eliminate argument.Christopher Faylor2010-02-261-4/+4
* * cygtls.cc (_cygtls::init_exception_handler): Force installation of ourChristopher Faylor2010-02-241-8/+25
* * cygtls.cc (_cygtls::init_exception_handler): Test for e, not e->prev or weChristopher Faylor2009-07-171-1/+17
* * cygtls.cc (_cygtls::init_exception_handler): Avoid adding our exceptionChristopher Faylor2009-07-171-0/+3
* * cygtls.cc (_cygtls::remove): Fix typo.Corinna Vinschen2009-07-071-3/+2
* * cygtls.cc (_cygtls::remove): Avoid closing a NULL handle.Christopher Faylor2009-07-061-1/+2
* * cygtls.h (struct _local_storage): Add thread storage pointers forCorinna Vinschen2009-07-061-6/+7
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-3/+1
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-8/+0
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen2008-03-121-13/+1
* * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen2008-03-071-0/+3
* * cygtls.cc (_cygtls::init_exception_handler): Semi-revert to making onlyChristopher Faylor2008-03-021-1/+13
* * cygtls.h (_cygtls::handle_threadlist_exception): Eliminate.Christopher Faylor2008-03-011-40/+10
* * exceptions.cc (_cygtls::handle_exceptions): Only call rtl_unwind whenChristopher Faylor2008-03-011-2/+1
* * cygtls.cc (_cygtls::init_exception_handler): Fix comment.Corinna Vinschen2008-02-271-7/+2
* * cygtls.cc (_cygtls::handle_threadlist_exception): Make it clear that theChristopher Faylor2008-02-271-2/+2
* * cygtls.cc (_cygtls::init_exception_handler): Revert patchCorinna Vinschen2008-02-131-1/+17
* Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor2007-11-261-4/+4
* Throughout remove all usage of wincap.has_security.Corinna Vinschen2007-02-231-3/+2