Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-12 | new sentence, new line; | Jason McIntyre | |
2004-08-11 | add dladdr() support and add some 'standard' dlsym() support. | Dale Rahn | |
ok millert miod pval, grumble deraadt | |||
2004-07-13 | passwd.conf has been deprecated since login.conf was imported. | Todd C. Miller | |
Today it finally dies. Based on a diff from Gabriel Kihlman. | |||
2004-06-29 | references to libmilter; | Jason McIntyre | |
2004-06-03 | Sync man page with macros: | Jean-Francois Brousseau | |
- SIMPLEQ_INSERT_AFTER() takes 4 args (noticed by brad@ and jmc@) - SIMPLEQ_REMOVE_HEAD() has only 2 arguments ok jmc@ | |||
2004-04-08 | swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD | Henning Brauer | |
and NetBSD do. ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@ | |||
2004-03-12 | add amd64 libs, and sync i386 stuff; | Jason McIntyre | |
ok deraadt@ | |||
2004-02-17 | typos; | Jason McIntyre | |
from Maxim Tsyplakov; | |||
2004-02-09 | help makewhatis produce correct entries. | Marc Espie | |
okay deraadt@ | |||
2004-01-29 | .Xr gcc-local 1; | Jason McIntyre | |
2004-01-25 | use new .St macro; | Jason McIntyre | |
2003-12-16 | Add SLIST_FOREACH_PREVPTR and SLIST_REMOVE_NEXT. SLIST_FOREACH_PREVPTR | Todd C. Miller | |
is like SLIST_FOREACH but it saves a pointer to the previous element. SLIST_REMOVE_NEXT will remove the element *after* the one passed in. SLIST_FOREACH_PREVPTR is from FreeBSD; SLIST_REMOVE_NEXT was suggested by canacar@; man page additions by yours truly. OK deraadt@ (grudgingly) and man page changes OK jmc@. | |||
2003-12-05 | Fix pasto in SLIST_REMOVE synopsis; deraadt@ OK | Todd C. Miller | |
2003-11-05 | correct errors in code examples; from Dries Schellekens; | Jason McIntyre | |
ok niels@ | |||
2003-10-23 | .Xr compress 3; | Jason McIntyre | |
2003-10-23 | typos from Jared Yanovich, plus a few more independant -> independent; | Jason McIntyre | |
2003-09-25 | dlerror(3) should clear _dl_errno; based on a patch from Bjorn Sandell. | Todd C. Miller | |
Closes PR 3441; drahn@ OK | |||
2003-08-27 | library update and description of lib formats; | Jason McIntyre | |
corrections/suggestions millert@ | |||
2003-07-25 | asn1, com_err, hdb, and kafs are now links to krb5; | Jason McIntyre | |
ok hin@ | |||
2003-06-03 | merge COMPATIBILITY; | Jason McIntyre | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-21 | library update; | Jason McIntyre | |
ok deraadt@ | |||
2003-05-20 | typos; | Jason McIntyre | |
2003-05-17 | Emphasize that TAILQ_FOREACH and TAILQ_FOREACH_REVERSE are the | Kenneth R Westerback | |
preferred ways to traverse a list. Use TAILQ_FOREACH in a forward traversal example. Use correct number of parameters for TAILQ_FOREACH_REVERSE as pointed out by Markus. ok henning@ jmc@ markus@ | |||
2003-04-16 | fix an example on SIMPLEQ_REMOVE_HEAD(); from cjeker@diehard.n-r-g.com | Michael Shalayeff | |
2003-03-09 | Use "np != NULL", not just "np" in TAILQ example for consistency | Todd C. Miller | |
(and style(9)); from Pedro Bastos | |||
2003-02-20 | fix a variety of missing or wrong MLINKS | Theo de Raadt | |
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 |