summaryrefslogtreecommitdiffstats
path: root/lib/libpthread (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-054-10/+5
* typedef pthread_key_t to an int instead of a volatile int, reverts a chunklandry2012-11-051-2/+2
* 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
* So passes uthreadsguenther2012-09-01199-21836/+0
* sem_timedwait() needs the struct timespec tag to be pre-declared here.guenther2012-07-111-3/+4
* librthread has eaten libpthread, so build includes via the former insteadguenther2012-06-281-16/+0
* A piece of this is still neededderaadt2012-06-211-0/+16
* For now... libpthread is just a container directory, since all the newderaadt2012-06-212-38/+0
* More sysconf(3)-y and pathconf(3)-y goodness from Brad.matthew2012-05-141-15/+1
* Add pthread spinlock support.pirofti2012-05-036-4/+263
* Add new mutex type, PTHREAD_MUTEX_STRICT_NP which checks for applicationkurt2012-04-141-3/+4
* Remove incorrect -pthread preprocessor define _POSIX_THREADS and replacekurt2012-04-121-6/+1
* 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
* Add pthread barrier support.pirofti2012-04-116-2/+344
* Remove man pages for removed non-portable functions. okay jmc@kurt2012-03-224-159/+4
* Remove prototypes for unimplemented non-portable functions in rthreads.kurt2012-03-221-3/+1