summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Drive i8253 with CLOCK_MONOTONIC.cheloha2018-04-172-87/+24
* Close socket from vmm to parent after forking to vm process.martijn2018-04-131-1/+2
* 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-142-4/+6
* vmd: Fix 100% vmd cpu usage on linux receive / unpausepd2018-02-281-2/+2
* vmd: fix vmctl pause for non existing vm ids (never returns)pd2018-02-181-1/+5
* vmd(8): Properly return the correct byte when doing byte-aligned PCImlarkin2018-02-151-2/+2
* remove unused function prototypemlarkin2018-02-051-2/+1
* vmd: fix vioscsi dump and restorepd2018-02-011-4/+10
* Fix Failure on Startccardenas2018-01-261-3/+8
* VMD: vioscsi - fix large ISO support in Linuxccardenas2018-01-191-4/+4
* VMD: vioscsi - add support for REPORT_LUNS opcodeccardenas2018-01-162-2/+123
* VMD: vioscsi refactorccardenas2018-01-152-1400/+1454
* Don't require "disk" or "kernel", also allow just "cdrom" instead, a VM cansthen2018-01-101-3/+4
* Fix typo in comment; ok mpi@anton2018-01-081-2/+2
* Enable TIOCUCNTL to be able to set ns8250's break detected condition.mpi2018-01-082-8/+45
* Use log_warnx() in places where errno is irrelevant.jca2018-01-051-3/+3
* Address TOCTOU issue with checking to ensure disks are regular files.ccardenas2018-01-041-8/+8
* Add initial CD-ROM support to VMD via vioscsi.ccardenas2018-01-0312-41/+2735
* 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
* vmd(8): fix broken IRR bit setting for the slave PIC. Noticed by claudiomlarkin2017-11-291-2/+2
* make vmm(4) less responsible for initial register state, preferring to letmlarkin2017-11-293-19/+16
* fix some spelling errors in a few commentsmlarkin2017-11-281-4/+4
* typo in comments "optionel" -> "optional"mlarkin2017-11-271-3/+3
* reads better as *an* rdomain, i think;jmc2017-11-111-2/+2
* update switch handling in vmd(8). vmd now gets switch information (rdomain,mlarkin2017-11-115-89/+66
* typo in previousmlarkin2017-11-071-2/+2
* comment function vm_checkpermmlarkin2017-11-071-1/+16
* Add minimal DHCP support to vmd's built-in DHCP/BOOTP server.reyk2017-11-052-19/+88
* whitespacemlarkin2017-11-041-2/+1
* Remove a debug message that has outlived its usefulness.mlarkin2017-11-041-3/+1
* vmd no longer creates bridges by default. users should create bridges inmlarkin2017-10-304-29/+25
* Prefer <elf.h> to the non portable <sys/exec_elf.h>.mpi2017-10-291-2/+2
* Remove terminate_vm/vm_remove logic from vmm_dispatch_parent. Thismlarkin2017-10-241-9/+7
* The VMD parent process didn't handle the case of a VM exitingmlarkin2017-10-241-6/+9
* Prefer memset() over bzero()guenther2017-10-071-3/+3
* vmd: retain ownership on vm rebootmlarkin2017-10-071-4/+5
* Clarify a wrong conditional, found by jsg.mlarkin2017-09-191-7/+11
* protect i8259 state with a mutex.dlg2017-09-181-30/+53
* vmd: send/recv pci config space instead of recreating pci devices on receivepd2017-09-175-61/+73
* vmd: re add rtc.per and rtc.sec evtimers on receivepd2017-09-171-1/+2
* port taskqs to vmd for use in future work on virtio devicesdlg2017-09-152-0/+199
* vmd: improve a debug message with more informationmlarkin2017-09-151-2/+2
* vmd: emulate UART scratch register, seems to be required by GRUB andmlarkin2017-09-151-10/+4
* spacingreyk2017-09-142-16/+17
* add functions to provide direct access to guest memory as vmd addressesdlg2017-09-112-2/+66
* bring SET, CLR, and ISSET macros indlg2017-09-111-1/+5
* better VM termination handling.mlarkin2017-09-082-24/+44
* fix a wrong comment.mlarkin2017-09-081-2/+2