| Commit message (Expand) | Author | Age | Files | Lines |
* | some Xr adjustment to catch up with MLINKS removal; |  jmc | 2016-03-30 | 1 | -3/+3 |
* | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -44/+1 |
* | update NAME section to include all documented functions, |  jmc | 2015-11-10 | 2 | -6/+6 |
* | fix function name. |  sobrado | 2015-09-22 | 1 | -3/+3 |
* | typo (s/intialization/initialization/). |  sobrado | 2015-09-22 | 1 | -3/+3 |
* | in the SYNOPSIS, make void function arguments explicit |  schwarze | 2015-09-14 | 1 | -3/+3 |
* | use .Va for global variables, and .Vt where the type is included |  schwarze | 2015-09-14 | 1 | -9/+4 |
* | use .In rather than .Fd #include |  schwarze | 2015-09-10 | 1 | -3/+3 |
* | trailing whitespace; |  jmc | 2015-05-15 | 1 | -3/+3 |
* | Document pthread_atfork(3)'s interaction with dlclose(3) |  guenther | 2015-05-12 | 1 | -8/+21 |
* | Provide #defines for the mutex types as required by POSIX. Pointed out by |  kettenis | 2015-03-19 | 1 | -9/+6 |
* | remove the first comma from constructs like ", and," and ", or,": you can use |  jmc | 2015-03-13 | 1 | -3/+3 |
* | do not use .St -p1003.1d-99 which is used in exactly two pages; |  schwarze | 2014-11-30 | 1 | -4/+4 |
* | accept4() should be a cancellation point. |  guenther | 2014-08-31 | 1 | -2/+7 |
* | Xr __tfork instead of fork |  guenther | 2014-08-30 | 1 | -3/+3 |
* | zap trailing newlines; "go for it" deraadt |  okan | 2014-07-16 | 2 | -4/+2 |
* | sync with header; |  jmc | 2014-03-06 | 1 | -3/+3 |
* | obvious .Pa fixes; found with mandocdb(8) |  schwarze | 2014-01-21 | 1 | -3/+3 |
* | sort SEE ALSO; |  jmc | 2014-01-03 | 1 | -3/+3 |
* | some more information, based on a diff by sven falempin |  tedu | 2014-01-03 | 1 | -3/+10 |
* | spelling fix; |  jmc | 2013-11-20 | 1 | -2/+2 |
* | this implementation may now be capable of shared semaphores |  tedu | 2013-11-20 | 1 | -17/+8 |
* | more detail on error conditions |  tedu | 2013-11-20 | 1 | -7/+14 |
* | tweak previous; |  jmc | 2013-11-19 | 1 | -2/+3 |
* | slightly better |  tedu | 2013-11-19 | 1 | -31/+25 |
* | boilerplate documentation |  tedu | 2013-11-18 | 1 | -7/+11 |
* | no longer any need to quote macro lines with >9 args; |  jmc | 2013-08-14 | 1 | -3/+3 |
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ |  schwarze | 2013-07-16 | 1 | -7/+7 |
* | space needed before punctuation; |  jmc | 2013-06-24 | 1 | -3/+3 |
* | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, |  guenther | 2013-06-17 | 4 | -4/+73 |
* | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze |  tedu | 2013-06-05 | 69 | -211/+211 |
* | somehow missed spinlock.h here. broke bmercer's build. |  tedu | 2013-06-02 | 1 | -2/+2 |
* | cleanup and consolidate the spinlock_lock (what a name!) code. |  tedu | 2013-06-01 | 1 | -78/+0 |
* | typo; Benedikt Steinbusch |  sthen | 2013-04-14 | 1 | -3/+3 |
* | needs sys/cdefs.h because a case has been found where it is pulled |  deraadt | 2013-03-26 | 1 | -3/+3 |
* | SEM_VALUE_MAX belongs in <limits.h> (via sys/syslimits.h) |  guenther | 2013-03-24 | 1 | -10/+3 |
* | machine/limits.h does not contain everything this file wants. It wants |  deraadt | 2013-03-24 | 1 | -2/+2 |
* | Remove excessive sys/cdefs.h inclusion |  deraadt | 2012-12-05 | 4 | -10/+5 |
* | typedef pthread_key_t to an int instead of a volatile int, reverts a chunk |  landry | 2012-11-05 | 1 | -2/+2 |
* | pthread_sigmask() doesn't require <pthread.h>, only <signal.h>. |  matthew | 2012-09-11 | 1 | -3/+2 |
* | tweaks; ok guenther |  jmc | 2012-09-02 | 1 | -5/+5 |
* | Strip out stuff specific to the old uthreads and add similar bits for |  guenther | 2012-09-01 | 1 | -214/+77 |
* | So passes uthreads |  guenther | 2012-09-01 | 199 | -21836/+0 |
* | sem_timedwait() needs the struct timespec tag to be pre-declared here. |  guenther | 2012-07-11 | 1 | -3/+4 |
* | librthread has eaten libpthread, so build includes via the former instead |  guenther | 2012-06-28 | 1 | -16/+0 |
* | A piece of this is still needed |  deraadt | 2012-06-21 | 1 | -0/+16 |
* | For now... libpthread is just a container directory, since all the new |  deraadt | 2012-06-21 | 2 | -38/+0 |
* | More sysconf(3)-y and pathconf(3)-y goodness from Brad. |  matthew | 2012-05-14 | 1 | -15/+1 |
* | Add pthread spinlock support. |  pirofti | 2012-05-03 | 6 | -4/+263 |
* | Add new mutex type, PTHREAD_MUTEX_STRICT_NP which checks for application |  kurt | 2012-04-14 | 1 | -3/+4 |