summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd/config.c
AgeCommit message (Expand)Author
2015-12-07Only increment the vm counter after successfully adding a new vm; theReyk Floeter
2015-12-07Fix error handling in a few cases: some function return (-1) on error,Reyk Floeter
2015-12-06Prevent running a VM with the same name multiple times - multipleReyk Floeter
2015-12-06Report errno from config_getvm() correctlyReyk Floeter
2015-12-04A VM has to run with at least 1 CPU.Reyk Floeter
2015-12-03Re-add the "load" and "reload" commands to vmctl: Instead of parsingReyk Floeter
2015-12-03Add support for an optional vm.conf(5) file in vmd. This will replaceReyk Floeter
2015-12-03prepare config_getvm() for parse.yReyk Floeter
2015-12-02Split the fully privileged parent into two processes "parent" andReyk Floeter