dashu 2008/07/25 12:56:52 PDT

DragonFly src repository

Modified files:
        sys/netinet     in_pcb.h ip6.h icmp6.h
        sys/netinet6    in6.h ip6_output.c ip6_var.h raw_ip6.c udp6_output.c
ip6_input.c route6.c

in6_pcb.c
        lib/libc/net    Makefile.inc rthdr.c
        crypto/telnet/telnet    commands.c
        sys/net/pf      pf_norm.c
        sbin/ping6      ping6.c
        lib/libcompat/4.3       rexec.c
        usr.bin/telnet  commands.c

Added new files:
        lib/libc/net    inet6_rth_space.3 inet6_opt_init.3

Log:
Google summer code project "RFC3542 support on DragonFlyBSD" related
codes. For more detail see the

document "The Design and implementation of RFC3542 support on
DragonFly BSD.pdf" in

http://leaf.dragonflybsd.org/~dhuang2/rfc3542/.

Revision        Changes         Path
1.24            +10 -3          src/sys/netinet/in_pcb.h
1.8             +56 -3          src/sys/netinet/ip6.h
1.8             +2 -0           src/sys/netinet/icmp6.h
1.11            +66 -8          src/sys/netinet6/in6.h
1.37            +1150 -245      src/sys/netinet6/ip6_output.c
1.13            +44 -3          src/sys/netinet6/ip6_var.h
1.27            +10 -2          src/sys/netinet6/raw_ip6.c
1.9             +4 -2           src/sys/netinet6/udp6_output.c
1.36            +57 -5          src/sys/netinet6/ip6_input.c
1.10            +2 -2           src/sys/netinet6/route6.c
1.35            +14 -0          src/sys/netinet6/in6_pcb.c
1.5             +14 -2          src/lib/libc/net/Makefile.inc
1.6             +157 -17        src/lib/libc/net/rthdr.c
1.3             +21 -2          src/crypto/telnet/telnet/commands.c
1.10            +0 -36          src/sys/net/pf/pf_norm.c
1.9             +20 -14         src/sbin/ping6/ping6.c
1.4             +147 -0         src/lib/libcompat/4.3/rexec.c
1.7             +21 -2          src/usr.bin/telnet/commands.c


Modified files:
http://leaf.dragonflybsd.org/~dhuang2/rfc3542/codes/in_pcb.h.diff
http://leaf.dragonflybsd.org/~dhuang2/rfc3542/codes/ip6.h.diff
http://leaf.dragonflybsd.org/~dhuang2/rfc3542/codes/icmp6.h.diff
http://leaf.dragonflybsd.org/~dhuang2/rfc3542/codes/in6.h.diff
http://leaf.dragonflybsd.org/~dhuang2/rfc3542/codes/ip6_output.c.diff
http://leaf.dragonflybsd.org/~dhuang2/rfc3542/codes/ip6_var.h.diff
http://leaf.dragonflybsd.org/~dhuang2/rfc3542/codes/raw_ip6.c.diff
http://leaf.dragonflybsd.org/~dhuang2/rfc3542/codes/udp6_output.c.diff
http://leaf.dragonflybsd.org/~dhuang2/rfc3542/codes/ip6_input.c.diff
http://leaf.dragonflybsd.org/~dhuang2/rfc3542/codes/route6.c.diff
http://leaf.dragonflybsd.org/~dhuang2/rfc3542/codes/in6_pcb.c.diff
http://leaf.dragonflybsd.org/~dhuang2/rfc3542/codes/Makefile.inc.diff
http://leaf.dragonflybsd.org/~dhuang2/rfc3542/codes/rthdr.c.diff
http://leaf.dragonflybsd.org/~dhuang2/rfc3542/codes/crypto.commands.c.diff      
(This is the diff file for src/crypto/telnet/telnet/commands.c)
http://leaf.dragonflybsd.org/~dhuang2/rfc3542/codes/pf_norm.c.diff
http://leaf.dragonflybsd.org/~dhuang2/rfc3542/codes/ping6.c.diff
http://leaf.dragonflybsd.org/~dhuang2/rfc3542/codes/rexec.c.diff
http://leaf.dragonflybsd.org/~dhuang2/rfc3542/codes/usr.bin.commands.c.diff     
(This is the diff file for src/usr.bin/telnet/commands.c)


Added new files:
http://leaf.dragonflybsd.org/~dhuang2/rfc3542/codes/inet6_rth_space.3
http://leaf.dragonflybsd.org/~dhuang2/rfc3542/codes/inet6_opt_init.3

Reply via email to