NetBSD/sys
riastradh 766531b9dd Guarantee no zero-size uao/kmem allocations via ttm.
It may be that all callers guarantee no zero-size ttm objects, but I
can't prove that in five minutes of browsing callers.  Rather than
add a KASSERT, lacking proof, we'll add a warning message so that if
it does happen then it happens noisily, but we'll also prevent the
bad consequences of passing zero into uao_create by rounding up to a
harmless nonzero allocation.

XXX pullup-7
2016-12-24 15:46:50 +00:00
..
altq
arch Fix VERBOSE_INIT_ARM build 2016-12-24 09:19:23 +00:00
coda
compat Add support for hardware assisted watchpoints/breakpoints API in ptrace(2) 2016-12-15 12:04:17 +00:00
conf Restructure speaker devices so that there can be multiple of them, and have 2016-12-13 20:20:34 +00:00
crypto Add XTS mode. 2016-12-11 00:28:44 +00:00
ddb
dev Call cv_broadcast with interlock held as per condvar(9) 2016-12-24 11:51:33 +00:00
dist/pf Add rtcache_unref to release points of rtentry stemming from rtcache 2016-12-08 05:16:33 +00:00
external Guarantee no zero-size uao/kmem allocations via ttm. 2016-12-24 15:46:50 +00:00
fs Move vnode members "v_freelisthd" and "v_freelist" from "struct vnode" 2016-12-14 15:48:54 +00:00
gdbscripts Move vnode members "v_freelisthd" and "v_freelist" from "struct vnode" 2016-12-14 15:48:54 +00:00
ipkdb
kern When balancing threads over multiple CPUs, use fixpoint arithmetic 2016-12-22 14:11:58 +00:00
lib Fix a wrong flag and KNF. 2016-12-03 09:20:55 +00:00
miscfs Add functions to access device flags. This restores simultaneous audio 2016-12-09 19:13:47 +00:00
modules Create a single combined module for spkr_pcppi and spkr_audio, and 2016-12-15 06:48:14 +00:00
net Remove assertion that the lock isn't held 2016-12-22 03:46:51 +00:00
net80211 Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input 2016-12-15 09:28:02 +00:00
netatalk Add rtcache_unref to release points of rtentry stemming from rtcache 2016-12-08 05:16:33 +00:00
netbt acknowleg -> acknowledg, proceedure -> procedure. 2016-12-12 15:58:44 +00:00
netinet Remove extraneous parentheses. no functional change 2016-12-23 11:11:28 +00:00
netinet6 Remove assertion that the lock isn't held 2016-12-22 03:46:51 +00:00
netipsec Add rtcache_unref to release points of rtentry stemming from rtcache 2016-12-08 05:16:33 +00:00
netisdn Annotate bpf_mtap still running in Rx hardware interrupt with "XXX not in softint" 2016-12-15 09:35:24 +00:00
netkey
netmpls
netnatm
netsmb
nfs
opencrypto
rump physmem should be of type psize_t 2016-12-22 16:05:14 +00:00
secmodel
stand
sys physmem should be of type psize_t 2016-12-22 16:05:14 +00:00
ufs
uvm as a stopgap fix make all of uvm_physseg.h kernel-only. this file uses 2016-12-24 15:42:05 +00:00
Makefile