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
/
vioblk.c
Age
Commit message (
Expand
)
Author
2024-09-26
remove unneeded includes; ok dv@ mlarkin@
Jonathan Gray
2024-07-10
Split vmd into mi/md parts.
Dave Voutila
2024-02-20
Utilize separate threads for RX and TX in vmd(8)'s vionet.
Dave Voutila
2024-02-05
Cleanup fcntl(3) usage and fd lifetimes in vmd(8).
Dave Voutila
2024-02-04
Initialize result in vioblk notification handler.
Dave Voutila
2024-02-03
fix vmd vioblk fd closing bounds test
Jonathan Gray
2023-09-26
vmd(8): disambiguate log messages per vm and device.
Dave Voutila
2023-09-14
vmd(8)/vioblk: use zero-copy approach & vectored io.
Dave Voutila
2023-09-06
Correct error message: vionet -> vioblk. No functional change.
Dave Voutila
2023-09-06
vmd(8): clean up struct ioinfo.
Dave Voutila
2023-09-01
vmd(8): ignore masks on asserts, use synchronous deasserts.
Dave Voutila
2023-05-28
Used number of bytes instead of number of 512 byte sectors.
ASOU Masato
2023-05-13
vmm(4)/vmd(8): switch to anonymous shared mappings.
Dave Voutila
2023-04-28
Remove unneeded header includes in vmd.
Dave Voutila
2023-04-27
vmd(8): introduce multi-process model for virtio devices.
Dave Voutila