summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygtls.h
Commit message (Expand)AuthorAgeFilesLines
* * cygtls.cc (_cygtls::operator HANDLE): Reverse '?' test stupidity.Christopher Faylor2012-08-161-1/+1
* * cygheap.cc (init_cygheap::find_tls): Don't consider unitialized threads.Christopher Faylor2012-08-161-1/+1
* * cygtls.h (_cygtls::create_signal_arrived): New function.Christopher Faylor2012-08-151-1/+9
* * DevNotes: Add entry cgf-000014.Christopher Faylor2012-08-091-1/+0
* Doh. Check in missing file from previous submission.Christopher Faylor2012-07-291-1/+7
* Change "set_thread_waiting" to "set_signal_arrived" throughout.Christopher Faylor2012-07-231-4/+4
* * DevNotes: Add entry cgf-000013.Christopher Faylor2012-07-211-16/+36
* Revert errneous checkin.Christopher Faylor2012-06-191-2/+1
* * cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor2012-06-191-1/+2
* * cygtls.h (_cygtls::protect_linked_list): Delete unused field.Christopher Faylor2012-06-021-1/+0
* * cygtls.h (struct _local_storage): Add cw_timer member.Yaakov Selkowitz2011-08-031-0/+3
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-0/+1
* perror: fix POSIX compliance and work with recent newlib changeEric Blake2011-05-251-0/+1
* * cygtls.h (strerror_buf): Resize to allow '-'.Eric Blake2011-05-231-2/+2
* * cygtls.h (struct _local_storage): Remove unused members rarg andCorinna Vinschen2011-05-161-9/+3
* * cygtls.cc (_cygtls::init_thread): Drop setting locals.process_logmask.Corinna Vinschen2011-04-211-6/+0
* * cygtls.h (struct _local_storage): Redefine process_ident as wchar_tCorinna Vinschen2011-03-291-1/+1
* * cygtls.h: Replace /*gentls_offsets*/ at end.Christopher Faylor2010-03-021-1/+1
* Fix/delete inaccurate comments.Christopher Faylor2010-03-011-1/+1
* Update some copyrights.Christopher Faylor2010-02-281-9/+7
* * cygtls.h (_cygtls::init_exception_handler): Eliminate argument.Christopher Faylor2010-02-261-42/+46
* * cygtls.h (struct _cygtls): Remove unneeded elements.Christopher Faylor2010-02-101-1/+0
* * cygtls.h (struct _local_storage): Add thread storage pointers forCorinna Vinschen2009-07-061-1/+6
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-3/+7
* * cygtls.h (_cygtls::initialized): Remove bogus stack check which would whenChristopher Faylor2008-10-071-2/+1
* * cygtls.h (unionent): Move from net.cc.Christopher Faylor2008-09-161-3/+22
* * cygtls.h (struct san): Add two int values to store the currentCorinna Vinschen2008-05-221-0/+11
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen2008-03-071-0/+19
* * cygtls.h (_cygtls::handle_threadlist_exception): Eliminate.Christopher Faylor2008-03-011-2/+0
* * cygtls.h (_cygtls::inside_kernel): Move function declaration into _cygtlsChristopher Faylor2007-07-291-1/+2
* 2006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2006-07-251-6/+1
* * cygtls.h (CYGTLS_PADSIZE): Reset to a size that XP SP1 seems to like.Christopher Faylor2006-06-041-1/+2
* * cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with theChristopher Faylor2006-06-031-1/+1
* * cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let theChristopher Faylor2006-06-021-1/+5
* * cygtls.cc (_cygtls::call): Call call2 using _my_tls.Christopher Faylor2006-05-251-2/+2
* * sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.Christopher Faylor2006-05-161-6/+5
* * cygtls.cc (_cygtls::remove): Reset initialized flag right away if we wereChristopher Faylor2006-03-131-1/+1
* * cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.Christopher Faylor2006-03-121-2/+1
* * cygtls.h (_cygtls::retaddr): New method.Christopher Faylor2006-03-081-0/+1
* Always zero all elements of siginfo_t throughout.Christopher Faylor2006-02-061-0/+5
* * cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.Christopher Faylor2005-12-231-25/+2
* Remove unneeded whitespace.Christopher Faylor2005-12-051-6/+2
* * include/exceptions.h (exception_list): Revert previous change. WindowsChristopher Faylor2005-12-031-3/+3
* * cygtls.h (_cygtls::el): New field.Christopher Faylor2005-12-031-1/+9
* * cygtls.h (struct _cygtls::thread_handle): Remove/revert.Christopher Faylor2005-09-231-1/+0
* * cygheap.cc (cygheap_fixup_in_child): It's not just for exec.Christopher Faylor2005-09-231-4/+5
* * cygtls.h (san): New structure.Christopher Faylor2005-09-141-16/+22
* * exceptions.cc (sigtid): Remove declaration.Christopher Faylor2005-09-141-0/+1
* * cygtls.h (__ljfault): Declare.Christopher Faylor2005-08-281-1/+3