Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | itojun | 2006-12-09 | 1 | -1/+226 |
| | | | | | | | | | | 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. | ||||
* | return is not a function. (cosmetic) | itojun | 2006-12-08 | 1 | -28/+28 |
| | |||||
* | ansify. ok deraadt@ moritz@ | otto | 2005-03-25 | 1 | -29/+12 |
| | |||||
* | add inet6_option_* and inet6_rthdr_*. | itojun | 1999-12-11 | 1 | -0/+388 |
increase shlib minor. |