aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/cygtls.cc
AgeCommit message (Expand)AuthorFilesLines
2022-08-23Cygwin: tls_pathbuf: Use Windows heapCorinna Vinschen1-0/+2
2022-08-10Cygwin: rename CygwinCreateThread to create_posix_threadCorinna Vinschen1-0/+1
2022-07-13Add _REENT_CLEANUP(ptr)Matt Joyce1-1/+1
2022-05-29Cygwin: remove miscellaneous 32-bit codeKen Brown1-2/+0
2022-05-13Cygwin: config.h: stop including auto-generated tlsoffsets.h fileCorinna Vinschen1-1/+1
2022-05-13Cygwin: switch to _REENT_GLOBAL_STDIO_STREAMSCorinna Vinschen1-10/+2
2022-02-22Make __sdidinit unusedMatt Joyce1-2/+8
2016-06-25Remove CYGWIN=detect_bloda optionCorinna Vinschen1-69/+1
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2015-10-23Clear pending signals targeting exiting threadnewlib-snapshot-20151023Corinna Vinschen1-0/+1
2015-07-07x86_64: Handle myfault exceptions when running on alternate signal stackCorinna Vinschen1-0/+1
2015-06-19Preliminary infrastructure to implement alternate stackCorinna Vinschen1-0/+1
2014-11-28 * cygheap.cc (init_cygheap::init_tls_list): Accommodate threadlistCorinna Vinschen1-1/+6
2014-11-28 * cygheap.cc (init_cygheap::find_tls): Add comment.Corinna Vinschen1-43/+55
2014-08-25 * cygtls.cc (san::leave/x86_64): Implement.Corinna Vinschen1-0/+8
2014-08-25 * cygtls.cc (_cygtls::remove): Revert previous patch.Corinna Vinschen1-1/+1
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen1-1/+1
2013-07-23 * cygtls.cc (well_known_dlls): Add kernelbase.dll.Corinna Vinschen1-0/+1
2013-07-19 * cygtls.cc (_cygtls::remove): Close cw_timer handle, thus avoidingCorinna Vinschen1-2/+5
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-1/+1
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2012-12-21* DevNotes: Add entry cgf-000018.Christopher Faylor1-1/+1
2012-12-21* DevNotes: Add entry cgf-000017.Christopher Faylor1-1/+1
2012-08-17* DevNotes: Add entry cgf-000016.Christopher Faylor1-12/+0
2012-08-16whitespace cleanupChristopher Faylor1-1/+1
2012-08-09* DevNotes: Add entry cgf-000014.Christopher Faylor1-61/+2
2012-07-21* DevNotes: Add entry cgf-000013.Christopher Faylor1-25/+8
2012-07-11 * cygtls.cc (well_known_dlls): Add ole32.dll and wbemprox.dll.Corinna Vinschen1-0/+2
2012-03-21 * cygtls.cc (well_known_dlls): Add advapi32.dll.Corinna Vinschen1-0/+1
2012-02-28 * cygtls.cc (well_known_dlls): Add shlwapi.dll.Corinna Vinschen1-0/+1
2012-02-27 * cygtls.cc (dll_cmp): New comparison function for bsearch.Corinna Vinschen1-1/+60
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor1-1/+1
2011-08-03* cygtls.h (struct _local_storage): Add cw_timer member.Yaakov Selkowitz1-0/+2
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