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
*
* 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
*
* thread.cc (pthread::cancel): Re-allow asynchronous cancellation from
Corinna Vinschen
2012-05-23
1
-26
/
+12
*
* thread.cc: Add a temporary workaround to help Cygwin along while
Corinna Vinschen
2012-05-23
1
-1
/
+75
*
* thread.cc (pthread::cancel): Only allow asynchronous cancellation
Corinna Vinschen
2012-05-23
1
-2
/
+21
*
* thread.cc (pthread::precreate): Make sure mutex is recursive.
Corinna Vinschen
2012-05-23
1
-2
/
+12
*
* thread.cc (pthread::pop_cleanup_handler): Move setting the cancelstate
Corinna Vinschen
2012-05-23
1
-3
/
+3
*
* thread.cc (pthread::cancel): Set thread's cancel_event in
Corinna Vinschen
2012-05-22
1
-0
/
+12
*
* DevNotes: Add entry cgf-000006.
Christopher Faylor
2012-05-12
1
-0
/
+3
*
* thread.cc (cancelable_wait): Don't malloc tbi, just make it a struct
Corinna Vinschen
2012-03-19
1
-5
/
+4
*
* thread.cc: Drop including unused headers.
Corinna Vinschen
2012-02-14
1
-4
/
+0
*
* miscfuncs.cc (DEFAULT_STACKSIZE): Remove.
Corinna Vinschen
2012-02-11
1
-2
/
+2
*
* thread.cc (__pthread_cond_wait_init): New static function replacing
Corinna Vinschen
2012-02-08
1
-5
/
+11
*
Update copyright on all files checked in so far this year.
Christopher Faylor
2012-01-11
1
-1
/
+1
*
* cygwin.din (pthread_sigqueue): Export.
Yaakov Selkowitz
2012-01-06
1
-0
/
+18
*
* thread.cc: Mark pthread_rwlock_timedrdlock and
Yaakov Selkowitz
2011-12-30
1
-2
/
+2
*
Throughout use wincap.allocation_granularity instead of getpagesize.
Corinna Vinschen
2011-12-22
1
-7
/
+8
*
* dcrt0.cc (init_windows_system_directory): Record system_wow64_directory
Christopher Faylor
2011-12-13
1
-1
/
+3
*
* thread.cc (pthread::pthread): Drop setting parent_tls. Call
Corinna Vinschen
2011-08-24
1
-2
/
+2
*
* thread.cc (pthread::exit): Create dummy tls structure to hold _main_tls
Christopher Faylor
2011-08-24
1
-1
/
+10
*
* cygwin.din (clock_nanosleep): Export.
Yaakov Selkowitz
2011-08-03
1
-1
/
+1
*
* cygtls.h (struct _local_storage): Add cw_timer member.
Yaakov Selkowitz
2011-08-03
1
-27
/
+69
*
* cygwin.din (pthread_condattr_getclock): Export.
Yaakov Selkowitz
2011-07-21
1
-15
/
+47
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-9
/
+9
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
Corinna Vinschen
2011-05-20
1
-1
/
+1
*
* thread.cc: Mark psiginfo and psignal as available in list of
Yaakov Selkowitz
2011-05-19
1
-2
/
+2
*
* cygwin.din (clock_getcpuclockid): Export.
Yaakov Selkowitz
2011-05-17
1
-0
/
+9
*
* cygwin.din (pthread_attr_getguardsize): Export.
Corinna Vinschen
2011-05-15
1
-6
/
+55
*
* thread.h (pthread::static_cancel_self): Mark as noreturn.
Christopher Faylor
2011-05-04
1
-1
/
+3
[next]