summaryrefslogtreecommitdiffstats
path: root/share/man/man3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* document libarm;jmc2005-03-161-1/+9
| | | | ok drahn@ deraadt@
* escape `.' at eol to avoid double spacing issue;jmc2005-03-121-2/+2
|
* not a good idea to begin a sentence `...' in an nroff page;jmc2005-03-071-3/+3
|
* Bug is fixed now.kettenis2005-03-071-5/+1
|
* dl_iterate_phdr mankettenis2005-01-302-3/+85
|
* typojaredy2005-01-041-2/+2
|
* better kerberos/gssapi references;jmc2004-11-261-4/+4
|
* correct a mistake in a code example; diff from Lawrence Teo;jmc2004-08-161-2/+2
| | | | henning says it's correct;
* new sentence, new line;jmc2004-08-121-3/+3
|
* add dladdr() support and add some 'standard' dlsym() support.drahn2004-08-112-3/+98
| | | | ok millert miod pval, grumble deraadt
* passwd.conf has been deprecated since login.conf was imported.millert2004-07-131-2/+1
| | | | Today it finally dies. Based on a diff from Gabriel Kihlman.
* references to libmilter;jmc2004-06-291-1/+9
|
* Sync man page with macros:jfb2004-06-031-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 FreeBSDhenning2004-04-081-3/+3
| | | | | and NetBSD do. ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@
* add amd64 libs, and sync i386 stuff;jmc2004-03-121-3/+12
| | | | ok deraadt@
* typos;jmc2004-02-171-3/+3
| | | | from Maxim Tsyplakov;
* help makewhatis produce correct entries.espie2004-02-091-6/+7
| | | | okay deraadt@
* .Xr gcc-local 1;jmc2004-01-291-1/+2
|
* use new .St macro;jmc2004-01-251-2/+2
|