NetBSD/sys
itojun ecb5f2e56a revisit in6_ifattach().
- be persistent on initializing interfaces, even if there's manually-
  assigned linklocal, multicast/whatever initialization is necessary.
- do not cache mac addr in the kernel.  grab mac addr from existing cards
  (this is important when you swap ethernet cards back and forth)
now ppp6 works just fine!

call in6_ifattach() on ATM PVC interface to assign link-local, using
hardware MAC address as seed.

(the change is in sync with kame tree).
2000-04-12 10:36:38 +00:00
..
adosfs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
arch Merge all missing changes from sys/i386/i386/pmap.c;1.88. 2000-04-12 06:23:21 +00:00
coda Quiet some printfs unless VERBOSE. 2000-04-05 18:39:09 +00:00
compat Markus Kilbinger <kilbi@rad.rwth-aachen.de>, reported that https: does not work. 2000-04-12 02:46:41 +00:00
conf Incorporate the changes of RL81x9 driver provided by M. Kanaoka 2000-04-10 07:42:55 +00:00
ddb actually add buf- and vnode-printing commands to the table. 2000-04-11 02:21:16 +00:00
dev revisit in6_ifattach(). 2000-04-12 10:36:38 +00:00
filecorefs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
gdbscripts
ipkdb Fix a few (essential!) tyops. 2000-03-23 20:33:37 +00:00
isofs Kill more register declarations. 2000-03-30 12:13:30 +00:00
kern add a new function vn_marktext() for exec code to let others know 2000-04-11 04:37:47 +00:00
lib Make standalone in_cksum work on little-endian machines, too, courtesy of 2000-03-31 19:55:09 +00:00
lkm Add prototypes for the xxx_lkmentry() functions, and enable WARNS=1. 2000-03-21 11:45:56 +00:00
miscfs Register, begone! 2000-03-30 12:22:12 +00:00
msdosfs add a comment regarding FATMIRROR bit usage and restructure the code 2000-04-03 18:12:12 +00:00
net revisit in6_ifattach(). 2000-04-12 10:36:38 +00:00
netatalk New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
netccitt More register removal. 2000-03-30 13:53:32 +00:00
netinet - Unselect the multicast outgoing interface if it is being detached. 2000-04-03 03:51:16 +00:00
netinet6 revisit in6_ifattach(). 2000-04-12 10:36:38 +00:00
netiso Remove register declarations. 2000-03-30 12:51:13 +00:00
netkey Remove register declarations. 2000-03-30 12:51:13 +00:00
netnatm
netns remove unused macro. 2000-04-10 02:19:29 +00:00
nfs Remove more register declarations. 2000-03-30 13:44:53 +00:00
ntfs Remove register declarations. 2000-03-30 12:41:09 +00:00
stand
sys add a new function vn_marktext() for exec code to let others know 2000-04-11 04:37:47 +00:00
ufs Add a new sysctl variable vfs.ffs.log_changeopt - if this is true, 2000-04-04 09:23:20 +00:00
uvm Finish previous. 2000-04-11 08:12:14 +00:00
vm tidy. 2000-04-11 02:30:32 +00:00
Makefile