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
/
pthread_create.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
match glibc/lsb cancellation abi on i386
Rich Felker
2011-03-25
1
-0
/
+5
*
overhaul cancellation to fix resource leaks and dangerous behavior with signals
Rich Felker
2011-03-24
1
-5
/
+11
*
global cleanup to use the new syscall interface
Rich Felker
2011-03-20
1
-1
/
+1
*
syscall overhaul part two - unify public and internal syscall interface
Rich Felker
2011-03-19
1
-3
/
+3
*
overhaul syscall interface
Rich Felker
2011-03-19
1
-2
/
+2
*
cut out a syscall on thread creation in the case where guard size is 0
Rich Felker
2011-03-16
1
-1
/
+1
*
implement flockfile api, rework stdio locking
Rich Felker
2011-03-12
1
-0
/
+1
*
optimize pthread termination in the non-detached case
Rich Felker
2011-03-10
1
-4
/
+15
*
security fix: check that cancel/rsyscall signal was sent by the process itself
Rich Felker
2011-03-10
1
-0
/
+3
*
use rt_sigprocmask, not legacy sigprocmask, syscall in pthread exit code
Rich Felker
2011-02-19
1
-1
/
+1
*
race condition fix: block all signals before decrementing thread count
Rich Felker
2011-02-19
1
-0
/
+2
*
make pthread_exit run dtors for last thread, wait to decrement thread count
Rich Felker
2011-02-19
1
-3
/
+3
*
reorganize pthread data structures and move the definitions to alltypes.h
Rich Felker
2011-02-17
1
-3
/
+3
*
begin unifying clone/thread management interface in preparation for porting
Rich Felker
2011-02-15
1
-4
/
+2
*
make pthread_create return EAGAIN on resource failure, as required by POSIX
Rich Felker
2011-02-15
1
-1
/
+1
*
reorganize thread exit code, make pthread_exit call cancellation handlers (pt2)
Rich Felker
2011-02-13
1
-13
/
+50
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+189