OpenBSD cvs log

created 2020-12-05T04:56:06Z
begin 2020-10-15T11:30:08Z
end 2020-10-15T13:22:13Z
path src/sys
commits 2

date 2020-10-15T13:22:12Z
author krw
files src/sys/arch/sparc64/dev/vdsk.c log diff annotate
message Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with call
to scsi_copy_internal_data(). Thus getting xs->resid properly set and adding the
usual uio/size sanity checks.

date 2020-10-15T13:22:13Z
author krw
files src/sys/dev/ata/atascsi.c log diff annotate
src/sys/dev/ic/nvme.c log diff annotate
src/sys/dev/pci/ips.c log diff annotate
src/sys/dev/pv/vioblk.c log diff annotate
src/sys/dev/pv/xbf.c log diff annotate
src/sys/dev/sdmmc/sdmmc_scsi.c log diff annotate
message Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with call
to scsi_copy_internal_data(). Thus getting xs->resid properly set and adding the
usual uio/size sanity checks.