NetBSD/sys
hannken 70ec436e39 Move vnode members "v_freelisthd" and "v_freelist" from "struct vnode"
to "struct vnode_impl" and rename to "vi_lrulisthd" and "vi_lrulist".

No functional change intended.

Welcome to 7.99.48
2016-12-14 15:48:54 +00:00
..
altq PR 51553 David Binderman: don't bother counting up backlogged classes 2016-11-21 07:15:36 +00:00
arch Comment out spkr at audio, as audio is commented out too 2016-12-14 14:01:10 +00:00
coda Remove now obsolete operation vcache_remove(). 2016-08-20 12:37:06 +00:00
compat s/netbds32_copyout_statvfs/netbsd32_copyout_statvfs/ 2016-12-01 05:07:27 +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 Don't hold softc lock when calling ucom_read 2016-12-14 15:11:29 +00:00
dist/pf Add rtcache_unref to release points of rtentry stemming from rtcache 2016-12-08 05:16:33 +00:00
external add da_fb_linebytes to drmfb_attach_args and use it to pass linebytes 2016-12-12 19:45:56 +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 Move vnode members "v_freelisthd" and "v_freelist" from "struct vnode" 2016-12-14 15:48:54 +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 Fix path to files.audio. 2016-12-12 13:31:13 +00:00
net fix race of gif_softc->gif_ro when we send multiple flows over gif on NET_MPSAFE enabled kernel. 2016-12-14 11:19:15 +00:00
net80211 PR/51540: Henning Petersen: replace , with ; 2016-10-09 14:49:51 +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 fix race of gif_softc->gif_ro when we send multiple flows over gif on NET_MPSAFE enabled kernel. 2016-12-14 11:19:15 +00:00
netinet6 fix race of gif_softc->gif_ro when we send multiple flows over gif on NET_MPSAFE enabled kernel. 2016-12-14 11:19:15 +00:00
netipsec Add rtcache_unref to release points of rtentry stemming from rtcache 2016-12-08 05:16:33 +00:00
netisdn acknowleg -> acknowledg, proceedure -> procedure. 2016-12-12 15:58:44 +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 remove ptree add lpm 2016-12-09 02:50:06 +00:00
secmodel
stand
sys Move vnode members "v_freelisthd" and "v_freelist" from "struct vnode" 2016-12-14 15:48:54 +00:00
ufs KASSERT(mutex_owner(...)) ---> KASSERT(mutex_owned(...)) 2016-11-20 21:22:14 +00:00
uvm extend the pmap_activate/pmap_deactivate UVMHIST logs to include the 2016-12-01 02:15:08 +00:00
Makefile