NetBSD/sys
itojun 4d51fe368b change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.
follows BSD/OS practice and ucd-snmp code (FreeBSD does it for specific
interfaces only).

was: if_lastchange get updated on every packet transmission/receipt.
now: if_lastchange get updated when IFF_UP is changed.
2001-06-14 05:44:23 +00:00
..
adosfs use _KERNEL_OPT 2001-05-30 11:40:35 +00:00
altq HZ -> hz 2001-06-05 05:12:18 +00:00
arch change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. 2001-06-14 05:44:23 +00:00
coda add a genfs_mmap() and change all of the disk-based filesystems 2001-05-28 02:50:51 +00:00
compat It's "extern int", not "extern". 2001-06-13 23:10:31 +00:00
conf Add a port to IBM's PPC405GP Reference Board (the "walnut") 2001-06-13 06:01:44 +00:00
crypto correct binary key material handling. sync with kame 2001-05-27 01:40:16 +00:00
ddb Add a port to IBM's PPC405GP Reference Board (the "walnut") 2001-06-13 06:01:44 +00:00
dev change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. 2001-06-14 05:44:23 +00:00
filecorefs use _KERNEL_OPT 2001-05-30 11:40:35 +00:00
gdbscripts
ipkdb
isofs use _KERNEL_OPT 2001-05-30 11:40:35 +00:00
kern The trace_req() function is a no-op; garbage collect it. 2001-06-13 16:06:27 +00:00
lib When MACHINE_ARCH is m68000, compile ffs.c and random.c 2001-05-16 03:30:39 +00:00
lkm build svr4 & svr4_32 on sparc64. 2001-06-06 21:38:49 +00:00
miscfs Some more corrections by Michael K. Sanders. 2001-06-09 11:02:08 +00:00
msdosfs retrieve, not retreive 2001-06-12 14:59:27 +00:00
net change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. 2001-06-14 05:44:23 +00:00
netatalk Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
netccitt change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. 2001-06-14 05:44:23 +00:00
netinet receive, not recieve 2001-06-12 15:17:10 +00:00
netinet6 senderr needs only be declared when PFIL_HOOKS is defined 2001-06-12 17:55:52 +00:00
netisdn change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. 2001-06-14 05:44:23 +00:00
netiso change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. 2001-06-14 05:44:23 +00:00
netkey avoid assigning to policy_id twice. fixes more gcc 3.0 prerelease errors. 2001-06-04 21:38:28 +00:00
netnatm Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
netns Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
netsmb Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
nfs receive, not recieve 2001-06-12 15:17:10 +00:00
ntfs use _KERNEL_OPT 2001-05-30 11:40:35 +00:00
smbfs replace vm_page_t with struct vm_page *. 2001-05-26 21:27:10 +00:00
stand
sys The trace_req() function is a no-op; garbage collect it. 2001-06-13 16:06:27 +00:00
ufs only include "fs_lfs.h" if _KERNEL_OPT. 2001-06-05 09:19:33 +00:00
uvm work around an overflow problem in uvm_fault_wire(). 2001-06-14 05:12:56 +00:00
Makefile