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
*
simplify errno implementation
Rich Felker
2014-06-10
1
-1
/
+0
*
replace all remaining internal uses of pthread_self with __pthread_self
Rich Felker
2014-06-10
9
-10
/
+10
*
add thread-pointer support for pre-2.6 kernels on i386
Rich Felker
2014-06-10
1
-4
/
+18
*
fix deadlock race in pthread_once
Rich Felker
2014-04-15
1
-2
/
+1
*
fix pointer type mismatch and misplacement of const
Rich Felker
2014-03-24
1
-2
/
+2
*
always initialize thread pointer at program start
Rich Felker
2014-03-24
5
-52
/
+23
*
rename superh port to "sh" for consistency
Rich Felker
2014-02-27
4
-0
/
+0
*
superh port
Bobby Bingham
2014-02-23
4
-0
/
+113
*
mostly-cosmetic fixups to x32 port merge
Rich Felker
2014-02-23
2
-6
/
+9
*
x32 port (diff against vanilla x86_64)
rofl0r
2014-02-23
4
-10
/
+8
*
import vanilla x86_64 code as x32
rofl0r
2014-02-23
4
-0
/
+70
*
use syscall_arg_t type for syscall prototypes in pthread code
rofl0r
2014-02-22
2
-3
/
+8
*
clone: make clone a wrapper around __clone
Bobby Bingham
2014-02-09
5
-18
/
+3
*
eliminate explicit (long) casts when making syscalls
Rich Felker
2014-01-06
1
-1
/
+1
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
3
-3
/
+0
*
fix invalid implicit pointer conversion in pthread_key_create
Rich Felker
2013-10-04
1
-1
/
+1
*
fix potential deadlock bug in libc-internal locking logic
Rich Felker
2013-09-20
1
-3
/
+6
*
fix clobbering of caller's stack in mips __clone function
Rich Felker
2013-09-16
1
-0
/
+3
*
omit CLONE_PARENT flag to clone in pthread_create
Rich Felker
2013-09-16
1
-1
/
+1
*
use symbolic names for clone flags in pthread_create
Rich Felker
2013-09-16
1
-2
/
+5
*
support configurable page size on mips, powerpc and microblaze
Szabolcs Nagy
2013-09-15
2
-0
/
+2
*
fix child stack alignment on mips clone
Rich Felker
2013-09-14
1
-0
/
+1
*
fix mips-specific bug in synccall (too little space for signal mask)
Rich Felker
2013-09-02
1
-5
/
+3
*
in synccall, ignore the signal before any threads' signal handlers return
Rich Felker
2013-09-02
1
-4
/
+4
*
fix invalid pointer in synccall (multithread setuid, etc.)
Rich Felker
2013-09-02
1
-0
/
+1
*
in pthread_getattr_np, use mremap rather than madvise to measure stack
Rich Felker
2013-07-31
1
-1
/
+2
*
make pthread attribute types structs, even when they just have one field
Rich Felker
2013-07-22
11
-22
/
+22
*
fix syscall argument bug in pthread_getschedparam
Rich Felker
2013-06-26
1
-1
/
+1
*
fix temp file leak in sem_open on successful creation of new semaphore
Rich Felker
2013-06-26
1
-2
/
+2
*
fix bug whereby sem_open leaked its own internal slots on failure
Rich Felker
2013-06-26
1
-3
/
+6
*
in sem_open, don't leak vm mapping if fstat fails
Rich Felker
2013-06-26
1
-2
/
+2
*
fix failure of pthread_setschedparam to pass correct param to kernel
Rich Felker
2013-06-26
1
-1
/
+1
*
support cputime clocks for processes/threads other than self
Rich Felker
2013-06-08
1
-1
/
+2
*
ensure that thread dtv pointer is never null to optimize __tls_get_addr
Rich Felker
2013-06-03
1
-0
/
+2
*
transition to using functions for internal signal blocking/restoring
Rich Felker
2013-04-26
1
-8
/
+5
*
prevent code from running under a thread id which already gave ESRCH
Rich Felker
2013-04-26
1
-1
/
+7
*
synccall signal handler need not handle dead threads anymore
Rich Felker
2013-04-26
1
-9
/
+0
*
fix clobbering of signal mask when creating thread with sched attributes
Rich Felker
2013-04-26
1
-1
/
+1
*
make last thread's pthread_exit give exit(0) a consistent state
Rich Felker
2013-04-26
1
-3
/
+13
*
use atomic decrement rather than cas in pthread_exit thread count
Rich Felker
2013-04-26
1
-4
/
+1
*
add comments on some of the pthread_exit logic
Rich Felker
2013-04-26
1
-2
/
+15
*
always block signals in pthread_exit before decrementing thread count
Rich Felker
2013-04-26
1
-2
/
+2
*
fix type error in pthread_create, introduced with pthread_getattr_np
Rich Felker
2013-04-06
1
-1
/
+1
*
implement pthread_getattr_np
Rich Felker
2013-03-31
2
-2
/
+29
*
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
Rich Felker
2013-03-26
4
-9
/
+9
*
fix stale locks left behind when pthread_create fails
Rich Felker
2013-02-01
1
-3
/
+6
*
if pthread_create fails, it must not attempt mmap if there is no mapping
Rich Felker
2013-02-01
1
-1
/
+1
*
pthread stack treatment overhaul for application-provided stacks, etc.
Rich Felker
2013-02-01
3
-23
/
+33
*
replace __wake function with macro that performs direct syscall
Rich Felker
2013-02-01
1
-9
/
+0
*
fix some restrict-qualifier mismatches in newly added interfaces
Rich Felker
2012-11-27
1
-2
/
+2
[next]