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
Age
Commit message (
Expand
)
Author
2021-05-23
vmd(8): skip inspecting non-udp packets on local interfaces
dv
2021-05-18
vmd(8): guest virtio drivers can cause stack & buffer overflows
dv
2021-05-12
vmd(8): omit a possibly uninitialized var in a log_warnx
Mike Larkin
2021-05-05
Refactor vm_instance to return error value directly.
dv
2021-05-04
gzread(3) doesn't always set errno, so use gzerror(3)
dv
2021-05-04
Move unused task queue stuff to the attic.
dv
2021-05-04
Init debug logging state before attempting to log.
dv
2021-04-29
Linting: remove duplicate struct definition (plus whitespace)
dv
2021-04-26
vmd(8): fix vmctl client "wait" state corruption
dv
2021-04-22
vmd(8): guard against bad virtio drivers
dv
2021-04-22
Remove trailing whitespace in comment blocks.
dv
2021-04-21
Fix packet size checks and remove bad casts.
dv
2021-04-20
Move TAILQ initialization to files where they are used.
dv
2021-04-11
KNF, capitalization, whitespace
dv
2021-04-11
Remove dead code for unused IMSG_CTL_NOTIFY messages.
dv
2021-04-11
Correct a comment: reference the correct file
dv
2021-04-05
Support booting from compressed kernel images.
dv
2021-04-05
Send correct response type on unpause errors.
dv
2021-04-01
Remove extraneous call of vm_getbyvmid during pause event
dv
2021-03-29
Propagate host-side tap(4) lladdr to guest vm process to allow unicast dhcp
dv
2021-03-29
Cleanly teardown and restore emulated device state on vm send/receive.
dv
2021-03-26
inspect all the packets to see if they are dhcp, not just the first one
Theo de Raadt
2021-03-19
Remove booting from kernels in raw/qcow2 images
kn
2021-03-03
off by one in array bounds tests
Jonathan Gray
2021-03-02
don't read past the end of an array
Jonathan Gray
2021-03-01
Document veb(4) support
kn
2021-02-28
add veb(4) to the list of supported bridges/switches you can configure.
David Gwynne
2021-02-13
Fix some wrong comments and KNF/long line wraps
Mike Larkin
2021-01-27
these programs (with common ancestry) had a -fno-common problem related
Theo de Raadt
2021-01-07
bump VM shutdown event timeout ok mlarkin@ stsp@ florian@
tracey
2020-12-10
De-daddr32_t.
Kenneth R Westerback
2020-10-26
Remove an unneeded variable.
Visa Hankala
2020-10-19
Accommodate POSIX basename(3) that takes a non-const parameter and
Christian Weisgerber
2020-09-23
Revert agentx support for now, we're too close to release.
Martijn van Duren
2020-09-23
Add support for agentx to vmd.
Martijn van Duren
2020-09-08
Fix PCI config space union such that the register state is properly
Mark Kettenis
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
2020-06-28
vmd(8): Eliminate libevent state corruption
pd
2020-06-21
vmd(8): fix ns8250 lockup due to race condition
pd
2020-06-16
vmd(8): backout previous commit to ns8250.c as it reintroduced the bug where the
pd
2020-06-16
vmd(8): fix ns8250 lockup due to race condition
pd
2020-04-30
vmd(8): correctly terminate vm processes after sending vm
pd
2020-04-21
vmd: improve concurrency control in pause
pd
2020-04-08
vmm(4): add IOCTL handler to sets the access protections of the ept
pd
2020-02-16
Backout "DHCP is configured on the first interface only"
kn
2020-02-15
DHCP is configured on the first interface only
kn
2020-02-10
briefly mention /etc/examples/ in the FILES section of all the
Ingo Schwarze
2020-01-15
Guest VMs require some resources that are managed outside of vmm(4), so
Peter Hessler
2019-12-17
"allow instance {...}" requires options
kn
[next]