summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
* update NAME section to include all documented functions,jmc2015-11-102-6/+6
| | | | | | or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze
* 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
| | | | | | Use Xr instead of Fn for functions documented on other manpages ok millert@ jmc@ schwarze@
* remove the first comma from constructs like ", and," and ", or,": you can usejmc2015-03-131-3/+3
| | | | | "and" and "or" to join sentence clauses, and you can use commas, but both hinders reading;
* do not use .St -p1003.1d-99 which is used in exactly two pages;schwarze2014-11-301-4/+4
| | | | im going to delete support for it from mandoc(1)
* accept4() should be a cancellation point.guenther2014-08-311-2/+7
| | | | | | Update the list in the pthread_testcancel(3) manpage: several were missing. noted by miod@
* 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
| | | | From: Gabriel Linder
* 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
| | | | From: Jan Stary
* 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
| | | | | | | | including CLOCK_{PROCESS,THREAD}_CPUTIME_ID constants and {clock,pthread}_getcpuclockid() functions. Worked out at t2k13 with help from tedu@ and matthew@ and testing by aja@ ok matthew@
* 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
| | | | Pointed out by Brad.
* tweaks; ok guentherjmc2012-09-021-5/+5
|
* Strip out stuff specific to the old uthreads and add similar bits forguenther2012-09-011-214/+77
| | | | | | | | rthreads, including the beginning of a HISTORY section Tweak name (and therefore order) of the Barrier Routines and Spinlock Routines sections Update the list of functions that aren't thread-safe Be consistent with other manpages by spelling 'thread-safe' with a hyphen
* Add pthread spinlock support.pirofti2012-05-035-3/+256
| | | | | | | | | | | Implementation, documentation and naive regression tests for: - pthread_spin_init() - pthread_spin_destroy() - pthread_spin_lock() - pthread_spin_trylock() - pthread_spin_unlock() Implementation okay guenther@, documentation okay jmc@.
* 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-115-1/+328
| | | | | | | | | | | | | | | Implementation and documentation for: - pthread_barrier_init() - pthread_barrier_destroy() - pthread_barrier_wait() - pthread_barrierattr_init() - pthread_barrierattr_destroy() - pthread_barrierattr_getpshared() - pthread_barrierattr_setpshared() Currently only private barriers are supported. Okay guenther@.
* Remove man pages for removed non-portable functions. okay jmc@kurt2012-03-224-159/+4
|
* Update cancellation point list to reflect what's done with rthreadsguenther2012-03-221-2/+6
|
* new sentence, new line;jmc2012-03-221-3/+4
|
* Update list of cancellation points to reflect what was in 5.1's uthreadsguenther2012-03-211-6/+28
| | | | Pointed out by nicolas.george at normalesup.org. ok jmc@
* add sem_timedwait to NAME;jmc2012-03-041-2/+3
|
* Document sem_timedwait()guenther2012-03-032-7/+33
|
* Apply a bit more consistency in the ordering of functions in eachguenther2012-02-251-16/+16
| | | | group of functions. No objection from jmc@
* Add pthread_condattr_{get,set}clock(), pthread_mutex_timedlock(),guenther2012-02-241-3/+24
| | | | and pthread_rwlock_{timed,try}{rd,wr}lock(). Requested by jmc@
* jmc@ points out that the underlying manpage should be named after oneguenther2012-02-242-8/+7
| | | | of the functions, not a generic name that doesn't itself exist
* now that pthread_mutex_trylock.3 has been folded into pthread_mutex_lock.3,jmc2012-02-244-13/+9
| | | | don;t list both pages in SEE ALSO;
* Document pthread_condattr_{init,destroy,setclock,getclock}guenther2012-02-242-1/+125
|