summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/vmd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vmd: start vms defined in vm.conf in a staggered fashionpd2019-12-121-29/+53
* vmd(8): memory leak in an error pathmlarkin2019-09-041-1/+2
* Improve the error message when supplying an invalid template to vmctlanton2019-08-141-2/+7
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* drop fatalx calls when claiming a new vm id; otherwise it's possiblejasper2019-05-201-15/+31
* report vm state through 'vmctl status'; whereas previously this would display the state ofjasper2019-05-111-8/+6
* vm_dump_header allocated space for a signature but it was never set;jasper2019-05-111-1/+5
* track the state of the vm (running, paused, etc) using a single bitfield instead ofjasper2019-05-111-21/+21
* sync the vm state in vmd too when (un)pausing a vm, otherwise the vm processjasper2019-05-111-1/+3
* When -B is used to specify a specific boot device also change the rebootclaudio2018-12-091-2/+3
* Introduce IMSG_VMDOP_WAIT_VM_REQUEST a control message that registers aclaudio2018-12-041-1/+2
* Keep a list of known vms, and reuse the VM IDs.ori2018-11-261-5/+25
* Add support for "local inet6" interfaces.reyk2018-11-211-1/+20
* Prevent VM reboot loops by rate-limiting the interval a VM can reboot.reyk2018-10-151-1/+12
* Add support for qcow2 base images (external snapshots).reyk2018-10-081-7/+10
* vmd: don't remove vm if sending failedpd2018-09-291-2/+19
* Fix copy-pasto to use maxmem instead of maxcpureyk2018-09-281-2/+2
* vmd(8) clould close file descriptor 0 as not all fd fields werebluhm2018-09-101-4/+4
* During the fork+exec implementation, daemon(3) was moved afterbluhm2018-09-101-2/+3
* Track resources and enforce cpu/memory/interface limits for non-root users.reyk2018-07-151-1/+113
* Check the disk/kernel/cdrom file permissions after openening the fd.reyk2018-07-131-34/+20
* Add "allow instance" option.reyk2018-07-131-45/+232
* Allow to use configured/running VMs as templates for other VM instances.reyk2018-07-121-9/+161
* style - indent each case statement in a switch.reyk2018-07-111-81/+86
* Add -w option to vmctl stop to wait for completion of VM termination.reyk2018-07-111-8/+21
* Rename function to vmd_check_vmhreyk2018-07-111-4/+4
* Add -f option to vmctl stop to forcefully kill a VM.reyk2018-07-111-2/+4
* style (single-line ifs don't need braces)reyk2018-07-101-4/+3
* vmd already had DEBUG/DPRINTF, there is no need for VMD_DEBUG/dprintfreyk2018-07-101-3/+3
* Tweak debug log messagesreyk2018-07-101-27/+30
* Add "socket owner" to allow changing the owner of the vmd control socket.reyk2018-06-261-1/+8
* knfreyk2018-06-191-13/+20
* vmd(8): enable pause / unpause for vm ownerspd2018-05-131-2/+7
* vmd(8)'s early error messages weren't visible when started via /etc/rcmlarkin2018-04-251-3/+2
* spelling error in log messagemlarkin2018-04-211-3/+3
* Make sure that the global config is send out immediately when it ismartijn2018-03-291-9/+11
* block two VMs from using the same disk image file at the same time.mlarkin2018-03-141-2/+3
* vmd: fix vmctl pause for non existing vm ids (never returns)pd2018-02-181-1/+5
* Don't require "disk" or "kernel", also allow just "cdrom" instead, a VM cansthen2018-01-101-3/+4
* Enable TIOCUCNTL to be able to set ns8250's break detected condition.mpi2018-01-081-2/+11
* Add initial CD-ROM support to VMD via vioscsi.ccardenas2018-01-031-1/+6
* Make vmd respect owner when starting non-disabled vms.abieber2017-12-061-4/+4
* When performing vmctl reload and a previously configured vm is running,ccardenas2017-11-301-2/+2
* update switch handling in vmd(8). vmd now gets switch information (rdomain,mlarkin2017-11-111-14/+1
* typo in previousmlarkin2017-11-071-2/+2
* comment function vm_checkpermmlarkin2017-11-071-1/+16
* The VMD parent process didn't handle the case of a VM exitingmlarkin2017-10-241-6/+9
* vmd: retain ownership on vm rebootmlarkin2017-10-071-4/+5
* vmd: add more explanatory log_debug messagesmlarkin2017-09-081-4/+29
* vmd: Allow only upward migrationpd2017-08-201-4/+125