index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
vmd
/
vioscsi.c
Age
Commit message (
Expand
)
Author
2024-09-26
remove unneeded includes; ok dv@ mlarkin@
Jonathan Gray
2023-09-06
vmd(8): clean up struct ioinfo.
Dave Voutila
2023-04-01
avoid use of uninitialised memory
Jonathan Gray
2022-12-23
vmd(8): implement zero-copy operations on virtqueues.
Dave Voutila
2022-11-08
whitespace fix in debug printf, no functional change.
Dave Voutila
2022-03-07
Resolve clang unused-but-set warnings in vmd's vioscsi.c.
Dave Voutila
2021-06-16
cleanup vmd(8) includes and header files
dv
2021-05-18
vmd(8): guest virtio drivers can cause stack & buffer overflows
dv
2021-04-22
vmd(8): guard against bad virtio drivers
dv
2021-04-22
Remove trailing whitespace in comment blocks.
dv
2021-03-03
off by one in array bounds tests
Jonathan Gray
2020-09-03
No need for a private #define for the INQUIRY response_format value '2'. Just
Kenneth R Westerback
2020-09-01
Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to
Kenneth R Westerback
2019-01-10
unbreak vmd build
Stefan Fritsch
2018-08-25
Rework disks to have pluggable backends.
ccardenas
2018-07-15
vioscsi driver has been stable enough so we can move a good portion of these
ccardenas
2018-07-15
Revert unrelated change to vioscsi.c
Reyk Floeter
2018-07-15
Track resources and enforce cpu/memory/interface limits for non-root users.
Reyk Floeter
2018-07-10
vmd already had DEBUG/DPRINTF, there is no need for VMD_DEBUG/dprintf
Reyk Floeter
2018-06-19
knf
Reyk Floeter
2018-04-26
spelling error in log message
ccardenas
2018-01-19
VMD: vioscsi - fix large ISO support in Linux
ccardenas
2018-01-16
VMD: vioscsi - add support for REPORT_LUNS opcode
ccardenas
2018-01-15
VMD: vioscsi refactor
ccardenas
2018-01-03
Add initial CD-ROM support to VMD via vioscsi.
ccardenas