| Commit message (Expand) | Author | Age | Files | Lines |
* | fix the links to the bitstring man page.. | jmg | 1999-06-25 | 2 | -5/+5 |
* | Removed extraneous comma in xrefs. | alex | 1999-05-14 | 2 | -4/+4 |
* | Added missing comma in xrefs. | alex | 1999-05-14 | 1 | -2/+2 |
* | Minor punctuation/grammar nits. | kris | 1999-04-30 | 1 | -3/+3 |
* | Typo fix (set --> get). | alex | 1999-03-22 | 1 | -3/+3 |
* | Fixed bitrot in synopsis (some const poisoning hadn't reached here). | bde | 1999-03-05 | 1 | -2/+2 |
* | Fix typo by rewriting sentence. | wollman | 1999-01-26 | 1 | -8/+10 |
* | Added pthread read/write locks. | alex | 1998-09-12 | 1 | -4/+43 |
* | Implement pthread read/write locks as defined by Version 2 of the Single | alex | 1998-09-07 | 9 | -0/+783 |
* | Sort cross references. | wosch | 1998-08-31 | 12 | -33/+33 |
* | Changed prototype in synopsis to match prototype in <pthread.h>. | bde | 1998-08-03 | 3 | -3/+3 |
* | The pthreads standard has been published. Change: | alex | 1998-08-03 | 24 | -47/+47 |
* | I've put together man pages for the pthread_cleanup, pthread_cond, and | phk | 1998-07-31 | 14 | -0/+936 |
* | Spelling corrections. | jkoshy | 1998-06-06 | 2 | -4/+4 |
* | Typo fixes | jraynard | 1998-05-03 | 1 | -2/+3 |
* | Add a reference to the gcc linker option -pthread that is part of | jb | 1998-04-10 | 1 | -3/+11 |
* | This function compiles with the standard, so say so. | jb | 1998-04-03 | 1 | -3/+3 |
* | This function compiles with the standard, so say so. | jb | 1998-04-03 | 1 | -4/+6 |
* | Fixed a function arg type in the synopsis. | bde | 1998-03-23 | 1 | -1/+1 |
* | Document the fpgetprec/fpsetprec functions in their man page. | jlemon | 1998-02-04 | 2 | -7/+45 |
* | Expanded cross references. | alex | 1998-01-02 | 1 | -1/+3 |
* | Typo fix. | alex | 1998-01-02 | 1 | -3/+3 |
* | Use consistent spelling, | hoek | 1997-12-25 | 1 | -2/+2 |
* | Update the man page to reflect that libc_r is built as part | steve | 1997-11-05 | 1 | -20/+4 |
* | Fixed type bugs in synopsis. Some of the typedefs that were used here | bde | 1997-04-13 | 2 | -21/+30 |
* | Fixed misuse of .Ft for enum members. (.Fa seems to be the best | bde | 1997-03-19 | 1 | -8/+8 |
* | Fixed wrong number of args in STAILQ_REMOVE_HEAD() in synopsis. | bde | 1997-03-19 | 1 | -2/+2 |
* | The CIRCLEQ_ENTRY example was wrong. Part of PR# 2917. | mpp | 1997-03-09 | 1 | -2/+2 |
* | add missing cvs Id lines. | jmg | 1997-03-07 | 7 | -0/+8 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Revert $FreeBSD$ back to $Id$ | peter | 1997-02-22 | 3 | -3/+3 |
* | Bring intro(3) a bit closer to reality: | jmg | 1997-02-17 | 1 | -25/+30 |
* | Minor mdoc cleanup. | mpp | 1997-01-31 | 1 | -15/+15 |
* | I just found a bug in my program, I was calling va_arg (..., char), | jmacd | 1997-01-30 | 1 | -1/+2 |
* | Sort cross references. | wosch | 1997-01-20 | 6 | -12/+12 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 4 | -4/+4 |
* | Sort cross references. | wosch | 1997-01-13 | 1 | -4/+5 |
* | Add SLIST_EMPTY, SLIST_FIRST, SLIST_NEXT. | phk | 1996-12-29 | 1 | -0/+6 |
* | add missing comma(s) in .Xr macros | wosch | 1996-09-23 | 1 | -1/+3 |
* | fix .Xr macro | wosch | 1996-09-21 | 1 | -1/+1 |
* | Use the .Bx macro where appropriate. | mpp | 1996-08-22 | 2 | -2/+4 |
* | Submitted by: John Birrell <cimaxp1!jb@werple.net.au> | julian | 1996-08-20 | 13 | -3/+1190 |
* | Another man page with a messed up .Dd line. | mpp | 1996-07-11 | 1 | -1/+1 |
* | Indicate that assert exits with abort(3) instead of _exit(2). Closes | alex | 1996-06-12 | 1 | -1/+1 |
* | add manpage links | wosch | 1996-05-29 | 1 | -0/+3 |
* | Document 5 new macros in TAILQ family. | phk | 1996-04-08 | 1 | -5/+32 |
* | Correct some man page xrefs, and some other minor changes to bring some | mpp | 1996-04-08 | 1 | -2/+2 |
* | Add man page links for the SLIST_* and STAILQ_* macros that were added | mpp | 1996-04-05 | 1 | -0/+7 |
* | Add sysexits(3). It's horrible to always examine the include file for | joerg | 1996-03-31 | 2 | -1/+135 |
* | Update the queue man page for the new SLIST and STAILQ macros. | gibbs | 1996-03-31 | 1 | -14/+331 |