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
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
2018-09-29
vmd: don't remove vm if sending failed
pd
2018-09-28
Fix copy-pasto to use maxmem instead of maxcpu
Reyk Floeter
2018-09-10
vmd(8) clould close file descriptor 0 as not all fd fields were
Alexander Bluhm
2018-09-10
During the fork+exec implementation, daemon(3) was moved after
Alexander Bluhm
2018-07-15
Track resources and enforce cpu/memory/interface limits for non-root users.
Reyk Floeter
2018-07-13
Check the disk/kernel/cdrom file permissions after openening the fd.
Reyk Floeter
2018-07-13
Add "allow instance" option.
Reyk Floeter
2018-07-12
Allow to use configured/running VMs as templates for other VM instances.
Reyk Floeter
2018-07-11
style - indent each case statement in a switch.
Reyk Floeter
2018-07-11
Add -w option to vmctl stop to wait for completion of VM termination.
Reyk Floeter
2018-07-11
Rename function to vmd_check_vmh
Reyk Floeter
2018-07-11
Add -f option to vmctl stop to forcefully kill a VM.
Reyk Floeter
2018-07-10
style (single-line ifs don't need braces)
Reyk Floeter
2018-07-10
vmd already had DEBUG/DPRINTF, there is no need for VMD_DEBUG/dprintf
Reyk Floeter
2018-07-10
Tweak debug log messages
Reyk Floeter
2018-06-26
Add "socket owner" to allow changing the owner of the vmd control socket.
Reyk Floeter
2018-06-19
knf
Reyk Floeter
2018-05-13
vmd(8): enable pause / unpause for vm owners
pd
2018-04-25
vmd(8)'s early error messages weren't visible when started via /etc/rc
Mike Larkin
2018-04-21
spelling error in log message
Mike Larkin
2018-03-29
Make sure that the global config is send out immediately when it is
Martijn van Duren
2018-03-14
block two VMs from using the same disk image file at the same time.
Mike Larkin
2018-02-18
vmd: fix vmctl pause for non existing vm ids (never returns)
pd
[next]