summaryrefslogtreecommitdiffstats
path: root/lib/libpthread (follow)
Commit message (Expand)AuthorAgeFilesLines
* sem_timedwait() needs the struct timespec tag to be pre-declared here.guenther2012-07-111-3/+4
* librthread has eaten libpthread, so build includes via the former insteadguenther2012-06-281-16/+0
* A piece of this is still neededderaadt2012-06-211-0/+16
* For now... libpthread is just a container directory, since all the newderaadt2012-06-212-38/+0
* More sysconf(3)-y and pathconf(3)-y goodness from Brad.matthew2012-05-141-15/+1
* Add pthread spinlock support.pirofti2012-05-036-4/+263
* Add new mutex type, PTHREAD_MUTEX_STRICT_NP which checks for applicationkurt2012-04-141-3/+4
* Remove incorrect -pthread preprocessor define _POSIX_THREADS and replacekurt2012-04-121-6/+1
* fix SEE ALSO;jmc2012-04-111-2/+2
* Mention and link the pthread barrier functions. Okay jmc@.pirofti2012-04-111-2/+25
* tweak previous;jmc2012-04-114-26/+28
* Add pthread barrier support.pirofti2012-04-116-2/+344
* Remove man pages for removed non-portable functions. okay jmc@kurt2012-03-224-159/+4
* Remove prototypes for unimplemented non-portable functions in rthreads.kurt2012-03-221-3/+1
* Remove pthread_suspend* and related functions. This is part of thekurt2012-03-221-8/+1
* <sched.h> is never pulled in from the kernel and #ifdef KERNEL would beguenther2012-03-221-8/+2
* Hide behind #if 0 the sched_*() functions that we don't have yetguenther2012-03-221-1/+6
* Update cancellation point list to reflect what's done with rthreadsguenther2012-03-221-2/+6
* new sentence, new line;jmc2012-03-221-3/+4
* Update list of cancellation points to reflect what was in 5.1's uthreadsguenther2012-03-211-6/+28
* add sem_timedwait to NAME;jmc2012-03-041-2/+3
* Document sem_timedwait()guenther2012-03-032-7/+33
* Add sem_timewait() and fix sem_wait()'s handling of signals, soguenther2012-03-031-1/+2
* Apply a bit more consistency in the ordering of functions in eachguenther2012-02-251-16/+16
* Add pthread_condattr_{get,set}clock(), pthread_mutex_timedlock(),guenther2012-02-241-3/+24
* jmc@ points out that the underlying manpage should be named after oneguenther2012-02-242-8/+7
* now that pthread_mutex_trylock.3 has been folded into pthread_mutex_lock.3,jmc2012-02-244-13/+9
* Document pthread_condattr_{init,destroy,setclock,getclock}guenther2012-02-242-1/+125
* Merge pthread_mutex_trylock(3) into pthread_mutex_lock(3) and documentguenther2012-02-243-90/+108
* Add pthread_condattr_{get,set}clock(), requested by aja@guenther2012-02-231-1/+7
* remove unused variablechl2012-01-181-2/+1
* Bump minor for addition of openat/pread/preadv/pwrite/pwritevguenther2012-01-171-1/+1
* Make openat(), pread(), preadv(), pwrite(), and pwritev() cancellationguenther2012-01-179-7/+346
* The prototype for pthread_sigmask(2) is supposed to live in <signal.h>kettenis2012-01-031-2/+1
* Unbreak build of libpthread on hppa/hppa64 by using correct type injsing2011-11-142-4/+4
* threads waiting on PS_FDW_WAIT state should not be interruptible iffgsch2011-10-077-9/+19
* make sure that `references' is not optimized away as it is required for thefgsch2011-09-281-2/+2
* For threads in PS_FDR_WAIT state, check SA_RESTART before marking it asfgsch2011-09-137-9/+24
* The scheduling loop can change errno, so we need to restore it evenguenther2011-09-051-4/+4
* Initial hppa64 code drop; not finished yet, but this at least allows us tokettenis2011-08-043-0/+131
* Don't try to outsmart gcc inline assembler when saving the cpsr in themiod2011-08-031-4/+4
* Handle F_DUPFD_CLOEXEC the same as we do F_DUPFD.matthew2011-07-191-1/+2
* When context switching, if the 'new' thread is the same as the 'old'guenther2011-07-071-1/+10
* check that thread specific keys are valid, and cleanup code a little.tedu2011-07-051-21/+14
* In pthread_key_delete(), only scan other threads if the key was allocatedguenther2011-07-031-12/+12
* pthread_key_delete should delete the data, so it's not reused bytedu2011-07-021-1/+13
* More NULL -> 0 fallout.miod2011-04-091-3/+3
* Make the pthread scheduler block signals while restoring a newlystsp2011-01-251-1/+12
* Revert previous commit: if gcc picks a memory operand for the asm thenguenther2011-01-041-2/+2
* Make this compile with llvm-clang; problem pointed out by Amit Kulkarniguenther2010-12-311-2/+2