| Commit message (Expand) | Author | Age | Files | Lines |
* | sem_timedwait() needs the struct timespec tag to be pre-declared here. |  guenther | 2012-07-11 | 1 | -3/+4 |
* | librthread has eaten libpthread, so build includes via the former instead |  guenther | 2012-06-28 | 1 | -16/+0 |
* | A piece of this is still needed |  deraadt | 2012-06-21 | 1 | -0/+16 |
* | For now... libpthread is just a container directory, since all the new |  deraadt | 2012-06-21 | 2 | -38/+0 |
* | More sysconf(3)-y and pathconf(3)-y goodness from Brad. |  matthew | 2012-05-14 | 1 | -15/+1 |
* | Add pthread spinlock support. |  pirofti | 2012-05-03 | 6 | -4/+263 |
* | Add new mutex type, PTHREAD_MUTEX_STRICT_NP which checks for application |  kurt | 2012-04-14 | 1 | -3/+4 |
* | Remove incorrect -pthread preprocessor define _POSIX_THREADS and replace |  kurt | 2012-04-12 | 1 | -6/+1 |
* | fix SEE ALSO; |  jmc | 2012-04-11 | 1 | -2/+2 |
* | Mention and link the pthread barrier functions. Okay jmc@. |  pirofti | 2012-04-11 | 1 | -2/+25 |
* | tweak previous; |  jmc | 2012-04-11 | 4 | -26/+28 |
* | Add pthread barrier support. |  pirofti | 2012-04-11 | 6 | -2/+344 |
* | Remove man pages for removed non-portable functions. okay jmc@ |  kurt | 2012-03-22 | 4 | -159/+4 |
* | Remove prototypes for unimplemented non-portable functions in rthreads. |  kurt | 2012-03-22 | 1 | -3/+1 |
* | Remove pthread_suspend* and related functions. This is part of the |  kurt | 2012-03-22 | 1 | -8/+1 |
* | <sched.h> is never pulled in from the kernel and #ifdef KERNEL would be |  guenther | 2012-03-22 | 1 | -8/+2 |
* | Hide behind #if 0 the sched_*() functions that we don't have yet |  guenther | 2012-03-22 | 1 | -1/+6 |
* | Update cancellation point list to reflect what's done with rthreads |  guenther | 2012-03-22 | 1 | -2/+6 |
* | new sentence, new line; |  jmc | 2012-03-22 | 1 | -3/+4 |
* | Update list of cancellation points to reflect what was in 5.1's uthreads |  guenther | 2012-03-21 | 1 | -6/+28 |
* | add sem_timedwait to NAME; |  jmc | 2012-03-04 | 1 | -2/+3 |
* | Document sem_timedwait() |  guenther | 2012-03-03 | 2 | -7/+33 |
* | Add sem_timewait() and fix sem_wait()'s handling of signals, so |  guenther | 2012-03-03 | 1 | -1/+2 |
* | Apply a bit more consistency in the ordering of functions in each |  guenther | 2012-02-25 | 1 | -16/+16 |
* | Add pthread_condattr_{get,set}clock(), pthread_mutex_timedlock(), |  guenther | 2012-02-24 | 1 | -3/+24 |
* | jmc@ points out that the underlying manpage should be named after one |  guenther | 2012-02-24 | 2 | -8/+7 |
* | now that pthread_mutex_trylock.3 has been folded into pthread_mutex_lock.3, |  jmc | 2012-02-24 | 4 | -13/+9 |
* | Document pthread_condattr_{init,destroy,setclock,getclock} |  guenther | 2012-02-24 | 2 | -1/+125 |
* | Merge pthread_mutex_trylock(3) into pthread_mutex_lock(3) and document |  guenther | 2012-02-24 | 3 | -90/+108 |
* | Add pthread_condattr_{get,set}clock(), requested by aja@ |  guenther | 2012-02-23 | 1 | -1/+7 |
* | remove unused variable |  chl | 2012-01-18 | 1 | -2/+1 |
* | Bump minor for addition of openat/pread/preadv/pwrite/pwritev |  guenther | 2012-01-17 | 1 | -1/+1 |
* | Make openat(), pread(), preadv(), pwrite(), and pwritev() cancellation |  guenther | 2012-01-17 | 9 | -7/+346 |
* | The prototype for pthread_sigmask(2) is supposed to live in <signal.h> |  kettenis | 2012-01-03 | 1 | -2/+1 |
* | Unbreak build of libpthread on hppa/hppa64 by using correct type in |  jsing | 2011-11-14 | 2 | -4/+4 |
* | threads waiting on PS_FDW_WAIT state should not be interruptible if |  fgsch | 2011-10-07 | 7 | -9/+19 |
* | make sure that `references' is not optimized away as it is required for the |  fgsch | 2011-09-28 | 1 | -2/+2 |
* | For threads in PS_FDR_WAIT state, check SA_RESTART before marking it as |  fgsch | 2011-09-13 | 7 | -9/+24 |
* | The scheduling loop can change errno, so we need to restore it even |  guenther | 2011-09-05 | 1 | -4/+4 |
* | Initial hppa64 code drop; not finished yet, but this at least allows us to |  kettenis | 2011-08-04 | 3 | -0/+131 |
* | Don't try to outsmart gcc inline assembler when saving the cpsr in the |  miod | 2011-08-03 | 1 | -4/+4 |
* | Handle F_DUPFD_CLOEXEC the same as we do F_DUPFD. |  matthew | 2011-07-19 | 1 | -1/+2 |
* | When context switching, if the 'new' thread is the same as the 'old' |  guenther | 2011-07-07 | 1 | -1/+10 |
* | check that thread specific keys are valid, and cleanup code a little. |  tedu | 2011-07-05 | 1 | -21/+14 |
* | In pthread_key_delete(), only scan other threads if the key was allocated |  guenther | 2011-07-03 | 1 | -12/+12 |
* | pthread_key_delete should delete the data, so it's not reused by |  tedu | 2011-07-02 | 1 | -1/+13 |
* | More NULL -> 0 fallout. |  miod | 2011-04-09 | 1 | -3/+3 |
* | Make the pthread scheduler block signals while restoring a newly |  stsp | 2011-01-25 | 1 | -1/+12 |
* | Revert previous commit: if gcc picks a memory operand for the asm then |  guenther | 2011-01-04 | 1 | -2/+2 |
* | Make this compile with llvm-clang; problem pointed out by Amit Kulkarni |  guenther | 2010-12-31 | 1 | -2/+2 |