index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix more instances of old a_xchg (use new a_swap name)
Rich Felker
2011-09-16
3
-3
/
+3
*
use a_swap rather than old name a_xchg
Rich Felker
2011-09-16
1
-1
/
+1
*
remove some stray trailing space characters
Rich Felker
2011-09-13
1
-1
/
+1
*
fix serious bug in pthread_join
Rich Felker
2011-09-11
1
-2
/
+2
*
fix pthread_join wait call: thread termination tid futex is not private
Rich Felker
2011-09-09
1
-1
/
+1
*
handle pending cancellation when enabling async cancellation
Rich Felker
2011-09-04
1
-0
/
+1
*
macro for pthread_equal
Rich Felker
2011-08-14
1
-1
/
+1
*
implement forkall
Rich Felker
2011-08-12
1
-0
/
+66
*
pthread and synccall cleanup, new __synccall_wait op
Rich Felker
2011-08-12
2
-7
/
+11
*
condition variable signal/bcast need not wake unless there are waiters
Rich Felker
2011-08-07
2
-4
/
+4
*
simplify unified timed wait code, drop support for newer method
Rich Felker
2011-08-07
1
-31
/
+28
*
add fast path for normal mutexes back to pthread_mutex_lock
Rich Felker
2011-08-07
1
-0
/
+3
*
close should not be cancellable after "failing" with EINTR
Rich Felker
2011-08-07
1
-1
/
+2
*
simplify multi-threaded errno, eliminate useless function pointer
Rich Felker
2011-08-06
1
-7
/
+2
*
use weak aliases rather than function pointers to simplify some code
Rich Felker
2011-08-06
4
-5
/
+12
*
further debloat cancellation handlers
Rich Felker
2011-08-03
4
-17
/
+30
*
missed detail in cancellation bloat fix
Rich Felker
2011-08-03
1
-1
/
+1
*
fix static linking dependency bloat with cancellation
Rich Felker
2011-08-03
5
-14
/
+21
*
overhaul rwlocks to address several issues
Rich Felker
2011-08-03
7
-56
/
+42
*
timedwait: play it safe for now
Rich Felker
2011-08-03
1
-1
/
+1
*
correctly handle old kernels without FUTEX_WAIT_BITSET
Rich Felker
2011-08-02
1
-1
/
+1
*
fix sem_timedwait bug introduced in timedwait unification
Rich Felker
2011-08-02
1
-0
/
+1
*
unify and overhaul timed futex waits
Rich Felker
2011-08-02
8
-51
/
+52
*
avoid accessing mutex memory after atomic unlock
Rich Felker
2011-08-02
4
-34
/
+31
*
fix breakage in cancellation due to signal functions overhaul
Rich Felker
2011-08-02
1
-1
/
+7
*
overhaul posix semaphores to fix destructability race
Rich Felker
2011-08-02
3
-27
/
+23
*
clean up pthread_sigmask/sigprocmask dependency order
Rich Felker
2011-07-30
1
-3
/
+3
*
add proper fuxed-based locking for stdio
Rich Felker
2011-07-30
3
-1
/
+19
*
fix bug in synccall with no threads: lock was taken but never released
Rich Felker
2011-07-30
1
-4
/
+4
*
new attempt at making set*id() safe and robust
Rich Felker
2011-07-29
3
-118
/
+113
*
fix useless use of potentially-uninitialized mode variable in sem_open
Rich Felker
2011-06-26
1
-1
/
+1
*
restore use of .type in asm, but use modern @function (vs %function)
Rich Felker
2011-06-14
10
-0
/
+11
*
fix race condition in pthread_kill
Rich Felker
2011-06-14
2
-1
/
+7
*
run dtors before taking the exit-lock in pthread exit
Rich Felker
2011-06-14
1
-2
/
+2
*
minor locking optimizations
Rich Felker
2011-06-14
2
-2
/
+2
*
remove all .size and .type directives for functions from the asm
Rich Felker
2011-06-13
10
-18
/
+0
*
implement pthread_[sg]etconcurrency.
Rich Felker
2011-05-30
2
-0
/
+15
*
optimize out useless default-attribute object in pthread_create
Rich Felker
2011-05-07
1
-7
/
+7
*
optimize compound-literal sigset_t's not to contain useless hurd bits
Rich Felker
2011-05-07
1
-2
/
+2
*
overhaul implementation-internal signal protections
Rich Felker
2011-05-07
2
-15
/
+6
*
reduce some ridiculously large spin counts
Rich Felker
2011-05-06
1
-1
/
+1
*
remove debug code that was missed in barrier commit
Rich Felker
2011-05-06
1
-1
/
+0
*
completely new barrier implementation, addressing major correctness issues
Rich Felker
2011-05-06
1
-16
/
+44
*
fix initial stack alignment in new threads on x86_64
Rich Felker
2011-04-22
1
-1
/
+1
*
fix minor bugs due to incorrect threaded-predicate semantics
Rich Felker
2011-04-20
2
-5
/
+3
*
move some more code out of pthread_create.c
Rich Felker
2011-04-19
2
-7
/
+4
*
fix uninitialized waiters field in semaphores
Rich Felker
2011-04-19
1
-0
/
+1
*
recheck cancellation disabled flag after syscall returns EINTR
Rich Felker
2011-04-18
1
-1
/
+1
*
fix typo in x86_64 cancellable syscall asm
Rich Felker
2011-04-17
1
-1
/
+1
*
pthread_exit is not supposed to affect cancellability
Rich Felker
2011-04-17
1
-2
/
+0
[next]