| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove superflouus mmcpy() |  dv | 2021-04-02 | 1 | -2/+1 |
* | Simplify argument parsing of vmctl stop |  tb | 2021-03-26 | 1 | -15/+10 |
* | vmctl(8): fix vmctl send exit code |  pd | 2020-01-03 | 1 | -1/+2 |
* | Run cu(1) in restricted mode |  kn | 2019-12-28 | 1 | -2/+3 |
* | Use local variable isntead of function parameter |  kn | 2019-12-17 | 1 | -4/+6 |
* | Require at least one interface with -i |  kn | 2019-10-27 | 1 | -3/+3 |
* | vmctl(8): fix wrong output when using 'vmctl stop' |  mlarkin | 2019-08-23 | 1 | -2/+5 |
* | zap an extra space in usage(); |  jmc | 2019-07-05 | 1 | -2/+2 |
* | Change vmctl(8) syntax: command options before the disk/name/id argument. |  reyk | 2019-05-29 | 1 | -40/+23 |
* | An existing VM may be started by referencing its ID |  kn | 2019-03-18 | 1 | -2/+2 |
* | Fix previous extra arguments commit |  kn | 2019-03-01 | 1 | -1/+7 |
* | Print usage on extra create, start and stop arguments |  kn | 2019-03-01 | 1 | -1/+10 |
* | sync usage(); also, stop enclosing arg names in quotes, since it was |  jmc | 2018-12-14 | 1 | -13/+13 |
* | Extend vmctl start -B argument to work for disk, cdrom and net. |  claudio | 2018-12-11 | 1 | -2/+8 |
* | Add a new argument -B device to vmctl start. It allows to set the boot device. |  claudio | 2018-12-06 | 1 | -4/+10 |
* | Add 'vmctl wait <VM>' a command that waits until the specified VM is |  claudio | 2018-12-04 | 1 | -3/+26 |
* | Move the {qcow2,raw} create functions from vmctl into vmd/vio{qcow2,raw}.c |  reyk | 2018-11-26 | 1 | -2/+2 |
* | Add support to create and convert disk images from existing images |  reyk | 2018-10-19 | 1 | -22/+168 |
* | Add support for qcow2 base images (external snapshots). |  reyk | 2018-10-08 | 1 | -14/+23 |
* | Setting getopt optreset to 1 needs an additional reset of optind to 1. |  reyk | 2018-10-05 | 1 | -1/+2 |
* | Try to derive the qcow2 file format from an image file automatically. |  reyk | 2018-10-01 | 1 | -29/+66 |
* | Add vmctl stop -a [-fw] option to stop or terminate all running VMs. |  reyk | 2018-09-27 | 1 | -13/+24 |
* | Add initial set of unveil's to vmctl. |  ccardenas | 2018-09-13 | 1 | -4/+12 |
* | Add ability to create qcow2 disk. |  ccardenas | 2018-09-11 | 1 | -5/+15 |
* | Add initial qcow2 image support. |  ccardenas | 2018-09-09 | 1 | -8/+36 |
* | The vmctl start -I option was changed to -t. |  reyk | 2018-07-12 | 1 | -7/+7 |
* | Allow to use configured/running VMs as templates for other VM instances. |  reyk | 2018-07-12 | 1 | -4/+23 |
* | Add -w option to vmctl stop to wait for completion of VM termination. |  reyk | 2018-07-11 | 1 | -6/+12 |
* | Add -f option to vmctl stop to forcefully kill a VM. |  reyk | 2018-07-11 | 1 | -7/+23 |
* | add an alias for vmctl show, matches finger memory and the rest of the |  phessler | 2018-02-24 | 1 | -1/+2 |
* | Add initial CD-ROM support to VMD via vioscsi. |  ccardenas | 2018-01-03 | 1 | -4/+14 |
* | Prefer memset() over bzero() |  guenther | 2017-10-07 | 1 | -2/+2 |
* | merge parse_vmid() and parse_vmname() |  jasper | 2017-08-15 | 1 | -37/+15 |
* | Add vmctl send and vmctl receive |  pd | 2017-07-15 | 1 | -1/+70 |
* | vmd/vmctl: Add ability to pause / unpause vms |  pd | 2017-07-09 | 1 | -1/+41 |
* | vmctl: change default "vmctl console" (cu) baud rate to 115200. Not |  mlarkin | 2017-06-07 | 1 | -2/+2 |
* | Report command failure back to vmctl reload, reset, load, log verbose. |  reyk | 2017-05-04 | 1 | -2/+6 |
* | Report error for vmctl commands that need root privileges. |  reyk | 2017-05-04 | 1 | -11/+4 |
* | Add support for dynamic "NAT" interfaces (-L/local interface). |  reyk | 2017-04-19 | 1 | -3/+7 |
* | Do not expose vmm(4) VM IDs to the user, use vmd(8)'s IDs instead. |  reyk | 2017-04-06 | 1 | -5/+6 |
* | Boot using BIOS from /etc/firmware/vmm-bios by default. |  reyk | 2017-03-25 | 1 | -9/+9 |
* | Rename start_vm_complete to vm_start_complete for consistency. |  reyk | 2017-03-01 | 1 | -2/+2 |
* | unbreak vmctl build by renaming a function that now conflicts with |  mlarkin | 2017-03-01 | 1 | -2/+2 |
* | Add "owner" option to set a user/group ownership for pre-configured VMs |  reyk | 2017-03-01 | 1 | -2/+2 |
* | Add imsg communication channel between vmd and invividual VMs. |  reyk | 2017-01-11 | 1 | -1/+24 |
* | Add the vmctl start -n option to specify add a network interface to |  reyk | 2016-11-26 | 1 | -5/+41 |
* | Fix functionality and semantics of vmctl load/reload/reset. |  reyk | 2016-10-12 | 1 | -15/+47 |
* | move some argument checking from vmmaction() to start_vm() |  mlarkin | 2016-05-10 | 1 | -15/+1 |
* | make vmctl 'create' usage description match the man page |  mlarkin | 2016-04-25 | 1 | -2/+2 |
* | Last parameter to execl[e]() functions *must* be cast to a pointer. |  krw | 2016-03-17 | 1 | -2/+2 |