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
/
thread.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cygwin: pthread_cond_wait: Do as Linux and BSD do.
Corinna Vinschen
2017-03-07
1
-22
/
+5
*
Send thread names to debugger
Jon Turney
2016-08-23
1
-0
/
+5
*
Add pthread_getname_np and pthread_setname_np
Jon Turney
2016-08-23
1
-1
/
+64
*
Reinstantiate Cygwin function called `__getreent'
Corinna Vinschen
2016-08-18
1
-0
/
+7
*
Remove redundant macro and function called `__getreent'
Corinna Vinschen
2016-07-27
1
-7
/
+0
*
Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option
cygwin-2_5_2-release
Corinna Vinschen
2016-06-23
1
-3
/
+0
*
Fix thread priority handling
Corinna Vinschen
2016-05-20
1
-9
/
+11
*
Rewrite scheduler functions getting and setting process and thread priority
Corinna Vinschen
2016-05-20
1
-1
/
+1
*
Don't test pthread objects for being already initialized at init time
Corinna Vinschen
2016-04-20
1
-12
/
+0
*
Fix typoed comparison
Peter Foley
2016-03-20
1
-1
/
+1
*
Spinlock spin with pause instruction
Václav Haisman
2016-03-11
1
-1
/
+19
*
POSIX barrier implementation, take 3
Václav Haisman
2016-02-13
1
-0
/
+262
*
Remove unnecessary locking in pthread_setcancelstate/pthread_setcanceltype
Corinna Vinschen
2015-12-08
1
-26
/
+10
*
Fix sigwait and pthread_kill return values in case of error
Corinna Vinschen
2015-10-30
1
-1
/
+5
*
Fix memory leak in pthread_getattr_np
Corinna Vinschen
2015-10-21
1
-5
/
+3
*
Implement correct RLIMIT_STACK handling
Corinna Vinschen
2015-07-05
1
-3
/
+3
*
* fhandler_tape.cc (fhandler_dev_tape::_lock): Add cw_sig_restart to
Corinna Vinschen
2015-02-25
1
-4
/
+5
*
* cygwait.h (enum cw_wait_mask): Add cw_sig_restart. Add comments
Corinna Vinschen
2015-02-23
1
-2
/
+3
*
* cygheap.cc (init_cygheap::init_tls_list): Accommodate threadlist
Corinna Vinschen
2014-11-28
1
-4
/
+7
*
* cygheap.cc (init_cygheap::find_tls): Add comment.
Corinna Vinschen
2014-11-28
1
-1
/
+3
*
* cygtls.cc (_cygtls::remove): Revert previous patch.
Corinna Vinschen
2014-08-25
1
-5
/
+0
*
* Throughout, use __try/__except/__endtry blocks, rather than myfault
Corinna Vinschen
2014-08-22
1
-120
/
+135
*
* thread.cc (pthread::init_mainthread): Initialize thread mutex to
Corinna Vinschen
2014-07-21
1
-0
/
+4
*
* thread.cc (pthread::create): Handle stackaddr as upper bound address.
Corinna Vinschen
2014-07-16
1
-9
/
+33
*
* thread.cc (pthread_mutex::pthread_mutex): Change default type
Corinna Vinschen
2014-07-14
1
-4
/
+4
*
* thread.cc (pthread::create): Use PTHREAD_DEFAULT_STACKSIZE stacksize
Corinna Vinschen
2014-07-09
1
-13
/
+10
*
* spawn.cc (find_exec): Initialize err (CID 60111).
Corinna Vinschen
2014-06-23
1
-1
/
+2
*
* dtable.cc (dtable::extend): Change local variable new_size to size_t
Corinna Vinschen
2013-12-01
1
-2
/
+2
*
* thread.cc (semaphore::_getvalue): Set *sval as appropriate. Set errno and
Christopher Faylor
2013-09-25
1
-2
/
+12
*
* ntdll.h (struct _SEMAPHORE_BASIC_INFORMATION): Define.
Corinna Vinschen
2013-07-23
1
-27
/
+31
*
* gentlsoffsets: Clean up a little.
Christopher Faylor
2013-07-10
1
-5
/
+5
*
Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch
Yaakov Selkowitz
2013-05-01
1
-4
/
+4
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-27
/
+42
*
* cygheap.cc (init_cygheap::find_tls): Add a comment.
Christopher Faylor
2013-04-07
1
-0
/
+3
*
* child_info.h (cygheap_exec_info::sigmask): Declare new field.
Christopher Faylor
2013-03-31
1
-7
/
+7
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
1
-2
/
+2
*
* thread.cc (pthread_rwlock::lookup_reader): Remove parameter: always assume
Christopher Faylor
2013-01-07
1
-18
/
+15
*
* thread.cc (pthread_rwlock::add_reader): Perform new operation here and return
Christopher Faylor
2013-01-07
1
-18
/
+13
*
* select.h (select_stuff): Remove variable names from parameter declarations.
Christopher Faylor
2012-12-22
1
-2
/
+2
*
* DevNotes: Add entry cgf-000018.
Christopher Faylor
2012-12-21
1
-1
/
+1
*
* DevNotes: Add entry cgf-000017.
Christopher Faylor
2012-12-21
1
-3
/
+3
*
whitespace cleanup
Christopher Faylor
2012-08-16
1
-5
/
+5
*
Rename cancelable_wait -> cygwait throughout.
Christopher Faylor
2012-08-15
1
-9
/
+9
*
* thread.cc (semaphore::_fixup_after_fork): Fix Win32 error output in
Corinna Vinschen
2012-08-14
1
-1
/
+1
*
* DevNotes: Add entry cgf-000013.
Christopher Faylor
2012-07-21
1
-7
/
+4
*
* cygwait.h (LARGE_NULL): Define.
Christopher Faylor
2012-06-19
1
-3
/
+3
*
Add '#include "cygwait.h"' throughout, where appropriate.
Christopher Faylor
2012-06-17
1
-92
/
+10
*
* thread.cc: Remove temporary newlib workaround, now that newlib
Corinna Vinschen
2012-05-30
1
-85
/
+1
*
* thread.cc (__cygwin_lock_lock): Replace null thread check with test
Corinna Vinschen
2012-05-24
1
-14
/
+14
*
* thread.cc (__cygwin_lock_lock): Take null thread at process startup
Corinna Vinschen
2012-05-23
1
-11
/
+21
[next]