OpenBSD CVS

CVS log for src/sys/netinet6/Attic/in6_prefix.c


[BACK] Up to [local] / src / sys / netinet6

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.5.2.5, Fri Mar 28 00:41:29 2003 UTC (21 years, 2 months ago) by niklas
Branch: SMP
Changes since 1.5.2.4: +1 -1 lines
FILE REMOVED

Sync the SMP branch with 3.3

Revision 1.12.4.1, Tue Jun 11 03:31:37 2002 UTC (22 years ago) by art
Branch: UBC
Changes since 1.12: +1 -1 lines
FILE REMOVED

Sync UBC branch to -current

Revision 1.14, Sat Jun 8 21:22:02 2002 UTC (22 years ago) by itojun
Branch: MAIN
CVS Tags: UBC_SYNC_B, UBC_SYNC_A, SMP_SYNC_B, SMP_SYNC_A, HEAD
Changes since 1.13: +1 -1 lines
FILE REMOVED

sync with latest KAME in6_ifaddr/prefix/default router manipulation.
behavior changes:
- two iocts used by ndp(8) are now obsolete (backward compat provided).
  use sysctl path instead.
- lo0 does not get ::1 automatically.  it will get ::1 when lo0 comes up.

Revision 1.5.2.4 / (download) - annotate - [select for diffs], Thu Mar 28 14:56:46 2002 UTC (22 years, 2 months ago) by niklas
Branch: SMP
Changes since 1.5.2.3: +8 -8 lines
Diff to previous 1.5.2.3 (colored) to branchpoint 1.5 (colored)

Merge in -current from roughly a week ago

Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 14 01:27:12 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.12: +8 -8 lines
Diff to previous 1.12 (colored)

First round of __P removal in sys

Revision 1.5.2.3 / (download) - annotate - [select for diffs], Wed Oct 31 03:29:04 2001 UTC (22 years, 7 months ago) by nate
Branch: SMP
Changes since 1.5.2.2: +2 -2 lines
Diff to previous 1.5.2.2 (colored) to branchpoint 1.5 (colored)

Sync the SMP branch to something just after 3.0

Revision 1.12 / (download) - annotate - [select for diffs], Fri Aug 24 16:57:33 2001 UTC (22 years, 9 months ago) by brian
Branch: MAIN
CVS Tags: UBC_BASE, OPENBSD_3_0_BASE, OPENBSD_3_0
Branch point for: UBC
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Add a missing space

Revision 1.5.2.2 / (download) - annotate - [select for diffs], Wed Jul 4 10:55:21 2001 UTC (22 years, 11 months ago) by niklas
Branch: SMP
Changes since 1.5.2.1: +2 -4 lines
Diff to previous 1.5.2.1 (colored) to branchpoint 1.5 (colored)

Merge in -current from two days ago in the SMP branch.
As usual with merges, they do not indicate progress, so do not hold
your breath for working SMP, and do not mail me and ask about the
state of it.  It has not changed.  There is work ongoing, but very, very
slowly.  The commit is done in parts as to not lock up the tree in too
big chunks at a time.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jun 9 06:43:37 2001 UTC (23 years ago) by angelos
Branch: MAIN
Changes since 1.10: +2 -4 lines
Diff to previous 1.10 (colored)

No need for net/net_osdep.h

Revision 1.5.2.1 / (download) - annotate - [select for diffs], Mon May 14 22:40:18 2001 UTC (23 years, 1 month ago) by niklas
Branch: SMP
Changes since 1.5: +62 -28 lines
Diff to previous 1.5 (colored)

merge in approximately 2.9 into SMP branch

Revision 1.10 / (download) - annotate - [select for diffs], Sun Mar 25 09:24:26 2001 UTC (23 years, 2 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

sync $KAME$.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 25 06:46:00 2001 UTC (23 years, 2 months ago) by csapuntz
Branch: MAIN
Changes since 1.8: +4 -2 lines
Diff to previous 1.8 (colored)

Missing splx. Thanks to dawson and team for finding this one

Revision 1.8 / (download) - annotate - [select for diffs], Thu Feb 8 14:51:22 2001 UTC (23 years, 4 months ago) by itojun
Branch: MAIN
Changes since 1.7: +12 -8 lines
Diff to previous 1.7 (colored)

use timeout_xx() throughout sys/netinet6.  sync with kame.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Dec 29 02:15:08 2000 UTC (23 years, 5 months ago) by itojun
Branch: MAIN
Changes since 1.6: +5 -3 lines
Diff to previous 1.6 (colored)

add missing null pointer check.  from IIJ SEIL team.  sync with kame

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jun 7 06:56:30 2000 UTC (24 years ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.5: +45 -19 lines
Diff to previous 1.5 (colored)

fix anycast address determination.
correct interface address addition when link-local is added (check if ifp
matches).
make diff to kame repository easier (breaks some KNF)

sync with kame.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 9 07:34:49 2000 UTC (24 years, 4 months ago) by itojun
Branch: MAIN
CVS Tags: SMP_BASE, OPENBSD_2_7_BASE, OPENBSD_2_7
Branch point for: SMP
Changes since 1.4: +16 -3 lines
Diff to previous 1.4 (colored)

properly refcnt ifaddrs.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 7 06:05:41 2000 UTC (24 years, 4 months ago) by itojun
Branch: MAIN
Changes since 1.3: +50 -5 lines
Diff to previous 1.3 (colored)

remove prefix information in the kernel when all matching in6_ifaddr are gone.
fix include file path.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Feb 4 18:13:36 2000 UTC (24 years, 4 months ago) by itojun
Branch: MAIN
Changes since 1.2: +37 -40 lines
Diff to previous 1.2 (colored)

more coverage of in6_ifdetach()'s cleanup process.
bug fix in SIOCGIFADDR_IN6 (point to point case).

Revision 1.2 / (download) - annotate - [select for diffs], Fri Dec 10 10:04:28 1999 UTC (24 years, 6 months ago) by angelos
Branch: MAIN
Changes since 1.1: +3 -54 lines
Diff to previous 1.1 (colored)

Remove remaining unnecessary ifdefs (itojun will hate me for this :-)

Revision 1.1 / (download) - annotate - [select for diffs], Wed Dec 8 06:50:21 1999 UTC (24 years, 6 months ago) by itojun
Branch: MAIN
CVS Tags: kame_19991208

bring in KAME IPv6 code, dated 19991208.
replaces NRL IPv6 layer.  reuses NRL pcb layer.  no IPsec-on-v6 support.
see sys/netinet6/{TODO,IMPLEMENTATION} for more details.

GENERIC configuration should work fine as before.  GENERIC.v6 works fine
as well, but you'll need KAME userland tools to play with IPv6 (will be
bringed into soon).

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.