NetBSD/sys
thorpej 8dc841aa19 Change the behavior of ifpromisc() slightly. If interface is not IFF_UP,
attempting to enable promisc would result in ENETDOWN.  Change this to
allow the interface to always be placed in promiscuous mode, regardless
of IFF_UP.  When the interface does come up, the IFF_PROMISC flag will
be consulted, and this matches the behavior that disabling promiscuous
mode has.
2000-10-01 23:16:07 +00:00
..
adosfs
arch cpu_initialize: global registers aren't preserved across calls to 2000-10-01 19:13:16 +00:00
coda Adapt for VOP_FSYNC parameter change. 2000-09-19 22:00:01 +00:00
compat Add support for variable end of user stacks needed to support COMPAT_NETBSD32: 2000-09-28 19:05:06 +00:00
conf Add support for variable end of user stacks needed to support COMPAT_NETBSD32: 2000-09-28 19:05:06 +00:00
crypto remove a comment, which is now bogus due to the previous change. 2000-08-31 14:53:48 +00:00
ddb Missed change of parameter for %r->db_format_radix() change. 2000-08-11 22:50:47 +00:00
dev upl(4) is a IPv4 only device. 2000-10-01 11:35:28 +00:00
filecorefs
gdbscripts
ipkdb
isofs
kern (*minphys)() musn't return zero. 2000-09-29 13:27:12 +00:00
lib Prevent the compiler from blowing up on sparc64. From mrg. 2000-09-17 19:55:28 +00:00
lkm
miscfs Add support for variable end of user stacks needed to support COMPAT_NETBSD32: 2000-09-28 19:05:06 +00:00
msdosfs Adapt for VOP_FSYNC parameter change. 2000-09-19 22:01:59 +00:00
net Change the behavior of ifpromisc() slightly. If interface is not IFF_UP, 2000-10-01 23:16:07 +00:00
netatalk
netccitt
netinet for t_template, allocate mbuf cluster only if really necessary. 2000-09-19 18:21:41 +00:00
netinet6 add missing \n. sync with kame. 2000-10-01 10:56:02 +00:00
netiso
netkey update ip compression algorithm lookup. 2000-09-26 08:40:23 +00:00
netnatm
netns
nfs Avoid unused variables for V2_ONLY case. 2000-09-27 18:36:03 +00:00
ntfs Adapt for VOP_FSYNC parameter change. 2000-09-19 22:01:59 +00:00
stand
sys Add support for variable end of user stacks needed to support COMPAT_NETBSD32: 2000-09-28 19:05:06 +00:00
ufs Adapt for VOP_FSYNC parameter change. 2000-09-19 22:04:08 +00:00
uvm Add support for variable end of user stacks needed to support COMPAT_NETBSD32: 2000-09-28 19:05:06 +00:00
Makefile