summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
AgeCommit message (Expand)AuthorFilesLines
2020-12-03There are special rules regarding the memory passed to pthread_attr_setstack().otto1-7/+8
2020-04-06Update my email address.pirofti7-21/+21
2020-04-03Clarify conditions in which pthread_mutex_destroy(3) returns EBUSY.stsp1-3/+3
2019-02-13Remove IMPLEMENTATION NOTES, they only apply to one of the two in-treempi2-8/+4
2019-02-04tweak previous;jmc2-7/+8
2019-02-04add a pthread_get_name_np to match pthread_set_name_np.tedu2-4/+14
2019-01-29Tweak description, pthread_cond_signal(3) unblocks *at least* one thread.mpi1-3/+3
2019-01-12Move sigwait(3) from libpthread to libcjca2-87/+1
2018-04-24Validate timespec and return ECANCELED when interrupted with SA_RESTART.pirofti1-2/+17
2018-04-12Implement MAP_STACK option for mmap(). Synchronous faults (pagefault andderaadt2-4/+27
2017-10-15Move the thread-related .h files to /usr/src/include/, since theguenther5-516/+0
2017-05-29It is distasteful to have manual pages which don't refer to realderaadt1-3/+3
2017-01-27new sentence, new lineschwarze2-7/+9
2016-03-30some Xr adjustment to catch up with MLINKS removal;jmc1-3/+3
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-44/+1
2015-11-10update NAME section to include all documented functions,jmc2-6/+6
2015-09-22fix function name.sobrado1-3/+3
2015-09-22typo (s/intialization/initialization/).sobrado1-3/+3
2015-09-14in the SYNOPSIS, make void function arguments explicitschwarze1-3/+3
2015-09-14use .Va for global variables, and .Vt where the type is includedschwarze1-9/+4
2015-09-10use .In rather than .Fd #includeschwarze1-3/+3
2015-05-15trailing whitespace;jmc1-3/+3
2015-05-12Document pthread_atfork(3)'s interaction with dlclose(3)guenther1-8/+21
2015-03-19Provide #defines for the mutex types as required by POSIX. Pointed out bykettenis1-9/+6
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can usejmc1-3/+3
2014-11-30do not use .St -p1003.1d-99 which is used in exactly two pages;schwarze1-4/+4
2014-08-31accept4() should be a cancellation point.guenther1-2/+7
2014-08-30Xr __tfork instead of forkguenther1-3/+3
2014-07-16zap trailing newlines; "go for it" deraadtokan2-4/+2
2014-03-06sync with header;jmc1-3/+3
2014-01-21obvious .Pa fixes; found with mandocdb(8)schwarze1-3/+3
2014-01-03sort SEE ALSO;jmc1-3/+3
2014-01-03some more information, based on a diff by sven falempintedu1-3/+10
2013-11-20spelling fix;jmc1-2/+2
2013-11-20this implementation may now be capable of shared semaphorestedu1-17/+8
2013-11-20more detail on error conditionstedu1-7/+14
2013-11-19tweak previous;jmc1-2/+3
2013-11-19slightly bettertedu1-31/+25
2013-11-18boilerplate documentationtedu1-7/+11
2013-08-14no longer any need to quote macro lines with >9 args;jmc1-3/+3
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze1-7/+7
2013-06-24space needed before punctuation;jmc1-3/+3
2013-06-17Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,guenther4-4/+73
2013-06-05use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarzetedu69-211/+211
2013-06-02somehow missed spinlock.h here. broke bmercer's build.tedu1-2/+2
2013-06-01cleanup and consolidate the spinlock_lock (what a name!) code.tedu1-78/+0
2013-04-14typo; Benedikt Steinbuschsthen1-3/+3
2013-03-26needs sys/cdefs.h because a case has been found where it is pulledderaadt1-3/+3
2013-03-24SEM_VALUE_MAX belongs in <limits.h> (via sys/syslimits.h)guenther1-10/+3
2013-03-24machine/limits.h does not contain everything this file wants. It wantsderaadt1-2/+2