| Age | Commit message (Expand) | Author |
| 2018-02-25 | remove hard-coded -fomit-frame-pointer for pthread stuff, | chs |
| 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 |
| 2017-12-08 | Revert last 2 updates - these are, of course, not needed at all... | kre |
| 2017-12-08 | This time do _lwp_park() timeout unconsting correctly not just compilably. | kre |
| 2017-12-08 | Deal with more lwp_park() timestamp unconsting | kre |
| 2017-12-08 | unconst the timestamp | christos |
| 2017-10-23 | Remove superfluous Tn. | wiz |
| 2017-10-22 | All the four functions described in the man page conform to POSIX.1 | abhinav |
| 2017-10-22 | Add missing word in the sentence | abhinav |
| 2017-10-22 | Add missing function names in the NAME section for rest of the man pages in l... | abhinav |
| 2017-10-22 | Remove description of pthread_barrierattr_getpshared and pthread_barrierattr_... | abhinav |
| 2017-10-22 | Add rest of the pthread_barrier functions in the NAME section | abhinav |
| 2017-10-22 | Add pthread_attr_setdetachstate to NAME section | abhinav |
| 2017-10-22 | Add pthread_getattr_np to the NAME section | abhinav |
| 2017-09-09 | Support <pthread_typs.h> on C89 compilers | kamil |
| 2017-08-01 | pthread__attr_init_private: | martin |
| 2017-07-17 | Typo in comment | skrll |
| 2017-07-11 | Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This | joerg |
| 2017-07-09 | PR/52386: Use the number of iterations we document. | christos |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2017-07-02 | Do not look at environmental variables for suid/guid binaries. | joerg |
| 2017-07-02 | Export the guard size of the main thread via vm.guard_size. Add a | joerg |
| 2017-03-28 | Remove outdated CAVEATS. | maya |
| 2017-03-05 | Fix man page ERRORS section for (clock,pthread}_getcpuclockid to match | njoly |
| 2017-03-04 | Fix {clock,pthread}_getcpuclockid to return an error number on | njoly |
| 2017-02-08 | libpthread_dbg(3) deletion from the base distribution | kamil |
| 2017-02-02 | Fix a typo : pthread_mutexaddr_init -> pthread_mutexattr_init. | njoly |
| 2016-11-24 | Bump date for previous. | wiz |
| 2016-11-22 | Add reference in SEE ALSO to pthread_dbg(3) | kamil |
| 2016-10-31 | Don't spin if we already own the mutex, otherwise we will get stuck spinning | christos |
| 2016-10-30 | POSIX harder the pthread_mutex_timedlock(3) prototype | kamil |
| 2016-07-20 | unnamed unions need special treatment since they need braced initializers | christos |
| 2016-07-20 | cplusplus does not like complex named initializers... | christos |
| 2016-07-20 | use named initializers | christos |
| 2016-07-17 | Use anonymous union for ptm_ceiling and old __pthread_spin_t field to | skrll |
| 2016-07-16 | KNF | skrll |
| 2016-07-05 | Fix some lint. | wiz |
| 2016-07-03 | GSoC 2016 Charles Cui: Implement thread priority protection based on work | christos |
| 2016-04-24 | Formatting, typos, whitespace fixes. | wiz |
| 2016-04-24 | commit the right file. | christos |
| 2016-04-23 | bump | christos |
| 2016-04-23 | Add pthread_getcpuclockid(3) | christos |
| 2016-04-07 | _SC_PAGESIZE is not the page size; it's a symbolic code for retrieving | dholland |
| 2015-08-27 | Fix PTHREAD_FOO_INITIALIZER for C++ by not using volatile in the relevant | pooka |
| 2015-08-25 | Revert 1.14 now that the arduous task of fixing rumphijack to allow | pooka |
| 2015-06-26 | Rev 1.14 was nice except it didn't work with _INITIALIZER, which | pooka |
| 2015-06-26 | Don't depend on __CPU_SIMPLE_LOCK_PAD to determine the type of | pooka |
| 2015-06-26 | C++ (namely libc++) expects to be using PTHREAD_FOO_INITIALIZER as a | pooka |