summaryrefslogtreecommitdiff
path: root/usr.sbin/vmctl
AgeCommit message (Expand)Author
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
2018-09-21Add explanations about vmctl send commandsolene
2018-09-16Use user_from_uid(3) and group_from_gid(3) in a few more placesTodd C. Miller
2018-09-13Add initial set of unveil's to vmctl.ccardenas
2018-09-11Add ability to create qcow2 disk.ccardenas
2018-09-09tweak previous;Jason McIntyre
2018-09-09Add initial qcow2 image support.ccardenas
2018-08-23Allow to boot CDROM-only VMs.Reyk Floeter
2018-07-29add missing markup and some minor tweaks; ok jmc@anton
2018-07-12The vmctl start -I option was changed to -t.Reyk Floeter
2018-07-12Allow to use configured/running VMs as templates for other VM instances.Reyk Floeter
2018-07-11check string lengths in vm_startReyk Floeter
2018-07-11remove useless macro;Jason McIntyre
2018-07-11Add -w option to vmctl stop to wait for completion of VM termination.Reyk Floeter
2018-07-11Add -f option to vmctl stop to forcefully kill a VM.Reyk Floeter
2018-07-04When a VM stop request fails, set errno prior to calling warn() in order toanton
2018-06-19knfReyk Floeter
2018-03-14block two VMs from using the same disk image file at the same time.Mike Larkin
2018-03-14knfMike Larkin
2018-02-26vmctl: clarify console error messageccardenas
2018-02-24sort;Jason McIntyre
2018-02-24add an alias for vmctl show, matches finger memory and the rest of thePeter Hessler
2018-01-03pretty up the "start" command;Jason McIntyre
2018-01-03Add initial CD-ROM support to VMD via vioscsi.ccardenas
2017-11-05Add minimal DHCP support to vmd's built-in DHCP/BOOTP server.Reyk Floeter
2017-10-07Prefer memset() over bzero()Philip Guenther