summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd/parse.y
AgeCommit message (Expand)Author
2016-06-21do not allow whitespace in macro names, i.e. "this is" = "a variable".Sebastian Benoit
2016-03-13Introduce memory ranges to support VMs with >= 4G RAMStefan Kempf
2015-12-07Most common strings in vm.conf are pathnames, so allow unquotedReyk Floeter
2015-12-07tweak initial error loggingReyk Floeter
2015-12-06Prevent running a VM with the same name multiple times - multipleReyk Floeter
2015-12-06Check errno from config_getvm() correctlyReyk Floeter
2015-12-03Add support for an optional vm.conf(5) file in vmd. This will replaceReyk Floeter