summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd
AgeCommit message (Expand)Author
2022-05-08vmd: fix rebooting a received vmDave Voutila
2022-05-04vmctl(8)/vmd(8): convert disk sizes from MB to bytesDave Voutila
2022-05-03vmm/vmd/vmctl: standardize memory units to bytesDave Voutila
2022-04-10Free vm_info_result in error paths.Dave Voutila
2022-03-07Resolve clang unused-but-set warnings in vmd's vioscsi.c.Dave Voutila
2022-03-01vmd(8): gracefully handle hitting data limits when starting a vmDave Voutila
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2022-01-15vmd: Remove a warning about non-32KHz timebasesMike Larkin
2022-01-05adjust Xr for fw_update to section 8;Jason McIntyre
2022-01-04Try to handle possible vm_register() failures and return an error backClaudio Jeker
2022-01-04Remove unused imsg type IMSG_VMDOP_RECEIVE_VM_RESPONSE.Claudio Jeker
2022-01-04Another -Wunused-but-set-variable fix.Claudio Jeker
2022-01-04Fix some simple -Wunused-but-set-variable warnings.Claudio Jeker
2021-12-30Add back support for -B net -b bsd.rd which emulates a PXE install andClaudio Jeker
2021-12-13including sys/cdefs.h manually started as a result of netbsd trying toTheo de Raadt
2021-11-29mostly avoid sys/param.h with a local nitems()Theo de Raadt
2021-11-11switch(4) is being retired, sthen@ already removed the bits in the codeClaudio Jeker
2021-11-10Remove switch(4) pieces, feedback/missing piece millert@ ok claudio@ mlarkin@Stuart Henderson
2021-11-05Fix bootorder string for diskJan Klemkow
2021-11-04Fix broken "boot device cdrom" feature after a fix in seabios.Jan Klemkow
2021-10-15Don't declare variables as "unsigned char *" that are passed toChristian Weisgerber
2021-09-01remove unused functions and cleanup vmd.hDave Voutila
2021-08-29Mask viornd descriptor value to prevent out of bound reads.Dave Voutila
2021-08-29mask next descriptor value and fix chunk_size calculationDave Voutila
2021-08-29check for null vioblk infoDave Voutila
2021-08-29correct device status write sizeDave Voutila
2021-08-29remove old descriptor dump functionDave Voutila
2021-07-18vmd(8): remove invalid errno values from config_setvmdv
2021-07-16vmd(8): simplify vcpu logic, removing uart & vionet readsdv
2021-06-21vmd(8): support variable length vionet rx descriptor chainsdv
2021-06-17vmd(8): handle VIRTIO_BLK_T_GET_ID, check descriptor r/w flagsdv
2021-06-16cleanup vmd(8) includes and header filesdv
2021-06-15Filter out packets that are not IPv4. This code came from dhcp programsClaudio Jeker
2021-06-11vmd(8): deduplicate vioblk command logicdv
2021-06-10vmctl(8)/vmd(8): communicate TERMINATE_VM_EVENT imsgs on vm stop.dv
2021-06-08vmd(8): malicious dhcp packets on local ifs can cause stack overflowsdv
2021-06-02vmd(8): allow locking a randomly assigned lladdrdv
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