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
/
config.c
Age
Commit message (
Expand
)
Author
2023-07-13
vmd(8): pull validation into local prefix parser.
Dave Voutila
2023-04-28
vmd(8)/vmctl(8): allow vm owners to override boot kernel.
Dave Voutila
2023-04-25
vmm(4)/vmd(8): pull struct members out of vmm ioctl create struct.
Dave Voutila
2023-04-02
vmd(8): migrate vmd_vm.vm_ttyname to char array.
Dave Voutila
2023-02-22
Explicitly initialize vmd_vm pointer with NULL before calling vm_register.
Moritz Buhl
2023-01-28
Move some header definitions from vmm(4) to vmd(8).
Dave Voutila
2022-10-31
vmd(8): remove unfinished user accounting.
Dave Voutila
2022-05-08
vmd: fix rebooting a received vm
Dave Voutila
2021-11-10
Remove switch(4) pieces, feedback/missing piece millert@ ok claudio@ mlarkin@
Stuart Henderson
2021-07-18
vmd(8): remove invalid errno values from config_setvm
dv
2021-05-12
vmd(8): omit a possibly uninitialized var in a log_warnx
Mike Larkin
2021-03-29
Propagate host-side tap(4) lladdr to guest vm process to allow unicast dhcp
dv
2021-03-19
Remove booting from kernels in raw/qcow2 images
kn
2021-02-28
add veb(4) to the list of supported bridges/switches you can configure.
David Gwynne
2019-05-11
track the state of the vm (running, paused, etc) using a single bitfield inst...
Jasper Lievisse Adriaanse
2018-11-26
Keep a list of known vms, and reuse the VM IDs.
ori
2018-11-24
Improve error handling and logging in qcow2
ori
2018-11-21
Add support for "local inet6" interfaces.
Reyk Floeter
2018-10-26
I broke base images with my previous commit by missing a line.
Reyk Floeter
2018-10-19
Add support to create and convert disk images from existing images
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-08-07
Post-g2k18 fix: unbreak the optional vmd-internal vmboot loader.
Reyk Floeter
2018-08-07
Fix paste error in "no read access to" debug message, tweak messages.
Reyk Floeter
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-11
Add -w option to vmctl stop to wait for completion of VM termination.
Reyk Floeter
2018-07-10
Tweak debug log messages
Reyk Floeter
2018-06-19
print process name in debug message
Reyk Floeter
2018-06-19
knf
Reyk Floeter
2018-03-14
block two VMs from using the same disk image file at the same time.
Mike Larkin
2018-01-26
Fix Failure on Start
ccardenas
2018-01-05
Use log_warnx() in places where errno is irrelevant.
Jeremie Courreges-Anglas
2018-01-04
Address TOCTOU issue with checking to ensure disks are regular files.
ccardenas
2018-01-03
Add initial CD-ROM support to VMD via vioscsi.
ccardenas
2017-11-04
whitespace
Mike Larkin
2017-09-14
spacing
Reyk Floeter
2017-09-08
vmd: add more explanatory log_debug messages
Mike Larkin
2017-08-31
vmd/vmctl: disallow use of block or character devices as disks in VMs.
Mike Larkin
2017-08-18
distinguish errors during vm launch and return different error codes to
Mike Larkin
2017-07-15
Add vmctl send and vmctl receive
pd
2017-05-04
Add support for rdomains.
Reyk Floeter
2017-04-21
Add global configuration option "local prefix" to change prefix for -L.
Reyk Floeter
2017-03-26
Don't compare kernel and root disk name if both strings are empty.
Reyk Floeter
2017-03-26
Use the pseudo-bootloader if the boot image path matches the root disk path.
Reyk Floeter
2017-03-25
Boot using BIOS from /etc/firmware/vmm-bios by default.
Reyk Floeter
2017-03-02
Add "locked lladdr" option to prevent VMs from spoofing MAC addresses.
Reyk Floeter
2017-03-01
Add "owner" option to set a user/group ownership for pre-configured VMs
Reyk Floeter
2017-02-27
Replace openpty(3) with local function that uses pre-opened /dev/ptm fd
Reyk Floeter
2017-01-17
Nuke some whitespace that keeps poking me in the eye as I try to
Kenneth R Westerback
[next]