Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some Xr adjustment to catch up with MLINKS removal; | 2016-03-30 | 1 | -3/+3 | |
| | |||||
* | for some time now mandoc has not required MLINKS to function | 2016-03-30 | 1 | -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, | 2015-11-10 | 2 | -6/+6 | |
| | | | | | | or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze | ||||
* | fix function name. | 2015-09-22 | 1 | -3/+3 | |
| | |||||
* | typo (s/intialization/initialization/). | 2015-09-22 | 1 | -3/+3 | |
| | |||||
* | in the SYNOPSIS, make void function arguments explicit | 2015-09-14 | 1 | -3/+3 | |
| | |||||
* | use .Va for global variables, and .Vt where the type is included | 2015-09-14 | 1 | -9/+4 | |
| | |||||
* | use .In rather than .Fd #include | 2015-09-10 | 1 | -3/+3 | |
| | |||||
* | trailing whitespace; | 2015-05-15 | 1 | -3/+3 | |
| | |||||
* | Document pthread_atfork(3)'s interaction with dlclose(3) | 2015-05-12 | 1 | -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 use | 2015-03-13 | 1 | -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; | 2014-11-30 | 1 | -4/+4 | |
| | | | | im going to delete support for it from mandoc(1) | ||||
* | accept4() should be a cancellation point. | 2014-08-31 | 1 | -2/+7 | |
| | | | | | | Update the list in the pthread_testcancel(3) manpage: several were missing. noted by miod@ | ||||
* | Xr __tfork instead of fork | 2014-08-30 | 1 | -3/+3 | |
| | |||||
* | zap trailing newlines; "go for it" deraadt | 2014-07-16 | 1 | -2/+1 | |
| | |||||
* | sync with header; | 2014-03-06 | 1 | -3/+3 | |
| | | | | From: Gabriel Linder | ||||
* | obvious .Pa fixes; found with mandocdb(8) | 2014-01-21 | 1 | -3/+3 | |
| | |||||
* | sort SEE ALSO; | 2014-01-03 | 1 | -3/+3 | |
| | |||||
* | some more information, based on a diff by sven falempin | 2014-01-03 | 1 | -3/+10 | |
| | |||||
* | spelling fix; | 2013-11-20 | 1 | -2/+2 | |
| | |||||
* | this implementation may now be capable of shared semaphores | 2013-11-20 | 1 | -17/+8 | |
| | |||||
* | more detail on error conditions | 2013-11-20 | 1 | -7/+14 | |
| | |||||
* | tweak previous; | 2013-11-19 | 1 | -2/+3 | |
| | |||||
* | slightly better | 2013-11-19 | 1 | -31/+25 | |
| | |||||
* | boilerplate documentation | 2013-11-18 | 1 | -7/+11 | |
| | |||||
* | no longer any need to quote macro lines with >9 args; | 2013-08-14 | 1 | -3/+3 | |
| | | | | From: Jan Stary | ||||
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | 2013-07-16 | 1 | -7/+7 | |
| | |||||
* | space needed before punctuation; | 2013-06-24 | 1 | -3/+3 | |
| | |||||
* | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, | 2013-06-17 | 3 | -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 schwarze | 2013-06-05 | 69 | -211/+211 | |
| | |||||
* | typo; Benedikt Steinbusch | 2013-04-14 | 1 | -3/+3 | |
| | |||||
* | pthread_sigmask() doesn't require <pthread.h>, only <signal.h>. | 2012-09-11 | 1 | -3/+2 | |
| | | | | Pointed out by Brad. | ||||
* | tweaks; ok guenther | 2012-09-02 | 1 | -5/+5 | |
| | |||||
* | Strip out stuff specific to the old uthreads and add similar bits for | 2012-09-01 | 1 | -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. | 2012-05-03 | 5 | -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; | 2012-04-11 | 1 | -2/+2 | |
| | |||||
* | Mention and link the pthread barrier functions. Okay jmc@. | 2012-04-11 | 1 | -2/+25 | |
| | |||||
* | tweak previous; | 2012-04-11 | 4 | -26/+28 | |
| | |||||
* | Add pthread barrier support. | 2012-04-11 | 5 | -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@ | 2012-03-22 | 4 | -159/+4 | |
| | |||||
* | Update cancellation point list to reflect what's done with rthreads | 2012-03-22 | 1 | -2/+6 | |
| | |||||
* | new sentence, new line; | 2012-03-22 | 1 | -3/+4 | |
| | |||||
* | Update list of cancellation points to reflect what was in 5.1's uthreads | 2012-03-21 | 1 | -6/+28 | |
| | | | | Pointed out by nicolas.george at normalesup.org. ok jmc@ | ||||
* | add sem_timedwait to NAME; | 2012-03-04 | 1 | -2/+3 | |
| | |||||
* | Document sem_timedwait() | 2012-03-03 | 2 | -7/+33 | |
| | |||||
* | Apply a bit more consistency in the ordering of functions in each | 2012-02-25 | 1 | -16/+16 | |
| | | | | group of functions. No objection from jmc@ | ||||
* | Add pthread_condattr_{get,set}clock(), pthread_mutex_timedlock(), | 2012-02-24 | 1 | -3/+24 | |
| | | | | and pthread_rwlock_{timed,try}{rd,wr}lock(). Requested by jmc@ | ||||
* | jmc@ points out that the underlying manpage should be named after one | 2012-02-24 | 2 | -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, | 2012-02-24 | 4 | -13/+9 | |
| | | | | don;t list both pages in SEE ALSO; | ||||
* | Document pthread_condattr_{init,destroy,setclock,getclock} | 2012-02-24 | 2 | -1/+125 | |
| |