summaryrefslogtreecommitdiff
path: root/lib/libpthread/man
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in SEE ALSO section.Jason Evans2000-06-281-1/+1
| | | | Notes: svn path=/head/; revision=62197
* Fix a misspelling: undefied -> undefinedChris Costello2000-05-271-1/+1
| | | | Notes: svn path=/head/; revision=60985
* add MLINKS: pthread_testcancel(3) -> pthread_setcanceltype(3)Alexey Zelkin2000-05-121-0/+1
| | | | Notes: svn path=/head/; revision=60464
* "Fixed" missing include in synopsis. POSIX.1-1996 only specifiesBruce Evans2000-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>. Notes: svn path=/head/; revision=60386
* Fixed misspelling of a struct tag in a function parameter type.Bruce Evans2000-05-111-1/+1
| | | | Notes: svn path=/head/; revision=60385
* Fix miscellaneous mdoc macro argument limit infringements.Sheldon Hearn2000-05-091-1/+1
| | | | | | | | PR: 18465 Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> Notes: svn path=/head/; revision=60258
* mdoc(7) cleanup:Alexey Zelkin2000-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 Notes: svn path=/head/; revision=59944
* Add missing .El macro.Jason Evans2000-05-031-0/+1
| | | | Notes: svn path=/head/; revision=59916
* Add missing man pages. Fix various compliance bugs, mostly having to do withJason Evans2000-05-028-4/+841
| | | | | | | | | error return values. Implement pthread_mutexattr_gettype(). PR: docs/16537, docs/17538 Notes: svn path=/head/; revision=59892
* Introduce .Lb macro to libc_r manpages.Alexey Zelkin2000-04-2241-0/+82
| | | | Notes: svn path=/head/; revision=59501
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-0213-55/+110
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57686
* Fix the installworld breakage from rev 1.9.Ruslan Ermilov2000-02-181-5/+4
| | | | | | | | | | Submitted by: reg Reviewed by: ru Approved by: jasone (rev 1.9) Pointy hat to: unfurl Notes: svn path=/head/; revision=57319
* fixed missing trailing \Bill Swingle2000-02-181-1/+1
| | | | | | | Submitted by: Thimble Smith <tim@mysql.com> Notes: svn path=/head/; revision=57309
* Adds missing symlinks for pthread related manpages.Bill Swingle2000-02-181-0/+3
| | | | | | | | | PR: 16537 Submitted by: AnarCat <beaupran@iro.umontreal.ca> Approved by: jasone Notes: svn path=/head/; revision=57302
* Add man pages for the sem_*() functions.Jason Evans2000-02-167-4/+516
| | | | | | | Approved by: jkh Notes: svn path=/head/; revision=57260
* Fixed bitrot in synopsis. The change from "int *pshared" to "int pshared"Bruce Evans1999-12-231-1/+1
| | | | | | | hadn't reached here. Notes: svn path=/head/; revision=55041
* Fix typosAlexey Zelkin1999-12-174-5/+8
| | | | | | | | PR: docs/14858 Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Notes: svn path=/head/; revision=54744
* add pthread_cancel, obtained from OpenBSD.Alfred Perlstein1999-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 Notes: svn path=/head/; revision=53812
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2834-34/+34
| | | | Notes: svn path=/head/; revision=50476
* Fix EINVAL related descriptions.Ralf S. Engelschall1999-08-202-6/+7
| | | | Notes: svn path=/head/; revision=50076
* Bad reference exit(2) changed to exit(3)Chris Costello1999-08-141-2/+2
| | | | Notes: svn path=/head/; revision=49757
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-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 Notes: svn path=/head/; revision=48794
* Removed extraneous comma in xrefs.Alexander Langer1999-05-142-4/+4
| | | | Notes: svn path=/head/; revision=47205
* Added missing comma in xrefs.Alexander Langer1999-05-141-2/+2
| | | | Notes: svn path=/head/; revision=47204
* Typo fix (set --> get).Alexander Langer1999-03-221-3/+3
| | | | | | | Obtained from: OpenBSD (David Leonard) Notes: svn path=/head/; revision=44945
* Fixed bitrot in synopsis (some const poisoning hadn't reached here).Bruce Evans1999-03-051-2/+2
| | | | Notes: svn path=/head/; revision=44493
* Implement pthread read/write locks as defined by Version 2 of the SingleAlexander Langer1998-09-0710-1/+793
| | | | | | | | | | UNIX Specification. As with our standard mutexes, process shared locks are not supported at this time. Notes: svn path=/head/; revision=38919
* Sort cross references.Wolfram Schneider1998-08-3112-33/+33
| | | | Notes: svn path=/head/; revision=38702
* Changed prototype in synopsis to match prototype in <pthread.h>.Bruce Evans1998-08-033-3/+3
| | | | Notes: svn path=/head/; revision=38056
* The pthreads standard has been published. Change:Alexander Langer1998-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 Notes: svn path=/head/; revision=38028
* I've put together man pages for the pthread_cleanup, pthread_cond, andPoul-Henning Kamp1998-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> Notes: svn path=/head/; revision=37985
* Typo fixesJames Raynard1998-05-031-2/+3
| | | | Notes: svn path=/head/; revision=35657
* This function compiles with the standard, so say so.John Birrell1998-04-031-3/+3
| | | | Notes: svn path=/head/; revision=35007
* This function compiles with the standard, so say so.John Birrell1998-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. Notes: svn path=/head/; revision=35006
* Fixed a function arg type in the synopsis.Bruce Evans1998-03-231-1/+1
| | | | Notes: svn path=/head/; revision=34818
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
| | | | Notes: svn path=/head/; revision=22993
* Sort cross references.Wolfram Schneider1997-01-206-12/+12
| | | | Notes: svn path=/head/; revision=21907
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* add missing comma(s) in .Xr macrosWolfram Schneider1996-09-231-1/+3
| | | | Notes: svn path=/head/; revision=18480
* fix .Xr macroWolfram Schneider1996-09-211-1/+1
| | | | Notes: svn path=/head/; revision=18446
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-2012-0/+990
Here are the diffs for libc_r to get it one step closer to P1003.1c These make most of the thread/mutex/condvar structures opaque to the user. There are three functions which have been renamed with _np suffixes because they are extensions to P1003.1c (I did them for JAVA, which needs to suspend/resume threads and also start threads suspended). I've created a new header (pthread_np.h) for the non-POSIX stuff. The egrep tags stuff in /usr/src/lib/libc_r/Makefile that I uncommented doesn't work. I think its best to delete it. I don't think libc_r needs tags anyway, 'cause most of the source is in libc which does have tags. also: Here's the first batch of man pages for the thread functions. The diff to /usr/src/lib/libc_r/Makefile removes some stuff that was inherited from /usr/src/lib/libc/Makefile that should only be done with libc. also: I should have sent this diff with the pthread(3) man page. It allows people to type make -DWANT_LIBC_R world to get libc_r built with the rest of the world. I put this in the pthread(3) man page. The default is still not to build libc_r. also: The diff attached adds a pthread(3) man page to /usr/src/share/man/man3. The idea is that without libc_r installed, this man page will give people enough info to know that they have to build libc_r. Notes: svn path=/head/; revision=17706