summaryrefslogtreecommitdiffstats
path: root/share/man/man3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* no more sectok;jmc2010-10-171-8/+2
|
* document the curses wide libraries, with help from nicm;jmc2010-09-121-2/+29
|
* imsg stuff now in libutil;jmc2010-05-261-2/+3
|
* libfrtbegin and libg2c are no longer in base;jmc2010-05-251-12/+2
| | | | confirmed by espie
* Move the return values of RB_INSERT, RB_REMOVE, SPLAY_INSERT andnicm2010-05-051-19/+15
| | | | | | | | | | SPLAY_REMOVE closer to whether the macros are documents rather than in a separate section. Also describe the actual return values of the remove macros. Tweaked version of a diff from Tim van der Molen. ok jmc henning
* The .Ud macro must not have arguments, or it kills the build with mandoc(1).schwarze2010-02-201-4/+3
| | | | | | | | | | Since this is the only page in our tree using the .Ud macro at all, just put the text verbatim as suggested by jmc@. Note that i have a vague suspicion that the whole sentence ("dlctl(3) is currently under development") might be a lie, but as i didn't receive feedback on that, i'm just fixing the formatting issue for now.
* tweak from otto, which i managed to forget in the initial commit;jmc2010-02-181-2/+4
|
* document offsetof; from Thomas Pfaffjmc2010-02-182-2/+46
| | | | ok kettenis millert otto
* replace ".Ar file ..." with ".Ar"; this macro does not need arguments either.sobrado2009-08-161-3/+3
|
* zap trailing whitespace;jmc2009-03-011-4/+4
|
* fix examples of list deletion to not leak memory.beck2009-02-251-8/+24
| | | | ok otto@ deraadt@ henning@ oga@
* Document the return value of RB_INSERT in tree(3).stsp2009-01-281-1/+6
| | | | wording fixes and ok henning@
* Document the difference between RB_FIND and RB_NFIND in tree(3).stsp2009-01-281-2/+7
| | | | | Added text was copied from comments found in sys/tree.h. "go ahead, if something's wrong with it, jmc will fix it" mcbride@
* fix example comparison function to work with large ranges of numbers. ok djm ottotedu2008-12-211-3/+3
|
* fixes from Jacek Masiulaniec, tweaked by otto and myself;jmc2008-11-301-9/+9
|
* - document libsndiojmc2008-11-011-36/+12
| | | | | - SEE ALSO is getting bigger and bigger, and less and less useful, so kill everything except references specific to the discussions in this page
* Document dlclose() return value.millert2008-09-241-2/+4
|
* style(9) does not recommend sysexits, so don;t claim it does;jmc2008-09-091-7/+5
| | | | | | | | | 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
* libbfd and libopcodes no longer built;jmc2008-08-261-14/+2
|
* Get TAILQ_REPLACE and CIRCLEQ_REPLACE prototypes right.stefan2008-07-271-4/+4
| | | | ok jaredy
* no more amd64_get_mtrr;jmc2008-06-101-4/+3
|
* remove reference to amd64_vm86(2): although there is code and ajmc2008-05-231-3/+2
| | | | man page, it doesn;t get built;
* - remove USER_LDT, it was never in a state where it would copile, nor willjasper2008-05-231-3/+2
| | | | | | | we support i386-compat mode on amd64. agreed by beck@, dlg@, kettenis@ ok deraadt@, tom@
* Remove clauses 3 and 4 from the license to match the license onmillert2008-05-121-7/+2
| | | | tree.h. OK'd by Niels.
* Add RB_PROTOTYPE_STATIC, RB_GENERATE_STATIC, RB_PREV, RB_NFIND,millert2008-05-112-22/+47
| | | | and RB_FOREACH_REVERSE from FreeBSD. OK deraadt@
* some missing bits; from Girish Venkatachalamjmc2008-03-312-25/+50
| | | | | | ok henning while here, clean up the queue MLINKS
* msg_controllen has to be CMSG_SPACE so that the kernel can account forderaadt2008-03-241-7/+6
| | | | | | | 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
* show the correct idiomderaadt2008-03-151-5/+7
|
* Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toderaadt2008-03-131-8/+18
| | | | an extensive discussion with otto, kettenis, millert, and hshoexer
* bool -> intotto2007-12-241-4/+4
|
* some fixes from Girish Venkatachalam; as far as i can see, otto has alreadyjmc2007-12-241-6/+8
| | | | ok'd this, but is obviously away in some winter wonderland...
* fix TAILQ_PREV; from Girish Venkatachalamjmc2007-12-161-2/+3
| | | | ok henning
* add libexpat; ok espiejmc2007-10-211-2/+6
|
* convert to new .Dd format;jmc2007-05-3111-22/+22
|
* various spelling correctionsdavid2007-02-281-2/+2
|
* Explain the effect of the --export-dynamic link option on the visibilitykurt2006-07-281-6/+7
| | | | | of the executable's symbols as well as improve the visibility paragraph a bit. okay drahn@
* Sync with current behavior:kurt2006-07-261-61/+108
| | | | | | | | | | - 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@
* remove headp stuff, which is unused;jmc2006-01-121-4/+1
| | | | diff from ray lai; ok otto
* add an example of a singly-linked list;jmc2006-01-121-1/+24
| | | | | from ray lai; tweaked by otto and myself; ok otto
* missing full stop; from ray laijmc2006-01-111-2/+2
|
* fix typo; from ray lai;jmc2006-01-061-2/+2
| | | | ok mbalmer millert krw
* missing article;jmc2006-01-011-2/+2
|
* Fix edata and etext description, and clarify these are not variables;miod2005-12-311-4/+4
| | | | from KUDO Takashi on bugs@, with tweaks from jmc@ and drahn@
* r.i.p. libresolvjmc2005-12-191-11/+1
| | | | ok pval
* Avoid using queue internals in the examples, add a few rules tootto2005-10-271-11/+29
| | | | | follow in the NOTES section and an extra example. ok deraadt@ jmc@ jaredy@
* add a manpage describing the socket control message macros.jaredy2005-07-042-3/+140
| | | | lots of help and ok millert, ok henning, jmc
* remove libcurses++robert2005-04-181-7/+1
| | | | ok miod@ millert@
* Give a complete, working example how to use the tree macros. Theotto2005-04-161-1/+75
| | | | | existing descripion is rather terse, and without an example it's hard to get going. ok millert@ mpech@ jmc@
* - document libgccjmc2005-03-221-12/+17
| | | | | | | | | - 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@
* no need for -compact;jmc2005-03-161-6/+2
|