paths.h: remove cruft
[musl] / src / thread /
2013-06-27 Rich Felkerfix syscall argument bug in pthread_getschedparam
2013-06-27 Rich Felkerfix temp file leak in sem_open on successful creation...
2013-06-27 Rich Felkerfix bug whereby sem_open leaked its own internal slots...
2013-06-27 Rich Felkerin sem_open, don't leak vm mapping if fstat fails
2013-06-27 Rich Felkerfix failure of pthread_setschedparam to pass correct...
2013-06-08 Rich Felkersupport cputime clocks for processes/threads other...
2013-06-03 Rich Felkerensure that thread dtv pointer is never null to optimiz...
2013-04-26 Rich Felkertransition to using functions for internal signal block...
2013-04-26 Rich Felkerprevent code from running under a thread id which alrea...
2013-04-26 Rich Felkersynccall signal handler need not handle dead threads...
2013-04-26 Rich Felkerfix clobbering of signal mask when creating thread...
2013-04-26 Rich Felkermake last thread's pthread_exit give exit(0) a consiste...
2013-04-26 Rich Felkeruse atomic decrement rather than cas in pthread_exit...
2013-04-26 Rich Felkeradd comments on some of the pthread_exit logic
2013-04-26 Rich Felkeralways block signals in pthread_exit before decrementin...
2013-04-06 Rich Felkerfix type error in pthread_create, introduced with pthre...
2013-04-01 Rich Felkerimplement pthread_getattr_np
2013-03-27 Rich Felkerremove __SYSCALL_SSLEN arch macro in favor of using...
2013-02-02 Rich Felkerfix stale locks left behind when pthread_create fails
2013-02-02 Rich Felkerif pthread_create fails, it must not attempt mmap if...
2013-02-02 Rich Felkerpthread stack treatment overhaul for application-provid...
2013-02-01 Rich Felkerreplace __wake function with macro that performs direct...
2012-11-27 Rich Felkerfix some restrict-qualifier mismatches in newly added...
2012-11-19 rofl0rpowerpc: handle syscall error in clone.
2012-11-19 Rich Felkerfix powerpc asm not to store data in volatile space...
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-17 Rich Felkeradd stub versions of some missing optional pthread...
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-14 Rich Felkerfix indention with spaces in powerpc asm
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-13 rofl0rPPC port cleaned up, static linking works well now.
2012-11-13 Richard Penningtonimport preliminary ppc work by rdp.
2012-11-11 Rich Felkerdebloat src/thread tree but putting lots of junk in...
2012-11-11 Rich Felkeradd support for thread scheduling (POSIX TPS option)
2012-11-08 Rich Felkerclean up sloppy nested inclusion from pthread_impl.h
2012-10-19 Rich Felkerfix order of syscall args for microblaze clone syscall
2012-10-19 Rich Felkerensure microblaze __set_thread_area returns success
2012-10-18 Rich Felkerfix microblaze asm relocations for shared libc
2012-10-15 Rich Felkeradd support for TLS variant I, presently needed for...
2012-10-15 Rich Felkerfix overlap of thread stacks with thread tls segments
2012-10-08 Rich Felkerclean up and refactor program initialization
2012-10-05 Rich Felkersupport for TLS in dynamic-loaded (dlopen) modules
2012-10-05 Rich Felkerbeginnings of full TLS support in shared libraries
2012-10-04 Rich FelkerTLS (GNU/C11 thread-local storage) support for static...
2012-09-30 Rich Felkerprotect sem_open against cancellation
2012-09-30 Rich Felkeroverhaul sem_open
2012-09-29 Rich Felkersem_open should make process-shared semaphores
2012-09-29 Rich Felkeruse O_CLOEXEC to open semaphore files in sem_open
2012-09-29 Rich Felkerfix some indention-with-spaces that crept in
2012-09-29 Rich Felkermicroblaze port
2012-09-27 Rich Felkerfix arm clone syscall bug (no effect unless app uses...
2012-09-15 Rich Felkerupdate mips cancellation-point syscall asm with 7-arg...
2012-09-09 Rich Felkerfix mips syscall_cp_asm code (saved register usage)
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-17 Rich Felkerfix extremely rare but dangerous race condition in...
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-24 Rich Felkerretry on cas failures in sem_trywait
2012-07-15 Rich Felkeravoid blx instruction which does not exist on armv4t...
2012-07-12 Rich Felkerfix several locks that weren't updated right for new...
2012-07-12 Rich Felkerfix pthread_kill unlocking
2012-07-12 Rich Felkerfix potential race condition in detached threads
2012-07-12 Rich Felkermips clone: don't free stack space used to copy arg
2012-07-12 Rich Felkerfix mips clone() on real linux kernel
2012-07-12 Rich Felkerfix clone() on mips (args were in wrong order)
2012-07-11 Rich Felkerfirst attempt at making threads work on mips
2012-07-11 Rich Felkergeneric c version of __set_thread_area for archs where...
2012-06-09 Rich Felkeradd pthread_attr_setstack interface (and get)
2012-06-03 Rich Felkerremove implementation-reserved bits when saving signal...
2012-06-02 Rich Felkerremove no-longer-needed unblocking of signals in pthrea...
2012-05-26 Rich Felkerensure pthread-internal signals are unblocked before...
2012-05-25 Rich Felkerremove leftover cp_sp cruft from cancellation code...
2012-05-23 Rich Felkerfix bad opcode in arm syscall_cp_asm
2012-05-23 Rich Felkerfix issue with longjmp out of signal handlers and cance...
2012-05-23 Rich Felkersimplify cancellation push/pop slightly
2012-05-23 Rich Felkerremove everything related to forkall
2012-05-05 Rich Felkerupdate license of njk contributed code (x86_64 asm)
2012-05-05 Rich Felkermake pthread stacks non-executable
2012-05-04 Rich Felkeroverhaul SSP support to use a real canary
2012-04-24 Rich Felkerditch the priority inheritance locks; use malloc's...
2012-04-24 Rich Felkerinternal locks: new owner of contended lock must set...
2012-04-24 Rich Felkernew internal locking primitive; drop spinlocks
2012-02-28 Rich Felkerfix pthread_cleanup_pop(1) crash in non-thread-capable...
2012-02-27 Rich Felkerwork around "signal loses thread pointer" issue with...
2012-02-10 Rich Felkersmall fix for new pthread cleanup stuff
2012-02-09 Rich Felkerreplace bad cancellation cleanup abi with a sane one
2012-01-22 Rich Felkerfix cancellation failure in single-threaded programs
2011-10-26 Rich Felkerreport sem value overflows in sem_post
2011-10-09 Rich Felkerfix typo in arm clone() asm
2011-10-03 Rich Felkerrecovering ownerdead robust mutex must reset recursive...
2011-10-03 Rich Felkersimplify robust mutex unlock code path
2011-10-03 Rich Felkerfix crash if pthread_mutex_unlock is called without...
2011-10-03 Rich Felkeruse count=0 instead of 1 for recursive mutex with only...
2011-10-03 Rich Felkersynchronize cond var destruction with exiting waits
2011-10-01 Rich Felkerfix failure-to-wake in rwlock unlock
2011-09-28 Rich Felkerfix excessive/insufficient wakes in __vm_unlock
2011-09-28 Rich Felkerimprove pshared barriers
2011-09-28 Rich Felkernext step making barrier self-sync'd destruction safe
2011-09-28 Rich Felkerbarrier destroy must also wait for threads in other...
next