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
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-13
Make it possible to remove VMs from vmd(8)'s internal queue.
Edd Barrett
2017-01-11
Add imsg communication channel between vmd and invividual VMs.
Reyk Floeter
2017-01-09
Stop accessing verbose and debug variables from log.c directly.
Reyk Floeter
2016-12-14
Allow to start disabled and pre-configured VMs by name, "vmctl start foo".
Reyk Floeter
2016-12-14
If a VM terminates with the result EAGAIN, close all fds except the
Reyk Floeter
2016-11-26
Implement basic support for boot.conf(8) on the disk image.
Reyk Floeter
2016-11-26
If -m/memory is not specified, use 512M by default.
Reyk Floeter
2016-11-24
Add support for booting the kernel from the disk image.
Reyk Floeter
2016-11-22
Fix error path of config_setvm() and its callers. This unbreaks
Reyk Floeter
2016-11-22
There is no need for res when there is already ret.
Reyk Floeter
2016-11-22
Insert disabled VMs into vmd(8)'s queues and allow vmctl(8) to display them.
Edd Barrett
2016-11-04
Pass the internal vmid or 0 to vm_register() instead of changing it
Reyk Floeter
2016-11-04
Update the config/register/get VM methods to match the config_set/get
Reyk Floeter
2016-10-29
Separate parsing vms and switches from starting them in vmd(8).
Edd Barrett
2016-10-17
Add the option to specify an interface group per virtual switch as well;
Reyk Floeter
2016-10-15
Allow to add an interface to an interface group; with the group keyword.
Reyk Floeter
2016-10-12
Fix functionality and semantics of vmctl load/reload/reset.
Reyk Floeter
2016-10-06
Terminate VMs on shutdown of vmd instead of leaving them running as
Reyk Floeter
2016-10-05
Add support for enhanced networking configuration and virtual switches.
Reyk Floeter
2016-10-04
Add a new "priv" process that is responsible for ioctls and restricted
Reyk Floeter
2016-09-29
Implement fork+exec for vmd, using the same framework from httpd etc.
Reyk Floeter
2016-08-17
small bits of header cleanup; ok mlarkin
Theo de Raadt
2016-07-29
Allow starting a VM again after it was terminated
Stefan Kempf
2016-02-05
Fix a possible use-after-free in vmd, forward the result to the
Reyk Floeter
2016-02-02
Remove setproctitle() for the parent process. Because rc.d(8) uses process
Stuart Henderson
2015-12-11
The vmctl "id" argument can now be a number of or a vm name, eg.
Reyk Floeter
2015-12-08
when checking the config file with -n don't open /dev/vmm or require root
Jonathan Gray
2015-12-08
make the -f option work as intended
Jonathan Gray
2015-12-07
tweak initial error logging
Reyk Floeter
2015-12-06
Prevent running a VM with the same name multiple times - multiple
Reyk Floeter
2015-12-06
Print the TTY in the vmctl status output.
Reyk Floeter
2015-12-06
When a new vm is created with VMM_IOC_CREATE, the kernel assigns a
Reyk Floeter
2015-12-06
Check errno from config_getvm() correctly
Reyk Floeter
2015-12-05
Print shorter error message if opening /dev/vmm failed.
Reyk Floeter
2015-12-03
Re-add the "load" and "reload" commands to vmctl: Instead of parsing
Reyk Floeter
2015-12-03
Add and document -D and -f flags to vmd.
Reyk Floeter
2015-12-03
mlarkin's code has been moved to vmm.c, so it is ok to claim the copyright.
Reyk Floeter
2015-12-03
Add support for an optional vm.conf(5) file in vmd. This will replace
Reyk Floeter
2015-12-03
prepare config_getvm() for parse.y
Reyk Floeter
2015-12-02
send the tty name to vmmctl and print it as a result.
Reyk Floeter
2015-12-02
Split the fully privileged parent into two processes "parent" and
Reyk Floeter
2015-12-02
Start tweaking vmd's privsep and daemon model by splitting the main
Reyk Floeter
2015-11-26
Automatically start vmm(4) when the first VM is created and after the
Reyk Floeter
2015-11-25
typo: should be looking pid == -1
Ted Unangst
2015-11-23
accept4() is restarted after signals which prevents vmd from exiting
Reyk Floeter
2015-11-23
I accidentally removed a newline in usage() when converting the log
Reyk Floeter
2015-11-23
Add support for logging to stderr or syslog, and to run vmd in
Reyk Floeter
[next]