summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd
AgeCommit message (Expand)Author
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2022-12-26vmd(8): provide a detailed e820 memory map.Dave Voutila
2022-12-23vmd(8): implement zero-copy operations on virtqueues.Dave Voutila
2022-12-19Silence vmd ns8250 log noise about reading com1 before ready.Dave Voutila
2022-12-15priv_validgroup: do not read more than IF_NAMESIZE chars of nameTodd C. Miller
2022-12-15Add explicit casts to ctype functions in vmd(8).Dave Voutila
2022-11-28vmd(8): zero consdev in bootargs to fix booting ramdisksDave Voutila
2022-11-11Revert removal of toggling interrupt line in vmd vcpu run loop.Dave Voutila
2022-11-10vmd(8): remove toggling interrupt line on vcpu in vcpu run loopDave Voutila
2022-11-10Initialize data before passing it to get_input_data. StrictlyMoritz Buhl
2022-11-10vmd(8): import mmio decode and emulation, disabled for now.Dave Voutila
2022-11-08whitespace fix in debug printf, no functional change.Dave Voutila
2022-11-06Fix typo in comment about pledges (send -> sendfd).Dave Voutila
2022-10-31vmd(8): remove unfinished user accounting.Dave Voutila
2022-10-14some macro fixes, mostly Cm -> Ic;Jason McIntyre
2022-09-24macro tweaks; from josiah frentsosJason McIntyre
2022-09-13Add (partial) support for agentx in vmd.Martijn van Duren
2022-09-02vmd(8): compute i8254 read-back command latch from singular timestampScott Soule Cheloha
2022-09-01vmm(4): send all port io emulation to userlandDave Voutila
2022-08-30Initial support for mmio assist for vmm(4)Dave Voutila
2022-08-04SWITCH section in ifconfig(8) no longer exists; point people at VEB insteadStefan Sperling
2022-06-29vmd(8): fix off by one in vm memory range checkDave Voutila
2022-06-26vmd: create a copy of bios at 4g boundaryDave Voutila
2022-05-20use correct logging or error callsDave Voutila
2022-05-13fix typos in commentsDave Voutila
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