NetBSD/lib/libpthread
nathanw 4777259ff2 Don't call pthread__locked_switch() to switch to ourself. Bad stack
mangling results.

Fixes regression in test yield2, dating to 2003/1/2 when
pthread__locked_switch() was changed to not store the saved-context
pointer until after switching stacks.

Note to self: regression tests exist to be run.
2003-04-04 01:08:25 +00:00
..
arch Add PIC support. 2003-03-26 22:33:56 +00:00
debuglog.c
genassym.sh
Makefile Re-enable nanosleep(); kernel bug is squished (kern_time.c:1.67). 2003-03-10 22:16:36 +00:00
pthread_alarms.c Remove debugging code accidentally committed. 2003-03-11 16:27:38 +00:00
pthread_barrier.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_cancelstub.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_cond.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_debug.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_debug.h Move module-specific debugging definitions here. 2003-02-15 04:33:45 +00:00
pthread_int.h Add support for naming a thread, using an API compatible with Tru64 Unix: 2003-02-26 22:02:48 +00:00
pthread_lock.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_mutex.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_queue.h
pthread_run.c Don't call pthread__locked_switch() to switch to ourself. Bad stack 2003-04-04 01:08:25 +00:00
pthread_rwlock.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_sa.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_sig.c Use pthread__assert() instead of plain assert(), as the latter has 2003-03-20 01:03:52 +00:00
pthread_sleep.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_specific.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_stack.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_types.h
pthread.c Re-enable nanosleep(); kernel bug is squished (kern_time.c:1.67). 2003-03-10 22:16:36 +00:00
pthread.h Add support for naming a thread, using an API compatible with Tru64 Unix: 2003-02-26 22:02:48 +00:00
sched.c add __RCSID() 2003-03-08 08:03:34 +00:00
sem.c add __RCSID() 2003-03-08 08:03:34 +00:00
shlib_version Add support for naming a thread, using an API compatible with Tru64 Unix: 2003-02-26 22:02:48 +00:00
TODO pthread_kill() was implemented, remove from list 2003-02-06 09:55:47 +00:00