dissertation/usr.sbin/vmd
dv 94c519221d Fix typo in comment about pledges (send -> sendfd).
No functional change.
2022-11-06 11:54:08 +00:00
..
Makefile Add (partial) support for agentx in vmd. 2022-09-13 10:28:19 +00:00
atomicio.c
atomicio.h cleanup vmd(8) includes and header files 2021-06-16 16:55:02 +00:00
config.c vmd(8): remove unfinished user accounting. 2022-10-31 14:02:11 +00:00
control.c Remove unused imsg type IMSG_VMDOP_RECEIVE_VM_RESPONSE. 2022-01-04 15:22:53 +00:00
dhcp.c cleanup vmd(8) includes and header files 2021-06-16 16:55:02 +00:00
dhcp.h
fw_cfg.c Fix bootorder string for disk 2021-11-05 10:18:50 +00:00
fw_cfg.h cleanup vmd(8) includes and header files 2021-06-16 16:55:02 +00:00
i8253.c vmd(8): compute i8254 read-back command latch from singular timestamp 2022-09-02 21:33:51 +00:00
i8253.h vmm(4): send all port io emulation to userland 2022-09-01 22:01:40 +00:00
i8259.c cleanup vmd(8) includes and header files 2021-06-16 16:55:02 +00:00
i8259.h vmm(4): send all port io emulation to userland 2022-09-01 22:01:40 +00:00
loadfile.h Add back support for -B net -b bsd.rd which emulates a PXE install and 2021-12-30 08:12:23 +00:00
loadfile_elf.c When it's the possessive of 'it', it's spelled "its", without the 2022-01-28 06:33:26 +00:00
log.c
mc146818.c vmd: Remove a warning about non-32KHz timebases 2022-01-15 23:39:11 +00:00
mc146818.h
ns8250.c vmd(8): simplify vcpu logic, removing uart & vionet reads 2021-07-16 16:21:22 +00:00
ns8250.h vmd(8): simplify vcpu logic, removing uart & vionet reads 2021-07-16 16:21:22 +00:00
packet.c cleanup vmd(8) includes and header files 2021-06-16 16:55:02 +00:00
parse.y Add (partial) support for agentx in vmd. 2022-09-13 10:28:19 +00:00
pci.c cleanup vmd(8) includes and header files 2021-06-16 16:55:02 +00:00
pci.h cleanup vmd(8) includes and header files 2021-06-16 16:55:02 +00:00
priv.c mostly avoid sys/param.h with a local nitems() 2021-11-29 05:17:35 +00:00
proc.c Move TAILQ initialization to files where they are used. 2021-04-20 21:11:56 +00:00
proc.h vmd(8): remove unfinished user accounting. 2022-10-31 14:02:11 +00:00
vioqcow2.c use correct logging or error calls 2022-05-20 22:06:47 +00:00
vioraw.c vmctl(8)/vmd(8): convert disk sizes from MB to bytes 2022-05-04 23:17:25 +00:00
vioscsi.c Resolve clang unused-but-set warnings in vmd's vioscsi.c. 2022-03-07 14:17:47 +00:00
vioscsi.h No need for a private #define for the INQUIRY response_format value '2'. Just 2020-09-03 13:11:49 +00:00
virtio.c Mask viornd descriptor value to prevent out of bound reads. 2021-08-29 18:01:32 +00:00
virtio.h vmctl(8)/vmd(8): convert disk sizes from MB to bytes 2022-05-04 23:17:25 +00:00
vm.c vmm(4): send all port io emulation to userland 2022-09-01 22:01:40 +00:00
vm.conf.5 some macro fixes, mostly Cm -> Ic; 2022-10-14 06:43:26 +00:00
vm_agentx.c Add (partial) support for agentx in vmd. 2022-09-13 10:28:19 +00:00
vmd.8 adjust Xr for fw_update to section 8; 2022-01-05 17:39:24 +00:00
vmd.c vmd(8): remove unfinished user accounting. 2022-10-31 14:02:11 +00:00
vmd.h vmd(8): remove unfinished user accounting. 2022-10-31 14:02:11 +00:00
vmm.c Fix typo in comment about pledges (send -> sendfd). 2022-11-06 11:54:08 +00:00
vmm.h