summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygtls.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* * cygwin.din: Correct readdir_r typo.Christopher Faylor2005-08-281-1/+1
* * cygtls.h (_cygtls): Perform minor reformatting.Christopher Faylor2005-07-051-4/+1
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-2/+74
* * cygtls.h (_local_storage::setmode_file): New element.Christopher Faylor2005-06-091-0/+4
* * cygtls.h (_local_storage::unknown_thread_name): New buffer.Christopher Faylor2005-05-181-0/+3
* * path.cc (normalize_posix_path): Don't treat '//' specially since newerChristopher Faylor2005-05-071-0/+1
* * times.cc (hires_ms::usecs): Compare the difference.Christopher Faylor2005-03-271-1/+1
* * cygtls.cc (free_local): New macro.Christopher Faylor2005-03-161-5/+5
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-0/+3
* * cygtls.h (exitsock): New element.Christopher Faylor2004-10-111-0/+6
* * cygtls.h: Add alignment kludge to fix disparity between compilers.Christopher Faylor2004-09-141-1/+7
* * cygtls.cc (_cygtls::remove): Call remove_wq even when we can't necessarilyChristopher Faylor2004-03-151-1/+1
* * 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-4/+16
* * exceptions.cc (setup_handler): Avoid suspending a thread if it in a cygwinChristopher Faylor2004-03-091-2/+2
* * fork.cc (fork_parent): Save parent pid in a temporary variable since childChristopher Faylor2004-03-071-1/+3
* * Makefile.in (clean): Remove sigfe.s.Christopher Faylor2004-02-131-0/+1
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-7/+10
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-3/+4
* * localtime.cc (localtime_r): Call tzset.Christopher Faylor2004-02-081-1/+4
* * cygtls.h (_local_storage::signamebuf): Increase size to prevent overflow onChristopher Faylor2004-02-031-1/+1
* * Makefile.in (DLL_OFILES): Add strsig.o.Christopher Faylor2004-02-031-0/+1
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-191-1/+5
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-5/+7
* * cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_holdChristopher Faylor2004-01-031-1/+3
* * cygtls.h (_threadinfo::stack): Increase stack size to accommodate nestedChristopher Faylor2003-12-301-2/+2
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-6/+77
* * cygthread.cc (cygthread::stub): Revert previous change and again subsumeChristopher Faylor2003-12-141-4/+6
* * cygtls.h (_threadinfo::find_tls): New function.Christopher Faylor2003-12-071-0/+1
* * cygtls.h: Add more "don't parse this" guards.Christopher Faylor2003-12-061-2/+6
* * cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.Christopher Faylor2003-12-031-1/+3