Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-20 | replace references to libc_r with libpthread. Note that -pthread | Marco S Hyman | |
should be used, not -lpthread. | |||
2003-01-15 | s/TAIL_FIRST/TAILQ_FIRST/ | Todd C. Miller | |
2002-12-30 | sync protos with dlfcn.h; prompted by niekze AT yahoo DOT com | Todd C. Miller | |
2002-12-07 | document ALL the args to TAILQ_FOREACH_REVERSE | Marco S Hyman | |
2002-11-17 | Clarify section on type promotion. This must be done by the programmer, | Todd C. Miller | |
va_arg doesn't do it for you. pvalchev@ OK | |||
2002-11-08 | Time to cleanup: | Mike Pechkin | |
o) start new sentence on a new line; o) wrap long lines; o) don't use .Pp before/after .Sh, .Ss; o) OpenBSD -> .Ox; o) typos; o) close .Rs; o) use space between arguments in tag, for example: .Xr blabla ) . miod@ ok | |||
2002-11-07 | Fix CIRCLEQ example; Hector A. Paterno | Todd C. Miller | |
2002-10-24 | document va_copy; from NetBSD (kleink) | Todd C. Miller | |
2002-07-20 | knf | Theo de Raadt | |
2002-06-30 | Xr cleanup; seb@todesplanet.de | Theo de Raadt | |
2002-06-12 | correct prototypes | Niels Provos | |
2002-06-11 | document return values | Niels Provos | |
2002-04-26 | add missing `entry' parameter to LIST_NEXT() in the list freeing example. | Wilbern Cobb | |
ok espie. | |||
2002-04-22 | fix example showing how to properly free a tree; pointed out by dugsong@ | Niels Provos | |
2002-04-08 | sync *_{MIN,MAX} synopsis with reality. ok provos@ | Dug Song | |
2002-03-25 | document the {SPLAY,RB}_INITIALIZER and {SPLAY,RB}_EMPTY() macros | Mike Frantzen | |
2002-03-19 | Free/tree typos. | Vincent Labrecque | |
ok provos@ | |||
2002-02-24 | tree.3 and links | Niels Provos | |
2002-02-24 | queue.h like implementation of splay and red-black trees | Niels Provos | |
2002-02-24 | Fix TAILQ_NEXT() example. First param is listelm, not head. | Kenneth R Westerback | |
2002-02-03 | document SLIST_REMOVE; vedge@csoft.org (pr2373) | Jason Wright | |
2001-11-13 | o) Fix bogus .Xr usage; | Mike Pechkin | |
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; | |||
2001-08-22 | "This section" and variants ==> 'The manual pages in section x' | Heikki Korpela | |
in intro manual pages to hopefully confuse users a little bit less aaron@ ok | |||
2001-08-13 | - Note that unpromoted types should not be passed to va_arg | Heikki Korpela | |
(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@ | |||
2001-08-03 | o) We don't like .Pp before/after .Sh; | Mike Pechkin | |
o) .Nm always has argument in .Sh SYNOPSIS; o) We always closes .Bl and .Bd tags; millert@ ok | |||
2001-08-02 | add lost .Nm entry to .Sh NAME; | Mike Pechkin | |
millert@ ok. | |||
2001-08-02 | remove unnecessary MLINK entry mentioned twice. | Mike Pechkin | |
millert@ ok. | |||
2001-07-31 | more Xr completions | Theo de Raadt | |
2001-06-23 | Document LIST_REPLACE() | Angelos D. Keromytis | |
2001-05-24 | Stay within 80 column boundary. | Aaron Campbell | |
2001-05-18 | Typo; karma@altern.org | Aaron Campbell | |
2001-03-01 | A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sitting | Aaron Campbell | |
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was frozen at that time. | |||
2001-01-24 | Grammar: somewhere -> sometime | Aaron Campbell | |
2001-01-24 | Fix a few mdoc/formatting nits. | Aaron Campbell | |
2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least | Aaron Campbell | |
this is consistent. | |||
2000-12-14 | cleanup tailq examples | Niels Provos | |
2000-11-21 | Fix. | Angelos D. Keromytis | |
2000-11-21 | TAILQ_PREV documented wrong; horape@tinuviel.compendium.net.ar | Theo de Raadt | |
2000-11-10 | .Sh AUTHOR -> AUTHORS, ok aaron@ | Todd T. Fries | |
2000-10-26 | Some share/man fleshing. | Aaron Campbell | |
2000-10-13 | Remove unwanted trailing whitespace. | Aaron Campbell | |
2000-05-25 | rename rtld(1) to ld.so(1) | Theo de Raadt | |
2000-04-26 | Add sysexits(3) as referenced by style(9) from FreeBSD. This is basically | Todd C. Miller | |
just the comments from sysexits.h | |||
2000-04-25 | Missing MLINKS | Marc Espie | |
2000-04-15 | misc cleanup | Theo de Raadt | |
2000-04-15 | doc some missing macros | Theo de Raadt | |
2000-03-28 | link real names (uppercase) to queue.3 | Theo de Raadt | |
2000-03-21 | Use proper KNF in code example; d@ | Aaron Campbell | |
2000-03-19 | Various cleanups. | Aaron Campbell | |
2000-01-22 | ie. -> i.e., | Aaron Campbell | |