summaryrefslogtreecommitdiff
path: root/share/man/man3
AgeCommit message (Expand)Author
2008-06-10no more amd64_get_mtrr;Jason McIntyre
2008-05-23remove reference to amd64_vm86(2): although there is code and aJason McIntyre
2008-05-23- remove USER_LDT, it was never in a state where it would copile, nor willJasper Lievisse Adriaanse
2008-05-12Remove clauses 3 and 4 from the license to match the license onTodd C. Miller
2008-05-11Add RB_PROTOTYPE_STATIC, RB_GENERATE_STATIC, RB_PREV, RB_NFIND,Todd C. Miller
2008-03-31some missing bits; from Girish VenkatachalamJason McIntyre
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-15show the correct idiomTheo de Raadt
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
2007-12-24bool -> intOtto Moerbeek
2007-12-24some fixes from Girish Venkatachalam; as far as i can see, otto has alreadyJason McIntyre
2007-12-16fix TAILQ_PREV; from Girish VenkatachalamJason McIntyre
2007-10-21add libexpat; ok espieJason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-28various spelling correctionsDavid Krause
2006-07-28Explain the effect of the --export-dynamic link option on the visibilityKurt Miller
2006-07-26Sync with current behavior:Kurt Miller
2006-01-12remove headp stuff, which is unused;Jason McIntyre
2006-01-12add an example of a singly-linked list;Jason McIntyre
2006-01-11missing full stop; from ray laiJason McIntyre
2006-01-06fix typo; from ray lai;Jason McIntyre
2006-01-01missing article;Jason McIntyre
2005-12-31Fix edata and etext description, and clarify these are not variables;Miod Vallat
2005-12-19r.i.p. libresolvJason McIntyre
2005-10-27Avoid using queue internals in the examples, add a few rules toOtto Moerbeek
2005-07-04add a manpage describing the socket control message macros.Jared Yanovich
2005-04-18remove libcurses++Robert Nagy
2005-04-16Give a complete, working example how to use the tree macros. TheOtto Moerbeek
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