summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/inet6_option_space.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* tweak the text on deprecated functions, after some help from tom;jmc2006-12-091-6/+7
|
* switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).itojun2006-12-091-1/+6
| | | | | | | | | | the kernel still handles RFC2292 set/getsockopts, so that compiled binary has no trouble running. userland sees RFC3542 symbols only on header file so new code has to use RFC3542 API. bump libc shlib minor for function additions. tested on i386/amd64 by jmc, i386 by brad. checked by deraadt.
* more minor tweaks, ok jmcjaredy2005-01-111-12/+15
|
* clarify a sentence;jmc2005-01-071-5/+7
| | | | from george v. neville-neil, via itojun@
* tweaks;jmc2005-01-061-32/+31
|
* IPv6 manpage, wrote from scratch. deraadt okitojun2005-01-061-0/+434
|
* remove manpages based on RFC. requested by deraadtitojun2004-12-201-444/+0
|
* refer to RFCs consistently (RFC XXXX);jmc2003-08-081-8/+8
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* - section reorderjmc2003-05-301-8/+8
| | | | - macro cleanup
* typos;jmc2003-05-011-3/+3
|
* inet6 fixes from jmc@prioris.mini.pw.edu.plderaadt2003-01-181-12/+8
|
* ok, tmac is now fixedderaadt2001-06-231-3/+5
|
* join .%A entries; most by bk@rt.fmderaadt2001-06-231-5/+3
|
* nroff fixes (correct Dt, linebreak).itojun2000-05-171-4/+2
|
* Mostly punctuation fixes.aaron2000-04-151-3/+5
|
* Trailing whitespace begone!aaron2000-04-121-3/+3
|
* typoderaadt2000-03-281-2/+2
|
* Repair duplicate word occurences; (as found by a Perl script sent to us fromaaron2000-01-181-2/+2
| | | | Tom Christiansen <tchrist@perl.com>).
* add inet6_option_* and inet6_rthdr_*.itojun1999-12-111-0/+452
increase shlib minor.