| Age | Commit message (Expand) | Author |
| 2003-09-22 | SA_SIGINFO support for m68k (libpthread) | cl |
| 2003-09-17 | fix pt_trapuc handling errors: | cl |
| 2003-09-16 | fix SA/pthread pagefault failure: | cl |
| 2003-09-13 | fix syntax; thanks aymeric | christos |
| 2003-09-13 | explicitly use a sigset_t * variable to recover the signal mask pointer. | christos |
| 2003-09-12 | make it compile with PTHREAD_SIG_DEBUG again | drochner |
| 2003-09-12 | Fix pasto in previous. | kleink |
| 2003-09-12 | convert to use siginfo/ucontext style of signal delivery instead of | christos |
| 2003-09-11 | sprinkle ARGSUSED for good cheer. | christos |
| 2003-09-07 | Remove possible race condition in upcall recycling. | cl |
| 2003-09-07 | Use delay slot in STACK_SWITCH (catching up with sparc64 changes). | uwe |
| 2003-09-07 | Use correct context to switch to. | uwe |
| 2003-08-26 | typo in previous commit, annul isn't good there, | petrov |
| 2003-08-25 | Use branch-slot in STACK_SWITCH, suggested by Martin Husemann. | petrov |
| 2003-08-25 | Use correct context to switch to. | petrov |
| 2003-08-25 | Add PT_TRAPUC and pthread__switch_return_point. | ragge |
| 2003-08-22 | In pthread__deliver_signal(), correctly use pt_trapuc or pt_uc as the | nathanw |
| 2003-08-20 | Include <stdlib.h> for exit() prototype. | martin |
| 2003-08-13 | Split out pthread_{set,get}specific() into a separate file and arrange | nathanw |
| 2003-08-12 | Adapt to Nathan's recent pt_trapuc/pt_sleepuc change. | scw |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-01 | Rework how dependency generation is performed: | lukem |
| 2003-07-29 | Remove PT_SLEEPUC, which somehow wasn't. | kleink |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-07-26 | need <string.h> | mrg |
| 2003-07-24 | Typo in comment. | skrll |
| 2003-07-24 | Add pthread(3), based on one by Hubert Feyrer, improved by yours truly, | wiz |
| 2003-07-21 | Lock accesses to pt_flags and pt_cancel. | nathanw |
| 2003-07-21 | Add a lock on the pt_flags field. | nathanw |
| 2003-07-21 | Use _sys_write() instead of write() in the assertion and error | nathanw |
| 2003-07-21 | Move initialization of variable 'nthreads' so that pthread_exit() from | nathanw |
| 2003-07-18 | pthread.c was getting a bit unwieldly. Move pthread_attr stuff out | nathanw |
| 2003-07-18 | Implement a bunch of pthread_attr_() functions, which genuinely set and examine | nathanw |
| 2003-07-18 | Add prototypes and necessary symbols for a bunch of pthread_attr_*() functions, | nathanw |
| 2003-07-18 | Add strong alias for setcancelstate. | nathanw |
| 2003-07-18 | #include <pthread_types.h> instead of "pthread_types.h" | lukem |
| 2003-07-17 | Simplify pthread__stackalloc() by using the newish aligned-mmap() | nathanw |
| 2003-07-17 | Define PTHREAD_* structure initializers from _PTHREAD_* macros from | nathanw |
| 2003-07-17 | Adapt to structure name changes. | nathanw |
| 2003-07-17 | Adapt to internal structure name changes. | nathanw |
| 2003-07-17 | Prepare for inclusion in sys/types.h by ensuring that all the symbols | nathanw |
| 2003-07-17 | Don't use PTHREAD_DESTRUCTOR_ITERATIONS; the constant is going away. | nathanw |
| 2003-07-17 | Take the normal return path in sigtimedwait when the current thread was | fvdl |
| 2003-07-16 | pthread_kill() prototype moved to <signal.h>. | nathanw |
| 2003-07-09 | Update to new world order. **not tested** But will allow builds to | matt |
| 2003-07-05 | Not that the branch in SETC doens't have a delay slot, remove the | uwe |
| 2003-07-05 | PIC patch from Valeriy E. Ushakov applied. | marcus |
| 2003-07-05 | The field "pt_sleepuc" doesn't exist in struct pthread_st. | marcus |
| 2003-07-04 | Typos in comments. | skrll |
| 2003-07-04 | Remove superfluous word. | wiz |