summaryrefslogtreecommitdiff
path: root/share/man/man3
AgeCommit message (Expand)Author
2005-03-22- document libgccJason McIntyre
2005-03-16no need for -compact;Jason McIntyre
2005-03-16document libarm;Jason McIntyre
2005-03-12escape `.' at eol to avoid double spacing issue;Jason McIntyre
2005-03-07not a good idea to begin a sentence `...' in an nroff page;Jason McIntyre
2005-03-07Bug is fixed now.Mark Kettenis
2005-01-30dl_iterate_phdr manMark Kettenis
2005-01-04typoJared Yanovich
2004-11-26better kerberos/gssapi references;Jason McIntyre
2004-08-16correct a mistake in a code example; diff from Lawrence Teo;Jason McIntyre
2004-08-12new sentence, new line;Jason McIntyre
2004-08-11add dladdr() support and add some 'standard' dlsym() support.Dale Rahn
2004-07-13passwd.conf has been deprecated since login.conf was imported.Todd C. Miller
2004-06-29references to libmilter;Jason McIntyre
2004-06-03Sync man page with macros:Jean-Francois Brousseau
2004-04-08swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSDHenning Brauer
2004-03-12add amd64 libs, and sync i386 stuff;Jason McIntyre
2004-02-17typos;Jason McIntyre
2004-02-09help makewhatis produce correct entries.Marc Espie
2004-01-29.Xr gcc-local 1;Jason McIntyre
2004-01-25use new .St macro;Jason McIntyre
2003-12-16Add SLIST_FOREACH_PREVPTR and SLIST_REMOVE_NEXT. SLIST_FOREACH_PREVPTRTodd C. Miller
2003-12-05Fix pasto in SLIST_REMOVE synopsis; deraadt@ OKTodd C. Miller
2003-11-05correct errors in code examples; from Dries Schellekens;Jason McIntyre
2003-10-23.Xr compress 3;Jason McIntyre
2003-10-23typos from Jared Yanovich, plus a few more independant -> independent;Jason McIntyre
2003-09-25dlerror(3) should clear _dl_errno; based on a patch from Bjorn Sandell.Todd C. Miller
2003-08-27library update and description of lib formats;Jason McIntyre
2003-07-25asn1, com_err, hdb, and kafs are now links to krb5;Jason McIntyre
2003-06-03merge COMPATIBILITY;Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-21library update;Jason McIntyre
2003-05-20typos;Jason McIntyre
2003-05-17Emphasize that TAILQ_FOREACH and TAILQ_FOREACH_REVERSE are theKenneth R Westerback
2003-04-16fix an example on SIMPLEQ_REMOVE_HEAD(); from cjeker@diehard.n-r-g.comMichael Shalayeff
2003-03-09Use "np != NULL", not just "np" in TAILQ example for consistencyTodd C. Miller
2003-02-20fix a variety of missing or wrong MLINKSTheo de Raadt
2003-01-20replace references to libc_r with libpthread. Note that -pthreadMarco S Hyman
2003-01-15s/TAIL_FIRST/TAILQ_FIRST/Todd C. Miller
2002-12-30sync protos with dlfcn.h; prompted by niekze AT yahoo DOT comTodd C. Miller
2002-12-07document ALL the args to TAILQ_FOREACH_REVERSEMarco S Hyman
2002-11-17Clarify section on type promotion. This must be done by the programmer,Todd C. Miller
2002-11-08Time to cleanup:Mike Pechkin
2002-11-07Fix CIRCLEQ example; Hector A. PaternoTodd C. Miller
2002-10-24document va_copy; from NetBSD (kleink)Todd C. Miller
2002-07-20knfTheo de Raadt
2002-06-30Xr cleanup; seb@todesplanet.deTheo de Raadt
2002-06-12correct prototypesNiels Provos
2002-06-11document return valuesNiels Provos
2002-04-26add missing `entry' parameter to LIST_NEXT() in the list freeing example.Wilbern Cobb