summaryrefslogtreecommitdiff
path: root/lib/libpthread
AgeCommit message (Expand)Author
2012-03-22<sched.h> is never pulled in from the kernel and #ifdef KERNEL would bePhilip Guenthe
2012-03-22Hide behind #if 0 the sched_*() functions that we don't have yetPhilip Guenthe
2012-03-22Update cancellation point list to reflect what's done with rthreadsPhilip Guenthe
2012-03-22new sentence, new line;Jason McIntyre
2012-03-21Update list of cancellation points to reflect what was in 5.1's uthreadsPhilip Guenthe
2012-03-04add sem_timedwait to NAME;Jason McIntyre
2012-03-03Document sem_timedwait()Philip Guenthe
2012-03-03Add sem_timewait() and fix sem_wait()'s handling of signals, soPhilip Guenthe
2012-02-25Apply a bit more consistency in the ordering of functions in eachPhilip Guenthe
2012-02-24Add pthread_condattr_{get,set}clock(), pthread_mutex_timedlock(),Philip Guenthe
2012-02-24jmc@ points out that the underlying manpage should be named after onePhilip Guenthe
2012-02-24now that pthread_mutex_trylock.3 has been folded into pthread_mutex_lock.3,Jason McIntyre
2012-02-24Document pthread_condattr_{init,destroy,setclock,getclock}Philip Guenthe
2012-02-24Merge pthread_mutex_trylock(3) into pthread_mutex_lock(3) and documentPhilip Guenthe
2012-02-23Add pthread_condattr_{get,set}clock(), requested by aja@Philip Guenthe
2012-01-18remove unused variableCharles Longeau
2012-01-17Bump minor for addition of openat/pread/preadv/pwrite/pwritevPhilip Guenthe
2012-01-17Make openat(), pread(), preadv(), pwrite(), and pwritev() cancellationPhilip Guenthe
2012-01-03The prototype for pthread_sigmask(2) is supposed to live in <signal.h>Mark Kettenis
2011-11-14Unbreak build of libpthread on hppa/hppa64 by using correct type inJoel Sing
2011-10-07threads waiting on PS_FDW_WAIT state should not be interruptible ifFederico G. Schwindt
2011-09-28make sure that `references' is not optimized away as it is required for theFederico G. Schwindt
2011-09-13For threads in PS_FDR_WAIT state, check SA_RESTART before marking it asFederico G. Schwindt
2011-09-05The scheduling loop can change errno, so we need to restore it evenPhilip Guenthe
2011-08-04Initial hppa64 code drop; not finished yet, but this at least allows us toMark Kettenis
2011-08-03Don't try to outsmart gcc inline assembler when saving the cpsr in theMiod Vallat
2011-07-19Handle F_DUPFD_CLOEXEC the same as we do F_DUPFD.Matthew Dempsky
2011-07-07When context switching, if the 'new' thread is the same as the 'old'Philip Guenthe
2011-07-05check that thread specific keys are valid, and cleanup code a little.Ted Unangst
2011-07-03In pthread_key_delete(), only scan other threads if the key was allocatedPhilip Guenthe
2011-07-02pthread_key_delete should delete the data, so it's not reused byTed Unangst
2011-04-09More NULL -> 0 fallout.Miod Vallat
2011-01-25Make the pthread scheduler block signals while restoring a newlyStefan Sperling
2011-01-04Revert previous commit: if gcc picks a memory operand for the asm thenPhilip Guenthe
2010-12-31Make this compile with llvm-clang; problem pointed out by Amit KulkarniPhilip Guenthe
2010-12-03Sync with amd64, to allow this to compile without warnings with gcc4:Miod Vallat
2010-11-07there is no library function called sched_prio(), so this manual pageTheo de Raadt
2010-11-07do not list MLINKed man pages multiple times in SEE ALSO;Jason McIntyre
2010-11-07tweak previous;Jason McIntyre
2010-11-07Add sched_get_priority_{min,max}. tested in a bulk by landry@.Federico G. Schwindt
2010-10-28Change basep parameter of getdirentries() to be off_t *, not long *Todd C. Miller
2010-07-13Fix PR 6417: if we're starting a thread and there's no other threadsPhilip Guenthe
2010-07-13Fix PR 6376: restore more thread library state if execve fails,Philip Guenthe
2010-07-12After forking, clear the 'thread joining this one' pointer in the child,Philip Guenthe
2010-06-30Use __attribute__ ((aligned (16)), to make sure the FPU state is alignedMark Kettenis
2010-06-27Instead of (manually) closing the _thread_kern_pipe before callingPhilip Guenthe
2010-05-25Make sure that we really mark the FPU registers clean.Mark Kettenis
2010-05-03document when the _timed{rd,wr}lock functions first appeared; from bradJason McIntyre
2010-04-12Add support for pthread_rwlock_timed locks.Ted Unangst
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat