| Age | Commit message (Expand) | Author |
| 2003-03-01 | Don't use FP instructions when building for m68010. Fixes broken sun2 build. | scw |
| 2003-02-28 | Disable userlevel nanosleep() until I find the timer/alarm bug that it | nathanw |
| 2003-02-28 | If pthreads hasn't started yet when calling sigsuspend, use the systemcall | lha |
| 2003-02-26 | In pthread_create(), rearrange name-setting code so that name is set | nathanw |
| 2003-02-26 | Add support for naming a thread, using an API compatible with Tru64 Unix: | thorpej |
| 2003-02-22 | In pthread_exit(), clear pt_canceled in addition to setting | nathanw |
| 2003-02-15 | Implement nanosleep() at userlevel. Threaded applications seem to like | nathanw |
| 2003-02-15 | interposition sigtimedwait() with a thread-aware version, which uses | jdolecek |
| 2003-02-15 | Remove unused #include <assert.h> | nathanw |
| 2003-02-15 | Move debug toggle to pthread_debug.h. | nathanw |
| 2003-02-15 | Remove debug toggle and add debug counter for signals and broadcasts | nathanw |
| 2003-02-15 | Adapt to pthread__assert() and remove local debug toggle. | nathanw |
| 2003-02-15 | Define a pthread-specific assert function, pthread__assert(), that | nathanw |
| 2003-02-15 | Move module-specific debugging definitions here. | nathanw |
| 2003-02-15 | Remove unnecessary inclusion of <assert.h>. | nathanw |
| 2003-02-13 | Implement pthread_atfork() (in libc, because the required threadlib | nathanw |
| 2003-02-10 | Continue at the plain switch return point in pthread__switch, not the | fvdl |
| 2003-02-06 | pthread_kill() was implemented, remove from list | jdolecek |
| 2003-02-04 | minor whitespace changes | jdolecek |
| 2003-02-01 | Arrange to pause for a while if pthread_cond_wait() or | nathanw |
| 2003-01-31 | Add a missing bracket to make this compile. | tron |
| 2003-01-31 | Include <sys/types.h> | pk |
| 2003-01-31 | Use pthread__sched_sleepers() instead of iterating over sleep queues | nathanw |
| 2003-01-31 | Add a new internal function, pthread__sched_sleepers(), which iterates | nathanw |
| 2003-01-31 | Do a similar tuneup on pthread_cond_signal() and | nathanw |
| 2003-01-31 | Mutex tuneup. | nathanw |
| 2003-01-30 | libpthread support for x86_64. | fvdl |
| 2003-01-30 | More rototilling: | nathanw |
| 2003-01-30 | Simplify pthread__upcall() a bit by moving lock resolution before the big | nathanw |
| 2003-01-30 | Set a thread's state to RUNNABLE when yielding. | nathanw |
| 2003-01-29 | cosmetics | drochner |
| 2003-01-28 | __sigaction14(): sanity check 'sig' before use, same way as sigaction1() | jdolecek |
| 2003-01-27 | Add debug counters for mutex and condvar operations. | nathanw |
| 2003-01-27 | Add cancellation stubs for accept() and connect(). | nathanw |
| 2003-01-27 | printf format fixes. | nathanw |
| 2003-01-25 | Make pthread_barrier_wait() handle spurious wakeups from pthread__block() | nathanw |
| 2003-01-25 | More signal rearranging: | nathanw |
| 2003-01-25 | Make pthread_join() accomodate spurious wakeups from pthread__block(). | nathanw |
| 2003-01-24 | unlock pt_statelock _after_ changing pt_state, not before | jdolecek |
| 2003-01-24 | Correct omission in notice. | thorpej |
| 2003-01-24 | p1003.1b semaphore manual pages have been moved to librt. | thorpej |
| 2003-01-22 | sem_init(): oops, only destroy the ksem on error if it is a ksem. | thorpej |
| 2003-01-22 | Rewrite to use our internal scheduling primitives. | thorpej |
| 2003-01-22 | Yay! Working pthreads for sh5. | scw |
| 2003-01-22 | pthread__lock_ras_start and pthread__lock_ras_end need to be declared | scw |
| 2003-01-22 | Need to include <string.h> for memcmp() prototype. | scw |
| 2003-01-21 | Don't bother acquiring the tsd_lock and reading the destructor function | nathanw |
| 2003-01-21 | New sentence, new line. | wiz |
| 2003-01-21 | Replace -1 with \-1. | wiz |
| 2003-01-21 | Make these compile. | scw |