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 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
*
powerpc: handle syscall error in clone.
rofl0r
2012-11-19
1
-25
/
+9
*
fix powerpc asm not to store data in volatile space below stack pointer
Rich Felker
2012-11-18
1
-4
/
+4
*
add stub versions of some missing optional pthread interfaces
Rich Felker
2012-11-17
5
-0
/
+30
*
fix indention with spaces in powerpc asm
Rich Felker
2012-11-14
1
-8
/
+8
*
Merge remote-tracking branch 'ppc-port/ppc-squashed'
Rich Felker
2012-11-14
4
-0
/
+154
|
\
|
*
PPC port cleaned up, static linking works well now.
rofl0r
2012-11-13
4
-4
/
+147
|
*
import preliminary ppc work by rdp.
Richard Pennington
2012-11-13
1
-0
/
+11
*
|
debloat src/thread tree but putting lots of junk in one file
Rich Felker
2012-11-11
16
-108
/
+93
*
|
add support for thread scheduling (POSIX TPS option)
Rich Felker
2012-11-11
12
-4
/
+106
*
|
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
2012-11-08
12
-8
/
+13
|
/
*
fix order of syscall args for microblaze clone syscall
Rich Felker
2012-10-19
1
-3
/
+2
*
ensure microblaze __set_thread_area returns success
Rich Felker
2012-10-18
1
-1
/
+2
*
fix microblaze asm relocations for shared libc
Rich Felker
2012-10-17
1
-1
/
+1
*
add support for TLS variant I, presently needed for arm and mips
Rich Felker
2012-10-15
3
-2
/
+6
*
fix overlap of thread stacks with thread tls segments
Rich Felker
2012-10-14
1
-2
/
+1
*
clean up and refactor program initialization
Rich Felker
2012-10-07
1
-1
/
+1
*
support for TLS in dynamic-loaded (dlopen) modules
Rich Felker
2012-10-05
3
-23
/
+28
*
beginnings of full TLS support in shared libraries
Rich Felker
2012-10-04
2
-0
/
+8
*
TLS (GNU/C11 thread-local storage) support for static-linked programs
Rich Felker
2012-10-04
2
-14
/
+33
*
protect sem_open against cancellation
Rich Felker
2012-09-30
1
-13
/
+19
*
overhaul sem_open
Rich Felker
2012-09-30
1
-105
/
+96
*
sem_open should make process-shared semaphores
Rich Felker
2012-09-29
1
-1
/
+1
*
use O_CLOEXEC to open semaphore files in sem_open
Rich Felker
2012-09-29
1
-2
/
+2
*
fix some indention-with-spaces that crept in
Rich Felker
2012-09-29
1
-4
/
+4
*
microblaze port
Rich Felker
2012-09-29
4
-0
/
+65
*
fix arm clone syscall bug (no effect unless app uses clone)
Rich Felker
2012-09-27
1
-2
/
+1
*
update mips cancellation-point syscall asm with 7-arg and r25 fixes
Rich Felker
2012-09-15
1
-2
/
+5
*
fix mips syscall_cp_asm code (saved register usage)
Rich Felker
2012-09-09
1
-2
/
+2
*
further use of _Noreturn, for non-plain-C functions
Rich Felker
2012-09-06
1
-2
/
+2
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
26
-26
/
+26
*
fix extremely rare but dangerous race condition in robust mutexes
Rich Felker
2012-08-17
3
-20
/
+33
*
fix (hopefully) all hard-coded 8's for kernel sigset_t size
Rich Felker
2012-08-09
4
-7
/
+12
*
retry on cas failures in sem_trywait
Rich Felker
2012-07-24
1
-2
/
+2
*
avoid blx instruction which does not exist on armv4t or armv4
Rich Felker
2012-07-14
1
-1
/
+2
*
fix several locks that weren't updated right for new futex-based __lock
Rich Felker
2012-07-12
3
-7
/
+7
*
fix pthread_kill unlocking
Rich Felker
2012-07-12
1
-1
/
+1
*
fix potential race condition in detached threads
Rich Felker
2012-07-11
2
-4
/
+10
*
mips clone: don't free stack space used to copy arg
Rich Felker
2012-07-11
1
-1
/
+0
*
fix mips clone() on real linux kernel
Rich Felker
2012-07-11
1
-4
/
+7
*
fix clone() on mips (args were in wrong order)
Rich Felker
2012-07-11
1
-3
/
+2
*
first attempt at making threads work on mips
Rich Felker
2012-07-11
3
-0
/
+67
*
generic c version of __set_thread_area for archs where it works
Rich Felker
2012-07-11
1
-1
/
+5
*
add pthread_attr_setstack interface (and get)
Rich Felker
2012-06-09
3
-9
/
+37
*
remove implementation-reserved bits when saving signal mask
Rich Felker
2012-06-02
1
-1
/
+11
*
remove no-longer-needed unblocking of signals in pthread_create
Rich Felker
2012-06-02
1
-1
/
+0
[next]