summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo in the description.ru2001-05-181-2/+2
| | | | | PR: docs/27411 Submitted by: David Wimsey <dwimsey@rtci.com>
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
|
* mdoc(7) police: fix markup.ru2001-03-022-7/+9
|
* Use ``.St -p1003.1-96''.ru2001-02-2632-96/+64
|
* /^\.St/ s/-iso9945-1/-p1003.1-96/ru2001-02-266-6/+6
|
* Fix typo.nik2001-02-021-1/+1
| | | | | PR: docs/23936 Submitted by: Garret Rooney <rooneg@rpi.edu>
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-012-2/+3
|
* Prepare for mdoc(7)NG.ru2000-12-291-0/+1
|
* mdoc(7) police: Er macro usage cleanup.ru2000-11-222-2/+6
|
* Use Fx macro wherever possible.ru2000-11-141-1/+2
|
* Make sem_post() safe to call from within a signal handler, as required byjasone2000-08-011-0/+3
| | | | POSIX/SUSv2.
* pthread_once --> pthread_once_t.jasone2000-07-191-1/+1
|
* Change my email address in the copyright notices for the sake of consistencyjasone2000-07-1813-13/+13
| | | | (jasone@canonware.com --> jasone@freebsd.org).
* Reshuffle the SEE ALSO section.jasone2000-07-173-7/+7
| | | | Prompted by: sheldonh
* Fix typo in SEE ALSO section.jasone2000-06-281-1/+1
|
* Fix a misspelling: undefied -> undefinedchris2000-05-271-1/+1
|
* add MLINKS: pthread_testcancel(3) -> pthread_setcanceltype(3)phantom2000-05-121-0/+1
|
* "Fixed" missing include in synopsis. POSIX.1-1996 only specifiesbde2000-05-112-0/+2
| | | | | including <signal.h>, but that must be a bug in POSIX.1, because it also specifies that the relevant prototype is [only] in <pthread.h>.
* Fixed misspelling of a struct tag in a function parameter type.bde2000-05-111-1/+1
|
* Fix miscellaneous mdoc macro argument limit infringements.sheldonh2000-05-091-1/+1
| | | | | PR: 18465 Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* mdoc(7) cleanup:phantom2000-05-047-63/+79
| | | | | | | | | | | . use real function names as `.Nm' macro argument in NAME section. It allows them to appear in apropos(1) or whatis(1) output. . replace empty lines with `.Pp' macro. . replace hardcoded standard names with their `.St' macro equivalents. . sort cross references in SEE ALSO section
* Add missing .El macro.jasone2000-05-031-0/+1
|
* Add missing man pages. Fix various compliance bugs, mostly having to do withjasone2000-05-028-4/+841
| | | | | | error return values. Implement pthread_mutexattr_gettype(). PR: docs/16537, docs/17538
* Introduce .Lb macro to libc_r manpages.phantom2000-04-2241-0/+82
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-0213-55/+110
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Fix the installworld breakage from rev 1.9.ru2000-02-181-5/+4
| | | | | | | Submitted by: reg Reviewed by: ru Approved by: jasone (rev 1.9) Pointy hat to: unfurl
* fixed missing trailing \unfurl2000-02-181-1/+1
| | | | Submitted by: Thimble Smith <tim@mysql.com>
* Adds missing symlinks for pthread related manpages.unfurl2000-02-181-0/+3
| | | | | | PR: 16537 Submitted by: AnarCat <beaupran@iro.umontreal.ca> Approved by: jasone
* Add man pages for the sem_*() functions.jasone2000-02-167-4/+516
| | | | Approved by: jkh
* Fixed bitrot in synopsis. The change from "int *pshared" to "int pshared"bde1999-12-231-1/+1
| | | | hadn't reached here.
* Fix typosphantom1999-12-174-5/+8
| | | | | PR: docs/14858 Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-283-1/+263
| | | | | | | | | | | | | | eischen (Daniel Eischen) added wrappers to protect against cancled threads orphaning internal resources. the cancelability code is still a bit fuzzy but works for test programs of my own, OpenBSD's and some examples from ORA's books. add readdir_r to both libc and libc_r add some 'const' attributes to function parameters Reviewed by: eischen, jasone
* $Id$ -> $FreeBSD$peter1999-08-2834-34/+34
|
* Fix EINVAL related descriptions.rse1999-08-202-6/+7
|
* Bad reference exit(2) changed to exit(3)chris1999-08-141-2/+2
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-1223-0/+46
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Removed extraneous comma in xrefs.alex1999-05-142-4/+4
|
* Added missing comma in xrefs.alex1999-05-141-2/+2
|
* Typo fix (set --> get).alex1999-03-221-3/+3
| | | | Obtained from: OpenBSD (David Leonard)
* Fixed bitrot in synopsis (some const poisoning hadn't reached here).bde1999-03-051-2/+2
|
* Implement pthread read/write locks as defined by Version 2 of the Singlealex1998-09-0710-1/+793
| | | | | | | UNIX Specification. As with our standard mutexes, process shared locks are not supported at this time.
* Sort cross references.wosch1998-08-3112-33/+33
|
* Changed prototype in synopsis to match prototype in <pthread.h>.bde1998-08-033-3/+3
|
* The pthreads standard has been published. Change:alex1998-08-0324-47/+47
| | | | | | | | | | ...is expected to conform to IEEE (``POSIX'') Std 1003.1c when it is published. to: ...conforms to ISO/IEC 9945-1 ANSI/IEEE (``POSIX'') Std 1003.1 Second Edition 1996-07-12. Discussed with: jb
* I've put together man pages for the pthread_cleanup, pthread_cond, andphk1998-07-3115-2/+951
| | | | | | | | pthread_mutex routines. I've also tweaked pthread_create.3 to point to pthread_cleanup_push(3) and pthread_cleanup_pop(3). PR: 7450 Submitted by: Brian Cully <shmit@kublai.com>
* Typo fixesjraynard1998-05-031-2/+3
|
* This function compiles with the standard, so say so.jb1998-04-031-3/+3
|
* This function compiles with the standard, so say so.jb1998-04-031-4/+6
| | | | | | | | Add a note about not touching errno and warn about previous drafts of the standard which changed the level of indirection to the thread argument. POSIX had a bit of trouble deciding what to do. So anyone coding to both draft 4 and draft 10 (the final draft) will get burnt by this function. I did. Grrr.
* Fixed a function arg type in the synopsis.bde1998-03-231-1/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
|
OpenPOWER on IntegriCloud