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
/
vmd.c
Age
Commit message (
Expand
)
Author
2023-09-26
vmd(8): disambiguate log messages per vm and device.
Dave Voutila
2023-07-03
when shutting down a vm, handle the VM id in the same way as a VM name argument
Jasper Lievisse Adriaanse
2023-06-18
relax absolute path requirement for configtest (-n)
Omar Polo
2023-05-13
vmm(4)/vmd(8): switch to anonymous shared mappings.
Dave Voutila
2023-05-12
vmd(8): fix segfault on vm creation.
Dave Voutila
2023-05-12
vmd(8): fix console attach from vmctl(8).
Dave Voutila
2023-04-28
vmd(8)/vmctl(8): allow vm owners to override boot kernel.
Dave Voutila
2023-04-27
vmd(8): introduce multi-process model for virtio devices.
Dave Voutila
2023-04-25
vmm(4)/vmd(8): pull struct members out of vmm ioctl create struct.
Dave Voutila
2023-04-24
Missing the optional default config is not an error
Klemens Nanni
2023-04-23
vmd(8): teach vmm process how to exec.
Dave Voutila
2023-04-19
remove duplicate includes
Jonathan Gray
2023-04-16
vmd(8): clean up fd closing in vmm process.
Dave Voutila
2023-04-02
vmd(8): migrate vmd_vm.vm_ttyname to char array.
Dave Voutila
2023-01-28
Move some header definitions from vmm(4) to vmd(8).
Dave Voutila
2023-01-22
vmd(8): don't remove known vm's from the config on error.
Dave Voutila
2023-01-14
Only open /dev/vmm once in vmd(8).
Dave Voutila
2022-12-28
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-12-15
Add explicit casts to ctype functions in vmd(8).
Dave Voutila
2022-10-31
vmd(8): remove unfinished user accounting.
Dave Voutila
2022-09-13
Add (partial) support for agentx in vmd.
Martijn van Duren
2022-05-08
vmd: fix rebooting a received vm
Dave Voutila
2022-03-01
vmd(8): gracefully handle hitting data limits when starting a vm
Dave Voutila
2022-01-04
Fix some simple -Wunused-but-set-variable warnings.
Claudio Jeker
2021-12-13
including sys/cdefs.h manually started as a result of netbsd trying to
Theo de Raadt
2021-11-29
mostly avoid sys/param.h with a local nitems()
Theo de Raadt
2021-07-18
vmd(8): remove invalid errno values from config_setvm
dv
2021-05-05
Refactor vm_instance to return error value directly.
dv
2021-05-04
Init debug logging state before attempting to log.
dv
2021-04-26
vmd(8): fix vmctl client "wait" state corruption
dv
2021-04-05
Send correct response type on unpause errors.
dv
2021-03-29
Propagate host-side tap(4) lladdr to guest vm process to allow unicast dhcp
dv
2021-01-27
these programs (with common ancestry) had a -fno-common problem related
Theo de Raadt
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
2019-12-12
vmd: start vms defined in vm.conf in a staggered fashion
pd
2019-09-04
vmd(8): memory leak in an error path
Mike Larkin
2019-08-14
Improve the error message when supplying an invalid template to vmctl
anton
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-05-20
drop fatalx calls when claiming a new vm id; otherwise it's possible
Jasper Lievisse Adriaanse
2019-05-11
report vm state through 'vmctl status'; whereas previously this would display...
Jasper Lievisse Adriaanse
2019-05-11
vm_dump_header allocated space for a signature but it was never set;
Jasper Lievisse Adriaanse
2019-05-11
track the state of the vm (running, paused, etc) using a single bitfield inst...
Jasper Lievisse Adriaanse
2019-05-11
sync the vm state in vmd too when (un)pausing a vm, otherwise the vm process
Jasper Lievisse Adriaanse
2018-12-09
When -B is used to specify a specific boot device also change the reboot
Claudio Jeker
2018-12-04
Introduce IMSG_VMDOP_WAIT_VM_REQUEST a control message that registers a
Claudio Jeker
2018-11-26
Keep a list of known vms, and reuse the VM IDs.
ori
2018-11-21
Add support for "local inet6" interfaces.
Reyk Floeter
2018-10-15
Prevent VM reboot loops by rate-limiting the interval a VM can reboot.
Reyk Floeter
2018-10-08
Add support for qcow2 base images (external snapshots).
Reyk Floeter
[next]