TLS (GNU/C11 thread-local storage) support for static-linked programs
[musl] / src / thread / pthread_create.c
2012-10-04 Rich FelkerTLS (GNU/C11 thread-local storage) support for static...
2012-09-07 Rich Felkerfurther use of _Noreturn, for non-plain-C functions
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-10 Rich Felkerfix (hopefully) all hard-coded 8's for kernel sigset_t...
2012-07-12 Rich Felkerfix several locks that weren't updated right for new...
2012-07-12 Rich Felkerfix potential race condition in detached threads
2012-06-09 Rich Felkeradd pthread_attr_setstack interface (and get)
2012-06-02 Rich Felkerremove no-longer-needed unblocking of signals in pthrea...
2012-05-23 Rich Felkersimplify cancellation push/pop slightly
2012-05-05 Rich Felkermake pthread stacks non-executable
2012-05-04 Rich Felkeroverhaul SSP support to use a real canary
2012-02-28 Rich Felkerfix pthread_cleanup_pop(1) crash in non-thread-capable...
2012-02-10 Rich Felkersmall fix for new pthread cleanup stuff
2012-02-09 Rich Felkerreplace bad cancellation cleanup abi with a sane one
2011-09-27 Rich Felkerfix incorrect allocation failure check in pthread_create
2011-09-18 Rich Felkeroverhaul clone syscall wrapping
2011-08-12 Rich Felkerpthread and synccall cleanup, new __synccall_wait op
2011-08-03 Rich Felkerfurther debloat cancellation handlers
2011-08-03 Rich Felkermissed detail in cancellation bloat fix
2011-08-03 Rich Felkerfix static linking dependency bloat with cancellation
2011-07-30 Rich Felkeradd proper fuxed-based locking for stdio
2011-07-30 Rich Felkernew attempt at making set*id() safe and robust
2011-06-14 Rich Felkerfix race condition in pthread_kill
2011-06-14 Rich Felkerrun dtors before taking the exit-lock in pthread exit
2011-06-14 Rich Felkerminor locking optimizations
2011-05-08 Rich Felkeroptimize out useless default-attribute object in pthrea...
2011-05-08 Rich Felkeroptimize compound-literal sigset_t's not to contain...
2011-05-08 Rich Felkeroverhaul implementation-internal signal protections
2011-04-20 Rich Felkermove some more code out of pthread_create.c
2011-04-17 Rich Felkerpthread_exit is not supposed to affect cancellability
2011-04-17 Rich Felkerfix pthread_exit from cancellation handler
2011-04-17 Rich Felkerclean up handling of thread/nothread mode, locking
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-04-14 Rich Felkeruse a separate signal from SIGCANCEL for SIGEV_THREAD...
2011-04-14 Rich Felkersimplify cancellation point handling
2011-04-07 Rich Felkerconsistency: change all remaining syscalls to use SYS_...
2011-04-07 Rich Felkermove rsyscall out of pthread_create module
2011-04-06 Rich Felkerpthread exit stuff: don't bother setting errno when...
2011-04-06 Rich Felkerfix rsyscall handler: must not clobber errno from signa...
2011-04-05 Rich Felkernew framework to inhibit thread cancellation when needed
2011-04-03 Rich Felkerpthread_create need not set errno
2011-04-03 Rich Felkerblock all signals during rsyscall
2011-04-03 Rich Felkerfix race condition in rsyscall handler
2011-04-03 Rich Felkerdon't trust siginfo in rsyscall handler
2011-04-03 Rich Felkersimplify calling of timer signal handler
2011-04-03 Rich Felkeromit pthread tsd dtor code if tsd is not used
2011-04-02 Rich Felkersimplify setting result on thread cancellation
2011-04-02 Rich Felkerfix misspelled PTHREAD_CANCELED constant
2011-03-29 Rich Felkermajor improvements to cancellation handling
2011-03-26 Rich Felkermatch glibc/lsb cancellation abi on i386
2011-03-24 Rich Felkeroverhaul cancellation to fix resource leaks and dangero...
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-03-20 Rich Felkersyscall overhaul part two - unify public and internal...
2011-03-19 Rich Felkeroverhaul syscall interface
2011-03-16 Rich Felkercut out a syscall on thread creation in the case where...
2011-03-13 Rich Felkerimplement flockfile api, rework stdio locking
2011-03-10 Rich Felkeroptimize pthread termination in the non-detached case
2011-03-10 Rich Felkersecurity fix: check that cancel/rsyscall signal was...
2011-02-19 Rich Felkeruse rt_sigprocmask, not legacy sigprocmask, syscall...
2011-02-19 Rich Felkerrace condition fix: block all signals before decrementi...
2011-02-19 Rich Felkermake pthread_exit run dtors for last thread, wait to...
2011-02-17 Rich Felkerreorganize pthread data structures and move the definit...
2011-02-15 Rich Felkerbegin unifying clone/thread management interface in...
2011-02-15 Rich Felkermake pthread_create return EAGAIN on resource failure...
2011-02-14 Rich Felkerreorganize thread exit code, make pthread_exit call...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0