.. |
arch
|
fix warning about indirect call without *
|
2007-01-20 18:56:30 +00:00 |
Makefile
|
Sync with kernel changes introduced by merging the newlock2 branch.
|
2007-02-09 22:08:48 +00:00 |
TODO
|
Add some items for 1:1 threads.
|
2006-12-25 11:36:36 +00:00 |
debuglog.c
|
Set _IOLBF on stdout.
|
2006-12-14 20:39:04 +00:00 |
pthread.3
|
…
|
|
pthread.c
|
Cast the return value of _lwp_unpark_all(), just in case.
|
2007-02-09 23:53:24 +00:00 |
pthread.h
|
…
|
|
pthread_alarms.c
|
Conditionalised support for 1:1 threads. Needs associated kernel changes
|
2006-12-23 05:14:46 +00:00 |
pthread_attr.3
|
…
|
|
pthread_attr.c
|
…
|
|
pthread_attr_setcreatesuspend_np.3
|
…
|
|
pthread_barrier.c
|
Remove more duplicate #includes, and a few spurious whitespaces at EOL
|
2007-01-17 23:24:22 +00:00 |
pthread_barrier_destroy.3
|
…
|
|
pthread_barrier_init.3
|
…
|
|
pthread_barrier_wait.3
|
…
|
|
pthread_barrierattr.3
|
…
|
|
pthread_cancel.3
|
…
|
|
pthread_cancelstub.c
|
…
|
|
pthread_cleanup_push.3
|
…
|
|
pthread_cond.c
|
Fix bugs with and improve upon previous.
|
2006-12-24 18:39:45 +00:00 |
pthread_cond_broadcast.3
|
…
|
|
pthread_cond_destroy.3
|
…
|
|
pthread_cond_init.3
|
…
|
|
pthread_cond_wait.3
|
…
|
|
pthread_condattr.3
|
…
|
|
pthread_create.3
|
…
|
|
pthread_debug.c
|
remove unused variable/code.
|
2007-01-20 18:57:41 +00:00 |
pthread_debug.h
|
…
|
|
pthread_detach.3
|
…
|
|
pthread_equal.3
|
…
|
|
pthread_exit.3
|
…
|
|
pthread_getspecific.3
|
…
|
|
pthread_int.h
|
Build without sys/sa.h present.
|
2007-02-06 15:24:37 +00:00 |
pthread_join.3
|
…
|
|
pthread_key_create.3
|
…
|
|
pthread_key_delete.3
|
…
|
|
pthread_kill.3
|
…
|
|
pthread_lock.c
|
Fix bugs with and improve upon previous.
|
2006-12-24 18:39:45 +00:00 |
pthread_mutex.c
|
Fix bugs with and improve upon previous.
|
2006-12-24 18:39:45 +00:00 |
pthread_mutex_destroy.3
|
…
|
|
pthread_mutex_init.3
|
…
|
|
pthread_mutex_lock.3
|
…
|
|
pthread_mutex_unlock.3
|
…
|
|
pthread_mutexattr.3
|
…
|
|
pthread_once.3
|
…
|
|
pthread_queue.h
|
…
|
|
pthread_run.c
|
sprinkle volatile.
|
2007-01-20 18:00:15 +00:00 |
pthread_rwlock.c
|
Fix bugs with and improve upon previous.
|
2006-12-24 18:39:45 +00:00 |
pthread_rwlock_destroy.3
|
…
|
|
pthread_rwlock_init.3
|
…
|
|
pthread_rwlock_rdlock.3
|
…
|
|
pthread_rwlock_unlock.3
|
…
|
|
pthread_rwlock_wrlock.3
|
…
|
|
pthread_rwlockattr.3
|
…
|
|
pthread_sa.c
|
Build without sys/sa.h present.
|
2007-02-06 15:24:37 +00:00 |
pthread_schedparam.3
|
…
|
|
pthread_self.3
|
…
|
|
pthread_setspecific.3
|
…
|
|
pthread_sig.c
|
Add another volatile, mentioned in current-users from a cross-build on amd64.
|
2007-01-22 15:06:31 +00:00 |
pthread_sigmask.3
|
pthread_sigmask(): Add restrict qualifier to set, oset args.
|
2006-01-07 20:10:29 +00:00 |
pthread_sleep.c
|
Conditionalised support for 1:1 threads. Needs associated kernel changes
|
2006-12-23 05:14:46 +00:00 |
pthread_specific.c
|
…
|
|
pthread_spin_destroy.3
|
…
|
|
pthread_spin_init.3
|
…
|
|
pthread_spin_lock.3
|
…
|
|
pthread_spin_unlock.3
|
…
|
|
pthread_stack.c
|
add casts to pacify lint.
|
2007-01-20 18:58:11 +00:00 |
pthread_suspend_np.3
|
…
|
|
pthread_testcancel.3
|
…
|
|
pthread_tsd.c
|
…
|
|
pthread_types.h
|
…
|
|
res_state.c
|
…
|
|
sched.c
|
Change the sched_*() functions to return -1 and set errno to ENOSYS
|
2005-10-09 11:17:28 +00:00 |
sched_yield.3
|
…
|
|
sem.c
|
Fix bugs with and improve upon previous.
|
2006-12-24 18:39:45 +00:00 |
shlib_version
|
Bump libpthread & libpthread_dbg minor versions so that an old SA copy
|
2007-02-09 23:00:16 +00:00 |