summaryrefslogtreecommitdiff
path: root/share/man/man3
AgeCommit message (Expand)Author
2010-05-26imsg stuff now in libutil;Jason McIntyre
2010-05-25libfrtbegin and libg2c are no longer in base;Jason McIntyre
2010-05-05Move the return values of RB_INSERT, RB_REMOVE, SPLAY_INSERT andNicholas Marriott
2010-02-20The .Ud macro must not have arguments, or it kills the build with mandoc(1).Ingo Schwarze
2010-02-18tweak from otto, which i managed to forget in the initial commit;Jason McIntyre
2010-02-18document offsetof; from Thomas PfaffJason McIntyre
2009-08-16replace ".Ar file ..." with ".Ar"; this macro does not need arguments either.Igor Sobrado
2009-03-01zap trailing whitespace;Jason McIntyre
2009-02-25fix examples of list deletion to not leak memory.Bob Beck
2009-01-28Document the return value of RB_INSERT in tree(3).Stefan Sperling
2009-01-28Document the difference between RB_FIND and RB_NFIND in tree(3).Stefan Sperling
2008-12-21fix example comparison function to work with large ranges of numbers. ok djm...Ted Unangst
2008-11-30fixes from Jacek Masiulaniec, tweaked by otto and myself;Jason McIntyre
2008-11-01- document libsndioJason McIntyre
2008-09-24Document dlclose() return value.Todd C. Miller
2008-09-09style(9) does not recommend sysexits, so don;t claim it does;Jason McIntyre
2008-08-26libbfd and libopcodes no longer built;Jason McIntyre
2008-07-27Get TAILQ_REPLACE and CIRCLEQ_REPLACE prototypes right.Stefan Kempf
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