Age | Commit message (Expand) | Author |
---|---|---|
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-06 | Prevent running a VM with the same name multiple times - multiple | Reyk Floeter |
2015-12-06 | Report errno from config_getvm() correctly | Reyk Floeter |
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 | 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-02 | Split the fully privileged parent into two processes "parent" and | Reyk Floeter |