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