Age | Commit message (Expand) | Author |
2012-03-04 | add sem_timedwait to NAME; | Jason McIntyre |
2012-03-03 | Document sem_timedwait() | Philip Guenthe |
2012-03-03 | Add sem_timewait() and fix sem_wait()'s handling of signals, so | Philip Guenthe |
2012-02-25 | Apply a bit more consistency in the ordering of functions in each | Philip Guenthe |
2012-02-24 | Add pthread_condattr_{get,set}clock(), pthread_mutex_timedlock(), | Philip Guenthe |
2012-02-24 | jmc@ points out that the underlying manpage should be named after one | Philip Guenthe |
2012-02-24 | now that pthread_mutex_trylock.3 has been folded into pthread_mutex_lock.3, | Jason McIntyre |
2012-02-24 | Document pthread_condattr_{init,destroy,setclock,getclock} | Philip Guenthe |
2012-02-24 | Merge pthread_mutex_trylock(3) into pthread_mutex_lock(3) and document | Philip Guenthe |
2012-02-23 | Add pthread_condattr_{get,set}clock(), requested by aja@ | Philip Guenthe |
2012-01-18 | remove unused variable | Charles Longeau |
2012-01-17 | Bump minor for addition of openat/pread/preadv/pwrite/pwritev | Philip Guenthe |
2012-01-17 | Make openat(), pread(), preadv(), pwrite(), and pwritev() cancellation | Philip Guenthe |
2012-01-03 | The prototype for pthread_sigmask(2) is supposed to live in <signal.h> | Mark Kettenis |
2011-11-14 | Unbreak build of libpthread on hppa/hppa64 by using correct type in | Joel Sing |
2011-10-07 | threads waiting on PS_FDW_WAIT state should not be interruptible if | Federico G. Schwindt |
2011-09-28 | make sure that `references' is not optimized away as it is required for the | Federico G. Schwindt |
2011-09-13 | For threads in PS_FDR_WAIT state, check SA_RESTART before marking it as | Federico G. Schwindt |
2011-09-05 | The scheduling loop can change errno, so we need to restore it even | Philip Guenthe |
2011-08-04 | Initial hppa64 code drop; not finished yet, but this at least allows us to | Mark Kettenis |
2011-08-03 | Don't try to outsmart gcc inline assembler when saving the cpsr in the | Miod Vallat |
2011-07-19 | Handle F_DUPFD_CLOEXEC the same as we do F_DUPFD. | Matthew Dempsky |
2011-07-07 | When context switching, if the 'new' thread is the same as the 'old' | Philip Guenthe |
2011-07-05 | check that thread specific keys are valid, and cleanup code a little. | Ted Unangst |
2011-07-03 | In pthread_key_delete(), only scan other threads if the key was allocated | Philip Guenthe |
2011-07-02 | pthread_key_delete should delete the data, so it's not reused by | Ted Unangst |
2011-04-09 | More NULL -> 0 fallout. | Miod Vallat |
2011-01-25 | Make the pthread scheduler block signals while restoring a newly | Stefan Sperling |
2011-01-04 | Revert previous commit: if gcc picks a memory operand for the asm then | Philip Guenthe |
2010-12-31 | Make this compile with llvm-clang; problem pointed out by Amit Kulkarni | Philip Guenthe |
2010-12-03 | Sync with amd64, to allow this to compile without warnings with gcc4: | Miod Vallat |
2010-11-07 | there is no library function called sched_prio(), so this manual page | Theo de Raadt |
2010-11-07 | do not list MLINKed man pages multiple times in SEE ALSO; | Jason McIntyre |
2010-11-07 | tweak previous; | Jason McIntyre |
2010-11-07 | Add sched_get_priority_{min,max}. tested in a bulk by landry@. | Federico G. Schwindt |
2010-10-28 | Change basep parameter of getdirentries() to be off_t *, not long * | Todd C. Miller |
2010-07-13 | Fix PR 6417: if we're starting a thread and there's no other threads | Philip Guenthe |
2010-07-13 | Fix PR 6376: restore more thread library state if execve fails, | Philip Guenthe |
2010-07-12 | After forking, clear the 'thread joining this one' pointer in the child, | Philip Guenthe |
2010-06-30 | Use __attribute__ ((aligned (16)), to make sure the FPU state is aligned | Mark Kettenis |
2010-06-27 | Instead of (manually) closing the _thread_kern_pipe before calling | Philip Guenthe |
2010-05-25 | Make sure that we really mark the FPU registers clean. | Mark Kettenis |
2010-05-03 | document when the _timed{rd,wr}lock functions first appeared; from brad | Jason McIntyre |
2010-04-12 | Add support for pthread_rwlock_timed locks. | Ted Unangst |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2010-01-03 | Make SO_RCVTIMEO and SO_SNDTIMEO work with pthreads. Fixes at least some of | Federico G. Schwindt |
2009-12-06 | Make internal file descriptor handling async-signal safe by eliminating | Kurt Miller |
2009-11-09 | Fix the handle locking in stdio to use flockfile/funlockfile | Kurt Miller |
2009-10-28 | Remove mutext from list of held mutexes in _mutex_reinit(). Corrects | Kurt Miller |
2009-10-27 | - bump the majors of libpthread and librthread, as they used to return an | Jasper Lievisse Adriaanse |