NetBSD/sys
2019-02-20 00:55:03 +00:00
..
altq Remove the 't' argument from m_tag_find(). 2018-11-15 10:23:55 +00:00
arch convert 'extern long intrnames' to 'extern char intrnames[MAX_INAME_LENGTH]'. 2019-02-19 00:34:50 +00:00
coda Fix locking for readdir code (Brett Lymn) 2018-11-20 19:05:25 +00:00
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 Modify PHY tree in comment. 2019-02-19 07:59:17 +00:00
dist/pf Replace M_ALIGN and MH_ALIGN by m_align. 2018-12-22 14:28:56 +00:00
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 Add "void *extra" argument to vcache_new() so a file system may 2019-01-01 10:06:54 +00:00
modules Another module that needs WARNS=3 to allow signed-vs-unsigned compares 2019-02-20 00:55:03 +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 Remove the 't' argument from m_tag_find(). 2018-11-15 10:23:55 +00:00
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 Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
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 Provide a sysctl kern.expose_address to expose kernel addresses in 2018-10-05 22:12:37 +00:00
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 Remove ISDN from the kernel. It has remained unmaintained for a long time, 2018-09-23 09:20:57 +00:00