NetBSD/sys
christos 29ca71246d - Use kmem_intr_{alloc,free}, because on time out we need to free from an
interrupt context.
- Remove parens from returns and useless casts from void.
2018-12-15 22:05:23 +00:00
..
altq Remove the 't' argument from m_tag_find(). 2018-11-15 10:23:55 +00:00
arch Add missing include for device_t declaration. 2018-12-15 16:54:30 +00:00
coda Fix locking for readdir code (Brett Lymn) 2018-11-20 19:05:25 +00:00
compat Improve my kern_time.c::rev1.192, systematically clear the buffers we get 2018-11-29 17:40:12 +00:00
conf Remove the COM_REGMAP option -- just use it all the time. While here, 2018-12-08 21:14:36 +00:00
crypto
ddb
dev - Use kmem_intr_{alloc,free}, because on time out we need to free from an 2018-12-15 22:05:23 +00:00
dist/pf Remove the 't' argument from m_tag_find(). 2018-11-15 10:23:55 +00:00
external Use DVF_ATTACH_INPROGRESS. 2018-12-01 01:56:30 +00:00
fs Remove unused mbuf.h includes. 2018-12-10 14:46:24 +00:00
gdbscripts
kern constify wapbl_ops 2018-12-10 21:19:33 +00:00
lib
miscfs assert that WAPBL journal write lock is actually held when called with 2018-12-10 21:10:52 +00:00
modules Remove the rest of my local change that somehow snuck in to an 2018-11-27 06:31:15 +00:00
net Improve wording in comments: replace "chain" with "queue" for 2018-12-15 07:38:58 +00:00
net80211
netatalk
netbt
netcan Remove the 't' argument from m_tag_find(). 2018-11-15 10:23:55 +00:00
netinet Simplify logic in ip{,6}_output(). 2018-12-12 01:53:52 +00:00
netinet6 inet6: discard any received NA with a LL address we own 2018-12-13 10:27:51 +00:00
netipsec ipsecif(4) should not increment drop counter by errors not related to if_snd. Pointed out by ozaki-r@n.o, thanks. 2018-12-07 09:11:04 +00:00
netmpls
netsmb
nfs
opencrypto
rump Add TX/RX offload capabilities to shmif(4). They are emulated in 2018-12-12 01:51:32 +00:00
secmodel
stand Add support for loading kernels over NFS. 2018-11-15 23:52:33 +00:00
sys constify wapbl_ops 2018-12-10 21:19:33 +00:00
ufs put back UFS_WAPBL_JUNLOCK_ASSERT(), the underlying rw_write_held() check 2018-12-10 20:48:34 +00:00
uvm for direct map case, avoid PGO_NOBLOCKALLOC when writing, it makes 2018-12-09 20:45:37 +00:00
Makefile