summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd
AgeCommit message (Expand)Author
2018-06-28sync DPADD with LDADD adding missing ${LIBPTHREAD} to ensureGleydson Soares
2018-06-26space between macro args and punctuation;Jason McIntyre
2018-06-26Add "socket owner" to allow changing the owner of the vmd control socket.Reyk Floeter
2018-06-19print process name in debug messageReyk Floeter
2018-06-19knfReyk Floeter
2018-06-18remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;Jason McIntyre
2018-06-11Fix an off-by-one line count when using include statements.denis
2018-05-23vmd(8): revert r1.23 (unlatched PIT reads), this made time go too fast onMike Larkin
2018-05-13vmd(8): enable pause / unpause for vm ownerspd
2018-04-30vmd(8): unbreak i386Mike Larkin
2018-04-27vmd(8): implement vmd side of ELCR registersMike Larkin
2018-04-27vmd(8): allow counter state readback via misc port for square wave modeMike Larkin
2018-04-27vmd(8): allow unlatch PIT readsMike Larkin
2018-04-26vmd(8): fix some bugs in PIT mode settingMike Larkin
2018-04-26vmd(8): some more long lines that got missed last timeMike Larkin
2018-04-26vmd(8): handle PIT channel 2 status readback via port 0x61Mike Larkin
2018-04-26vmd(8): wrap some long linesMike Larkin
2018-04-26vmd(8): bump virtio network max queue size to 256 (to match qemu)Mike Larkin
2018-04-26vmd(8): use #defines for queue indices and cleanup some codeMike Larkin
2018-04-26vmd(8): fix broken networking on newer linux guest kernelsMike Larkin
2018-04-26Plug leak in error case of the common 'varset' implementations.Kenneth R Westerback
2018-04-26spelling error in log messageccardenas
2018-04-25vmd(8)'s early error messages weren't visible when started via /etc/rcMike Larkin
2018-04-21spelling error in log messageMike Larkin
2018-04-17Drive i8253 with CLOCK_MONOTONIC.cheloha
2018-04-13Close socket from vmm to parent after forking to vm process.Martijn van Duren
2018-03-29Make sure that the global config is send out immediately when it isMartijn van Duren
2018-03-14block two VMs from using the same disk image file at the same time.Mike Larkin
2018-02-28vmd: Fix 100% vmd cpu usage on linux receive / unpausepd
2018-02-18vmd: fix vmctl pause for non existing vm ids (never returns)pd
2018-02-15vmd(8): Properly return the correct byte when doing byte-aligned PCIMike Larkin
2018-02-05remove unused function prototypeMike Larkin
2018-02-01vmd: fix vioscsi dump and restorepd
2018-01-26Fix Failure on Startccardenas
2018-01-19VMD: vioscsi - fix large ISO support in Linuxccardenas
2018-01-16VMD: vioscsi - add support for REPORT_LUNS opcodeccardenas
2018-01-15VMD: vioscsi refactorccardenas
2018-01-10Don't require "disk" or "kernel", also allow just "cdrom" instead, a VM canStuart Henderson
2018-01-08Fix typo in comment; ok mpi@anton
2018-01-08Enable TIOCUCNTL to be able to set ns8250's break detected condition.Martin Pieuchot
2018-01-05Use log_warnx() in places where errno is irrelevant.Jeremie Courreges-Anglas
2018-01-04Address TOCTOU issue with checking to ensure disks are regular files.ccardenas
2018-01-03Add initial CD-ROM support to VMD via vioscsi.ccardenas
2017-12-06Make vmd respect owner when starting non-disabled vms.Aaron Bieber
2017-11-30When performing vmctl reload and a previously configured vm is running,ccardenas
2017-11-29vmd(8): fix broken IRR bit setting for the slave PIC. Noticed by claudioMike Larkin
2017-11-29make vmm(4) less responsible for initial register state, preferring to letMike Larkin
2017-11-28fix some spelling errors in a few commentsMike Larkin
2017-11-27typo in comments "optionel" -> "optional"Mike Larkin
2017-11-11reads better as *an* rdomain, i think;Jason McIntyre