Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | no more sectok; | 2010-10-17 | 1 | -8/+2 | ||
| | ||||||
* | document the curses wide libraries, with help from nicm; | 2010-09-12 | 1 | -2/+29 | ||
| | ||||||
* | imsg stuff now in libutil; | 2010-05-26 | 1 | -2/+3 | ||
| | ||||||
* | libfrtbegin and libg2c are no longer in base; | 2010-05-25 | 1 | -12/+2 | ||
| | | | | confirmed by espie | |||||
* | Move the return values of RB_INSERT, RB_REMOVE, SPLAY_INSERT and | 2010-05-05 | 1 | -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). | 2010-02-20 | 1 | -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; | 2010-02-18 | 1 | -2/+4 | ||
| | ||||||
* | document offsetof; from Thomas Pfaff | 2010-02-18 | 2 | -2/+46 | ||
| | | | | ok kettenis millert otto | |||||
* | replace ".Ar file ..." with ".Ar"; this macro does not need arguments either. | 2009-08-16 | 1 | -3/+3 | ||
| | ||||||
* | zap trailing whitespace; | 2009-03-01 | 1 | -4/+4 | ||
| | ||||||
* | fix examples of list deletion to not leak memory. | 2009-02-25 | 1 | -8/+24 | ||
| | | | | ok otto@ deraadt@ henning@ oga@ | |||||
* | Document the return value of RB_INSERT in tree(3). | 2009-01-28 | 1 | -1/+6 | ||
| | | | | wording fixes and ok henning@ | |||||
* | Document the difference between RB_FIND and RB_NFIND in tree(3). | 2009-01-28 | 1 | -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 otto | 2008-12-21 | 1 | -3/+3 | ||
| | ||||||
* | fixes from Jacek Masiulaniec, tweaked by otto and myself; | 2008-11-30 | 1 | -9/+9 | ||
| | ||||||
* | - document libsndio | 2008-11-01 | 1 | -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. | 2008-09-24 | 1 | -2/+4 | ||
| | ||||||
* | style(9) does not recommend sysexits, so don;t claim it does; | 2008-09-09 | 1 | -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; | 2008-08-26 | 1 | -14/+2 | ||
| | ||||||
* | Get TAILQ_REPLACE and CIRCLEQ_REPLACE prototypes right. | 2008-07-27 | 1 | -4/+4 | ||
| | | | | ok jaredy | |||||
* | no more amd64_get_mtrr; | 2008-06-10 | 1 | -4/+3 | ||
| | ||||||
* | remove reference to amd64_vm86(2): although there is code and a | 2008-05-23 | 1 | -3/+2 | ||
| | | | | man page, it doesn;t get built; | |||||
* | - remove USER_LDT, it was never in a state where it would copile, nor will | 2008-05-23 | 1 | -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 on | 2008-05-12 | 1 | -7/+2 | ||
| | | | | tree.h. OK'd by Niels. | |||||
* | Add RB_PROTOTYPE_STATIC, RB_GENERATE_STATIC, RB_PREV, RB_NFIND, | 2008-05-11 | 2 | -22/+47 | ||
| | | | | and RB_FOREACH_REVERSE from FreeBSD. OK deraadt@ | |||||
* | some missing bits; from Girish Venkatachalam | 2008-03-31 | 2 | -25/+50 | ||
| | | | | | | ok henning while here, clean up the queue MLINKS | |||||
* | msg_controllen has to be CMSG_SPACE so that the kernel can account for | 2008-03-24 | 1 | -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 idiom | 2008-03-15 | 1 | -5/+7 | ||
| | ||||||
* | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | 2008-03-13 | 1 | -8/+18 | ||
| | | | | an extensive discussion with otto, kettenis, millert, and hshoexer | |||||
* | bool -> int | 2007-12-24 | 1 | -4/+4 | ||
| | ||||||
* | some fixes from Girish Venkatachalam; as far as i can see, otto has already | 2007-12-24 | 1 | -6/+8 | ||
| | | | | ok'd this, but is obviously away in some winter wonderland... | |||||
* | fix TAILQ_PREV; from Girish Venkatachalam | 2007-12-16 | 1 | -2/+3 | ||
| | | | | ok henning | |||||
* | add libexpat; ok espie | 2007-10-21 | 1 | -2/+6 | ||
| | ||||||
* | convert to new .Dd format; | 2007-05-31 | 11 | -22/+22 | ||
| | ||||||
* | various spelling corrections | 2007-02-28 | 1 | -2/+2 | ||
| | ||||||
* | Explain the effect of the --export-dynamic link option on the visibility | 2006-07-28 | 1 | -6/+7 | ||
| | | | | | of the executable's symbols as well as improve the visibility paragraph a bit. okay drahn@ | |||||
* | Sync with current behavior: | 2006-07-26 | 1 | -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; | 2006-01-12 | 1 | -4/+1 | ||
| | | | | diff from ray lai; ok otto | |||||
* | add an example of a singly-linked list; | 2006-01-12 | 1 | -1/+24 | ||
| | | | | | from ray lai; tweaked by otto and myself; ok otto | |||||
* | missing full stop; from ray lai | 2006-01-11 | 1 | -2/+2 | ||
| | ||||||
* | fix typo; from ray lai; | 2006-01-06 | 1 | -2/+2 | ||
| | | | | ok mbalmer millert krw | |||||
* | missing article; | 2006-01-01 | 1 | -2/+2 | ||
| | ||||||
* | Fix edata and etext description, and clarify these are not variables; | 2005-12-31 | 1 | -4/+4 | ||
| | | | | from KUDO Takashi on bugs@, with tweaks from jmc@ and drahn@ | |||||
* | r.i.p. libresolv | 2005-12-19 | 1 | -11/+1 | ||
| | | | | ok pval | |||||
* | Avoid using queue internals in the examples, add a few rules to | 2005-10-27 | 1 | -11/+29 | ||
| | | | | | follow in the NOTES section and an extra example. ok deraadt@ jmc@ jaredy@ | |||||
* | add a manpage describing the socket control message macros. | 2005-07-04 | 2 | -3/+140 | ||
| | | | | lots of help and ok millert, ok henning, jmc | |||||
* | remove libcurses++ | 2005-04-18 | 1 | -7/+1 | ||
| | | | | ok miod@ millert@ | |||||
* | Give a complete, working example how to use the tree macros. The | 2005-04-16 | 1 | -1/+75 | ||
| | | | | | existing descripion is rather terse, and without an example it's hard to get going. ok millert@ mpech@ jmc@ | |||||
* | - document libgcc | 2005-03-22 | 1 | -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; | 2005-03-16 | 1 | -6/+2 | ||
| |