summaryrefslogtreecommitdiff
path: root/share/man/man3
AgeCommit message (Collapse)Author
2009-03-01zap trailing whitespace;Jason McIntyre
2009-02-25fix examples of list deletion to not leak memory.Bob Beck
ok otto@ deraadt@ henning@ oga@
2009-01-28Document the return value of RB_INSERT in tree(3).Stefan Sperling
wording fixes and ok henning@
2009-01-28Document the difference between RB_FIND and RB_NFIND in tree(3).Stefan Sperling
Added text was copied from comments found in sys/tree.h. "go ahead, if something's wrong with it, jmc will fix it" mcbride@
2008-12-21fix example comparison function to work with large ranges of numbers. ok ↵Ted Unangst
djm otto
2008-11-30fixes from Jacek Masiulaniec, tweaked by otto and myself;Jason McIntyre
2008-11-01- document libsndioJason McIntyre
- SEE ALSO is getting bigger and bigger, and less and less useful, so kill everything except references specific to the discussions in this page
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
also swap the style Xr for _exit(2); prodded by two PRs from FreeBSD, 127219 and 127220, submitted by Bruce Cran, though we've taken the opposite fix; help/ok otto
2008-08-26libbfd and libopcodes no longer built;Jason McIntyre
2008-07-27Get TAILQ_REPLACE and CIRCLEQ_REPLACE prototypes right.Stefan Kempf
ok jaredy
2008-06-10no more amd64_get_mtrr;Jason McIntyre
2008-05-23remove reference to amd64_vm86(2): although there is code and aJason McIntyre
man page, it doesn;t get built;
2008-05-23- remove USER_LDT, it was never in a state where it would copile, nor willJasper Lievisse Adriaanse
we support i386-compat mode on amd64. agreed by beck@, dlg@, kettenis@ ok deraadt@, tom@
2008-05-12Remove clauses 3 and 4 from the license to match the license onTodd C. Miller
tree.h. OK'd by Niels.
2008-05-11Add RB_PROTOTYPE_STATIC, RB_GENERATE_STATIC, RB_PREV, RB_NFIND,Todd C. Miller
and RB_FOREACH_REVERSE from FreeBSD. OK deraadt@
2008-03-31some missing bits; from Girish VenkatachalamJason McIntyre
ok henning while here, clean up the queue MLINKS
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis
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
an extensive discussion with otto, kettenis, millert, and hshoexer
2007-12-24bool -> intOtto Moerbeek
2007-12-24some fixes from Girish Venkatachalam; as far as i can see, otto has alreadyJason McIntyre
ok'd this, but is obviously away in some winter wonderland...
2007-12-16fix TAILQ_PREV; from Girish VenkatachalamJason McIntyre
ok henning
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
of the executable's symbols as well as improve the visibility paragraph a bit. okay drahn@
2006-07-26Sync with current behavior:Kurt Miller
- clarify how paths and parital shared library versions are treated with dlopen() - dlopen() mode parameter is supported now - describe how to use it. - describe how visiblity effects dlsym() with special handles - remove bugs section - formatting improvements With input from drahn@ and jmc@. okay drahn@, that's fine jmc@
2006-01-12remove headp stuff, which is unused;Jason McIntyre
diff from ray lai; ok otto
2006-01-12add an example of a singly-linked list;Jason McIntyre
from ray lai; tweaked by otto and myself; ok otto
2006-01-11missing full stop; from ray laiJason McIntyre
2006-01-06fix typo; from ray lai;Jason McIntyre
ok mbalmer millert krw
2006-01-01missing article;Jason McIntyre
2005-12-31Fix edata and etext description, and clarify these are not variables;Miod Vallat
from KUDO Takashi on bugs@, with tweaks from jmc@ and drahn@
2005-12-19r.i.p. libresolvJason McIntyre
ok pval
2005-10-27Avoid using queue internals in the examples, add a few rules toOtto Moerbeek
follow in the NOTES section and an extra example. ok deraadt@ jmc@ jaredy@
2005-07-04add a manpage describing the socket control message macros.Jared Yanovich
lots of help and ok millert, ok henning, jmc
2005-04-18remove libcurses++Robert Nagy
ok miod@ millert@
2005-04-16Give a complete, working example how to use the tree macros. TheOtto Moerbeek
existing descripion is rather terse, and without an example it's hard to get going. ok millert@ mpech@ jmc@
2005-03-22- document libgccJason McIntyre
- document libsupc++ - libmmalloc no more (checked w/ kettenis) - note that users do not normally need to link w/ the following libs: libgcc/libpthread/libstc++/libsupc++ most of the text from espie@
2005-03-16no need for -compact;Jason McIntyre
2005-03-16document libarm;Jason McIntyre
ok drahn@ deraadt@
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
henning says it's correct;
2004-08-12new sentence, new line;Jason McIntyre