summaryrefslogtreecommitdiff
path: root/usr.sbin/vmctl/vmctl.c
AgeCommit message (Expand)Author
2016-05-10move some argument checking from vmmaction() to start_vm()Mike Larkin
2016-05-10typo in commentMike Larkin
2016-03-13Introduce memory ranges to support VMs with >= 4G RAMStefan Kempf
2016-01-26lseek() + write() can be replaced by a slightly shorter ftruncate()Reyk Floeter
2016-01-13Update the comments in vmctl.c that are describing function arguments.Reyk Floeter
2015-12-14track used memory in each VM. This is passed back to vmctl status.Mike Larkin
2015-12-11The vmctl "id" argument can now be a number of or a vm name, eg.Reyk Floeter
2015-12-08Add "vmctl console" to connect to a specified VM console by id.Reyk Floeter
2015-12-07use O_EXCL rather than a raceTheo de Raadt
2015-12-06Print the TTY in the vmctl status output.Reyk Floeter
2015-12-06When a new vm is created with VMM_IOC_CREATE, the kernel assigns aReyk Floeter
2015-12-05Add OpenBSD IdReyk Floeter
2015-12-05Align columns to printed output in "vmctl status"Mike Larkin
2015-12-04Add -c option to "vmctl start" to automatically connect to the VMReyk Floeter
2015-12-03Replace vmmctl with vmctl. Also remove parse.y from the "new" vmctl.Reyk Floeter