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
*
apply vmlock wait to __unmapself in pthread_exit
Rich Felker
2015-04-10
1
-0
/
+4
*
redesign and simplify vmlock system
Rich Felker
2015-04-10
1
-4
/
+2
*
optimize out setting up robust list with kernel when not needed
Rich Felker
2015-04-10
1
-0
/
+1
*
process robust list in pthread_exit to fix detached thread use-after-unmap
Rich Felker
2015-04-10
1
-2
/
+27
*
make pthread_exit responsible for disabling cancellation
Rich Felker
2015-02-16
1
-0
/
+2
*
overhaul __synccall and fix AS-safety and other issues in set*id
Rich Felker
2015-01-15
1
-0
/
+3
*
add C11 thread creation and related thread functions
Rich Felker
2014-09-07
1
-4
/
+12
*
use weak symbols for the POSIX functions that will be used by C threads
Jens Gustedt
2014-09-06
1
-7
/
+14
*
fix false ownership of stdio FILEs due to tid reuse
Rich Felker
2014-08-23
1
-0
/
+2
*
fix use of uninitialized memory with application-provided thread stacks
Rich Felker
2014-08-22
1
-0
/
+2
*
enable private futex for process-local robust mutexes
Rich Felker
2014-08-16
1
-0
/
+3
*
work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1
Rich Felker
2014-07-16
1
-3
/
+3
*
eliminate use of cached pid from thread structure
Rich Felker
2014-07-05
1
-1
/
+0
*
add locale framework
Rich Felker
2014-07-02
1
-0
/
+7
*
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
1
-2
/
+2
*
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
1
-2
/
+9
*
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
1
-0
/
+1
*
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
[next]