NetBSD/sys
nonaka dc9d1154be Sync with sys/arch/landisk/landisk/bus_dma.c rev.1.15.
> Don't call sh_dcache_inv_range() on BUS_DMASYNC_POSTREAD ops
> as other mips and arm ports.
>
> All cached data is cared on BUS_DMASYNC_PREREAD and
> invalidating cache without writeback could cause unexpected
> data loss if specified sync region is not cacheline aligned.
>
> This may fix "ffs_alloccg: map corrupted" panic on acardide IDE disks,
> which didn't happen on USB HDD.
2015-01-22 03:43:24 +00:00
..
altq
arch Sync with sys/arch/landisk/landisk/bus_dma.c rev.1.15. 2015-01-22 03:43:24 +00:00
coda Add missing vrele() and vfs_vnode_iterator_destroy() to coda_cacheprint(). 2015-01-06 11:24:46 +00:00
compat
conf Add driver for DesignWare 32-bit timer as found in Rockchip RK3066/PX2, 2015-01-17 15:04:47 +00:00
crypto
ddb
dev CID 1245802: Result always 0. 2015-01-19 15:07:25 +00:00
dist/pf
external initialize "addr" before passing its address to uvm_mmap_dev(). 2015-01-10 23:34:49 +00:00
fs Fix a node leak. 2015-01-16 17:02:12 +00:00
gdbscripts
ipkdb
kern Implement ipi_trigger_multi(9); requested by cherry@. 2015-01-18 23:16:35 +00:00
lib strtoi and strtou for the kernel 2015-01-16 18:36:31 +00:00
miscfs
modules Change chfs from hashlist to vcache. 2015-01-11 17:29:57 +00:00
net Remove an outdated snippet for NET_MPSAFE 2015-01-16 10:37:51 +00:00
net80211
netatalk
netbt
netinet
netinet6 Fix IPV6_USE_MIN_MTU set by setsockopt(2) being ignored when 2015-01-20 21:42:36 +00:00
netipsec
netisdn
netkey
netmpls
netnatm
netsmb
nfs
opencrypto
rump Account for lwps so that rump_sys_setuid() doesn't hit a KASSERT when 2015-01-21 14:39:37 +00:00
secmodel
stand
sys add void casts to CMSG_ 2015-01-20 01:10:16 +00:00
ufs PR/39371: Tobias Nygren: Don't fail mounting root if WAPBL log is corrupt. 2015-01-16 03:57:52 +00:00
uvm in uvm_mmap_dev(), use the passed-in offset instead of 0. 2015-01-10 23:35:02 +00:00
Makefile