Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | document the {SPLAY,RB}_INITIALIZER and {SPLAY,RB}_EMPTY() macros | 2002-03-25 | 2 | -4/+38 | ||
| | ||||||
* | Free/tree typos. | 2002-03-19 | 1 | -3/+3 | ||
| | | | | ok provos@ | |||||
* | tree.3 and links | 2002-02-24 | 1 | -2/+17 | ||
| | ||||||
* | queue.h like implementation of splay and red-black trees | 2002-02-24 | 1 | -0/+401 | ||
| | ||||||
* | Fix TAILQ_NEXT() example. First param is listelm, not head. | 2002-02-24 | 1 | -2/+2 | ||
| | ||||||
* | document SLIST_REMOVE; vedge@csoft.org (pr2373) | 2002-02-03 | 1 | -1/+11 | ||
| | ||||||
* | o) Fix bogus .Xr usage; | 2001-11-13 | 1 | -2/+2 | ||
| | | | | | | | | | | | | o) CAVEAT -> CAVEATS; o) AUTHOR -> AUTHORS; o) Start new sentence on a new line; o) For URL and path names use .Pa; o) We don't like .Pp before .Rs; o) Don't use .Pp before/after .Sh; o) OpenBSD -> .Ox; millert@ ok and help; | |||||
* | "This section" and variants ==> 'The manual pages in section x' | 2001-08-22 | 1 | -3/+3 | ||
| | | | | | in intro manual pages to hopefully confuse users a little bit less aaron@ ok | |||||
* | - Note that unpromoted types should not be passed to va_arg | 2001-08-13 | 1 | -5/+28 | ||
| | | | | | | | | (see http://gcc.gnu.org/ml/gcc-patches/1999-09/msg00221.html) - Remove unused *p variable from example - Add a float example (mainly to point out that people shouldn't use float because it's promoted to double) ok millert@ | |||||
* | o) We don't like .Pp before/after .Sh; | 2001-08-03 | 1 | -2/+1 | ||
| | | | | | | | o) .Nm always has argument in .Sh SYNOPSIS; o) We always closes .Bl and .Bd tags; millert@ ok | |||||
* | add lost .Nm entry to .Sh NAME; | 2001-08-02 | 1 | -1/+2 | ||
| | | | | millert@ ok. | |||||
* | remove unnecessary MLINK entry mentioned twice. | 2001-08-02 | 1 | -2/+1 | ||
| | | | | millert@ ok. | |||||
* | more Xr completions | 2001-07-31 | 1 | -2/+2 | ||
| | ||||||
* | Document LIST_REPLACE() | 2001-06-23 | 1 | -1/+11 | ||
| | ||||||
* | Stay within 80 column boundary. | 2001-05-24 | 1 | -4/+4 | ||
| | ||||||
* | Typo; karma@altern.org | 2001-05-18 | 1 | -2/+2 | ||
| | ||||||
* | A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sitting | 2001-03-01 | 1 | -3/+3 | ||
| | | | | | in my INBOX since Nov 6, 2000, probably forgot about them since the tree was frozen at that time. | |||||
* | Grammar: somewhere -> sometime | 2001-01-24 | 1 | -2/+2 | ||
| | ||||||
* | Fix a few mdoc/formatting nits. | 2001-01-24 | 1 | -6/+5 | ||
| | ||||||
* | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least | 2000-12-15 | 1 | -2/+2 | ||
| | | | | this is consistent. | |||||
* | cleanup tailq examples | 2000-12-14 | 1 | -4/+4 | ||
| | ||||||
* | Fix. | 2000-11-21 | 1 | -2/+2 | ||
| | ||||||
* | TAILQ_PREV documented wrong; horape@tinuviel.compendium.net.ar | 2000-11-21 | 1 | -2/+2 | ||
| | ||||||
* | .Sh AUTHOR -> AUTHORS, ok aaron@ | 2000-11-10 | 1 | -2/+2 | ||
| | ||||||
* | Some share/man fleshing. | 2000-10-26 | 8 | -148/+137 | ||
| | ||||||
* | Remove unwanted trailing whitespace. | 2000-10-13 | 1 | -2/+2 | ||
| | ||||||
* | rename rtld(1) to ld.so(1) | 2000-05-25 | 1 | -2/+2 | ||
| | ||||||
* | Add sysexits(3) as referenced by style(9) from FreeBSD. This is basically | 2000-04-26 | 2 | -2/+136 | ||
| | | | | just the comments from sysexits.h | |||||
* | Missing MLINKS | 2000-04-25 | 1 | -4/+7 | ||
| | ||||||
* | misc cleanup | 2000-04-15 | 1 | -29/+30 | ||
| | ||||||
* | doc some missing macros | 2000-04-15 | 2 | -4/+27 | ||
| | ||||||
* | link real names (uppercase) to queue.3 | 2000-03-28 | 1 | -24/+32 | ||
| | ||||||
* | Use proper KNF in code example; d@ | 2000-03-21 | 1 | -2/+2 | ||
| | ||||||
* | Various cleanups. | 2000-03-19 | 6 | -28/+45 | ||
| | ||||||
* | ie. -> i.e., | 2000-01-22 | 1 | -2/+2 | ||
| | ||||||
* | dlopen and dlsym take const char * parameters. | 1999-12-09 | 1 | -1/+1 | ||
| | | | | Fix prototypes, propagate const where applicable. | |||||
* | Add missing MLINKs | 1999-11-17 | 1 | -2/+3 | ||
| | ||||||
* | Document most of the new macros, | 1999-09-08 | 1 | -23/+257 | ||
| | | | | clarify structure comparison (from Free) | |||||
* | Document newer queue macros. | 1999-09-05 | 2 | -41/+329 | ||
| | ||||||
* | - remove all trailing whitespace | 1999-07-09 | 2 | -10/+10 | ||
| | | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||||
* | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | 1999-07-02 | 1 | -1/+1 | ||
| | ||||||
* | a start at fleshing this out | 1999-07-01 | 1 | -46/+116 | ||
| | ||||||
* | more .Os cleanup, remove some trailing whitespace, cleanse some .Nm | 1999-06-05 | 3 | -6/+8 | ||
| | ||||||
* | kill superfluous .Nm macro arguments | 1998-11-29 | 4 | -15/+7 | ||
| | ||||||
* | whoops | 1998-11-26 | 1 | -1/+3 | ||
| | ||||||
* | share/man/man3 man page repairs | 1998-11-25 | 6 | -110/+117 | ||
| | ||||||
* | remove white lie (not all libc_r fns are thread-safe) | 1998-11-20 | 1 | -1/+1 | ||
| | ||||||
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). | 1998-11-20 | 1 | -1/+8 | ||
| | | | | | | | | | | | | | All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||||
* | insert bit_ffc into title, symlink bit_* to bitstring.3 | 1998-10-08 | 2 | -0/+5 | ||
| | ||||||
* | More man page fixes. Particularly fix uses of it's/its, affect/effect, | 1998-09-07 | 3 | -7/+7 | ||
| | | | | | then/than and such. Other miscellaneous problems fixed across these source files. |