summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix spelling of IMSG_VMDOP_TERMINATE_VM_RESPONSE in commentjasper2020-03-111-2/+2
* Backout "DHCP is configured on the first interface only"kn2020-02-161-3/+3
* DHCP is configured on the first interface onlykn2020-02-151-3/+3
* vmctl(8): fix vmctl send exit codepd2020-01-031-1/+2
* Run cu(1) in restricted modekn2019-12-281-2/+3
* Use local variable isntead of function parameterkn2019-12-172-6/+8
* Explicitly print root user in status OWNER columnkn2019-12-151-3/+1
* vmd: start vms defined in vm.conf in a staggered fashionpd2019-12-121-1/+3
* Require at least one interface with -ikn2019-10-271-3/+3
* Use (egress) in nat-to examplekn2019-09-151-3/+3
* Remove unused VMD_DISK_INVALID message type and mark it obsolete.tobhe2019-09-071-6/+1
* vmctl(8): fix wrong output when using 'vmctl stop'mlarkin2019-08-231-2/+5
* Improve the error message when supplying an invalid template to vmctlanton2019-08-141-1/+5
* Fix a bunch of typos in various man pages.fcambus2019-08-081-3/+3
* zap an extra space in usage();jmc2019-07-051-2/+2
* zap trailing whitespace;jmc2019-05-311-3/+3
* Change vmctl(8) syntax: command options before the disk/name/id argument.reyk2019-05-292-49/+33
* re-order to reported states based on order of significance:jasper2019-05-221-7/+7
* treat vms that are disabled in vm.conf the same as any other vm that's stoppedjasper2019-05-161-4/+2
* Delete some .Sx macros that were used in a wrong way.schwarze2019-05-141-5/+3
* report vm state through 'vmctl status'; whereas previously this would display the state ofjasper2019-05-112-12/+40
* remove receive_vm prototype for the function does not exist (anymore)jasper2019-05-101-2/+1
* double macro snuck in;jmc2019-05-061-2/+1
* vmctl.8 : man page cleanupmlarkin2019-05-061-29/+33
* Report reliable VM state on status commandkn2019-04-021-17/+8
* Consistently use imperative present tense throughout the manualkn2019-03-181-4/+4
* An existing VM may be started by referencing its IDkn2019-03-182-6/+10
* Clarify that VM names must start with a letterkn2019-03-071-6/+8
* Fix previous extra arguments commitkn2019-03-011-1/+7
* Print usage on extra create, start and stop argumentskn2019-03-011-1/+10
* disable vmd/vmctl for i386pd2019-01-181-2/+2
* show log/reset/stop as single commands, like usage() currently does;jmc2018-12-181-16/+14
* sync usage(); also, stop enclosing arg names in quotes, since it wasjmc2018-12-141-13/+13
* various minor tweaks; ok mlarkinjmc2018-12-131-13/+14
* Extend vmctl start -B argument to work for disk, cdrom and net.claudio2018-12-112-9/+28
* zap trailing whitespaceanton2018-12-071-3/+3
* Add a new argument -B device to vmctl start. It allows to set the boot device.claudio2018-12-064-10/+28
* Add 'vmctl wait <VM>' a command that waits until the specified VM isclaudio2018-12-044-7/+65
* Move the {qcow2,raw} create functions from vmctl into vmd/vio{qcow2,raw}.creyk2018-11-263-188/+8
* DNS goes over both udp and tcp, so reflect that in example pf.conf line;otto2018-11-201-3/+3
* remove unneccessary macros;jmc2018-10-201-5/+4
* Add support to create and convert disk images from existing imagesreyk2018-10-195-66/+358
* Add support for qcow2 base images (external snapshots).reyk2018-10-084-33/+75
* Setting getopt optreset to 1 needs an additional reset of optind to 1.reyk2018-10-051-1/+2
* Fix potential rounding errors when calculating the qcow2 l1 and ref tables sizesreyk2018-10-021-8/+7
* Try to derive the qcow2 file format from an image file automatically.reyk2018-10-013-43/+82
* Add vmctl stop -a [-fw] option to stop or terminate all running VMs.reyk2018-09-274-33/+105
* Add explanations about vmctl send commandsolene2018-09-211-2/+9
* Use user_from_uid(3) and group_from_gid(3) in a few more placesmillert2018-09-161-8/+8
* Add initial set of unveil's to vmctl.ccardenas2018-09-131-4/+12