summaryrefslogtreecommitdiffstats
path: root/share/man/man3
Commit message (Collapse)AuthorAgeFilesLines
...
* Added missing comma in xrefs.alex1999-05-141-2/+2
|
* Minor punctuation/grammar nits.kris1999-04-301-3/+3
|
* 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
|
* Fix typo by rewriting sentence.wollman1999-01-261-8/+10
|
* Added pthread read/write locks.alex1998-09-121-4/+43
|
* Implement pthread read/write locks as defined by Version 2 of the Singlealex1998-09-079-0/+783
| | | | | | | 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-3114-0/+936
| | | | | | | | 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>
* Spelling corrections.jkoshy1998-06-062-4/+4
| | | | | PR: 6868 Submitted by: Josh Gilliam <josh@quick.net>
* Typo fixesjraynard1998-05-031-2/+3
|
* Add a reference to the gcc linker option -pthread that is part ofjb1998-04-101-3/+11
| | | | the FreeBSD configuration LIB_SPEC.
* 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
|
* Document the fpgetprec/fpsetprec functions in their man page.jlemon1998-02-042-7/+45
| | | | | | Add cross-references to the elusive fpsetmask() function to various other man pages. Reviewed by: bde
* Expanded cross references.alex1998-01-021-1/+3
|
* Typo fix.alex1998-01-021-3/+3
| | | | Removed "...when it is published" from conformity statement.
* Use consistent spelling,hoek1997-12-251-2/+2
| | | | | | | | writeable -> writable (recall prior debate over this? :-) initialise -> initialize recognise -> recognize Merry Christmas! :)
* Update the man page to reflect that libc_r is built as partsteve1997-11-051-20/+4
| | | | | | | of make world unless the '-DNOLIBC_R' option is given to make(1). PR: 4710 Submitted by: Magnus Enbom <dot@tinto.campus.luth.se
* Fixed type bugs in synopsis. Some of the typedefs that were used herebde1997-04-132-21/+30
| | | | | haven't existed for years, if they ever existed. The "prototypes" are actually for macros, so they are difficult to check automatically.
* Fixed misuse of .Ft for enum members. (.Fa seems to be the bestbde1997-03-191-8/+8
| | | | | | | | available macro for enum, struct and union members. .Ft seems to be the best available macro for enum, struct and union tags and types). Fixed missing void arg types.
* Fixed wrong number of args in STAILQ_REMOVE_HEAD() in synopsis.bde1997-03-191-2/+2
|
* The CIRCLEQ_ENTRY example was wrong. Part of PR# 2917.mpp1997-03-091-2/+2
|
* add missing cvs Id lines.jmg1997-03-077-0/+8
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Revert $FreeBSD$ back to $Id$peter1997-02-223-3/+3
|
* Bring intro(3) a bit closer to reality:jmg1997-02-171-25/+30
| | | | | | | | | | | | | | 1) comment out xref to non-existant libc(3) 2) comment out reference to Fortran specific section (3f) 3) add libkvm with reference to kvm(3) 4) comment out xref to non-existant pc(1) 5) comment out libplot and libplotf77 6) fix problem with -ltermcap not being parenthesized 7) sort files listing still missing most of the libraries that exist in /usr/lib. Closes PR#1151
* Minor mdoc cleanup.mpp1997-01-311-15/+15
|
* I just found a bug in my program, I was calling va_arg (..., char),jmacd1997-01-301-1/+2
| | | | | | | | | | | when parsing a printf-like arg list. Looking for someone to blame, I noticed that the man page has a bad example. It clearly says at the top that types following the last known argument are passed after their default type conversions, and then later the example uses va_arg (..., char); so I fixed it.
* Sort cross references.wosch1997-01-206-12/+12
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-144-4/+4
| | | | | | | | 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.
* Sort cross references.wosch1997-01-131-4/+5
|
* Add SLIST_EMPTY, SLIST_FIRST, SLIST_NEXT.phk1996-12-291-0/+6
| | | | | Is it time to split this into one "intro" type and a number of detailed pages ?
* add missing comma(s) in .Xr macroswosch1996-09-231-1/+3
|
* fix .Xr macrowosch1996-09-211-1/+1
|
* Use the .Bx macro where appropriate.mpp1996-08-222-2/+4
|
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-2013-3/+1190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Another man page with a messed up .Dd line.mpp1996-07-111-1/+1
|
* Indicate that assert exits with abort(3) instead of _exit(2). Closesalex1996-06-121-1/+1
| | | | | | | PR 1317. Reviewed by: alex Submitted by: Cove Schneider <cove@brazil.nbn.com>
* add manpage linkswosch1996-05-291-0/+3
| | | | | | | TAILQ_EMPTY.3 -> queue.3 TAILQ_FIRST.3 -> queue.3 TAILQ_LAST.3 -> queue.3 TAILQ_NEXT.3 -> queue.3
* Document 5 new macros in TAILQ family.phk1996-04-081-5/+32
|
* Correct some man page xrefs, and some other minor changes to bring somempp1996-04-081-2/+2
| | | | | | man pages up to mdoc guidelines and fix some minor formatting glitches. Also fixed a number of man pages to not abuse the .Xr macro to display functions and path names and a lot of other junk.
* Add man page links for the SLIST_* and STAILQ_* macros that were addedmpp1996-04-051-0/+7
| | | | recently.
* Add sysexits(3). It's horrible to always examine the include file forjoerg1996-03-312-1/+135
| | | | this.
* Update the queue man page for the new SLIST and STAILQ macros.gibbs1996-03-311-14/+331
|
* 4.4Lite2 implemented the LIST_INSERT_BEFORE and TAILQ_INSERT_BEFOREgibbs1996-02-121-2/+2
| | | | | | | exactly as I did (should have checked there first I guess) except my macro for TAILQ_INSERT_BEFORE took an unneeded arg. We now match 4.4Lite2. Suggested by: Jeffrey Hsu <hsu@FreeBSD.org>
* Added some missing MLINKS for section 3 man pages.mpp1996-02-091-9/+14
| | | | | | | Also corrected a few minor formatting errors, file location and cross references in some of the section 3 man pages. This shuts up a lot of the output from "manck" for section 3.
OpenPOWER on IntegriCloud