..
arch
Duh. s/PIC_PROLOGUE/PIC_EPILOGUE/
2003-05-16 22:40:56 +00:00
debuglog.c
printf format fixes.
2003-01-27 20:54:26 +00:00
genassym.sh
Merge the nathanw_sa branch.
2003-01-18 10:32:11 +00:00
Makefile
Re-enable nanosleep(); kernel bug is squished (kern_time.c:1.67).
2003-03-10 22:16:36 +00:00
pthread_alarms.c
Consistently use pthread__assert() rather than err() to assert that
2003-04-07 19:41:22 +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
Use pthread__error() instead of pthread__abort().
2003-04-23 19:36:12 +00:00
pthread_debug.c
Fix a fencepost error in writing to the debug buffer.
2003-04-16 17:37:47 +00:00
pthread_debug.h
Move module-specific debugging definitions here.
2003-02-15 04:33:45 +00:00
pthread_int.h
pass lint:
2003-05-27 15:24:24 +00:00
pthread_lock.c
Both pthread__lock_ras_start and pthread__lock_ras_end need to be
2003-05-16 23:37:47 +00:00
pthread_mutex.c
add missing notreached lint comment.
2003-05-27 15:22:56 +00:00
pthread_queue.h
de-lint
2003-01-18 18:40:52 +00:00
pthread_run.c
pass lint:
2003-05-27 15:24:24 +00:00
pthread_rwlock.c
add __RCSID()
2003-03-08 08:03:34 +00:00
pthread_sa.c
pass lint:
2003-05-27 15:24:24 +00:00
pthread_sig.c
pass lint:
2003-05-27 15:24:24 +00:00
pthread_sleep.c
add __RCSID()
2003-03-08 08:03:34 +00:00
pthread_specific.c
Fix typo in comment.
2003-05-15 19:16:37 +00:00
pthread_stack.c
add __RCSID()
2003-03-08 08:03:34 +00:00
pthread_types.h
Make pthread_barrier_wait() handle spurious wakeups from pthread__block()
2003-01-25 00:47:05 +00:00
pthread.c
pass lint:
2003-05-27 15:24:24 +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