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