index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
cygtls.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
* cygtls.cc (_cygtls::operator HANDLE): Reverse '?' test stupidity.
Christopher Faylor
2012-08-16
1
-1
/
+1
*
* cygheap.cc (init_cygheap::find_tls): Don't consider unitialized threads.
Christopher Faylor
2012-08-16
1
-1
/
+1
*
* cygtls.h (_cygtls::create_signal_arrived): New function.
Christopher Faylor
2012-08-15
1
-1
/
+9
*
* DevNotes: Add entry cgf-000014.
Christopher Faylor
2012-08-09
1
-1
/
+0
*
Doh. Check in missing file from previous submission.
Christopher Faylor
2012-07-29
1
-1
/
+7
*
Change "set_thread_waiting" to "set_signal_arrived" throughout.
Christopher Faylor
2012-07-23
1
-4
/
+4
*
* DevNotes: Add entry cgf-000013.
Christopher Faylor
2012-07-21
1
-16
/
+36
*
Revert errneous checkin.
Christopher Faylor
2012-06-19
1
-2
/
+1
*
* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrt
Christopher Faylor
2012-06-19
1
-1
/
+2
*
* cygtls.h (_cygtls::protect_linked_list): Delete unused field.
Christopher Faylor
2012-06-02
1
-1
/
+0
*
* cygtls.h (struct _local_storage): Add cw_timer member.
Yaakov Selkowitz
2011-08-03
1
-0
/
+3
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
1
-0
/
+1
*
perror: fix POSIX compliance and work with recent newlib change
Eric Blake
2011-05-25
1
-0
/
+1
*
* cygtls.h (strerror_buf): Resize to allow '-'.
Eric Blake
2011-05-23
1
-2
/
+2
*
* cygtls.h (struct _local_storage): Remove unused members rarg and
Corinna Vinschen
2011-05-16
1
-9
/
+3
*
* cygtls.cc (_cygtls::init_thread): Drop setting locals.process_logmask.
Corinna Vinschen
2011-04-21
1
-6
/
+0
*
* cygtls.h (struct _local_storage): Redefine process_ident as wchar_t
Corinna Vinschen
2011-03-29
1
-1
/
+1
*
* cygtls.h: Replace /*gentls_offsets*/ at end.
Christopher Faylor
2010-03-02
1
-1
/
+1
*
Fix/delete inaccurate comments.
Christopher Faylor
2010-03-01
1
-1
/
+1
*
Update some copyrights.
Christopher Faylor
2010-02-28
1
-9
/
+7
*
* cygtls.h (_cygtls::init_exception_handler): Eliminate argument.
Christopher Faylor
2010-02-26
1
-42
/
+46
*
* cygtls.h (struct _cygtls): Remove unneeded elements.
Christopher Faylor
2010-02-10
1
-1
/
+0
*
* cygtls.h (struct _local_storage): Add thread storage pointers for
Corinna Vinschen
2009-07-06
1
-1
/
+6
*
Remove unneeded header files from source files throughout. Update copyrights
Christopher Faylor
2009-01-03
1
-3
/
+7
*
* cygtls.h (_cygtls::initialized): Remove bogus stack check which would when
Christopher Faylor
2008-10-07
1
-2
/
+1
*
* cygtls.h (unionent): Move from net.cc.
Christopher Faylor
2008-09-16
1
-3
/
+22
*
* cygtls.h (struct san): Add two int values to store the current
Corinna Vinschen
2008-05-22
1
-0
/
+11
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-1
/
+1
*
* Makefile.in (DLL_OFILES): Add tls_pbuf.o.
Corinna Vinschen
2008-03-07
1
-0
/
+19
*
* cygtls.h (_cygtls::handle_threadlist_exception): Eliminate.
Christopher Faylor
2008-03-01
1
-2
/
+0
*
* cygtls.h (_cygtls::inside_kernel): Move function declaration into _cygtls
Christopher Faylor
2007-07-29
1
-1
/
+2
*
2006-07-25 Corinna Vinschen <corinna@vinschen.de>
Corinna Vinschen
2006-07-25
1
-6
/
+1
*
* cygtls.h (CYGTLS_PADSIZE): Reset to a size that XP SP1 seems to like.
Christopher Faylor
2006-06-04
1
-1
/
+2
*
* cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with the
Christopher Faylor
2006-06-03
1
-1
/
+1
*
* cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let the
Christopher Faylor
2006-06-02
1
-1
/
+5
*
* cygtls.cc (_cygtls::call): Call call2 using _my_tls.
Christopher Faylor
2006-05-25
1
-2
/
+2
*
* sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.
Christopher Faylor
2006-05-16
1
-6
/
+5
*
* cygtls.cc (_cygtls::remove): Reset initialized flag right away if we were
Christopher Faylor
2006-03-13
1
-1
/
+1
*
* cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.
Christopher Faylor
2006-03-12
1
-2
/
+1
*
* cygtls.h (_cygtls::retaddr): New method.
Christopher Faylor
2006-03-08
1
-0
/
+1
*
Always zero all elements of siginfo_t throughout.
Christopher Faylor
2006-02-06
1
-0
/
+5
*
* cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.
Christopher Faylor
2005-12-23
1
-25
/
+2
*
Remove unneeded whitespace.
Christopher Faylor
2005-12-05
1
-6
/
+2
*
* include/exceptions.h (exception_list): Revert previous change. Windows
Christopher Faylor
2005-12-03
1
-3
/
+3
*
* cygtls.h (_cygtls::el): New field.
Christopher Faylor
2005-12-03
1
-1
/
+9
*
* cygtls.h (struct _cygtls::thread_handle): Remove/revert.
Christopher Faylor
2005-09-23
1
-1
/
+0
*
* cygheap.cc (cygheap_fixup_in_child): It's not just for exec.
Christopher Faylor
2005-09-23
1
-4
/
+5
*
* cygtls.h (san): New structure.
Christopher Faylor
2005-09-14
1
-16
/
+22
*
* exceptions.cc (sigtid): Remove declaration.
Christopher Faylor
2005-09-14
1
-0
/
+1
*
* cygtls.h (__ljfault): Declare.
Christopher Faylor
2005-08-28
1
-1
/
+3
[next]