freebsd-nq/sys
Andrew Turner b958a08eb7 When finding the physical address of a device allow intermediate addresses
to be 64-bit on 32-bit architectures. It is not uncommon for device trees
to use the upper 32-bits to store what effectively is an index into the
parent ranges property. In this case, when running with a 32-bit bus_addr_t
and bus_size_t, we would previously truncate the address, this may then
incorrectly match the wrong range, and return the wrong address.

Tested by:	bz (earlier version)
2016-01-27 17:33:31 +00:00
..
amd64 Implement AT_SECURE properly. 2016-01-27 07:20:55 +00:00
arm Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
arm64 Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
boot ficl on i386 should cast to unsigned char output to support efi i386 2016-01-27 16:45:23 +00:00
bsm
cam
cddl MFV r294819: 6495 Fix mutex leak in dmu_objset_find_dp 2016-01-26 13:45:41 +00:00
compat Update and add various macros to the LinuxKPI and resolve a macro 2016-01-26 15:26:35 +00:00
conf Fix generation of dependency rules for the LinuxKPI, the MLX5 driver 2016-01-27 14:46:30 +00:00
contrib Import Annapurna Labs Alpine HAL for networking 2016-01-26 15:22:04 +00:00
crypto
ddb
dev When finding the physical address of a device allow intermediate addresses 2016-01-27 17:33:31 +00:00
fs ext2fs: passthrough any extra timestamps to the dinode struct. 2016-01-24 23:24:47 +00:00
gdb
geom
gnu
i386 Implement AT_SECURE properly. 2016-01-27 07:20:55 +00:00
isa Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
kern Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
kgssapi
libkern
mips Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
modules
net Provide TCPSTAT_DEC() and TCPSTAT_FETCH() macros. 2016-01-27 00:20:07 +00:00
net80211 net80211: reduce stack usage for ieee80211_ioctl*() methods. 2016-01-24 23:35:20 +00:00
netgraph
netinet Fix issues with TCP_CONGESTION handling after r294540: 2016-01-27 07:34:00 +00:00
netinet6 MFP r287070,r287073: split radix implementation and route table structure. 2016-01-25 06:33:15 +00:00
netipsec
netnatm
netpfil cleanup and document in some detail the internals of the testing code 2016-01-27 02:22:31 +00:00
netsmb
nfs MFP r287070,r287073: split radix implementation and route table structure. 2016-01-25 06:33:15 +00:00
nfsclient
nfsserver
nlm
ofed LinuxKPI list updates: 2016-01-26 15:12:31 +00:00
opencrypto
pc98 Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
powerpc Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
riscv/include
rpc
security
sparc64 Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
sys Fix the build post-r294883. 2016-01-27 03:51:24 +00:00
teken
tests
tools
ufs
vm
x86 Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
xdr
xen
Makefile