minor locking optimizations
[musl] / src / thread /
2011-06-14 Rich Felkerminor locking optimizations
2011-06-14 Rich Felkerremove all .size and .type directives for functions...
2011-05-30 Rich Felkerimplement pthread_[sg]etconcurrency.
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-05-07 Rich Felkerreduce some ridiculously large spin counts
2011-05-07 Rich Felkerremove debug code that was missed in barrier commit
2011-05-07 Rich Felkercompletely new barrier implementation, addressing major...
2011-04-22 Rich Felkerfix initial stack alignment in new threads on x86_64
2011-04-21 Rich Felkerfix minor bugs due to incorrect threaded-predicate...
2011-04-20 Rich Felkermove some more code out of pthread_create.c
2011-04-19 Rich Felkerfix uninitialized waiters field in semaphores
2011-04-19 Rich Felkerrecheck cancellation disabled flag after syscall return...
2011-04-17 Rich Felkerfix typo in x86_64 cancellable syscall asm
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 Felkerdebloat: use __syscall instead of syscall where possible
2011-04-17 Rich Felkerfix bugs in cancellable syscall asm
2011-04-17 Rich Felkeroptimize cancellation enable/disable code
2011-04-17 Rich Felkerdon't use pthread_once when there is no danger in race
2011-04-17 Rich Felkerfix some minor issues in cancellation handling patch
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-04-14 Rich Felkerchange sem_trywait algorithm so it never has to call...
2011-04-14 Rich Felkercheap trick to further optimize locking normal mutexes
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 Felkerfixed crash in new rsyscall (failure to set sa_flags...
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-06 Rich Felkermajor semaphore improvements (performance and correctness)
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 Felkersimplify pthread tsd key handling
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 Felkeruse bss instead of mmap for main thread's pthread threa...
2011-04-02 Rich Felkerfix misspelled PTHREAD_CANCELED constant
2011-04-01 Rich Felkeruse a_store to set cancel flag in pthread_cancel, to...
2011-03-31 Rich Felkersimplify pthread_key_delete
2011-03-31 Rich Felkergreatly simplify pthread_key_create (~20% size reduction)
2011-03-30 Rich Felkeravoid crash on stupid but allowable usage of pthread_mu...
2011-03-30 Rich Felkerstreamline mutex unlock to remove a useless branch...
2011-03-30 Rich Felkercheap special-case optimization for normal mutexes
2011-03-29 Rich Felkerrevert mutex "optimization" that turned out to be worse
2011-03-29 Rich Felkermajor improvements to cancellation handling
2011-03-29 Rich Felkerrevert some more spin optimizations that turned out...
2011-03-29 Rich Felkerfix broken spinlock due to miscompilation
2011-03-26 Rich Felkermatch glibc/lsb cancellation abi on i386
2011-03-25 Rich Felkerprepare pthread_spin_unlock for archs that need memory...
2011-03-25 Rich Felkeroptimize contended case for pthread_spin_trylock
2011-03-25 Rich Felkeroptimize spinlock spin
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 Felkerif returning errno value directly from a syscall, we...
2011-03-20 Rich Felkersyscall overhaul part two - unify public and internal...
2011-03-19 Rich Felkeroverhaul syscall interface
2011-03-18 Rich Felkerimplement robust mutexes
2011-03-17 Rich Felkeravoid function call to pthread_self in mutex unlock
2011-03-17 Rich Felkerunify lock and owner fields of mutex structure
2011-03-17 Rich Felkeroptimize contended normal mutex case; add int compare...
2011-03-16 Rich Felkersimplify logic, slightly optimize contended case for...
2011-03-16 Rich Felkercorrect error returns for error-checking mutexes
2011-03-16 Rich Felkercut out a syscall on thread creation in the case where...
2011-03-16 Rich Felkerdon't expose EAGAIN, etc. from timed futex wait to...
2011-03-13 Rich Felkerimplement flockfile api, rework stdio locking
2011-03-11 Rich Felkerimplement dummy pthread_attr_[gs]etschedparam functions
2011-03-11 Rich Felkerfix pthread_attr_* implementations to match corrected...
2011-03-11 Rich Felkerfix failure behavior of sem_open when sem does not...
2011-03-11 Rich Felkerfix some semaphore wait semantics (race condition deadl...
2011-03-11 Rich Felkerfix sem_open and sem_close to obey posix semantics
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-03-10 Rich Felkerfix error handling for pthread_sigmask
2011-03-10 Rich Felkeroptimize pthread initialization
2011-03-08 Rich Felkersimplify and optimize pthread_mutex_trylock
2011-03-08 Rich Felkerrwlock trylock functions were wrongly returning EAGAIN...
2011-03-08 Rich Felkerfix major breakage in pthread_once (it was always deadl...
2011-03-08 Rich Felkerfix and optimize non-default-type mutex behavior
2011-03-08 Rich Felkerimplement pthread_mutexattr_[gs]etpshared functions
2011-03-08 Rich Felkerdisallow cpu time clocks as condattr clock values
2011-03-07 Rich Felkerfix off-by-one error in sem_(timed)wait (using old...
2011-03-07 Rich Felkeruse the selected clock from the condattr for pthread_co...
2011-03-07 Rich Felkerimplement pthread_rwlockattr_* (essentially no-ops)
2011-03-07 Rich Felkerimplement pthread_condattr_* interfaces
2011-03-07 Rich Felkerreject invalid attribute settings
2011-03-07 Rich Felkerimplement barrier attribute functions (essentially...
2011-03-04 Rich Felkerenforce stack size min in pthread_attr_setstacksize
2011-03-04 Rich Felkerimplement POSIX semaphores
2011-03-03 Rich Felkeroptimize POSIX TSD for fast pthread_getspecific
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...
next