Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | ||
| | ||||||
* | document libarm; | 2005-03-16 | 1 | -1/+9 | ||
| | | | | ok drahn@ deraadt@ | |||||
* | escape `.' at eol to avoid double spacing issue; | 2005-03-12 | 1 | -2/+2 | ||
| | ||||||
* | not a good idea to begin a sentence `...' in an nroff page; | 2005-03-07 | 1 | -3/+3 | ||
| | ||||||
* | Bug is fixed now. | 2005-03-07 | 1 | -5/+1 | ||
| | ||||||
* | dl_iterate_phdr man | 2005-01-30 | 2 | -3/+85 | ||
| | ||||||
* | typo | 2005-01-04 | 1 | -2/+2 | ||
| | ||||||
* | better kerberos/gssapi references; | 2004-11-26 | 1 | -4/+4 | ||
| | ||||||
* | correct a mistake in a code example; diff from Lawrence Teo; | 2004-08-16 | 1 | -2/+2 | ||
| | | | | henning says it's correct; | |||||
* | new sentence, new line; | 2004-08-12 | 1 | -3/+3 | ||
| | ||||||
* | add dladdr() support and add some 'standard' dlsym() support. | 2004-08-11 | 2 | -3/+98 | ||
| | | | | ok millert miod pval, grumble deraadt | |||||
* | passwd.conf has been deprecated since login.conf was imported. | 2004-07-13 | 1 | -2/+1 | ||
| | | | | Today it finally dies. Based on a diff from Gabriel Kihlman. | |||||
* | references to libmilter; | 2004-06-29 | 1 | -1/+9 | ||
| | ||||||
* | Sync man page with macros: | 2004-06-03 | 1 | -5/+5 | ||
| | | | | | | | - SIMPLEQ_INSERT_AFTER() takes 4 args (noticed by brad@ and jmc@) - SIMPLEQ_REMOVE_HEAD() has only 2 arguments ok jmc@ | |||||
* | swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD | 2004-04-08 | 1 | -3/+3 | ||
| | | | | | and NetBSD do. ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@ | |||||
* | add amd64 libs, and sync i386 stuff; | 2004-03-12 | 1 | -3/+12 | ||
| | | | | ok deraadt@ | |||||
* | typos; | 2004-02-17 | 1 | -3/+3 | ||
| | | | | from Maxim Tsyplakov; | |||||
* | help makewhatis produce correct entries. | 2004-02-09 | 1 | -6/+7 | ||
| | | | | okay deraadt@ | |||||
* | .Xr gcc-local 1; | 2004-01-29 | 1 | -1/+2 | ||
| | ||||||
* | use new .St macro; | 2004-01-25 | 1 | -2/+2 | ||
| |