Go to file
itojun 118d2b1d4f 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.
1999-07-01 08:12:45 +00:00
bin Don't ask for permission to unlink a file if the access error is ETXTBSY. 1999-06-30 10:18:59 +00:00
distrib Don't use .PATH here, it won't work because of crunchgen. XXX 1999-06-30 22:21:57 +00:00
etc Document BUILD_KERNELS. 1999-06-30 18:42:03 +00:00
games man page rewritten into -mandoc by dholland@eecs.harvard.edu; from PR7861 1999-06-27 04:35:42 +00:00
gnu Deal with the strlen() problem in this program which apparently can't just 1999-06-27 06:14:51 +00:00
include - provide forward struct declarations for all functions. 1999-06-12 18:06:19 +00:00
lib Give fhopen, fhstat, and fhstatfs a man page. 1999-06-30 01:32:14 +00:00
libexec Make longjmp work with dynamic linking. From Matt Thomas. 1999-06-28 17:28:56 +00:00
regress Compensate for fix to PR7761; kernel now clips overly large length 1999-06-19 18:02:06 +00:00
sbin Flesh out the manual page, add an examples section, and correct some of the 1999-06-28 21:48:13 +00:00
share Fixes and updates (most from Noriyuki Soda <soda@sra.co.jp>) 1999-06-29 02:06:40 +00:00
sys IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. 1999-07-01 08:12:45 +00:00
usr.bin Enlarge disk names in labels from 3 to 7 to cater for things like raid0. 1999-06-29 18:14:15 +00:00
usr.sbin s/getaddrinfo/get_addrinfo/, to avoid function name conflict with 1999-06-30 12:27:34 +00:00
Makefile Handle crypto-us just like domestic 1999-05-27 21:03:31 +00:00