summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd (follow)
Commit message (Expand)AuthorAgeFilesLines
* vmd(8): fix ns8250 lockup due to race conditionpd2020-06-211-16/+16
* vmd(8): backout previous commit to ns8250.c as it reintroduced the bug where thepd2020-06-161-17/+9
* vmd(8): fix ns8250 lockup due to race conditionpd2020-06-161-9/+17
* vmd(8): correctly terminate vm processes after sending vmpd2020-04-302-6/+6
* vmd: improve concurrency control in pausepd2020-04-211-38/+25
* vmm(4): add IOCTL handler to sets the access protections of the eptpd2020-04-081-2/+40
* 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
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-2/+7
* Guest VMs require some resources that are managed outside of vmm(4), sophessler2020-01-151-2/+11
* "allow instance {...}" requires optionskn2019-12-171-3/+3
* kn pointed out that the changes i made to "socket owner" can bejmc2019-12-171-5/+11
* combine "socket owner user[:group]" and "socket owner :group"jmc2019-12-171-7/+13
* tweak previous; ok pdjmc2019-12-131-12/+13
* Make owner value mandatorykn2019-12-121-6/+2
* vmd: start vms defined in vm.conf in a staggered fashionpd2019-12-124-34/+87
* vmd: proper concurrency control when pausing a vmpd2019-12-116-42/+169
* Fully reinstate revision 1.21. Apparently, revision 1.22 (part oftb2019-12-081-27/+15
* Revert previous - the stability was not as improved as we had thought andmlarkin2019-11-305-31/+7
* Fix at least one cause of VMs spinning at 100% host CPUmlarkin2019-11-295-21/+56
* Consistently use _rcctl enable foo_ in examples, it's simpler and lesslandry2019-11-101-5/+10
* ifname in opentap() is not optionalkn2019-10-251-5/+4
* vmd(8): provide some additional info in a debug msgmlarkin2019-10-161-3/+4
* use sizeof(struct) not sizeof(pointer) in calloc calljsg2019-10-111-2/+2
* vmd(8): fix memory leak in virtio network TX path.mlarkin2019-09-241-1/+4
* vmd(8): virtio.c whitespace removalmlarkin2019-09-241-2/+2
* Remove unused VMD_DISK_INVALID message type and mark it obsolete.tobhe2019-09-071-2/+2
* vmd(8): memory leak in an error pathmlarkin2019-09-041-1/+2
* Improve the error message when supplying an invalid template to vmctlanton2019-08-142-3/+9
* vmm/vmd: Fix migration with pvclockpd2019-07-172-3/+45
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-284-24/+24
* Make vmd(8)'s ns8250 emulation more correctmlarkin2019-05-282-12/+31
* vmd: unset CR0_CD and CR0_NW in default flat64 register valuespd2019-05-281-2/+2
* only reschedule the periodic interrupt after updating register Ajasper2019-05-271-2/+2
* drop fatalx calls when claiming a new vm id; otherwise it's possiblejasper2019-05-201-15/+31
* Unbreak vmctl start foo -b /bsd -d disk.img -cLclaudio2019-05-162-5/+6
* Delete some .Sx macros that were used in a wrong way.schwarze2019-05-141-6/+2
* Add support for `boot device' to vm.conf grammar which is the `-B device'anton2019-05-142-6/+48
* vmm: add a x86 page table walkerpd2019-05-121-1/+137
* report vm state through 'vmctl status'; whereas previously this would display the state ofjasper2019-05-112-9/+8
* vm_dump_header allocated space for a signature but it was never set;jasper2019-05-112-2/+9
* add missing comment about VM_STATE_SHUTDOWN; as discussed with ccardenas@jasper2019-05-111-1/+2
* track the state of the vm (running, paused, etc) using a single bitfield instead ofjasper2019-05-116-60/+62
* sync the vm state in vmd too when (un)pausing a vm, otherwise the vm processjasper2019-05-111-1/+3
* remove receive_vm prototype for the function does not exist (anymore)jasper2019-05-101-2/+1
* Do not unconditionally wait for read events on the pty associated with aanton2019-03-112-4/+27
* Clarify that VM names must start with a letterkn2019-03-071-5/+7
* vmd(8): remove some i386 remnants that missed the original cleanupmlarkin2019-03-012-47/+2
* vmd(8): initialize guest %drX registers to power-on defaults on launchmlarkin2019-02-202-3/+15
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3