.. |
arch
|
Hide the register number constants behind an _R_ prefix, and also
|
2003-11-26 08:36:49 +00:00 |
Makefile
|
Add dependencies to assym.h on:
|
2004-01-02 01:37:53 +00:00 |
TODO
|
Update list of items.
|
2003-11-25 22:44:16 +00:00 |
debuglog.c
|
Include <stdlib.h> for exit() prototype.
|
2003-08-20 09:50:16 +00:00 |
genassym.sh
|
Clean up tmp files on exit. Fixes PR#23723
|
2003-12-15 20:07:39 +00:00 |
pthread.3
|
Set default stack size to the current limit on the stack size as set
|
2003-11-27 16:30:54 +00:00 |
pthread.c
|
Handle block/unblock for threads in critical section without
|
2003-12-31 16:45:48 +00:00 |
pthread.h
|
Add pthread_{g,s}etschedparam, that do nothing.
|
2003-12-07 20:29:07 +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
|
Add:
|
2003-11-09 18:56:48 +00:00 |
pthread_attr_setcreatesuspend_np.3
|
Various fixes.
|
2003-11-12 11:58:34 +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 CONSTCOND in constant condition.
|
2003-11-24 23:23:17 +00:00 |
pthread_cleanup_push.3
|
.Pp fixes.
|
2003-07-04 08:42:20 +00:00 |
pthread_cond.c
|
Update mutex/rwlock/sem code to match recent change in cond code.
|
2003-11-24 23:54:13 +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
|
logging/debugging changes:
|
2004-01-02 14:13:16 +00:00 |
pthread_debug.h
|
logging/debugging changes:
|
2004-01-02 14:13:16 +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
|
userland part of no-syscall upcall stack return
|
2004-01-02 19:14:00 +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
|
; may be a comment character in assembly, use \n as a separator instead.
|
2004-01-19 16:18:33 +00:00 |
pthread_mutex.c
|
Update mutex/rwlock/sem code to match recent change in cond code.
|
2003-11-24 23:54:13 +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
|
- delay making a thread unblocked until it's put on the runqueue.
|
2004-01-16 15:23:31 +00:00 |
pthread_rwlock.c
|
- add deadlock check to pthread_rwlock_wrlock and pthread_rwlock_timedwrlock
|
2004-01-09 18:08:28 +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
|
- delay making a thread unblocked until it's put on the runqueue.
|
2004-01-16 15:23:31 +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
|
make siglongjmp out of a signal handler work:
|
2004-01-02 19:24:44 +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
|
userland part of no-syscall upcall stack return
|
2004-01-02 19:14:00 +00:00 |
pthread_suspend_np.3
|
Various fixes.
|
2003-11-12 11:58:34 +00:00 |
pthread_testcancel.3
|
Userland portion of fsync_range(2), written by Bill Studenmund, and
|
2003-11-18 00:56:56 +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
|
Update mutex/rwlock/sem code to match recent change in cond code.
|
2003-11-24 23:54:13 +00:00 |
shlib_version
|
- libc.so.12.109 and libpthread.so.0.4
|
2004-01-02 18:56:39 +00:00 |