Up to [cvs.NetBSD.org] / src / sys / netinet6
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-1-5
Revision 1.32.4.6 / (download) - annotate - [select for diffs], Mon Dec 24 14:13:08 2001 UTC (19 years ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.32.4.5: +2 -1
lines
Diff to previous 1.32.4.5 (colored) to branchpoint 1.32 (colored) next main 1.33 (colored)
Pull up revision 1.38 (requested by jdolecek): Make sure we don't use an uninitialized pointer.
Revision 1.32.4.5 / (download) - annotate - [select for diffs], Mon Feb 26 15:58:18 2001 UTC (19 years, 10 months ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001
Changes since 1.32.4.4: +9 -1
lines
Diff to previous 1.32.4.4 (colored) to branchpoint 1.32 (colored)
Pull up revision 1.39 (requested by itojun): Workaround to avoid EMSGSIZE when ND6 table for outgoing interface is not initialized (should result in "interface down").
Revision 1.32.4.4 / (download) - annotate - [select for diffs], Mon Oct 30 22:36:33 2000 UTC (20 years, 2 months ago) by tv
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-5-BETA2
Changes since 1.32.4.3: +10 -2
lines
Diff to previous 1.32.4.3 (colored) to branchpoint 1.32 (colored)
Pullup 1.36 [itojun]: do not panic on "ifconfig inet6 fe80::1 -alias". from Todd Fries. KAME PR 295.
Revision 1.32.4.3 / (download) - annotate - [select for diffs], Fri Oct 6 07:00:37 2000 UTC (20 years, 3 months ago) by itojun
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-BETA
Changes since 1.32.4.2: +2 -22
lines
Diff to previous 1.32.4.2 (colored) to branchpoint 1.32 (colored)
pullup (approved by releng-1-5) move privilege check for SIOCSIFPHY* from in{,6}_control to ifioctl. fix privilege check mistakes (which allows non-root user to modify gif physical address in some cases). sync with kame. > cvs rdiff -r1.62 -r1.63 syssrc/sys/netinet/in.c > cvs rdiff -r1.34 -r1.35 syssrc/sys/netinet6/in6.c > cvs rdiff -r1.71 -r1.73 syssrc/sys/net/if.c
Revision 1.32.4.2 / (download) - annotate - [select for diffs], Fri Aug 18 06:38:46 2000 UTC (20 years, 5 months ago) by itojun
Branch: netbsd-1-5
Changes since 1.32.4.1: +4 -1
lines
Diff to previous 1.32.4.1 (colored) to branchpoint 1.32 (colored)
pullup (approved by releng-1-5) sys/netinet6/in6.c 1.33 -> 1.34 sys/netinet/in.c 1.61 -> 1.62 > inhibit error code from rtinit(). this happens when we try to assign > multiple addresses from same prefix, onto single interface. PR 10427.
Revision 1.32.4.1 / (download) - annotate - [select for diffs], Thu Jul 13 14:59:50 2000 UTC (20 years, 6 months ago) by itojun
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-ALPHA2
Changes since 1.32: +11 -5
lines
Diff to previous 1.32 (colored)
pullup 1.32 -> 1.33 (approved by releng-1-5) fatal bug fix from kame (rtentry refcnt goes negative if we play with IPv6 address/routing table too much). in6_ifloop_request() not to request rtrequest to return an rtentry except for the ADD operation, in order to avoid misdecreasing the refcnt (which might cause leak of rtentry)
Revision 1.32 / (download) - annotate - [select for diffs], Thu Apr 27 16:44:19 2000 UTC (20 years, 8 months ago) by itojun
Branch: MAIN
CVS Tags: netbsd-1-5-base,
minoura-xpg4dl-base,
minoura-xpg4dl
Branch point for: netbsd-1-5
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
misuse of free(ia) in #if 0'ed region. From: Lennart Augustsson <lennart@augustsson.net>