NetBSD/sys
hannken e0f81f2c02 Change vcache_*vget() to increment v_usecount on success only.
Increment v_holdcnt to prevent the vnode from disappearing while
vcache_vget() waits for a stable state.

Now v_usecount tracks the number of successfull references.
2017-01-02 10:35:00 +00:00
..
altq
arch Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel. 2017-01-02 03:22:30 +00:00
coda
compat Sync NPF with the version on github: backport standalone NPF changes, 2016-12-26 23:05:05 +00:00
conf goodbye 2016, hello 2017! 2017-01-01 06:56:59 +00:00
crypto Add XTS mode. 2016-12-11 00:28:44 +00:00
ddb
dev Audio passes the atf test again. 2017-01-02 00:16:45 +00:00
dist/pf pfil(9) improvements to handle address changes: 2016-12-26 23:21:49 +00:00
external use the proper hook function 2016-12-28 19:53:02 +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 Change vcache_*vget() to increment v_usecount on success only. 2017-01-02 10:35:00 +00:00
lib
miscfs Rename vget() to vcache_vget() and vcache_tryvget() respectively and 2017-01-02 10:33:28 +00:00
modules oops forgot to commit this one. 2016-12-28 13:50:55 +00:00
net Use kmem_intr_alloc instead of kmem_alloc 2016-12-31 15:07:02 +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 Restore behaviour to pre- tcp_congctl.c:1.18 for SACK. Further analysis 2017-01-02 09:29:38 +00:00
netinet6 In the case of SIOCDIFADDR, call pfil_run_addrhooks before release ia. 2016-12-31 09:41:05 +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 Sync NPF with the version on github: backport standalone NPF changes, 2016-12-26 23:05:05 +00:00
secmodel
stand
sys Rename vget() to vcache_vget() and vcache_tryvget() respectively and 2017-01-02 10:33:28 +00:00
ufs Fix a bug introduced with Rev. 1.294: use LK_NOWAIT when called with MNT_LAZY. 2016-12-27 10:54:38 +00:00
uvm Protect uvm_physseg_set_avail_{start,end} by UVM_PHYSSEG_LEGACY. 2016-12-29 12:58:38 +00:00
Makefile