NetBSD/sys
itojun 62c568fac4 tiny fix to ARCnet IPv6 support.
- in in6_ifattach_getifid(), we can grab interface id source iff the source
  is universally (worldwide) unique.  ARCnet hardware address is of 8bit and
  does not satisfy the condition.
  (in6_ifattach_getifid() is for getting interface id usable for pseudo
  interfaces like gif*)
- xx_to_eui64() should return EUI64 format, not IPv6 interface id format.
  this may seem awkward so I wish to clean these things up.
- in nd6.c, change if clause into case clause to allow future addition
  of IFT_xxx easier.
1999-09-20 02:35:44 +00:00
..
adosfs Adapt to cache_lookup() changes. 1999-09-05 14:26:32 +00:00
arch Make the DEFPA run under the macppc port (tested on a B&W G3). Add it to 1999-09-19 22:02:37 +00:00
coda Make this compile on alpha again. 1999-09-18 05:31:42 +00:00
compat Regen 1999-09-16 18:19:11 +00:00
conf - mc6845's cursor is disabled by punching bit 6 of cursor start register. 1999-09-19 21:48:08 +00:00
ddb
dev Add NOLUNS quirk for another Texel CD-ROM revision. 1999-09-19 23:45:28 +00:00
filecorefs Adapt to cache_lookup() changes. 1999-09-05 14:26:32 +00:00
gdbscripts
ipkdb
isofs Adapt to cache_lookup() changes (forgot to commit it yesterday) 1999-09-06 10:10:05 +00:00
kern - Centralize the declaration and clearing of `cold'. 1999-09-17 20:11:56 +00:00
lib Oops. The overflow code should not have been copied from the userland 1999-09-19 15:58:02 +00:00
lkm eliminate the PMAP_NEW option by making it required for all ports. 1999-09-12 01:16:55 +00:00
miscfs
msdosfs Adapt to cache_lookup() changes. 1999-09-05 14:26:32 +00:00
net Zeroth version of IPv6 support for ARCnet. Correct MTU handling still needs 1999-09-19 21:31:33 +00:00
netatalk
netccitt s/acknowledgment/acknowledgement/ 1999-09-10 03:24:14 +00:00
netinet - Call in{,6}_pcbdetach if ipsec initialization is failed during PRU_ATTACH. 1999-09-13 12:15:54 +00:00
netinet6 tiny fix to ARCnet IPv6 support. 1999-09-20 02:35:44 +00:00
netiso
netkey allow any SPI value to be used, if well-known ipcomp CPI is used. 1999-09-07 07:41:45 +00:00
netnatm
netns s/acknowledgment/acknowledgement/ 1999-09-10 03:24:14 +00:00
nfs Don't truncate minor numbers >= 256. 1999-09-06 09:27:18 +00:00
ntfs ntfs_mountfs(): only print warnings iff NTFS_DEBUG 1999-09-13 20:21:45 +00:00
stand
sys Centralize the declaration and clearing of `cold'. 1999-09-17 19:59:35 +00:00
ufs Need <string.h> for memcpy(3) prototype if building from userland. 1999-09-14 04:50:54 +00:00
uvm eliminate the PMAP_NEW option by making it required for all ports. 1999-09-12 01:16:55 +00:00
vm eliminate the PMAP_NEW option by making it required for all ports. 1999-09-12 01:16:55 +00:00
Makefile