summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd/vioscsi.c
AgeCommit message (Expand)Author
2024-09-26remove unneeded includes; ok dv@ mlarkin@Jonathan Gray
2023-09-06vmd(8): clean up struct ioinfo.Dave Voutila
2023-04-01avoid use of uninitialised memoryJonathan Gray
2022-12-23vmd(8): implement zero-copy operations on virtqueues.Dave Voutila
2022-11-08whitespace fix in debug printf, no functional change.Dave Voutila
2022-03-07Resolve clang unused-but-set warnings in vmd's vioscsi.c.Dave Voutila
2021-06-16cleanup vmd(8) includes and header filesdv
2021-05-18vmd(8): guest virtio drivers can cause stack & buffer overflowsdv
2021-04-22vmd(8): guard against bad virtio driversdv
2021-04-22Remove trailing whitespace in comment blocks.dv
2021-03-03off by one in array bounds testsJonathan Gray
2020-09-03No need for a private #define for the INQUIRY response_format value '2'. JustKenneth R Westerback
2020-09-01Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big toKenneth R Westerback
2019-01-10unbreak vmd buildStefan Fritsch
2018-08-25Rework disks to have pluggable backends.ccardenas
2018-07-15vioscsi driver has been stable enough so we can move a good portion of theseccardenas
2018-07-15Revert unrelated change to vioscsi.cReyk Floeter
2018-07-15Track resources and enforce cpu/memory/interface limits for non-root users.Reyk Floeter
2018-07-10vmd already had DEBUG/DPRINTF, there is no need for VMD_DEBUG/dprintfReyk Floeter
2018-06-19knfReyk Floeter
2018-04-26spelling error in log messageccardenas
2018-01-19VMD: vioscsi - fix large ISO support in Linuxccardenas
2018-01-16VMD: vioscsi - add support for REPORT_LUNS opcodeccardenas
2018-01-15VMD: vioscsi refactorccardenas
2018-01-03Add initial CD-ROM support to VMD via vioscsi.ccardenas