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
*
Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb.
Corinna Vinschen
2015-12-02
1
-12
/
+1
*
Fix race condition when waiting for a signal
Corinna Vinschen
2015-11-27
1
-5
/
+16
*
Clear pending signals targeting exiting thread
newlib-snapshot-20151023
Corinna Vinschen
2015-10-23
1
-0
/
+1
*
cygwin: Fix crashes under AllocationPreference=0x100000 condition
Corinna Vinschen
2015-07-29
1
-6
/
+1
*
x86_64: Handle myfault exceptions when running on alternate signal stack
Corinna Vinschen
2015-07-07
1
-2
/
+17
*
Fix original stack when running signal handler on alternate stack
Corinna Vinschen
2015-07-04
1
-1
/
+3
*
Preliminary infrastructure to implement alternate stack
Corinna Vinschen
2015-06-19
1
-6
/
+7
*
Prepare to rename/reuse struct ucontext.
Corinna Vinschen
2015-04-23
1
-2
/
+2
*
* cygtls.h (__try): Define __l_endtry as block-local label in 32 bit
Corinna Vinschen
2014-10-17
1
-0
/
+1
*
* cygtls.cc (san::leave/x86_64): Implement.
Corinna Vinschen
2014-08-25
1
-17
/
+19
*
* cygtls.cc (_cygtls::remove): Revert previous patch.
Corinna Vinschen
2014-08-25
1
-2
/
+30
*
* Throughout, use __try/__except/__endtry blocks, rather than myfault
Corinna Vinschen
2014-08-22
1
-25
/
+74
*
* cygtls.h (TP_NUM_C_BUFS): Raise to 50 to allow SYMLOOP_MAX recursions
Corinna Vinschen
2014-04-18
1
-4
/
+4
*
* cygheap.h (enum cygheap_pwdgrp::cache_t): Remove.
Corinna Vinschen
2014-03-12
1
-4
/
+0
*
* autoload.cc (ldap_abandon): Import.
Corinna Vinschen
2014-02-17
1
-2
/
+0
*
Introduce reading passwd/group entries from SAM/AD. Introduce
Corinna Vinschen
2014-02-09
1
-11
/
+10
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-11
/
+27
*
* cygtls.h (_cygtls::reset_signal_arrived): Actually reset the signal_arrived
Christopher Faylor
2013-04-09
1
-1
/
+7
*
* cygtls.h (_cygtls::signal_debugger): Change argument type.
Christopher Faylor
2013-03-09
1
-2
/
+1
*
* DevNotes: Add entry cgf-000022.
Christopher Faylor
2013-01-31
1
-1
/
+1
*
Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,
Christopher Faylor
2013-01-21
1
-15
/
+14
*
* cygtls.h (_cygtls::signal_exit): Delete from class.
Christopher Faylor
2013-01-02
1
-2
/
+1
*
* cygtls.h (_cygtls::get_signal_arrived): Add parameter to make lock/unlock
Christopher Faylor
2012-12-07
1
-3
/
+5
*
* cygtls.h (_cygtls::will_wait_for_signal): Rename from 'signal_waiting' to
Christopher Faylor
2012-12-04
1
-14
/
+15
*
* DevNotes: Add entry cgf-000016.
Christopher Faylor
2012-08-17
1
-11
/
+4
*
* 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
[next]