NetBSD/sys
ozaki-r d9bc5a721a Don't set IN_IFF_* flags to ia4_flags if DAD is disabled
This fix allows that a GARP packet is sent when adding an IP address to an
interface with IFF_UP on a kernel with IPv4 DAD is disabled
(net.inet.ip.dad_count=0), which is the same behavior of NetBSD 7, i.e.,
before introducing the IPv4 DAD.
2018-04-06 09:20:29 +00:00
..
altq
arch Fix bad cut'n'paste, pointed out by David Binderman in PR port-arm/53158 2018-04-06 08:23:40 +00:00
coda Use C99 initializer for filterops 2017-10-25 08:12:37 +00:00
compat XXX stub it completely for now to make it compile 2018-03-19 13:26:02 +00:00
conf Remove the Econet code. It was part of acorn26, which was removed a 2018-02-27 14:28:01 +00:00
crypto
ddb ddb: rename "show lockstat" to "show lockstats" to avoid conflicting with lockstat(8) 2018-03-19 08:41:21 +00:00
dev Regen. 2018-04-04 10:17:52 +00:00
dist/pf It is normal for socket credentials to be missing for incoming sockets, 2018-02-19 23:03:00 +00:00
external Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@) 2018-04-01 04:35:01 +00:00
fs Typos. 2018-02-08 09:05:16 +00:00
gdbscripts
ipkdb
kern Add the ability to prepend a timestamp [ sec.nsec] relative to boottime 2018-04-01 19:29:43 +00:00
lib efiboot: try to read boot.cfg from /EFI/NetBSD on ESP of the booted disk. 2018-04-02 09:44:18 +00:00
miscfs factor out some repeated code and simplify the logputchar function. 2018-03-31 23:12:01 +00:00
modules finish MD glue for compat ucode module. 2018-03-18 00:51:45 +00:00
net Kill remaining rt->rt_refcnt++ 2018-04-05 03:39:14 +00:00
net80211 Switch sp_timoff to u_int16_t, to prevent possible overflow in 2018-01-21 14:18:21 +00:00
netatalk Sprinkle more soroverflow(). 2018-03-21 14:23:54 +00:00
netbt add HCI_SPEC_50 2017-12-21 09:30:30 +00:00
netcan Sprinkle more soroverflow(). 2018-03-21 14:23:54 +00:00
netinet Don't set IN_IFF_* flags to ia4_flags if DAD is disabled 2018-04-06 09:20:29 +00:00
netinet6 Sprinkle more soroverflow(). 2018-03-21 14:23:54 +00:00
netipsec Remove ipsec_copy_policy and ipsec_copy_pcbpolicy. No functional change, 2018-04-03 09:03:59 +00:00
netisdn Use C99 initializer for filterops 2017-10-25 08:12:37 +00:00
netkey
netmpls Add XXX. 2018-01-19 14:15:35 +00:00
netnatm
netsmb From FreeBSD: 2017-10-03 15:27:10 +00:00
nfs PR/53103: Timo Buhrmester: linux emulation of sendto(2) broken 2018-03-16 17:25:04 +00:00
opencrypto Typos. 2018-02-08 09:05:16 +00:00
rump Unconditionally include <unistd.h>, as we use ftruncate() unconditionally 2018-04-04 09:19:33 +00:00
secmodel
stand
sys factor out some repeated code and simplify the logputchar function. 2018-03-31 23:12:01 +00:00
ufs Remove unnecessary assertions 2018-02-07 08:50:13 +00:00
uvm fix typo in comment 2018-04-02 18:25:41 +00:00
Makefile