.. |
arch
|
Merge updates to algorithms from i386 switch code.
|
2005-04-09 20:53:19 +00:00 |
Makefile
|
Create links for pthread_attr_setschedparam.3
|
2005-06-17 18:37:24 +00:00 |
TODO
|
…
|
|
debuglog.c
|
…
|
|
pthread.3
|
Document PTHREAD_CONCURRENCY, ack by wiz@.
|
2005-02-01 11:38:27 +00:00 |
pthread.c
|
make this compile without PTHREAD_MLOCK_KLUDGE.
|
2005-07-01 12:35:18 +00:00 |
pthread.h
|
Add restrict qualifiers to <pthread.h> function arguments.
|
2005-03-21 17:55:07 +00:00 |
pthread_alarms.c
|
gettimeofday();TIMEVAL_TO_TIMESPEC(); is exactly equivalent to
|
2005-01-06 17:33:36 +00:00 |
pthread_attr.3
|
Add restrict qualifiers to <pthread.h> function arguments.
|
2005-03-21 17:55:07 +00:00 |
pthread_attr.c
|
Implement pthread_attr_{set,get}schedpolicy() at the same level as the other
|
2004-12-29 00:59:57 +00:00 |
pthread_attr_setcreatesuspend_np.3
|
…
|
|
pthread_barrier.c
|
…
|
|
pthread_barrier_destroy.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_barrier_init.3
|
Fix various spelling errors.
|
2005-06-17 18:07:06 +00:00 |
pthread_barrier_wait.3
|
New sentence, new line.
|
2005-06-17 18:23:52 +00:00 |
pthread_barrierattr.3
|
Fix various spelling errors.
|
2005-06-17 18:07:06 +00:00 |
pthread_cancel.3
|
…
|
|
pthread_cancelstub.c
|
Include <sys/select.h> explicitly rather than relying on other headers
|
2005-03-21 09:00:49 +00:00 |
pthread_cleanup_push.3
|
…
|
|
pthread_cond.c
|
gettimeofday();TIMEVAL_TO_TIMESPEC(); is exactly equivalent to
|
2005-01-06 17:33:36 +00:00 |
pthread_cond_broadcast.3
|
Fix various spelling errors.
|
2005-06-17 18:07:06 +00:00 |
pthread_cond_destroy.3
|
…
|
|
pthread_cond_init.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_cond_wait.3
|
Add restrict qualifiers to <pthread.h> function arguments.
|
2005-03-21 17:55:07 +00:00 |
pthread_condattr.3
|
Fix various spelling errors.
|
2005-06-17 18:07:06 +00:00 |
pthread_create.3
|
Add restrict qualifiers to <pthread.h> function arguments.
|
2005-03-21 17:55:07 +00:00 |
pthread_debug.c
|
add libpthread part of concurrency support for SA on MP systems
|
2004-03-14 01:19:41 +00:00 |
pthread_debug.h
|
add libpthread part of concurrency support for SA on MP systems
|
2004-03-14 01:19:41 +00:00 |
pthread_detach.3
|
…
|
|
pthread_equal.3
|
…
|
|
pthread_exit.3
|
…
|
|
pthread_getspecific.3
|
…
|
|
pthread_int.h
|
Keep the kernel updated with signal action signal masks (act.sa_mask) until
|
2005-02-26 20:33:06 +00:00 |
pthread_join.3
|
…
|
|
pthread_key_create.3
|
…
|
|
pthread_key_delete.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_kill.3
|
…
|
|
pthread_lock.c
|
Lint warning police -- don't use `//' for comments in C code.
|
2005-03-17 17:23:21 +00:00 |
pthread_mutex.c
|
add libpthread part of concurrency support for SA on MP systems
|
2004-03-14 01:19:41 +00:00 |
pthread_mutex_destroy.3
|
…
|
|
pthread_mutex_init.3
|
Add restrict qualifiers to <pthread.h> function arguments.
|
2005-03-21 17:55:07 +00:00 |
pthread_mutex_lock.3
|
…
|
|
pthread_mutex_unlock.3
|
…
|
|
pthread_mutexattr.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_once.3
|
…
|
|
pthread_queue.h
|
…
|
|
pthread_run.c
|
Replace the even-odd test for incrementing unblockgen with a simple
|
2005-01-06 17:40:22 +00:00 |
pthread_rwlock.c
|
pthread_rwlock_timedrdlock() and pthread_rwlock_timedwrlock():
|
2005-01-09 01:57:38 +00:00 |
pthread_rwlock_destroy.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_rwlock_init.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_rwlock_rdlock.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_rwlock_unlock.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_rwlock_wrlock.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_rwlockattr.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_sa.c
|
Lint warning police -- don't use `//' for comments in C code.
|
2005-03-17 17:23:21 +00:00 |
pthread_schedparam.3
|
Add restrict qualifiers to <pthread.h> function arguments.
|
2005-03-21 17:55:07 +00:00 |
pthread_self.3
|
…
|
|
pthread_setspecific.3
|
…
|
|
pthread_sig.c
|
Correct the order of arguments to __sigplusset() in two places to correct
|
2005-02-27 18:25:01 +00:00 |
pthread_sigmask.3
|
…
|
|
pthread_sleep.c
|
Avoid passing along a timespec with a negative number of seconds if
|
2005-04-19 16:38:57 +00:00 |
pthread_specific.c
|
…
|
|
pthread_spin_destroy.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_spin_init.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_spin_lock.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_spin_unlock.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_stack.c
|
redo the fix for PR 26392 differently: instead of changing the stack bounds
|
2004-08-17 14:16:00 +00:00 |
pthread_suspend_np.3
|
…
|
|
pthread_testcancel.3
|
…
|
|
pthread_tsd.c
|
…
|
|
pthread_types.h
|
…
|
|
res_state.c
|
simplify and make more efficient (YAMAMOTO Takashi)
|
2004-06-03 19:32:27 +00:00 |
sched.c
|
…
|
|
sched_yield.3
|
Grammar improvements.
|
2004-12-15 16:37:58 +00:00 |
sem.c
|
…
|
|
shlib_version
|
Interpose cancellation points in pollts() and pselect(), bringing us
|
2005-03-18 11:23:44 +00:00 |