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
*
another cond var fix: requeue count race condition
Rich Felker
2011-09-26
2
-15
/
+13
*
fix lost signals in cond vars
Rich Felker
2011-09-26
2
-14
/
+16
*
redo cond vars again, use sequence numbers
Rich Felker
2011-09-26
3
-45
/
+49
*
revert previous change in cond var waiter move
Rich Felker
2011-09-25
1
-2
/
+6
*
optimize cond waiter move using atomic swap instead of cas loop
Rich Felker
2011-09-25
1
-6
/
+2
*
fix logic for when wakeup is not desired on cond bcast
Rich Felker
2011-09-25
1
-3
/
+4
*
new futex-requeue-based pthread_cond_broadcast implementation
Rich Felker
2011-09-25
3
-4
/
+63
*
fix ABA race in cond vars, improve them overall
Rich Felker
2011-09-23
3
-11
/
+12
*
fix deadlock in condition wait whenever there are multiple waiters
Rich Felker
2011-09-22
3
-5
/
+17
*
initial commit of the arm port
Rich Felker
2011-09-18
4
-0
/
+78
*
overhaul clone syscall wrapping
Rich Felker
2011-09-18
7
-60
/
+107
*
dummy implementation of set_thread_area
Rich Felker
2011-09-17
1
-0
/
+6
*
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
[next]