NetBSD/sys
2019-02-20 03:57:03 +00:00
..
altq
arch convert 'extern long intrnames' to 'extern char intrnames[MAX_INAME_LENGTH]'. 2019-02-19 00:34:50 +00:00
coda
compat compat_sunos depends upon compat_09. fixes: 2019-02-12 07:16:55 +00:00
conf compat_sunos depends upon compat_09. fixes: 2019-02-12 07:16:55 +00:00
crypto add fallthru comments. i considered patching makefiles to ignore 2019-02-04 08:23:53 +00:00
ddb - add or adjust /* FALLTHROUGH */ where appropriate 2019-02-03 03:19:25 +00:00
dev Add some Broadcom Ethernet devices from {Open,Free}BSD. 2019-02-20 03:57:03 +00:00
dist/pf
external revert the upsteam portion of previous; we don't want to patch upstream 2019-02-19 00:30:16 +00:00
fs It turns out we do want the puffs compat code in any kernel which 2019-02-05 00:22:36 +00:00
gdbscripts
kern Don't allow MNT_UNION on the root, there is no covered filesystem. 2019-02-19 06:55:28 +00:00
lib don't use -fnon-call-exceptions on arm. not needed and triggers eh_frame generation. 2019-02-07 10:44:54 +00:00
miscfs
modules Another WARNS=3 module 2019-02-20 01:20:16 +00:00
net revert previous. we don't want to change upstream code. 2019-02-19 00:26:57 +00:00
net80211 Normalize all the compat hooks' names to the form 2019-01-29 09:28:50 +00:00
netatalk Fix memory leaks pointed out by Ilja Van Sprundel: all 2019-01-28 12:53:01 +00:00
netbt - add or adjust /* FALLTHROUGH */ where appropriate 2019-02-03 03:19:25 +00:00
netcan
netinet This really was a missing break. 2019-02-15 14:13:32 +00:00
netinet6 adjust fallthru comments to appease gcc7. 2019-02-05 04:48:47 +00:00
netipsec Merge the [pgoyette-compat] branch 2019-01-27 02:08:33 +00:00
netmpls Fix memory leaks pointed out by Ilja Van Sprundel: all 2019-01-28 12:53:01 +00:00
netsmb
nfs - add or adjust /* FALLTHROUGH */ where appropriate 2019-02-03 03:19:25 +00:00
opencrypto Merge the [pgoyette-compat] branch 2019-01-27 02:08:33 +00:00
rump npfctl needs externalbsd/libnv. 2019-02-17 23:50:53 +00:00
secmodel
stand Add support for "bootargs" environment variable from jmcneill@ 2019-01-18 19:41:03 +00:00
sys Introduce PR_ZERO to avoid open-coding memset()s everywhere. OK riastradh@. 2019-02-10 17:13:33 +00:00
ufs Update comment (overlooked in r1.179). 2019-01-10 06:31:04 +00:00
uvm VM_MAXUSER_ADDRESS can be undefined when compiling module/coredump; 2019-02-17 13:46:03 +00:00
Makefile