NetBSD/sys
2016-12-26 08:21:09 +00:00
..
altq PR 51553 David Binderman: don't bother counting up backlogged classes 2016-11-21 07:15:36 +00:00
arch Hold the interlock before cv_broadcast as per condvar(9) 2016-12-26 08:16:28 +00:00
coda Remove now obsolete operation vcache_remove(). 2016-08-20 12:37:06 +00:00
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 ddb: rename show arptab to show routes 2016-04-13 00:47:01 +00:00
dev 0x10cb is not 82801H but 82801I. No functional change (The macro name 2016-12-26 07:55:00 +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 Hold the interlock when calling cv_broadcast as per condvar(9) 2016-12-26 08:21:09 +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 Use psz/psref to hold ifa 2016-12-26 07:25:00 +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 pserialize_perform() is required an additionally serialization. see pserialize(9). 2016-12-26 00:30:07 +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 Assert size for sockaddr_mpls, but don't require it to be packed. 2016-10-08 20:19:37 +00:00
netnatm Fix race condition on ifqueue used by traditional netisr 2016-10-03 11:06:06 +00:00
netsmb Uninitialized vars, found by brainy 2016-08-15 08:17:35 +00:00
nfs Memory leak, found by Mootja. 2016-11-20 09:28:43 +00:00
opencrypto From Alexander Nasonov: 2016-09-26 14:50:54 +00:00
rump physmem should be of type psize_t 2016-12-22 16:05:14 +00:00
secmodel secmodel_extensions_system_cb() is not mount-specific, even though 2015-12-12 14:57:52 +00:00
stand
sys physmem should be of type psize_t 2016-12-22 16:05:14 +00:00
ufs KASSERT(mutex_owner(...)) ---> KASSERT(mutex_owned(...)) 2016-11-20 21:22:14 +00:00
uvm Make uvm_physseg_set_avail_start(9) available unconditional to UVM_HOTPLUG 2016-12-25 06:30:58 +00:00
Makefile