summaryrefslogtreecommitdiff
path: root/usr.sbin/vmctl
AgeCommit message (Expand)Author
2021-03-01Document veb(4) supportkn
2021-01-27split out extern and decl for -fno-commonTheo de Raadt
2020-09-02Fix clang warning in vmctl(8)Theo Buehler
2020-03-11fix spelling of IMSG_VMDOP_TERMINATE_VM_RESPONSE in commentJasper Lievisse Adriaanse
2020-02-16Backout "DHCP is configured on the first interface only"kn
2020-02-15DHCP is configured on the first interface onlykn
2020-01-03vmctl(8): fix vmctl send exit codepd
2019-12-28Run cu(1) in restricted modekn
2019-12-17Use local variable isntead of function parameterkn
2019-12-15Explicitly print root user in status OWNER columnkn
2019-12-12vmd: start vms defined in vm.conf in a staggered fashionpd
2019-10-27Require at least one interface with -ikn
2019-09-15Use (egress) in nat-to examplekn
2019-09-07Remove unused VMD_DISK_INVALID message type and mark it obsolete.tobhe
2019-08-23vmctl(8): fix wrong output when using 'vmctl stop'Mike Larkin
2019-08-14Improve the error message when supplying an invalid template to vmctlanton
2019-08-08Fix a bunch of typos in various man pages.Frederic Cambus
2019-07-05zap an extra space in usage();Jason McIntyre
2019-05-31zap trailing whitespace;Jason McIntyre
2019-05-29Change vmctl(8) syntax: command options before the disk/name/id argument.Reyk Floeter
2019-05-22re-order to reported states based on order of significance:Jasper Lievisse Adriaanse
2019-05-16treat vms that are disabled in vm.conf the same as any other vm that's stoppedJasper Lievisse Adriaanse
2019-05-14Delete some .Sx macros that were used in a wrong way.Ingo Schwarze
2019-05-11report vm state through 'vmctl status'; whereas previously this would display...Jasper Lievisse Adriaanse
2019-05-10remove receive_vm prototype for the function does not exist (anymore)Jasper Lievisse Adriaanse
2019-05-06double macro snuck in;Jason McIntyre
2019-05-06vmctl.8 : man page cleanupMike Larkin
2019-04-02Report reliable VM state on status commandkn
2019-03-18Consistently use imperative present tense throughout the manualkn
2019-03-18An existing VM may be started by referencing its IDkn
2019-03-07Clarify that VM names must start with a letterkn
2019-03-01Fix previous extra arguments commitkn
2019-03-01Print usage on extra create, start and stop argumentskn
2019-01-18disable vmd/vmctl for i386pd
2018-12-18show log/reset/stop as single commands, like usage() currently does;Jason McIntyre
2018-12-14sync usage(); also, stop enclosing arg names in quotes, since it wasJason McIntyre
2018-12-13various minor tweaks; ok mlarkinJason McIntyre
2018-12-11Extend vmctl start -B argument to work for disk, cdrom and net.Claudio Jeker
2018-12-07zap trailing whitespaceanton
2018-12-06Add a new argument -B device to vmctl start. It allows to set the boot device.Claudio Jeker
2018-12-04Add 'vmctl wait <VM>' a command that waits until the specified VM isClaudio Jeker
2018-11-26Move the {qcow2,raw} create functions from vmctl into vmd/vio{qcow2,raw}.cReyk Floeter
2018-11-20DNS goes over both udp and tcp, so reflect that in example pf.conf line;Otto Moerbeek
2018-10-20remove unneccessary macros;Jason McIntyre
2018-10-19Add support to create and convert disk images from existing imagesReyk Floeter
2018-10-08Add support for qcow2 base images (external snapshots).Reyk Floeter
2018-10-05Setting getopt optreset to 1 needs an additional reset of optind to 1.Reyk Floeter
2018-10-02Fix potential rounding errors when calculating the qcow2 l1 and ref tables sizesReyk Floeter
2018-10-01Try to derive the qcow2 file format from an image file automatically.Reyk Floeter
2018-09-27Add vmctl stop -a [-fw] option to stop or terminate all running VMs.Reyk Floeter