| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-03 | There are special rules regarding the memory passed to pthread_attr_setstack(). |  otto | 1 | -7/+8 |
| 2020-04-06 | Update my email address. |  pirofti | 7 | -21/+21 |
| 2020-04-03 | Clarify conditions in which pthread_mutex_destroy(3) returns EBUSY. |  stsp | 1 | -3/+3 |
| 2019-02-13 | Remove IMPLEMENTATION NOTES, they only apply to one of the two in-tree |  mpi | 2 | -8/+4 |
| 2019-02-04 | tweak previous; |  jmc | 2 | -7/+8 |
| 2019-02-04 | add a pthread_get_name_np to match pthread_set_name_np. |  tedu | 2 | -4/+14 |
| 2019-01-29 | Tweak description, pthread_cond_signal(3) unblocks *at least* one thread. |  mpi | 1 | -3/+3 |
| 2019-01-12 | Move sigwait(3) from libpthread to libc |  jca | 2 | -87/+1 |
| 2018-04-24 | Validate timespec and return ECANCELED when interrupted with SA_RESTART. |  pirofti | 1 | -2/+17 |
| 2018-04-12 | Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and |  deraadt | 2 | -4/+27 |
| 2017-10-15 | Move the thread-related .h files to /usr/src/include/, since the |  guenther | 5 | -516/+0 |
| 2017-05-29 | It is distasteful to have manual pages which don't refer to real |  deraadt | 1 | -3/+3 |
| 2017-01-27 | new sentence, new line |  schwarze | 2 | -7/+9 |
| 2016-03-30 | some Xr adjustment to catch up with MLINKS removal; |  jmc | 1 | -3/+3 |
| 2016-03-30 | for some time now mandoc has not required MLINKS to function |  jmc | 1 | -44/+1 |
| 2015-11-10 | update NAME section to include all documented functions, |  jmc | 2 | -6/+6 |
| 2015-09-22 | fix function name. |  sobrado | 1 | -3/+3 |
| 2015-09-22 | typo (s/intialization/initialization/). |  sobrado | 1 | -3/+3 |
| 2015-09-14 | in the SYNOPSIS, make void function arguments explicit |  schwarze | 1 | -3/+3 |
| 2015-09-14 | use .Va for global variables, and .Vt where the type is included |  schwarze | 1 | -9/+4 |
| 2015-09-10 | use .In rather than .Fd #include |  schwarze | 1 | -3/+3 |
| 2015-05-15 | trailing whitespace; |  jmc | 1 | -3/+3 |
| 2015-05-12 | Document pthread_atfork(3)'s interaction with dlclose(3) |  guenther | 1 | -8/+21 |
| 2015-03-19 | Provide #defines for the mutex types as required by POSIX. Pointed out by |  kettenis | 1 | -9/+6 |
| 2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use |  jmc | 1 | -3/+3 |
| 2014-11-30 | do not use .St -p1003.1d-99 which is used in exactly two pages; |  schwarze | 1 | -4/+4 |
| 2014-08-31 | accept4() should be a cancellation point. |  guenther | 1 | -2/+7 |
| 2014-08-30 | Xr __tfork instead of fork |  guenther | 1 | -3/+3 |
| 2014-07-16 | zap trailing newlines; "go for it" deraadt |  okan | 2 | -4/+2 |
| 2014-03-06 | sync with header; |  jmc | 1 | -3/+3 |
| 2014-01-21 | obvious .Pa fixes; found with mandocdb(8) |  schwarze | 1 | -3/+3 |
| 2014-01-03 | sort SEE ALSO; |  jmc | 1 | -3/+3 |
| 2014-01-03 | some more information, based on a diff by sven falempin |  tedu | 1 | -3/+10 |
| 2013-11-20 | spelling fix; |  jmc | 1 | -2/+2 |
| 2013-11-20 | this implementation may now be capable of shared semaphores |  tedu | 1 | -17/+8 |
| 2013-11-20 | more detail on error conditions |  tedu | 1 | -7/+14 |
| 2013-11-19 | tweak previous; |  jmc | 1 | -2/+3 |
| 2013-11-19 | slightly better |  tedu | 1 | -31/+25 |
| 2013-11-18 | boilerplate documentation |  tedu | 1 | -7/+11 |
| 2013-08-14 | no longer any need to quote macro lines with >9 args; |  jmc | 1 | -3/+3 |
| 2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ |  schwarze | 1 | -7/+7 |
| 2013-06-24 | space needed before punctuation; |  jmc | 1 | -3/+3 |
| 2013-06-17 | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, |  guenther | 4 | -4/+73 |
| 2013-06-05 | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze |  tedu | 69 | -211/+211 |
| 2013-06-02 | somehow missed spinlock.h here. broke bmercer's build. |  tedu | 1 | -2/+2 |
| 2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. |  tedu | 1 | -78/+0 |
| 2013-04-14 | typo; Benedikt Steinbusch |  sthen | 1 | -3/+3 |
| 2013-03-26 | needs sys/cdefs.h because a case has been found where it is pulled |  deraadt | 1 | -3/+3 |
| 2013-03-24 | SEM_VALUE_MAX belongs in <limits.h> (via sys/syslimits.h) |  guenther | 1 | -10/+3 |
| 2013-03-24 | machine/limits.h does not contain everything this file wants. It wants |  deraadt | 1 | -2/+2 |