summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmctl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add ability to create qcow2 disk.ccardenas2018-09-114-13/+144
* tweak previous;jmc2018-09-091-7/+9
* Add initial qcow2 image support.ccardenas2018-09-094-18/+66
* Allow to boot CDROM-only VMs.reyk2018-08-231-3/+3
* add missing markup and some minor tweaks; ok jmc@anton2018-07-291-5/+8
* The vmctl start -I option was changed to -t.reyk2018-07-121-7/+7
* Allow to use configured/running VMs as templates for other VM instances.reyk2018-07-124-13/+56
* check string lengths in vm_startreyk2018-07-111-10/+21
* remove useless macro;jmc2018-07-111-2/+1
* Add -w option to vmctl stop to wait for completion of VM termination.reyk2018-07-114-27/+40
* Add -f option to vmctl stop to forcefully kill a VM.reyk2018-07-114-17/+44
* When a VM stop request fails, set errno prior to calling warn() in order toanton2018-07-041-1/+2
* knfreyk2018-06-191-5/+6
* block two VMs from using the same disk image file at the same time.mlarkin2018-03-141-2/+2
* knfmlarkin2018-03-141-3/+3
* vmctl: clarify console error messageccardenas2018-02-261-2/+2
* sort;jmc2018-02-241-5/+5
* add an alias for vmctl show, matches finger memory and the rest of thephessler2018-02-242-3/+8
* pretty up the "start" command;jmc2018-01-031-6/+10
* Add initial CD-ROM support to VMD via vioscsi.ccardenas2018-01-034-10/+41
* Add minimal DHCP support to vmd's built-in DHCP/BOOTP server.reyk2017-11-051-3/+3
* Prefer memset() over bzero()guenther2017-10-071-2/+2
* better VM termination handling.mlarkin2017-09-081-5/+13
* vmctl: style cleanup - spaces vs tabs.mlarkin2017-09-081-2/+2
* Detail how VM guests acquire a nameserver for local interfaces.edd2017-09-051-4/+13
* vmctl: -L option clarification in man pagemlarkin2017-09-011-5/+74
* vmctl: change a feedback message displayed to the user from "terminatedmlarkin2017-08-311-2/+2
* vmd/vmctl: disallow use of block or character devices as disks in VMs.mlarkin2017-08-311-1/+6
* remove use of PAGE_SIZE and #include <sys/param.h>mlarkin2017-08-301-6/+21
* quarterly rescan of the tree: remove unneccessary sys/param.h, andderaadt2017-08-291-2/+2
* distinguish errors during vm launch and return different error codes tomlarkin2017-08-181-4/+12
* merge parse_vmid() and parse_vmname()jasper2017-08-152-40/+17
* return a proper error message instead of 'no such file or directory' whenjasper2017-08-141-2/+5
* whitespace and fix a comment typojasper2017-08-141-5/+5
* catch ENOENT and display a proper error message when a specified disk image isjasper2017-08-141-3/+8
* don't allow starting vms whose name starts with '-', '.' or '_'jasper2017-08-142-4/+23
* don't have cu try to open '/dev', instead check if there's a valid ttyjasper2017-08-101-3/+4
* consistent case;jmc2017-07-151-2/+2
* Add vmctl send and vmctl receivepd2017-07-155-7/+161
* vmd/vmctl: Add ability to pause / unpause vmspd2017-07-093-3/+127
* vmctl: change default "vmctl console" (cu) baud rate to 115200. Notmlarkin2017-06-071-2/+2
* Report command failure back to vmctl reload, reset, load, log verbose.reyk2017-05-041-2/+6
* Report error for vmctl commands that need root privileges.reyk2017-05-041-11/+4
* Add support for dynamic "NAT" interfaces (-L/local interface).reyk2017-04-193-8/+26
* Update a man page example to reflect recent changes.mlarkin2017-04-141-3/+3
* Do not expose vmm(4) VM IDs to the user, use vmd(8)'s IDs instead.reyk2017-04-063-13/+17
* Set interface flag to VMIFF_UP when using -i option. This way vmd will makeclaudio2017-03-301-2/+4
* Boot using BIOS from /etc/firmware/vmm-bios by default.reyk2017-03-252-15/+17
* Print "-" if the tty name is empty.reyk2017-03-151-2/+4
* Undefined behavior: Variable 'user' was used as parameter andreyk2017-03-031-6/+7