| Age | Commit message (Expand) | Author |
| 2005-04-19 | Avoid passing along a timespec with a negative number of seconds if | nathanw |
| 2005-04-09 | Merge updates to algorithms from i386 switch code. | matt |
| 2005-04-09 | Add STACKSPACE | matt |
| 2005-04-09 | Rework and cleanup. Don't use REI, fake a call frame instead. | matt |
| 2005-03-21 | Add restrict qualifiers to <pthread.h> function arguments. | kleink |
| 2005-03-21 | Include <sys/select.h> explicitly rather than relying on other headers | kleink |
| 2005-03-18 | Interpose cancellation points in pollts() and pselect(), bringing us | kleink |
| 2005-03-17 | Lint warning police -- don't use `//' for comments in C code. | jwise |
| 2005-03-10 | Move up the definition of __LIBC12_SOURCE__; since <poll.h> now includes | kleink |
| 2005-02-27 | Correct the order of arguments to __sigplusset() in two places to correct | nathanw |
| 2005-02-26 | Keep the kernel updated with signal action signal masks (act.sa_mask) until | nathanw |
| 2005-02-26 | Fetch the old signal mask for the signal action whether or not we're | nathanw |
| 2005-02-10 | Default back pthread__concurrency to 1 until we fix the regression test | christos |
| 2005-02-10 | If $PTHREAD_CONCURRENCY is not set, set it to ncpu | christos |
| 2005-02-03 | Add charles' mlock fixes, protected with PTHREAD_MLOCK_KLUDGE and enabled | christos |
| 2005-02-01 | Document PTHREAD_CONCURRENCY, ack by wiz@. | daniel |
| 2005-01-09 | pthread_rwlock_timedrdlock() and pthread_rwlock_timedwrlock(): | nathanw |
| 2005-01-09 | pthread_rwlock_timedrdlock() and pthread_rwlock_timedwrlock(): | nathanw |
| 2005-01-06 | Fix a pasto. | mycroft |
| 2005-01-06 | Replace the even-odd test for incrementing unblockgen with a simple | mycroft |
| 2005-01-06 | Add some additional assertions and debugging printf()s. | mycroft |
| 2005-01-06 | Use TIMER_RELTIME rather than the constant 0 in one place. | mycroft |
| 2005-01-06 | gettimeofday();TIMEVAL_TO_TIMESPEC(); is exactly equivalent to | mycroft |
| 2004-12-29 | Avoid passing zero-valued timespecs to timer_settime() when we want to set | nathanw |
| 2004-12-29 | Implement pthread_attr_{set,get}schedpolicy() at the same level as the other | nathanw |
| 2004-12-15 | Grammar improvements. | wiz |
| 2004-12-15 | Fix typo in comment. | wiz |
| 2004-12-14 | document sched_yield. | yamt |
| 2004-12-13 | Add #defines to make use of libc stubs for pthread_cond_wait() and | nathanw |
| 2004-12-10 | Correctly return ETIMEDOUT when the absolute time is in the past, in | nathanw |
| 2004-12-10 | Use CPP macros to cause many libpthread functions used by applications | nathanw |
| 2004-12-01 | pt_sleepuc was removed a long time ago. | skrll |
| 2004-11-30 | Punt to setcontext() system call if the PSL_T bit (single-step trap) | nathanw |
| 2004-11-10 | save&restore %fs and %gs registers for USER_LDT applications. | kent |
| 2004-10-21 | Fix thread context switching to take the stack ABI into account. | fvdl |
| 2004-10-12 | Remove pt_blockuc. If the debugger attempts to muck with the state of a | mycroft |
| 2004-08-24 | In nanosleep(), loop until the timer fires or a signal is taken; other | nathanw |
| 2004-08-24 | Mark when a thread has taken a signal. | nathanw |
| 2004-08-24 | Local whitespace police. | nathanw |
| 2004-08-24 | Add a flag that indicates that a thread took a signal. | nathanw |
| 2004-08-21 | Use RET macro for returning. | rearnsha |
| 2004-08-17 | redo the fix for PR 26392 differently: instead of changing the stack bounds | chs |
| 2004-08-12 | - fix pthread_detach with an already exit'ed thread. | yamt |
| 2004-08-03 | pthread_rwlock_timedrdlock/pthread_rwlock_timedwrlock: | yamt |
| 2004-08-03 | pthread_rwlock_timedwrlock: return ETIMEDOUT appropriately. | yamt |
| 2004-07-27 | In cond_wait() and cond_timedwait(), do the ERRORCHECK testing of the | nathanw |
| 2004-07-25 | in pthread__initmain(), don't reuse the part of the initial stack that | chs |
| 2004-07-20 | Cast result of pthread__uc_pc() via intptr_t before using as a pointer. | he |
| 2004-07-20 | fix some stack-pointer math in the previous revision. | chs |
| 2004-07-19 | add hppa MD libpthread bits. translated from MIPS. | chs |