Age | Commit message (Expand) | Author |
34 hours | Convert vmd over to check for imsgbuf_init failure and sprinkle a lot of | Claudio Jeker |
34 hours | Unify error reporting in various control programs. | Claudio Jeker |
34 hours | Convert the common imsgbuf_read calls to the post EAGAIN world. | Claudio Jeker |
34 hours | Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to | Claudio Jeker |
35 hours | Use imsg_flush() instead of implementing the same by hand. | Claudio Jeker |
2024-08-17 | Use 'int ch' instead of 'char ch' in one place for getopt. | Mike Larkin |
2024-05-18 | remove prototypes with no matching function | Jonathan Gray |
2024-05-02 | vmctl(8): Add 'vmctl status -r' | Mike Larkin |
2024-04-10 | vmctl: fix incorrect scaling when converting disk images. | Dave Voutila |
2023-04-28 | vmd(8)/vmctl(8): allow vm owners to override boot kernel. | Dave Voutila |
2023-04-25 | vmctl(8): no longer needs vmmvar.h | Dave Voutila |
2022-09-01 | fix unveil(2) in vmctl(8), unix socket needs :w: | Sebastian Benoit |
2022-07-30 | vmctl create accepts exactly one argument | Klemens Nanni |
2022-05-13 | Follow the recent change that the unit of `imgsize' argument of | YASUOKA Masahiko |
2022-05-04 | vmctl(8)/vmd(8): convert disk sizes from MB to bytes | Dave Voutila |
2022-05-03 | vmm/vmd/vmctl: standardize memory units to bytes | Dave Voutila |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2021-06-28 | Garbage collect loop index i which is no longer used after usage tweak. | Theo Buehler |
2021-06-26 | make usage less chatty; ok mlarkin | Jason McIntyre |
2021-05-12 | vmctl(8): remove unveil from disk image creation routines | dv |
2021-04-02 | Remove superflouus mmcpy() | dv |
2021-03-26 | Simplify argument parsing of vmctl stop | Theo Buehler |
2020-01-03 | vmctl(8): fix vmctl send exit code | pd |
2019-12-28 | Run cu(1) in restricted mode | kn |
2019-12-17 | Use local variable isntead of function parameter | kn |
2019-10-27 | Require at least one interface with -i | kn |
2019-08-23 | vmctl(8): fix wrong output when using 'vmctl stop' | Mike Larkin |
2019-07-05 | zap an extra space in usage(); | Jason McIntyre |
2019-05-29 | Change vmctl(8) syntax: command options before the disk/name/id argument. | Reyk Floeter |
2019-03-18 | An existing VM may be started by referencing its ID | kn |
2019-03-01 | Fix previous extra arguments commit | kn |
2019-03-01 | Print usage on extra create, start and stop arguments | kn |
2018-12-14 | sync usage(); also, stop enclosing arg names in quotes, since it was | Jason McIntyre |
2018-12-11 | Extend vmctl start -B argument to work for disk, cdrom and net. | Claudio Jeker |
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-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-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-13 | Add initial set of unveil's to vmctl. | ccardenas |
2018-09-11 | Add ability to create qcow2 disk. | ccardenas |
2018-09-09 | Add initial qcow2 image support. | ccardenas |
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 | 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-02-24 | add an alias for vmctl show, matches finger memory and the rest of the | Peter Hessler |