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
/
vmctl
/
vmctl.c
Age
Commit message (
Expand
)
Author
2016-05-10
move some argument checking from vmmaction() to start_vm()
Mike Larkin
2016-05-10
typo in comment
Mike Larkin
2016-03-13
Introduce memory ranges to support VMs with >= 4G RAM
Stefan Kempf
2016-01-26
lseek() + write() can be replaced by a slightly shorter ftruncate()
Reyk Floeter
2016-01-13
Update the comments in vmctl.c that are describing function arguments.
Reyk Floeter
2015-12-14
track used memory in each VM. This is passed back to vmctl status.
Mike Larkin
2015-12-11
The vmctl "id" argument can now be a number of or a vm name, eg.
Reyk Floeter
2015-12-08
Add "vmctl console" to connect to a specified VM console by id.
Reyk Floeter
2015-12-07
use O_EXCL rather than a race
Theo de Raadt
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-05
Add OpenBSD Id
Reyk Floeter
2015-12-05
Align columns to printed output in "vmctl status"
Mike Larkin
2015-12-04
Add -c option to "vmctl start" to automatically connect to the VM
Reyk Floeter
2015-12-03
Replace vmmctl with vmctl. Also remove parse.y from the "new" vmctl.
Reyk Floeter