NetBSD/sys
skrll 0e2eb26032 A few bus_dmatag_subregion fixes
- return EOPNOTSUPP if min_addr isn't less than max_addr
- fix the subset check to ensure that all the ranges in the parent tag are
  within the {min,max}_addr range.  If so we can just continue to use the
  parent tag.
- when building the new ranges read the parent tag range rather than un-
  initialised memory.
- remove the max_addr != 0xffffffff check - the overflow should be handled
  by the unsigned arithmetic for arm32.
- add a KASSERT
- add comments
2020-09-08 10:30:17 +00:00
..
altq
arch A few bus_dmatag_subregion fixes 2020-09-08 10:30:17 +00:00
coda
compat remove __packed from struct netbsd32_lsdisable. the structure 2020-09-07 03:12:51 +00:00
conf add support for new GCC 9 warnings that may be too much to fix 2020-09-06 07:20:26 +00:00
crypto Fix vgetq_lane_u32 for aarch64eb with GCC 2020-09-07 18:06:13 +00:00
ddb
dev Added iavf(4) that is based on OpenBSD's iavf(4) implementation 2020-09-08 10:05:47 +00:00
dist/pf
dtb
external Round of uvm.h cleanup. 2020-09-05 16:30:10 +00:00
fs avoid an uninit warning with GCC 9. 2020-09-07 01:35:25 +00:00
gdbscripts
kern Add the ability to set an alternate cnmagic in the kernel config 2020-09-07 03:50:41 +00:00
lib remove GCC_NO_ADDR_OF_PACKED_MEMBER for several subdir builds 2020-09-07 03:09:53 +00:00
miscfs Round of uvm.h cleanup. 2020-09-05 16:30:10 +00:00
modules Added iavf(4) that is based on OpenBSD's iavf(4) implementation 2020-09-08 10:05:47 +00:00
net wg: Use threadpool(9) and workqueue(9) for asynchronous tasks. 2020-09-07 01:15:25 +00:00
net80211
netatalk
netbt
netcan
netinet Fix fast path for uni directional transfers 2020-09-02 15:08:46 +00:00
netinet6 inet6: reduce silent packet discards 2020-08-28 06:32:24 +00:00
netipsec ipsec: rename ipsec_ip_input to ipsec_ip_input_checkpolicy 2020-08-28 06:20:44 +00:00
netmpls
nfs Round of uvm.h cleanup. 2020-09-05 16:30:10 +00:00
opencrypto
rump remove GCC_NO_ADDR_OF_PACKED_MEMBER for several subdir builds 2020-09-07 03:09:53 +00:00
secmodel
stand add support for new GCC 9 warnings that may be too much to fix 2020-09-06 07:20:26 +00:00
sys Allow ths file to be included by a _KMEMUSER. 2020-09-04 00:36:07 +00:00
ufs Suppress -Waddress-of-packed-member just for lfs_accessors.h. 2020-09-07 02:28:12 +00:00
uvm Round of uvm.h cleanup. 2020-09-05 16:30:10 +00:00
Makefile