summaryrefslogtreecommitdiff
path: root/usr.sbin/vmctl/main.c
AgeCommit message (Expand)Author
2017-10-07Prefer memset() over bzero()Philip Guenther
2017-08-15merge parse_vmid() and parse_vmname()Jasper Lievisse Adriaanse
2017-07-15Add vmctl send and vmctl receivepd
2017-07-09vmd/vmctl: Add ability to pause / unpause vmspd
2017-06-07vmctl: change default "vmctl console" (cu) baud rate to 115200. NotMike Larkin
2017-05-04Report command failure back to vmctl reload, reset, load, log verbose.Reyk Floeter
2017-05-04Report error for vmctl commands that need root privileges.Reyk Floeter
2017-04-19Add support for dynamic "NAT" interfaces (-L/local interface).Reyk Floeter
2017-04-06Do not expose vmm(4) VM IDs to the user, use vmd(8)'s IDs instead.Reyk Floeter
2017-03-25Boot using BIOS from /etc/firmware/vmm-bios by default.Reyk Floeter
2017-03-01Rename start_vm_complete to vm_start_complete for consistency.Reyk Floeter
2017-03-01unbreak vmctl build by renaming a function that now conflicts withMike Larkin
2017-03-01Add "owner" option to set a user/group ownership for pre-configured VMsReyk Floeter
2017-01-11Add imsg communication channel between vmd and invividual VMs.Reyk Floeter
2016-11-26Add the vmctl start -n option to specify add a network interface toReyk Floeter
2016-10-12Fix functionality and semantics of vmctl load/reload/reset.Reyk Floeter
2016-05-10move some argument checking from vmmaction() to start_vm()Mike Larkin
2016-04-25make vmctl 'create' usage description match the man pageMike Larkin
2016-03-17Last parameter to execl[e]() functions *must* be cast to a pointer.Kenneth R Westerback
2016-01-26The division "res->size /= 1024 / 1024" is a no-op: 1024 / 1024 isReyk Floeter
2016-01-05don't use the second argument of pledge(2) as the whitelist is not stabilizedSebastien Marie
2015-12-11The vmctl "id" argument can now be a number of or a vm name, eg.Reyk Floeter
2015-12-11Remove unused argument in parse_vmid()Reyk Floeter
2015-12-11Allow to specify relative pathnames on the command line (eg. -k ./bsd).Reyk Floeter
2015-12-08style(9) says that is OK to not include sys/cdefs.h directly, as itReyk Floeter
2015-12-08vmctl console - id is not optionalReyk Floeter
2015-12-08Add "vmctl console" to connect to a specified VM console by id.Reyk Floeter
2015-12-05use argument names consistently.Igor Sobrado
2015-12-05Another imsg_read user I did miss in my EAGAIN rampage.Claudio Jeker
2015-12-05vmctl has no need to change the socket that talks to vmd.Theo de Raadt
2015-12-04Add -c option to "vmctl start" to automatically connect to the VMReyk Floeter
2015-12-03Re-add the "load" and "reload" commands to vmctl: Instead of parsingReyk Floeter
2015-12-03Replace vmmctl with vmctl. Also remove parse.y from the "new" vmctl.Reyk Floeter