Age | Commit message (Expand) | Author |
2016-08-17 | small bits of header cleanup; ok mlarkin | Theo de Raadt |
2016-08-01 | Do not pass VM name directly to setproctitle format string. | Stefan Kempf |
2016-07-29 | Allow starting a VM again after it was terminated | Stefan Kempf |
2016-07-19 | Replace malloc() + memset() with calloc(). | Martin Natano |
2016-07-09 | Prepare vionet to be handled asynchronously to the VCPU thread | Stefan Kempf |
2016-07-08 | Return 0 on read from PIT control port. Intel explicitly says this is not | Mike Larkin |
2016-07-07 | sanity check vm create and run args earlier | Mike Larkin |
2016-07-06 | clarify a comment about memory regions | Mike Larkin |
2016-07-04 | limit each viornd request to 64KB. | Mike Larkin |
2016-06-30 | remove some unused variables (that were commented out anyway) | Mike Larkin |
2016-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |
2016-06-10 | grammar fix; from nick permyakov | Jason McIntyre |
2016-06-10 | Access guest memory with normal loads and stores in vmd(8) | Stefan Kempf |
2016-06-07 | Allocate RAM for guest VM in vmd(8) and pass it to vmm(4) | Stefan Kempf |
2016-05-26 | Copy ELF headers into guest VM memory | Stefan Kempf |
2016-05-05 | Fix a pasto; from Michal Mazurek <akfaew at jasminek dot net>. | Ingo Schwarze |
2016-04-07 | Place a BOOTARG_END section at the end of the boot arguments list pushed | Mike Larkin |
2016-04-07 | Remove headers associated with code that's been moved to other .c files | Philip Guenther |
2016-04-05 | Support processors without unrestricted guest capability. | Mike Larkin |
2016-04-04 | Directly use physical addresses from ELF header for kernel loading. | Stefan Kempf |
2016-03-13 | Introduce memory ranges to support VMs with >= 4G RAM | Stefan Kempf |
2016-03-13 | Rework an erroneous warning message about 16 bit i8253 PIT counter I/O. | Mike Larkin |
2016-03-04 | Set root device to sd0a, instead of wd0a. Virtio devices show up | Stefan Kempf |
2016-02-16 | Pass down the initial value of CR0 down to the RESETCPU ioctl() as well. | Stefan Kempf |
2016-02-07 | avoid a double free in an error path | Jonathan Gray |
2016-02-05 | Fix a possible use-after-free in vmd, forward the result to the | Reyk Floeter |
2016-02-02 | Remove setproctitle() for the parent process. Because rc.d(8) uses process | Stuart Henderson |
2016-01-16 | vmd(8) sometimes attempts page-crossing data copies between the host | Stefan Kempf |
2016-01-14 | stdio.h is not needed here anymore. | Mike Larkin |
2016-01-13 | Update the comment that is decribing terminate_vm()'s arguments, | Reyk Floeter |
2016-01-10 | remove a duplicate break statement | Jonathan Gray |
2016-01-08 | Keep the pledge of the vmm and vm processes disabled for now as long | Reyk Floeter |
2016-01-08 | Must set MAX_PORTS to 65536, since we assign to | Stefan Kempf |
2016-01-05 | Make some things static that are only used in loadfile_elf.c | Mike Larkin |
2016-01-05 | Fail fast if elf64_exec fails. No need to populate the bootargs/stack | Mike Larkin |
2016-01-05 | more bzero -> memset conversions | Mike Larkin |
2016-01-04 | Use an bitmap of handler function pointers to track I/O device to handler | Mike Larkin |
2016-01-04 | bzero -> memset for consistency | Mike Larkin |
2016-01-03 | Add a cleanup block, fix a couple of memory leaks, fix a typo and a bit | Mike Larkin |
2016-01-02 | fix typo in comment, found by Michal Mazurek, thanks | Sebastian Benoit |
2015-12-17 | Move vcpu register state init to vmd. Allows vmd bootloader to make the | Mike Larkin |
2015-12-15 | if a vcpu run thread in vmd exits unexpectedly, teardown the VM's kernel | Mike Larkin |
2015-12-11 | The vmctl "id" argument can now be a number of or a vm name, eg. | Reyk Floeter |
2015-12-08 | when checking the config file with -n don't open /dev/vmm or require root | Jonathan Gray |
2015-12-08 | make the -f option work as intended | Jonathan Gray |
2015-12-07 | Add imsg "peerid" to debug messages (only within -DDEBUG). | Reyk Floeter |
2015-12-07 | Forcibly remove the local vm reference on error. | Reyk Floeter |
2015-12-07 | Only increment the vm counter after successfully adding a new vm; the | Reyk Floeter |
2015-12-07 | Fix error handling in a few cases: some function return (-1) on error, | Reyk Floeter |
2015-12-07 | Most common strings in vm.conf are pathnames, so allow unquoted | Reyk Floeter |