summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man (follow)
Commit message (Expand)AuthorAgeFilesLines
* There are special rules regarding the memory passed to pthread_attr_setstack().otto2020-12-031-7/+8
* Update my email address.pirofti2020-04-067-21/+21
* Clarify conditions in which pthread_mutex_destroy(3) returns EBUSY.stsp2020-04-031-3/+3
* Remove IMPLEMENTATION NOTES, they only apply to one of the two in-treempi2019-02-132-8/+4
* tweak previous;jmc2019-02-042-7/+8
* add a pthread_get_name_np to match pthread_set_name_np.tedu2019-02-042-4/+14
* Tweak description, pthread_cond_signal(3) unblocks *at least* one thread.mpi2019-01-291-3/+3
* Move sigwait(3) from libpthread to libcjca2019-01-122-87/+1
* Validate timespec and return ECANCELED when interrupted with SA_RESTART.pirofti2018-04-241-2/+17
* Implement MAP_STACK option for mmap(). Synchronous faults (pagefault andderaadt2018-04-122-4/+27
* It is distasteful to have manual pages which don't refer to realderaadt2017-05-291-3/+3
* new sentence, new lineschwarze2017-01-272-7/+9
* some Xr adjustment to catch up with MLINKS removal;jmc2016-03-301-3/+3
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-44/+1
* update NAME section to include all documented functions,jmc2015-11-102-6/+6
* fix function name.sobrado2015-09-221-3/+3
* typo (s/intialization/initialization/).sobrado2015-09-221-3/+3
* in the SYNOPSIS, make void function arguments explicitschwarze2015-09-141-3/+3
* use .Va for global variables, and .Vt where the type is includedschwarze2015-09-141-9/+4
* use .In rather than .Fd #includeschwarze2015-09-101-3/+3
* trailing whitespace;jmc2015-05-151-3/+3
* Document pthread_atfork(3)'s interaction with dlclose(3)guenther2015-05-121-8/+21
* remove the first comma from constructs like ", and," and ", or,": you can usejmc2015-03-131-3/+3
* do not use .St -p1003.1d-99 which is used in exactly two pages;schwarze2014-11-301-4/+4
* accept4() should be a cancellation point.guenther2014-08-311-2/+7
* Xr __tfork instead of forkguenther2014-08-301-3/+3
* zap trailing newlines; "go for it" deraadtokan2014-07-161-2/+1
* sync with header;jmc2014-03-061-3/+3
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-3/+3
* sort SEE ALSO;jmc2014-01-031-3/+3
* some more information, based on a diff by sven falempintedu2014-01-031-3/+10
* spelling fix;jmc2013-11-201-2/+2
* this implementation may now be capable of shared semaphorestedu2013-11-201-17/+8
* more detail on error conditionstedu2013-11-201-7/+14
* tweak previous;jmc2013-11-191-2/+3
* slightly bettertedu2013-11-191-31/+25
* boilerplate documentationtedu2013-11-181-7/+11
* no longer any need to quote macro lines with >9 args;jmc2013-08-141-3/+3
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-7/+7
* space needed before punctuation;jmc2013-06-241-3/+3
* Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,guenther2013-06-173-3/+68
* use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarzetedu2013-06-0569-211/+211
* typo; Benedikt Steinbuschsthen2013-04-141-3/+3
* pthread_sigmask() doesn't require <pthread.h>, only <signal.h>.matthew2012-09-111-3/+2
* tweaks; ok guentherjmc2012-09-021-5/+5
* Strip out stuff specific to the old uthreads and add similar bits forguenther2012-09-011-214/+77
* Add pthread spinlock support.pirofti2012-05-035-3/+256
* fix SEE ALSO;jmc2012-04-111-2/+2
* Mention and link the pthread barrier functions. Okay jmc@.pirofti2012-04-111-2/+25
* tweak previous;jmc2012-04-114-26/+28