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
Age
Commit message (
Expand
)
Author
2018-10-22
The recent switch to realpath(3) for the boot string in vmd(8) broke
Alexander Bluhm
2018-10-19
Add support to create and convert disk images from existing images
Reyk Floeter
2018-10-18
Use realpath(3) on the "boot" config option as well.
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-10-04
vmd(8): don't forget to set TXRDY in the case when the rate limiter isn't
Mike Larkin
2018-10-03
Add check to ensure vioscsi pointer if valid
ccardenas
2018-10-03
vmd(8): avoid a divide by zero when the user specified a low baud rate
Mike Larkin
2018-10-01
Fix potential double-free in error path
Reyk Floeter
2018-10-01
Try to derive the qcow2 file format from an image file automatically.
Reyk Floeter
2018-09-30
Add size limitation of group-name and a reference to ifconfig about it
solene
2018-09-29
vmd: don't remove vm if sending failed
pd
2018-09-28
Support vmd-internal's vmboot with qcow2 disk images.
Reyk Floeter
2018-09-28
Compress qcow2 open debug messages into a single line
Reyk Floeter
2018-09-28
Fix copy-pasto to use maxmem instead of maxcpu
Reyk Floeter
2018-09-19
Various clean up items for disks.
ccardenas
2018-09-13
vmd: set irq and vm_id in virtio dev structs on restore
pd
2018-09-11
Be consistent in logging messages.
ccardenas
2018-09-11
Fail fast when we are unable to determine disk format.
ccardenas
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-09-09
Add initial qcow2 image support.
ccardenas
2018-09-07
replace malloc()+strlcpy() with strndup() in cmdline_symset().
miko
2018-08-25
Rework disks to have pluggable backends.
ccardenas
2018-08-17
No need to send the same nameserver twice.
Martijn van Duren
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-08-05
Remove cpath pledge(2) promise. We decided that not deleting the unix control
Ricardo Mestre
2018-07-17
vmd(8): fix vmctl -b option for i386 kernels.
Mike Larkin
2018-07-15
vioscsi driver has been stable enough so we can move a good portion of these
ccardenas
2018-07-15
Revert unrelated change to vioscsi.c
Reyk Floeter
2018-07-15
Track resources and enforce cpu/memory/interface limits for non-root users.
Reyk Floeter
2018-07-13
tweak previous; ok reyk
Jason McIntyre
2018-07-13
network -> interface; ok reyk@
anton
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-12
vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit,
Mike Larkin
2018-07-11
sort tokens
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-11
Do for most running out of memory err() what was done for most running
Kenneth R Westerback
2018-07-10
style (single-line ifs don't need braces)
Reyk Floeter
2018-07-10
Return the VM pid to the vmd parent. This pid field already existed
Reyk Floeter
2018-07-10
Remove a debug message
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-07-10
vmd(8): route ELCR handler to the right function
Mike Larkin
[prev]
[next]