math: fix comment in __rem_pio2f.c
[musl] / src / thread /
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...
2011-09-28 Rich Felkercorrectly handle the degenerate barrier in the pshared...
2011-09-27 Rich Felkerfix crash in pthread_cond_wait mutex-locked check
2011-09-27 Rich Felkerfix crash in pthread_testcancel if pthread_self has...
2011-09-27 Rich Felkerimprove/debloat mutex unlock error checking in pthread_...
2011-09-27 Rich Felkercheck mutex owner in pthread_cond_wait
2011-09-27 Rich Felkerfix pshared barrier wrong return value.
2011-09-27 Rich Felkerconvert the barrier pshared option back to 0/1 values...
2011-09-27 Rich Felkerprocess-shared barrier support, based on discussion...
2011-09-27 Rich Felkerfix incorrect allocation failure check in pthread_create
2011-09-26 Rich Felkeranother cond var fix: requeue count race condition
2011-09-26 Rich Felkerfix lost signals in cond vars
2011-09-26 Rich Felkerredo cond vars again, use sequence numbers
2011-09-26 Rich Felkerrevert previous change in cond var waiter move
2011-09-26 Rich Felkeroptimize cond waiter move using atomic swap instead...
2011-09-25 Rich Felkerfix logic for when wakeup is not desired on cond bcast
2011-09-25 Rich Felkernew futex-requeue-based pthread_cond_broadcast implemen...
2011-09-24 Rich Felkerfix ABA race in cond vars, improve them overall
2011-09-23 Rich Felkerfix deadlock in condition wait whenever there are multi...
2011-09-18 Rich Felkerinitial commit of the arm port
2011-09-18 Rich Felkeroverhaul clone syscall wrapping
2011-09-17 Rich Felkerdummy implementation of set_thread_area
2011-09-16 Rich Felkerfix more instances of old a_xchg (use new a_swap name)
next