Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | document libarm; | 2005-03-16 | 1 | -1/+9 | ||
| | | | | ok drahn@ deraadt@ | |||||
* | escape `.' at eol to avoid double spacing issue; | 2005-03-12 | 1 | -2/+2 | ||
| | ||||||
* | not a good idea to begin a sentence `...' in an nroff page; | 2005-03-07 | 1 | -3/+3 | ||
| | ||||||
* | Bug is fixed now. | 2005-03-07 | 1 | -5/+1 | ||
| | ||||||
* | dl_iterate_phdr man | 2005-01-30 | 2 | -3/+85 | ||
| | ||||||
* | typo | 2005-01-04 | 1 | -2/+2 | ||
| | ||||||
* | better kerberos/gssapi references; | 2004-11-26 | 1 | -4/+4 | ||
| | ||||||
* | correct a mistake in a code example; diff from Lawrence Teo; | 2004-08-16 | 1 | -2/+2 | ||
| | | | | henning says it's correct; | |||||
* | new sentence, new line; | 2004-08-12 | 1 | -3/+3 | ||
| | ||||||
* | add dladdr() support and add some 'standard' dlsym() support. | 2004-08-11 | 2 | -3/+98 | ||
| | | | | ok millert miod pval, grumble deraadt | |||||
* | passwd.conf has been deprecated since login.conf was imported. | 2004-07-13 | 1 | -2/+1 | ||
| | | | | Today it finally dies. Based on a diff from Gabriel Kihlman. | |||||
* | references to libmilter; | 2004-06-29 | 1 | -1/+9 | ||
| | ||||||
* | Sync man page with macros: | 2004-06-03 | 1 | -5/+5 | ||
| | | | | | | | - SIMPLEQ_INSERT_AFTER() takes 4 args (noticed by brad@ and jmc@) - SIMPLEQ_REMOVE_HEAD() has only 2 arguments ok jmc@ | |||||
* | swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD | 2004-04-08 | 1 | -3/+3 | ||
| | | | | | and NetBSD do. ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@ | |||||
* | add amd64 libs, and sync i386 stuff; | 2004-03-12 | 1 | -3/+12 | ||
| | | | | ok deraadt@ | |||||
* | typos; | 2004-02-17 | 1 | -3/+3 | ||
| | | | | from Maxim Tsyplakov; | |||||
* | help makewhatis produce correct entries. | 2004-02-09 | 1 | -6/+7 | ||
| | | | | okay deraadt@ | |||||
* | .Xr gcc-local 1; | 2004-01-29 | 1 | -1/+2 | ||
| | ||||||
* | use new .St macro; | 2004-01-25 | 1 | -2/+2 | ||
| | ||||||
* | Add SLIST_FOREACH_PREVPTR and SLIST_REMOVE_NEXT. SLIST_FOREACH_PREVPTR | 2003-12-16 | 1 | -1/+20 | ||
| | | | | | | | | 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@. | |||||
* | Fix pasto in SLIST_REMOVE synopsis; deraadt@ OK | 2003-12-05 | 1 | -2/+2 | ||
| | ||||||
* | correct errors in code examples; from Dries Schellekens; | 2003-11-05 | 1 | -10/+11 | ||
| | | | | ok niels@ | |||||
* | .Xr compress 3; | 2003-10-23 | 1 | -3/+4 | ||
| | ||||||
* | typos from Jared Yanovich, plus a few more independant -> independent; | 2003-10-23 | 1 | -5/+5 | ||
| | ||||||
* | dlerror(3) should clear _dl_errno; based on a patch from Bjorn Sandell. | 2003-09-25 | 1 | -1/+11 | ||
| | | | | Closes PR 3441; drahn@ OK | |||||
* | library update and description of lib formats; | 2003-08-27 | 1 | -95/+533 | ||
| | | | | corrections/suggestions millert@ | |||||
* | asn1, com_err, hdb, and kafs are now links to krb5; | 2003-07-25 | 1 | -7/+12 | ||
| | | | | ok hin@ | |||||
* | merge COMPATIBILITY; | 2003-06-03 | 1 | -8/+8 | ||
| | ||||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 6 | -36/+12 | ||
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | |||||
* | library update; | 2003-05-21 | 1 | -28/+29 | ||
| | | | | ok deraadt@ | |||||
* | typos; | 2003-05-20 | 4 | -31/+31 | ||
| | ||||||
* | Emphasize that TAILQ_FOREACH and TAILQ_FOREACH_REVERSE are the | 2003-05-17 | 1 | -15/+20 | ||
| | | | | | | | | | | 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@ | |||||
* | fix an example on SIMPLEQ_REMOVE_HEAD(); from cjeker@diehard.n-r-g.com | 2003-04-16 | 1 | -2/+2 | ||
| | ||||||
* | Use "np != NULL", not just "np" in TAILQ example for consistency | 2003-03-09 | 1 | -2/+2 | ||
| | | | | (and style(9)); from Pedro Bastos | |||||
* | fix a variety of missing or wrong MLINKS | 2003-02-20 | 1 | -3/+4 | ||
| | ||||||
* | replace references to libc_r with libpthread. Note that -pthread | 2003-01-20 | 1 | -9/+14 | ||
| | | | | should be used, not -lpthread. | |||||
* | s/TAIL_FIRST/TAILQ_FIRST/ | 2003-01-15 | 1 | -2/+2 | ||
| | ||||||
* | sync protos with dlfcn.h; prompted by niekze AT yahoo DOT com | 2002-12-30 | 1 | -3/+3 | ||
| | ||||||
* | document ALL the args to TAILQ_FOREACH_REVERSE | 2002-12-07 | 1 | -2/+2 | ||
| | ||||||
* | Clarify section on type promotion. This must be done by the programmer, | 2002-11-17 | 1 | -4/+9 | ||
| | | | | va_arg doesn't do it for you. pvalchev@ OK | |||||
* | Time to cleanup: | 2002-11-08 | 1 | -21/+27 | ||
| | | | | | | | | | | | | | 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 | |||||
* | Fix CIRCLEQ example; Hector A. Paterno | 2002-11-07 | 1 | -2/+2 | ||
| | ||||||
* | document va_copy; from NetBSD (kleink) | 2002-10-24 | 1 | -8/+44 | ||
| | ||||||
* | knf | 2002-07-20 | 1 | -2/+3 | ||
| | ||||||
* | Xr cleanup; seb@todesplanet.de | 2002-06-30 | 1 | -7/+5 | ||
| | ||||||
* | correct prototypes | 2002-06-12 | 1 | -5/+5 | ||
| | ||||||
* | document return values | 2002-06-11 | 1 | -1/+18 | ||
| | ||||||
* | add missing `entry' parameter to LIST_NEXT() in the list freeing example. | 2002-04-26 | 1 | -2/+2 | ||
| | | | | ok espie. | |||||
* | fix example showing how to properly free a tree; pointed out by dugsong@ | 2002-04-22 | 1 | -2/+5 | ||
| | ||||||
* | sync *_{MIN,MAX} synopsis with reality. ok provos@ | 2002-04-08 | 1 | -5/+5 | ||
| |