Age | Commit message (Expand) | Author |
2019-05-06 | double macro snuck in; | Jason McIntyre |
2019-05-06 | vmctl.8 : man page cleanup | Mike Larkin |
2019-04-02 | Report reliable VM state on status command | kn |
2019-03-18 | Consistently use imperative present tense throughout the manual | kn |
2019-03-18 | An existing VM may be started by referencing its ID | kn |
2019-03-07 | Clarify that VM names must start with a letter | kn |
2019-03-01 | Fix previous extra arguments commit | kn |
2019-03-01 | Print usage on extra create, start and stop arguments | kn |
2019-01-18 | disable vmd/vmctl for i386 | pd |
2018-12-18 | show log/reset/stop as single commands, like usage() currently does; | Jason McIntyre |
2018-12-14 | sync usage(); also, stop enclosing arg names in quotes, since it was | Jason McIntyre |
2018-12-13 | various minor tweaks; ok mlarkin | Jason McIntyre |
2018-12-11 | Extend vmctl start -B argument to work for disk, cdrom and net. | Claudio Jeker |
2018-12-07 | zap trailing whitespace | anton |
2018-12-06 | Add a new argument -B device to vmctl start. It allows to set the boot device. | Claudio Jeker |
2018-12-04 | Add 'vmctl wait <VM>' a command that waits until the specified VM is | Claudio Jeker |
2018-11-26 | Move the {qcow2,raw} create functions from vmctl into vmd/vio{qcow2,raw}.c | Reyk Floeter |
2018-11-20 | DNS goes over both udp and tcp, so reflect that in example pf.conf line; | Otto Moerbeek |
2018-10-20 | remove unneccessary macros; | Jason McIntyre |
2018-10-19 | Add support to create and convert disk images from existing images | Reyk Floeter |
2018-10-08 | Add support for qcow2 base images (external snapshots). | Reyk Floeter |
2018-10-05 | Setting getopt optreset to 1 needs an additional reset of optind to 1. | Reyk Floeter |
2018-10-02 | Fix potential rounding errors when calculating the qcow2 l1 and ref tables sizes | Reyk Floeter |
2018-10-01 | Try to derive the qcow2 file format from an image file automatically. | Reyk Floeter |
2018-09-27 | Add vmctl stop -a [-fw] option to stop or terminate all running VMs. | Reyk Floeter |
2018-09-21 | Add explanations about vmctl send command | solene |
2018-09-16 | Use user_from_uid(3) and group_from_gid(3) in a few more places | Todd C. Miller |
2018-09-13 | Add initial set of unveil's to vmctl. | ccardenas |
2018-09-11 | Add ability to create qcow2 disk. | ccardenas |
2018-09-09 | tweak previous; | Jason McIntyre |
2018-09-09 | Add initial qcow2 image support. | ccardenas |
2018-08-23 | Allow to boot CDROM-only VMs. | Reyk Floeter |
2018-07-29 | add missing markup and some minor tweaks; ok jmc@ | anton |
2018-07-12 | The vmctl start -I option was changed to -t. | Reyk Floeter |
2018-07-12 | Allow to use configured/running VMs as templates for other VM instances. | Reyk Floeter |
2018-07-11 | check string lengths in vm_start | Reyk Floeter |
2018-07-11 | remove useless macro; | Jason McIntyre |
2018-07-11 | Add -w option to vmctl stop to wait for completion of VM termination. | Reyk Floeter |
2018-07-11 | Add -f option to vmctl stop to forcefully kill a VM. | Reyk Floeter |
2018-07-04 | When a VM stop request fails, set errno prior to calling warn() in order to | anton |
2018-06-19 | knf | Reyk Floeter |
2018-03-14 | block two VMs from using the same disk image file at the same time. | Mike Larkin |
2018-03-14 | knf | Mike Larkin |
2018-02-26 | vmctl: clarify console error message | ccardenas |
2018-02-24 | sort; | Jason McIntyre |
2018-02-24 | add an alias for vmctl show, matches finger memory and the rest of the | Peter Hessler |
2018-01-03 | pretty up the "start" command; | Jason McIntyre |
2018-01-03 | Add initial CD-ROM support to VMD via vioscsi. | ccardenas |
2017-11-05 | Add minimal DHCP support to vmd's built-in DHCP/BOOTP server. | Reyk Floeter |
2017-10-07 | Prefer memset() over bzero() | Philip Guenther |