summaryrefslogtreecommitdiff
path: root/lib/libpthread
AgeCommit message (Expand)Author
2023-02-22Don't mention <sys/signal.h>: <pthread_np.h> pulls in everything that'sPhilip Guenther
2023-02-22Prefer "get or set" over "get/set" or "get and set".Philip Guenther
2023-02-11sprinkle some Xr; from josiah frentsosJason McIntyre
2022-12-19Add pselect(2), recvmmsg(2), sendmmsg(2), and waitid(2) to the listsPhilip Guenther
2022-07-17add section to mmap XrJonathan Gray
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-02-06remove please from manual pagesJonathan Gray
2021-04-06Shared semaphores are not supportedkn
2020-12-03There are special rules regarding the memory passed to pthread_attr_setstack().Otto Moerbeek
2020-04-06Update my email address.Paul Irofti
2020-04-03Clarify conditions in which pthread_mutex_destroy(3) returns EBUSY.Stefan Sperling
2019-02-13Remove IMPLEMENTATION NOTES, they only apply to one of the two in-treeMartin Pieuchot
2019-02-04tweak previous;Jason McIntyre
2019-02-04add a pthread_get_name_np to match pthread_set_name_np.Ted Unangst
2019-01-29Tweak description, pthread_cond_signal(3) unblocks *at least* one thread.Martin Pieuchot
2019-01-12Move sigwait(3) from libpthread to libcJeremie Courreges-Anglas
2018-04-24Validate timespec and return ECANCELED when interrupted with SA_RESTART.Paul Irofti
2018-04-12Implement MAP_STACK option for mmap(). Synchronous faults (pagefault andTheo de Raadt
2017-10-15Move the thread-related .h files to /usr/src/include/, since thePhilip Guenther
2017-05-29It is distasteful to have manual pages which don't refer to realTheo de Raadt
2017-01-27new sentence, new lineIngo Schwarze
2016-03-30some Xr adjustment to catch up with MLINKS removal;Jason McIntyre
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-11-10update NAME section to include all documented functions,Jason McIntyre
2015-09-22fix function name.Igor Sobrado
2015-09-22typo (s/intialization/initialization/).Igor Sobrado
2015-09-14in the SYNOPSIS, make void function arguments explicitIngo Schwarze
2015-09-14use .Va for global variables, and .Vt where the type is includedIngo Schwarze
2015-09-10use .In rather than .Fd #includeIngo Schwarze
2015-05-15trailing whitespace;Jason McIntyre
2015-05-12Document pthread_atfork(3)'s interaction with dlclose(3)Philip Guenther
2015-03-19Provide #defines for the mutex types as required by POSIX. Pointed out byMark Kettenis
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can useJason McIntyre
2014-11-30do not use .St -p1003.1d-99 which is used in exactly two pages;Ingo Schwarze
2014-08-31accept4() should be a cancellation point.Philip Guenther
2014-08-30Xr __tfork instead of forkPhilip Guenther
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-03-06sync with header;Jason McIntyre
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2014-01-03sort SEE ALSO;Jason McIntyre
2014-01-03some more information, based on a diff by sven falempinTed Unangst
2013-11-20spelling fix;Jason McIntyre
2013-11-20this implementation may now be capable of shared semaphoresTed Unangst
2013-11-20more detail on error conditionsTed Unangst
2013-11-19tweak previous;Jason McIntyre
2013-11-19slightly betterTed Unangst
2013-11-18boilerplate documentationTed Unangst
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-06-24space needed before punctuation;Jason McIntyre