Age | Commit message (Expand) | Author |
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 |
2015-12-07 | tweak initial error logging | Reyk Floeter |
2015-12-07 | Skip the "fatal in" message prefix when aborting with fatal() - when | Reyk Floeter |
2015-12-06 | Prevent running a VM with the same name multiple times - multiple | Reyk Floeter |
2015-12-06 | remove some now-unused enums | Mike Larkin |
2015-12-06 | un-needed extern which was removed a while back | Mike Larkin |
2015-12-06 | spacing | Reyk Floeter |
2015-12-06 | Print the TTY in the vmctl status output. | Reyk Floeter |
2015-12-06 | When a new vm is created with VMM_IOC_CREATE, the kernel assigns a | Reyk Floeter |
2015-12-06 | Check errno from config_getvm() correctly | Reyk Floeter |
2015-12-06 | Report errno from config_getvm() correctly | Reyk Floeter |
2015-12-06 | Terminate all running VMs on startup: we're not able to pick up state | Reyk Floeter |
2015-12-05 | Print shorter error message if opening /dev/vmm failed. | Reyk Floeter |
2015-12-05 | Another imsg_read user I did miss in my EAGAIN rampage. | Claudio Jeker |
2015-12-04 | A VM has to run with at least 1 CPU. | Reyk Floeter |
2015-12-03 | Re-add the "load" and "reload" commands to vmctl: Instead of parsing | Reyk Floeter |
2015-12-03 | sort SEE ALSO; | Jason McIntyre |
2015-12-03 | Replace vmmctl with vmctl. Also remove parse.y from the "new" vmctl. | Reyk Floeter |
2015-12-03 | Add and document -D and -f flags to vmd. | Reyk Floeter |
2015-12-03 | mlarkin's code has been moved to vmm.c, so it is ok to claim the copyright. | Reyk Floeter |
2015-12-03 | Add support for an optional vm.conf(5) file in vmd. This will replace | Reyk Floeter |
2015-12-03 | prepare config_getvm() for parse.y | Reyk Floeter |
2015-12-03 | Use PEERCRED to obtain the user id of the vmmctl user. This is used to | Reyk Floeter |
2015-12-03 | spacing | Reyk Floeter |
2015-12-02 | send the tty name to vmmctl and print it as a result. | Reyk Floeter |
2015-12-02 | Split the fully privileged parent into two processes "parent" and | Reyk Floeter |
2015-12-02 | Sync with relayd, fix previous use of proc_compose*_imsg() | Reyk Floeter |
2015-12-02 | Add back the "peerid" to the proc_compose*() functions: in relayd, I | Reyk Floeter |
2015-12-02 | Start tweaking vmd's privsep and daemon model by splitting the main | Reyk Floeter |
2015-11-26 | Automatically start vmm(4) when the first VM is created and after the | Reyk Floeter |
2015-11-25 | typo: should be looking pid == -1 | Ted Unangst |