1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys
Xin LI 808df72635 Copy code from scsi_read_write() as mfi_build_syspd_cdb() to build SCSI
command properly.  Without this change, mfi(4) always sends 10 byte READ
and WRITE commands, which will cause data corruption when device is
larger than 2^32 sectors.

PR:		kern/173291
Submitted by:	Steven Hartland <steven.hartland multiplay.co.uk>
Reviewed by:	mav
MFC after:	2 weeks
2012-11-02 22:07:45 +00:00
..
amd64 Enable the new instructions for reading and writing bases for %fs, 2012-11-01 15:17:43 +00:00
arm Fix build for SMP. 2012-11-01 12:26:31 +00:00
boot Fix loader crash when some unhalted exception happens during include 2012-10-26 16:32:20 +00:00
bsm
cam Use M_ZERO instead of explicit memsets and bzeros. 2012-10-30 12:52:41 +00:00
cddl s/dettach/detach/g 2012-10-30 01:29:45 +00:00
compat The r241025 fixed the case when a binary, executed from nullfs mount, 2012-11-02 13:56:36 +00:00
conf Small textdump enhancements. 2012-11-01 04:07:08 +00:00
contrib Handle the management port on the EBT5600 and disable loopback. The XAUI 2012-11-01 03:45:33 +00:00
crypto
ddb Small textdump enhancements. 2012-11-01 04:07:08 +00:00
dev Copy code from scsi_read_write() as mfi_build_syspd_cdb() to build SCSI 2012-11-02 22:07:45 +00:00
fs The r241025 fixed the case when a binary, executed from nullfs mount, 2012-11-02 13:56:36 +00:00
gdb
geom Provide a device name in the sysctl tree for programs to query the 2012-11-01 17:01:05 +00:00
gnu/fs
i386 The r241025 fixed the case when a binary, executed from nullfs mount, 2012-11-02 13:56:36 +00:00
ia64 Fix compilation on ia64 when page size is configured for 16KB. 2012-10-28 11:53:54 +00:00
isa
kern Merge 242488, better use of strlcpy. 2012-11-02 18:57:38 +00:00
kgssapi
libkern
mips Drop this from 500 to 128, to save a little space on memory constrained 2012-11-02 05:23:05 +00:00
modules Extend dim's hack from r228978: not only clang but gcc on non-x86 platforms 2012-10-28 02:15:35 +00:00
net Remove the recently added sysctl variable net.pfil.forward. 2012-11-02 01:20:55 +00:00
net80211 Add some further BAR TX debugging; it was useful when figuring out 2012-10-28 04:18:49 +00:00
netatalk
netgraph
netinet Remove the recently added sysctl variable net.pfil.forward. 2012-11-02 01:20:55 +00:00
netinet6 Remove the recently added sysctl variable net.pfil.forward. 2012-11-02 01:20:55 +00:00
netipsec
netipx
netnatm
netncp
netpfil Remove the recently added sysctl variable net.pfil.forward. 2012-11-02 01:20:55 +00:00
netsmb Fix panic due to page faults while in kernel mode, under conditions of 2012-10-31 03:34:07 +00:00
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
pc98
pci
powerpc Work around broken device tree on last-generation PowerPC iMacs 2012-10-29 14:27:28 +00:00
rpc Modify the comment to take out the names and URL. 2012-10-25 19:30:58 +00:00
security
sparc64
sys Tweak comment to make more clear why it will fail. 2012-11-02 16:31:01 +00:00
teken
tools
ufs - In cancel_mkdir_dotdot don't panic if the inodedep is not available. If 2012-11-02 21:04:06 +00:00
vm The r241025 fixed the case when a binary, executed from nullfs mount, 2012-11-02 13:56:36 +00:00
x86 Provide the reading and display of the Standard Extended Features, 2012-11-01 15:14:37 +00:00
xdr
xen Move the corresponding MTX_SYSINIT() next to their struct mtx declaration 2012-10-26 17:31:35 +00:00
Makefile