| Age | Commit message (Expand) | Author |
| 2018-02-20 | Remove namespace restriction from pthread_condattr_{g,s}etclock(3) | kamil |
| 2018-02-06 | fix duplicate declaration of pthread_atfork in unistd.h | christos |
| 2017-12-26 | Needs to be protected since it has a timespec argument. Found by lint(1) | christos |
| 2016-10-30 | POSIX harder the pthread_mutex_timedlock(3) prototype | kamil |
| 2016-07-03 | GSoC 2016 Charles Cui: Implement thread priority protection based on work | christos |
| 2016-04-23 | Add pthread_getcpuclockid(3) | christos |
| 2012-11-03 | add pthread_condattr_setclock(3) | christos |
| 2010-08-06 | Add pthread_getattr_np() | christos |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-07-18 | add pthread_cond_has_waiters_np() | pooka |
| 2008-06-05 | Back out previous because it breaks the build. | ad |
| 2008-06-05 | glibc compatibile PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP, requested by | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-01-26 | sched_setparam: fix the case when incorrect (according to the class) | rmind |
| 2008-01-19 | s/set/test/ | christos |
| 2008-01-19 | only include <sys/pset.h> if _NETBSD_SOURCE | christos |
| 2008-01-15 | Implementation of processor-sets, affinity and POSIX real-time extensions. | rmind |
| 2007-12-24 | - Fix pthread_rwlock_trywrlock() which was broken. | ad |
| 2007-11-27 | Add thr_curcpu(), pthread_curcpu_np(). | ad |
| 2007-11-14 | Add pthread_equal() to libc stubs; this makes a lot of sense for | drochner |
| 2005-03-21 | Add restrict qualifiers to <pthread.h> function arguments. | kleink |
| 2004-12-29 | Implement pthread_attr_{set,get}schedpolicy() at the same level as the other | nathanw |
| 2004-12-15 | Fix typo in comment. | wiz |
| 2004-12-13 | Add #defines to make use of libc stubs for pthread_cond_wait() and | nathanw |
| 2004-12-10 | Use CPP macros to cause many libpthread functions used by applications | nathanw |
| 2003-12-07 | Add pthread_{g,s}etschedparam, that do nothing. | christos |
| 2003-11-09 | Add: | christos |
| 2003-07-18 | Add prototypes and necessary symbols for a bunch of pthread_attr_*() functions, | nathanw |
| 2003-07-18 | #include <pthread_types.h> instead of "pthread_types.h" | lukem |
| 2003-07-17 | Define PTHREAD_* structure initializers from _PTHREAD_* macros from | nathanw |
| 2003-07-16 | pthread_kill() prototype moved to <signal.h>. | nathanw |
| 2003-06-02 | Add pthread_attr_getstack{,size,addr} needed by jdk | christos |
| 2003-02-26 | Add support for naming a thread, using an API compatible with Tru64 Unix: | thorpej |
| 2003-02-13 | Implement pthread_atfork() (in libc, because the required threadlib | nathanw |
| 2003-01-19 | Remove the dummy stack attr routines -- best to catch broken applications | thorpej |
| 2003-01-19 | Move _POSIX_THREADS to the right place and define a few other symbolic | skrll |
| 2003-01-19 | Remove another variable name. | wiz |
| 2003-01-19 | - constify the get functions | christos |
| 2003-01-19 | 'destructor' is a bit too generic; use 'destruct' instead for | jdolecek |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |