cvs commit: src/sys/netinet6 icmp6.c in6.c in6_ifattach.c nd6.c
nd6_nbr.c nd6_rtr.c
SUZUKI Shinsuke
suz at FreeBSD.org
Sun Dec 25 04:15:15 PST 2005
suz 2005-12-25 12:15:14 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/netinet6 icmp6.c in6.c in6_ifattach.c nd6.c
nd6_nbr.c nd6_rtr.c
Log:
MFC the following KAME sync work.
- fixed typos
- improved some comment descriptions
- use NULL, instead of 0, to denote a NULL pointer
- avoid embedding a magic number in the code
- use nd6log() instead of log() to record NDP-specific logs
- nuked an unnecessay white space
Revision Path
1.67 src/sys/netinet6/icmp6.c
1.55 src/sys/netinet6/in6.c
1.29 src/sys/netinet6/in6_ifattach.c
1.56 src/sys/netinet6/nd6.c
1.35 src/sys/netinet6/nd6_nbr.c
1.29 src/sys/netinet6/nd6_rtr.c
Revision Changes Path
1.62.2.4 +3 -1 src/sys/netinet6/icmp6.c
1.51.2.5 +19 -24 src/sys/netinet6/in6.c
1.26.2.4 +10 -10 src/sys/netinet6/in6_ifattach.c
1.48.2.9 +43 -44 src/sys/netinet6/nd6.c
1.29.2.7 +13 -13 src/sys/netinet6/nd6_nbr.c
1.26.2.3 +4 -4 src/sys/netinet6/nd6_rtr.c
More information about the cvs-src
mailing list