|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
CVS: cvs.openbsd.org: src
From: Jun-ichiro itojun Hagino (itojun
cvs.openbsd.org)
Date: Fri Dec 08 2006 - 19:12:28 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: itojun
cvs.openbsd.org 2006/12/08 18:12:28
Modified files:
lib/libc : shlib_version
sys/netinet : in_pcb.h ip6.h udp_usrreq.c
sys/netinet6 : icmp6.c in6.h in6_src.c ip6_input.c
ip6_output.c ip6_var.h mld6.c raw_ip6.c
route6.c udp6_output.c
usr.sbin/tcpdump: print-ip6opts.c
lib/libc/net : Makefile.inc inet6_option_space.3
inet6_rthdr_space.3 ip6opt.c rthdr.c
Added files:
lib/libc/net : inet6_opt_init.3 inet6_rth_space.3
Log message:
switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).
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.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]