Age | Commit message (Expand) | Author |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-11-05 | typedef pthread_key_t to an int instead of a volatile int, reverts a chunk | Landry Breuil |
2012-09-11 | pthread_sigmask() doesn't require <pthread.h>, only <signal.h>. | Matthew Dempsky |
2012-09-02 | tweaks; ok guenther | Jason McIntyre |
2012-09-01 | Strip out stuff specific to the old uthreads and add similar bits for | Philip Guenthe |
2012-09-01 | So passes uthreads | Philip Guenthe |
2012-07-11 | sem_timedwait() needs the struct timespec tag to be pre-declared here. | Philip Guenthe |
2012-06-28 | librthread has eaten libpthread, so build includes via the former instead | Philip Guenthe |
2012-06-21 | A piece of this is still needed | Theo de Raadt |
2012-06-21 | For now... libpthread is just a container directory, since all the new | Theo de Raadt |
2012-05-14 | More sysconf(3)-y and pathconf(3)-y goodness from Brad. | Matthew Dempsky |
2012-05-03 | Add pthread spinlock support. | Paul Irofti |
2012-04-14 | Add new mutex type, PTHREAD_MUTEX_STRICT_NP which checks for application | Kurt Miller |
2012-04-12 | Remove incorrect -pthread preprocessor define _POSIX_THREADS and replace | Kurt Miller |
2012-04-11 | fix SEE ALSO; | Jason McIntyre |
2012-04-11 | Mention and link the pthread barrier functions. Okay jmc@. | Paul Irofti |
2012-04-11 | tweak previous; | Jason McIntyre |
2012-04-11 | Add pthread barrier support. | Paul Irofti |
2012-03-22 | Remove man pages for removed non-portable functions. okay jmc@ | Kurt Miller |
2012-03-22 | Remove prototypes for unimplemented non-portable functions in rthreads. | Kurt Miller |
2012-03-22 | Remove pthread_suspend* and related functions. This is part of the | Kurt Miller |
2012-03-22 | <sched.h> is never pulled in from the kernel and #ifdef KERNEL would be | Philip Guenthe |
2012-03-22 | Hide behind #if 0 the sched_*() functions that we don't have yet | Philip Guenthe |
2012-03-22 | Update cancellation point list to reflect what's done with rthreads | Philip Guenthe |
2012-03-22 | new sentence, new line; | Jason McIntyre |
2012-03-21 | Update list of cancellation points to reflect what was in 5.1's uthreads | Philip Guenthe |
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 |