Home | History | Annotate | Download | only in netinet6
History log of /src/sys/netinet6/Makefile
RevisionDateAuthorComments
 1.10  06-Sep-2018  maxv Remove netinet6/ipsec.h.
 1.9  16-Feb-2017  knakahara branches: 1.9.12; 1.9.14;
add l2tp(4) L2TPv3 interface.

originally implemented by IIJ SEIL team.
 1.8  06-Jan-2012  drochner branches: 1.8.6; 1.8.24; 1.8.28; 1.8.32;
more IPSEC header cleanup: don't install unneeded headers to userland,
and remove some differences berween KAME and FAST_IPSEC
 1.7  04-Jan-2012  drochner -consistently use "char *" for the compiled policy buffer in the
ipsec_*_policy() functions, as it was documented and used by clients
-remove "ipsec_policy_t" which was undocumented and only present
in the KAME version of the ipsec.h header
-misc cleanup of historical artefacts, and to remove unnecessary
differences between KAME ans FAST_IPSEC
 1.6  26-Nov-2002  lukem branches: 1.6.36; 1.6.100; 1.6.144; 1.6.148;
Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.
 1.5  18-Oct-2001  itojun gather stats on raw ip6 socket. sync with kame
 1.4  04-Jun-2000  itojun branches: 1.4.4; 1.4.6;
remove include files in nonstandard path
(has been #error for couple of months).
 1.3  30-Jul-1999  itojun branches: 1.3.2; 1.3.10;
remove reference to in6_systm.h (file itself will be removed afterwords)
 1.2  01-Jul-1999  itojun branches: 1.2.2;
IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.
(Sorry for a big commit, I can't separate this into several pieces...)
Pls check sys/netinet6/TODO and sys/netinet6/IMPLEMENTATION for details.

- sys/kern: do not assume single mbuf, accept chained mbuf on passing
data from userland to kernel (or other way round).
- "midway" ATM card: ATM PVC pseudo device support, like those done in ALTQ
package (ftp://ftp.csl.sony.co.jp/pub/kjc/).
- sys/netinet/tcp*: IPv4/v6 dual stack tcp support.
- sys/netinet/{ip6,icmp6}.h, sys/net/pfkeyv2.h: IETF document assumes those
file to be there so we patch it up.
- sys/netinet: IPsec additions are here and there.
- sys/netinet6/*: most of IPv6 code sits here.
- sys/netkey: IPsec key management code
- dev/pci/pcidevs: regen

In my understanding no code here is subject to export control so it
should be safe.
 1.1  28-Jun-1999  itojun branches: 1.1.2;
file Makefile was initially added on branch kame.
 1.1.2.3  30-Nov-1999  itojun bring in latest KAME (as of 19991130, KAME/NetBSD141) into kame branch
just for reference purposes.
This commit includes 1.4 -> 1.4.1 sync for kame branch.

The branch does not compile at all (due to the lack of ALTQ and some other
source code). Please do not try to modify the branch, this is just for
referenre purposes.

synchronization to latest KAME will take place on HEAD branch soon.
 1.1.2.2  06-Jul-1999  itojun KAME/NetBSD 1.4, SNAP kit 1999/07/05.
NOTE: this branch is just for reference purposes (i.e. for taking cvs diff).
do not touch anything on the branch. actual work must be done on HEAD branch.
 1.1.2.1  28-Jun-1999  itojun KAME/NetBSD 1.4 SNAP kit, dated 19990628.

NOTE: this branch (kame) is used just for refernce. this may not compile
due to multiple reasons.
 1.2.2.3  02-Aug-1999  thorpej Update from trunk.
 1.2.2.2  01-Jul-1999  thorpej Sync w/ -current.
 1.2.2.1  01-Jul-1999  thorpej file Makefile was added on branch chs-ubc2 on 1999-07-01 23:48:26 +0000
 1.3.10.1  22-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.3.2.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
 1.4.6.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.4.4.2  11-Dec-2002  thorpej Sync with HEAD.
 1.4.4.1  22-Oct-2001  nathanw Catch up to -current.
 1.6.148.1  18-Feb-2012  mrg merge to -current.
 1.6.144.1  17-Apr-2012  yamt sync with head
 1.6.100.1  22-Feb-2008  keiichi imported Mobile IPv6 code developed by the SHISA project
(http://www.mobileip.jp/).
 1.6.36.1  02-Feb-2006  rpaulo in6_pcb.h is gone.
 1.8.32.1  21-Apr-2017  bouyer Sync with HEAD
 1.8.28.1  20-Mar-2017  pgoyette Sync with HEAD
 1.8.24.1  28-Aug-2017  skrll Sync with HEAD
 1.8.6.1  03-Dec-2017  jdolecek update from HEAD
 1.9.14.1  10-Jun-2019  christos Sync with HEAD
 1.9.12.1  30-Sep-2018  pgoyette Ssync with HEAD

RSS XML Feed