summaryrefslogtreecommitdiffstats
path: root/lib/libpthread (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
* Move the thread-related .h files to /usr/src/include/, since theguenther2017-10-155-516/+0
* 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
* Provide #defines for the mutex types as required by POSIX. Pointed out bykettenis2015-03-191-9/+6
* 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-162-4/+2
* 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-174-4/+73
* use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarzetedu2013-06-0569-211/+211
* somehow missed spinlock.h here. broke bmercer's build.tedu2013-06-021-2/+2
* cleanup and consolidate the spinlock_lock (what a name!) code.tedu2013-06-011-78/+0
* typo; Benedikt Steinbuschsthen2013-04-141-3/+3
* needs sys/cdefs.h because a case has been found where it is pulledderaadt2013-03-261-3/+3
* SEM_VALUE_MAX belongs in <limits.h> (via sys/syslimits.h)guenther2013-03-241-10/+3
* machine/limits.h does not contain everything this file wants. It wantsderaadt2013-03-241-2/+2