summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* vioscsi driver has been stable enough so we can move a good portion of theseccardenas2018-07-151-27/+27
* Revert unrelated change to vioscsi.creyk2018-07-151-28/+28
* Track resources and enforce cpu/memory/interface limits for non-root users.reyk2018-07-155-33/+183
* tweak previous; ok reykjmc2018-07-131-14/+14
* network -> interface; ok reyk@anton2018-07-131-3/+3
* Check the disk/kernel/cdrom file permissions after openening the fd.reyk2018-07-133-58/+49
* Add "allow instance" option.reyk2018-07-136-80/+358
* Allow to use configured/running VMs as templates for other VM instances.reyk2018-07-125-25/+230
* vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit,mlarkin2018-07-128-41/+41
* sort tokensreyk2018-07-111-4/+4
* 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-115-25/+45
* Rename function to vmd_check_vmhreyk2018-07-111-4/+4
* Add -f option to vmctl stop to forcefully kill a VM.reyk2018-07-114-23/+34
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-2/+2
* style (single-line ifs don't need braces)reyk2018-07-101-4/+3
* Return the VM pid to the vmd parent. This pid field already existedreyk2018-07-101-5/+9
* Remove a debug messagereyk2018-07-101-4/+1
* vmd already had DEBUG/DPRINTF, there is no need for VMD_DEBUG/dprintfreyk2018-07-105-38/+32
* Tweak debug log messagesreyk2018-07-104-60/+59
* vmd(8): route ELCR handler to the right functionmlarkin2018-07-101-3/+3
* vmd(8): deassert interrupt pins in the PIC at the right times. Helps fixmlarkin2018-07-094-9/+17
* vmd(8): better debug message in a failure casemlarkin2018-07-091-2/+3
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-5/+5
* vmd(8): stash device IRQ in the device structmlarkin2018-07-093-7/+18
* Be consistent in warn() and log_warn() usage whenkrw2018-07-081-3/+3
* sync DPADD with LDADD adding missing ${LIBPTHREAD} to ensuregsoares2018-06-281-2/+2
* space between macro args and punctuation;jmc2018-06-261-2/+2
* Add "socket owner" to allow changing the owner of the vmd control socket.reyk2018-06-266-9/+49
* print process name in debug messagereyk2018-06-191-5/+11
* knfreyk2018-06-1911-80/+107
* remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;jmc2018-06-181-4/+4
* Fix an off-by-one line count when using include statements.denis2018-06-111-47/+78
* vmd(8): revert r1.23 (unlatched PIT reads), this made time go too fast onmlarkin2018-05-231-15/+3
* vmd(8): enable pause / unpause for vm ownerspd2018-05-133-8/+29
* vmd(8): unbreak i386mlarkin2018-04-301-2/+2
* vmd(8): implement vmd side of ELCR registersmlarkin2018-04-275-13/+111
* vmd(8): allow counter state readback via misc port for square wave modemlarkin2018-04-271-9/+28
* vmd(8): allow unlatch PIT readsmlarkin2018-04-271-3/+15
* vmd(8): fix some bugs in PIT mode settingmlarkin2018-04-261-10/+11
* vmd(8): some more long lines that got missed last timemlarkin2018-04-261-4/+7
* vmd(8): handle PIT channel 2 status readback via port 0x61mlarkin2018-04-263-5/+49
* vmd(8): wrap some long linesmlarkin2018-04-261-3/+5
* vmd(8): bump virtio network max queue size to 256 (to match qemu)mlarkin2018-04-261-2/+2
* vmd(8): use #defines for queue indices and cleanup some codemlarkin2018-04-262-44/+66
* vmd(8): fix broken networking on newer linux guest kernelsmlarkin2018-04-261-11/+54
* Plug leak in error case of the common 'varset' implementations.krw2018-04-261-1/+3
* spelling error in log messageccardenas2018-04-262-5/+5
* 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