summaryrefslogtreecommitdiffstats
path: root/share/man/man3
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Fix a bunch of spelling errors in a bunch of man pages.mpp1996-01-301-1/+1
|
* Add LIST_INSERT_BEFORE and TAILQ_INSERT_BEFORE.gibbs1996-01-291-10/+78
| | | | | Change examples to actually free() the nodes removed from lists. Give examples of faster list deletion routines.
* Remove private rules for clean, depend, lint, tags and install.bde1995-10-211-4/+0
| | | | | | The private clean rules have been broken since we started building compressed man pages in the obj directory and the others don't do anything different from the general rules.
* the man-link for moncontrol soesn't belong here...phk1995-10-151-1/+0
|
* Obtained from: 1.1.5 (originally by Andrew Moore)bde1995-03-182-2/+144
| | | | Add the manpage for the stuff in <machine/floatingpoint.h>.
* Make man page installation work for ``unattached'' and kernel pages.wollman1994-08-091-6/+1
|
* BSD 4.4 Lite Share Sourcesrgrimes1994-05-307-0/+1179
OpenPOWER on IntegriCloud