Age | Commit message (Expand) | Author |
2023-02-22 | Don't mention <sys/signal.h>: <pthread_np.h> pulls in everything that's | Philip Guenther |
2023-02-22 | Prefer "get or set" over "get/set" or "get and set". | Philip Guenther |
2023-02-11 | sprinkle some Xr; from josiah frentsos | Jason McIntyre |
2022-12-19 | Add pselect(2), recvmmsg(2), sendmmsg(2), and waitid(2) to the lists | Philip Guenther |
2022-07-17 | add section to mmap Xr | Jonathan Gray |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-02-06 | remove please from manual pages | Jonathan Gray |
2021-04-06 | Shared semaphores are not supported | kn |
2020-12-03 | There are special rules regarding the memory passed to pthread_attr_setstack(). | Otto Moerbeek |
2020-04-06 | Update my email address. | Paul Irofti |
2020-04-03 | Clarify conditions in which pthread_mutex_destroy(3) returns EBUSY. | Stefan Sperling |
2019-02-13 | Remove IMPLEMENTATION NOTES, they only apply to one of the two in-tree | Martin Pieuchot |
2019-02-04 | tweak previous; | Jason McIntyre |
2019-02-04 | add a pthread_get_name_np to match pthread_set_name_np. | Ted Unangst |
2019-01-29 | Tweak description, pthread_cond_signal(3) unblocks *at least* one thread. | Martin Pieuchot |
2019-01-12 | Move sigwait(3) from libpthread to libc | Jeremie Courreges-Anglas |
2018-04-24 | Validate timespec and return ECANCELED when interrupted with SA_RESTART. | Paul Irofti |
2018-04-12 | Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and | Theo de Raadt |
2017-10-15 | Move the thread-related .h files to /usr/src/include/, since the | Philip Guenther |
2017-05-29 | It is distasteful to have manual pages which don't refer to real | Theo de Raadt |
2017-01-27 | new sentence, new line | Ingo Schwarze |
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 |