index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
Age
Commit message (
Expand
)
Author
Lines
2013-06-26
fix syscall argument bug in pthread_getschedparam
Rich Felker
-1
/
+1
2013-06-26
fix temp file leak in sem_open on successful creation of new semaphore
Rich Felker
-2
/
+2
2013-06-26
fix bug whereby sem_open leaked its own internal slots on failure
Rich Felker
-3
/
+6
2013-06-26
in sem_open, don't leak vm mapping if fstat fails
Rich Felker
-2
/
+2
2013-06-26
fix failure of pthread_setschedparam to pass correct param to kernel
Rich Felker
-1
/
+1
2013-06-08
support cputime clocks for processes/threads other than self
Rich Felker
-1
/
+2
2013-06-03
ensure that thread dtv pointer is never null to optimize __tls_get_addr
Rich Felker
-0
/
+2
2013-04-26
transition to using functions for internal signal blocking/restoring
Rich Felker
-8
/
+5
2013-04-26
prevent code from running under a thread id which already gave ESRCH
Rich Felker
-1
/
+7
2013-04-26
synccall signal handler need not handle dead threads anymore
Rich Felker
-9
/
+0
2013-04-26
fix clobbering of signal mask when creating thread with sched attributes
Rich Felker
-1
/
+1
2013-04-26
make last thread's pthread_exit give exit(0) a consistent state
Rich Felker
-3
/
+13
2013-04-26
use atomic decrement rather than cas in pthread_exit thread count
Rich Felker
-4
/
+1
2013-04-26
add comments on some of the pthread_exit logic
Rich Felker
-2
/
+15
2013-04-26
always block signals in pthread_exit before decrementing thread count
Rich Felker
-2
/
+2
2013-04-06
fix type error in pthread_create, introduced with pthread_getattr_np
Rich Felker
-1
/
+1
2013-03-31
implement pthread_getattr_np
Rich Felker
-2
/
+29
2013-03-26
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
Rich Felker
-9
/
+9
2013-02-01
fix stale locks left behind when pthread_create fails
Rich Felker
-3
/
+6
2013-02-01
if pthread_create fails, it must not attempt mmap if there is no mapping
Rich Felker
-1
/
+1
2013-02-01
pthread stack treatment overhaul for application-provided stacks, etc.
Rich Felker
-23
/
+33
2013-02-01
replace __wake function with macro that performs direct syscall
Rich Felker
-9
/
+0
2012-11-27
fix some restrict-qualifier mismatches in newly added interfaces
Rich Felker
-2
/
+2
2012-11-19
powerpc: handle syscall error in clone.
rofl0r
-25
/
+9
2012-11-18
fix powerpc asm not to store data in volatile space below stack pointer
Rich Felker
-4
/
+4
2012-11-17
add stub versions of some missing optional pthread interfaces
Rich Felker
-0
/
+30
2012-11-14
fix indention with spaces in powerpc asm
Rich Felker
-8
/
+8
2012-11-14
Merge remote-tracking branch 'ppc-port/ppc-squashed'
Rich Felker
-0
/
+154
2012-11-13
PPC port cleaned up, static linking works well now.
rofl0r
-4
/
+147
2012-11-13
import preliminary ppc work by rdp.
Richard Pennington
-0
/
+11
2012-11-11
debloat src/thread tree but putting lots of junk in one file
Rich Felker
-108
/
+93
2012-11-11
add support for thread scheduling (POSIX TPS option)
Rich Felker
-4
/
+106
2012-11-08
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
-8
/
+13
2012-10-19
fix order of syscall args for microblaze clone syscall
Rich Felker
-3
/
+2
2012-10-18
ensure microblaze __set_thread_area returns success
Rich Felker
-1
/
+2
2012-10-17
fix microblaze asm relocations for shared libc
Rich Felker
-1
/
+1
2012-10-15
add support for TLS variant I, presently needed for arm and mips
Rich Felker
-2
/
+6
2012-10-14
fix overlap of thread stacks with thread tls segments
Rich Felker
-2
/
+1
2012-10-07
clean up and refactor program initialization
Rich Felker
-1
/
+1
2012-10-05
support for TLS in dynamic-loaded (dlopen) modules
Rich Felker
-23
/
+28
2012-10-04
beginnings of full TLS support in shared libraries
Rich Felker
-0
/
+8
2012-10-04
TLS (GNU/C11 thread-local storage) support for static-linked programs
Rich Felker
-14
/
+33
2012-09-30
protect sem_open against cancellation
Rich Felker
-13
/
+19
2012-09-30
overhaul sem_open
Rich Felker
-105
/
+96
2012-09-29
sem_open should make process-shared semaphores
Rich Felker
-1
/
+1
2012-09-29
use O_CLOEXEC to open semaphore files in sem_open
Rich Felker
-2
/
+2
2012-09-29
fix some indention-with-spaces that crept in
Rich Felker
-4
/
+4
2012-09-29
microblaze port
Rich Felker
-0
/
+65
2012-09-27
fix arm clone syscall bug (no effect unless app uses clone)
Rich Felker
-2
/
+1
2012-09-15
update mips cancellation-point syscall asm with 7-arg and r25 fixes
Rich Felker
-2
/
+5
[next]