.. |
arch
|
use explicit "l" suffixes. (eg. lea -> leal)
|
2003-10-30 13:56:37 +00:00 |
Makefile
|
Use ${HOST_SH} instead of `sh'.
|
2003-10-26 07:25:33 +00:00 |
TODO
|
pthread_kill() was implemented, remove from list
|
2003-02-06 09:55:47 +00:00 |
debuglog.c
|
Include <stdlib.h> for exit() prototype.
|
2003-08-20 09:50:16 +00:00 |
genassym.sh
|
…
|
|
pthread.3
|
netbsd.org->NetBSD.org
|
2003-07-26 19:24:24 +00:00 |
pthread.c
|
Split out pthread_{set,get}specific() into a separate file and arrange
|
2003-08-13 18:52:01 +00:00 |
pthread.h
|
Add prototypes and necessary symbols for a bunch of pthread_attr_*() functions,
|
2003-07-18 22:01:47 +00:00 |
pthread_alarms.c
|
Consistently use pthread__assert() rather than err() to assert that
|
2003-04-07 19:41:22 +00:00 |
pthread_attr.3
|
Remove trailing whitespace.
|
2003-06-26 10:01:18 +00:00 |
pthread_attr.c
|
sprinkle ARGSUSED for good cheer.
|
2003-09-11 21:51:57 +00:00 |
pthread_barrier.c
|
add __RCSID()
|
2003-03-08 08:03:34 +00:00 |
pthread_barrier_destroy.3
|
Fix SEE ALSO.
|
2003-07-04 08:41:25 +00:00 |
pthread_barrier_init.3
|
Fix SEE ALSO.
|
2003-07-04 08:41:25 +00:00 |
pthread_barrier_wait.3
|
Fix SEE ALSO.
|
2003-07-04 08:41:25 +00:00 |
pthread_barrierattr.3
|
Typo; from Jared Yanovich via jmc@openbsd.
|
2003-11-02 11:18:10 +00:00 |
pthread_cancel.3
|
$NetBSD$, not $Header$.
|
2003-06-08 06:44:28 +00:00 |
pthread_cancelstub.c
|
add __RCSID()
|
2003-03-08 08:03:34 +00:00 |
pthread_cleanup_push.3
|
.Pp fixes.
|
2003-07-04 08:42:20 +00:00 |
pthread_cond.c
|
Use pthread__error() instead of pthread__abort().
|
2003-04-23 19:36:12 +00:00 |
pthread_cond_broadcast.3
|
Drop trailing whitespace.
|
2003-07-04 08:36:06 +00:00 |
pthread_cond_destroy.3
|
$NetBSD$, not $Header$.
|
2003-06-08 06:44:28 +00:00 |
pthread_cond_init.3
|
Fix typo.
|
2003-07-04 10:18:46 +00:00 |
pthread_cond_wait.3
|
New sentence, new line.
|
2003-07-04 10:19:42 +00:00 |
pthread_condattr.3
|
$NetBSD$, not $Header$.
|
2003-06-08 06:44:28 +00:00 |
pthread_create.3
|
Mark up a defined value.
|
2003-07-04 11:47:03 +00:00 |
pthread_debug.c
|
Dodge a potential race condition in pthread__debuglog_printf(). It's
|
2003-06-16 21:24:48 +00:00 |
pthread_debug.h
|
Typos in comments.
|
2003-07-04 15:16:14 +00:00 |
pthread_detach.3
|
$NetBSD$, not $Header$.
|
2003-06-08 06:44:28 +00:00 |
pthread_equal.3
|
$NetBSD$, not $Header$.
|
2003-06-08 06:44:28 +00:00 |
pthread_exit.3
|
New sentence, new line.
|
2003-07-04 10:19:42 +00:00 |
pthread_getspecific.3
|
$NetBSD$, not $Header$.
|
2003-06-08 06:44:28 +00:00 |
pthread_int.h
|
convert to use siginfo/ucontext style of signal delivery instead of
|
2003-09-12 00:37:17 +00:00 |
pthread_join.3
|
Mark up a defined value.
|
2003-07-04 11:47:03 +00:00 |
pthread_key_create.3
|
Mark up a defined value.
|
2003-07-04 11:47:03 +00:00 |
pthread_key_delete.3
|
Sort sections.
|
2003-07-04 08:42:57 +00:00 |
pthread_kill.3
|
sigwait(2), not (3).
|
2003-10-30 12:57:11 +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_mutex_destroy.3
|
$NetBSD$, not $Header$.
|
2003-06-08 06:44:28 +00:00 |
pthread_mutex_init.3
|
$NetBSD$, not $Header$.
|
2003-06-08 06:44:28 +00:00 |
pthread_mutex_lock.3
|
Drop trailing whitespace.
|
2003-07-04 08:36:06 +00:00 |
pthread_mutex_unlock.3
|
$NetBSD$, not $Header$.
|
2003-06-08 06:44:28 +00:00 |
pthread_mutexattr.3
|
Drop trailing whitespace.
|
2003-07-04 08:36:06 +00:00 |
pthread_once.3
|
$NetBSD$, not $Header$.
|
2003-06-08 06:44:28 +00:00 |
pthread_queue.h
|
de-lint
|
2003-01-18 18:40:52 +00:00 |
pthread_run.c
|
fix SA/pthread pagefault failure:
|
2003-09-16 13:51:31 +00:00 |
pthread_rwlock.c
|
add __RCSID()
|
2003-03-08 08:03:34 +00:00 |
pthread_rwlock_destroy.3
|
Fix SEE ALSO.
|
2003-07-04 08:41:25 +00:00 |
pthread_rwlock_init.3
|
Fix typo.
|
2003-07-04 11:55:58 +00:00 |
pthread_rwlock_rdlock.3
|
Add comma.
|
2003-07-04 11:57:58 +00:00 |
pthread_rwlock_unlock.3
|
Fix SEE ALSO.
|
2003-07-04 08:41:25 +00:00 |
pthread_rwlock_wrlock.3
|
Remove superfluous word.
|
2003-07-04 11:59:34 +00:00 |
pthread_rwlockattr.3
|
Drop trailing whitespace.
|
2003-07-04 08:36:06 +00:00 |
pthread_sa.c
|
remove incorrect assert:
|
2003-10-29 18:53:34 +00:00 |
pthread_schedparam.3
|
> -> \*[Gt]
|
2003-07-04 08:43:33 +00:00 |
pthread_self.3
|
$NetBSD$, not $Header$.
|
2003-06-08 06:44:28 +00:00 |
pthread_setspecific.3
|
$NetBSD$, not $Header$.
|
2003-06-08 06:44:28 +00:00 |
pthread_sig.c
|
in pthread__deliver_signal(),
|
2003-10-16 13:38:28 +00:00 |
pthread_sigmask.3
|
sigwait(2), not (3).
|
2003-10-30 12:57:11 +00:00 |
pthread_sleep.c
|
add __RCSID()
|
2003-03-08 08:03:34 +00:00 |
pthread_specific.c
|
Split out pthread_{set,get}specific() into a separate file and arrange
|
2003-08-13 18:52:01 +00:00 |
pthread_spin_destroy.3
|
$NetBSD$, not $Header$.
|
2003-06-08 06:44:28 +00:00 |
pthread_spin_init.3
|
Drop trailing whitespace.
|
2003-07-04 08:36:06 +00:00 |
pthread_spin_lock.3
|
New sentence, new line.
|
2003-07-04 10:19:42 +00:00 |
pthread_spin_unlock.3
|
Fix SEE ALSO.
|
2003-07-04 08:41:25 +00:00 |
pthread_stack.c
|
Simplify pthread__stackalloc() by using the newish aligned-mmap()
|
2003-07-17 21:07:39 +00:00 |
pthread_testcancel.3
|
.Pp fixes.
|
2003-07-04 08:42:20 +00:00 |
pthread_tsd.c
|
available, not avaliable. From miod@openbsd.
|
2003-09-29 09:50:21 +00:00 |
pthread_types.h
|
Don't include <machine/lock.h> anymore; instead, we now get
|
2003-09-26 22:48:23 +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 |