Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | tweak the text on deprecated functions, after some help from tom; | 2006-12-09 | 1 | -6/+7 | |
| | |||||
* | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | 2006-12-09 | 1 | -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 jmc | 2005-01-11 | 1 | -6/+11 | |
| | |||||
* | tweaks; | 2005-01-06 | 1 | -18/+16 | |
| | |||||
* | IPv6 manpage, wrote from scratch. deraadt ok | 2005-01-06 | 1 | -0/+305 | |
| | |||||
* | remove manpages based on RFC. requested by deraadt | 2004-12-20 | 1 | -317/+0 | |
| | |||||
* | refer to RFCs consistently (RFC XXXX); | 2003-08-08 | 1 | -8/+8 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | - section reorder | 2003-05-30 | 1 | -7/+7 | |
| | | | | - macro cleanup | ||||
* | typos; | 2003-05-01 | 1 | -2/+2 | |
| | |||||
* | inet6 fixes from jmc@prioris.mini.pw.edu.pl | 2003-01-18 | 1 | -9/+5 | |
| | |||||
* | ok, tmac is now fixed | 2001-06-23 | 1 | -3/+5 | |
| | |||||
* | join .%A entries; most by bk@rt.fm | 2001-06-23 | 1 | -5/+3 | |
| | |||||
* | nroff fixes (correct Dt, linebreak). | 2000-05-17 | 1 | -7/+6 | |
| | |||||
* | Repairs, mostly removing hard sentence breaks. | 2000-04-18 | 1 | -4/+5 | |
| | |||||
* | Repair duplicate word occurences; (as found by a Perl script sent to us from | 2000-01-18 | 1 | -2/+2 | |
| | | | | Tom Christiansen <tchrist@perl.com>). | ||||
* | sync KAME rcsid. | 1999-12-12 | 1 | -2/+2 | |
| | |||||
* | inet6_rthdr_reverse() is not available yet. | 1999-12-12 | 1 | -1/+4 | |
| | |||||
* | add inet6_option_* and inet6_rthdr_*. | 1999-12-11 | 1 | -0/+322 | |
increase shlib minor. |