NetBSD/sys
itojun 85cdd5f08e remove IPv6 router renumbering prefix information in the kernel
when all the interface addresses are gone.
this should remove dangling structure when:
# ifconfig lo0 inet6 3ffe::1 prefixlen 64 alias
# ifconfig lo0 inet6 3ffe::1 -alias
is performed.
2000-02-07 05:48:11 +00:00
..
adosfs
arch Remove an "#if 0" I seemed to have missed, to include wd* devices in the 2000-02-06 21:45:03 +00:00
coda
compat Add support for -current's ELF32 exec format. 2000-02-06 16:45:56 +00:00
conf Bump version to 1.4R -- PRU_PURGEADDR, and slightly more stringent semantics 2000-02-01 23:00:41 +00:00
ddb
dev Fix thinko in previous revision: it wouldn't catch deassert. 2000-02-07 02:17:18 +00:00
filecorefs
gdbscripts
ipkdb
isofs
kern Update for compat_netbsd32. 2000-02-06 16:49:51 +00:00
lib cosmetics: remove double semicolon, whitespace 2000-02-03 19:53:03 +00:00
lkm Add overlay, a layered file system which overlays itself on 2000-01-20 19:06:13 +00:00
miscfs At mount/unmount time, add an exec hook to revoke all vnodes iff the 2000-01-25 21:52:04 +00:00
msdosfs When renaming a file, make sure apporpriate vnode cache entry is 2000-02-01 21:33:57 +00:00
net In if_detach(), call PRU_PURGEIF for *every* protocol within a domain 2000-02-06 16:43:33 +00:00
netatalk PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4 2000-02-02 23:28:08 +00:00
netccitt First-draft if_detach() implementation, originally from Bill Studnemund, 2000-02-01 22:52:04 +00:00
netinet to be more rfc2292 complient, move ip6.h and icmp6.h into netinet. 2000-02-06 11:11:29 +00:00
netinet6 remove IPv6 router renumbering prefix information in the kernel 2000-02-07 05:48:11 +00:00
netiso PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4 2000-02-02 23:28:08 +00:00
netkey fix include pathname for better rfc2292 compliance. 2000-02-06 12:49:37 +00:00
netnatm
netns PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4 2000-02-02 23:28:08 +00:00
nfs
ntfs
stand
sys Add new P_32 flag for processes running 32-bit emulation. 2000-02-06 16:47:57 +00:00
ufs Check that we can handle the inode size before mounting the fs, and correct 2000-01-31 11:34:55 +00:00
uvm remove a debug printf that has outlived its usefulness. 2000-01-28 08:02:48 +00:00
vm
Makefile