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
*
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
*
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
1
-2
/
+8
*
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
Rich Felker
2013-03-26
1
-5
/
+5
*
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
1
-17
/
+31
*
add support for thread scheduling (POSIX TPS option)
Rich Felker
2012-11-11
1
-0
/
+29
*
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
2012-11-08
1
-0
/
+1
*
add support for TLS variant I, presently needed for arm and mips
Rich Felker
2012-10-15
1
-1
/
+1
*
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
1
-10
/
+8
*
TLS (GNU/C11 thread-local storage) support for static-linked programs
Rich Felker
2012-10-04
1
-5
/
+18
*
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
1
-1
/
+1
*
fix (hopefully) all hard-coded 8's for kernel sigset_t size
Rich Felker
2012-08-09
1
-2
/
+4
*
fix several locks that weren't updated right for new futex-based __lock
Rich Felker
2012-07-12
1
-3
/
+3
*
fix potential race condition in detached threads
Rich Felker
2012-07-11
1
-2
/
+8
*
add pthread_attr_setstack interface (and get)
Rich Felker
2012-06-09
1
-9
/
+13
*
remove no-longer-needed unblocking of signals in pthread_create
Rich Felker
2012-06-02
1
-1
/
+0
*
simplify cancellation push/pop slightly
Rich Felker
2012-05-23
1
-2
/
+2
*
make pthread stacks non-executable
Rich Felker
2012-05-04
1
-1
/
+1
*
overhaul SSP support to use a real canary
Rich Felker
2012-05-03
1
-0
/
+1
*
fix pthread_cleanup_pop(1) crash in non-thread-capable, static-linked programs
Rich Felker
2012-02-28
1
-2
/
+0
*
small fix for new pthread cleanup stuff
Rich Felker
2012-02-09
1
-1
/
+0
*
replace bad cancellation cleanup abi with a sane one
Rich Felker
2012-02-09
1
-16
/
+14
*
fix incorrect allocation failure check in pthread_create
Rich Felker
2011-09-27
1
-1
/
+1
*
overhaul clone syscall wrapping
Rich Felker
2011-09-18
1
-5
/
+5
*
pthread and synccall cleanup, new __synccall_wait op
Rich Felker
2011-08-12
1
-5
/
+1
*
further debloat cancellation handlers
Rich Felker
2011-08-03
1
-0
/
+13
*
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
1
-6
/
+1
*
add proper fuxed-based locking for stdio
Rich Felker
2011-07-30
1
-0
/
+16
*
new attempt at making set*id() safe and robust
Rich Felker
2011-07-29
1
-4
/
+4
*
fix race condition in pthread_kill
Rich Felker
2011-06-14
1
-0
/
+2
*
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
1
-1
/
+1
*
optimize out useless default-attribute object in pthread_create
Rich Felker
2011-05-07
1
-7
/
+7
*
optimize compound-literal sigset_t's not to contain useless hurd bits
Rich Felker
2011-05-07
1
-2
/
+2
*
overhaul implementation-internal signal protections
Rich Felker
2011-05-07
1
-12
/
+4
*
move some more code out of pthread_create.c
Rich Felker
2011-04-19
1
-6
/
+2
*
pthread_exit is not supposed to affect cancellability
Rich Felker
2011-04-17
1
-2
/
+0
*
fix pthread_exit from cancellation handler
Rich Felker
2011-04-17
1
-5
/
+5
[next]