summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd/parse.y
AgeCommit message (Expand)Author
2018-06-11Fix an off-by-one line count when using include statements.denis
2018-04-26Plug leak in error case of the common 'varset' implementations.Kenneth R Westerback
2018-01-03Add initial CD-ROM support to VMD via vioscsi.ccardenas
2017-11-11update switch handling in vmd(8). vmd now gets switch information (rdomain,Mike Larkin
2017-10-30vmd no longer creates bridges by default. users should create bridges inMike Larkin
2017-05-04Add support for rdomains.Reyk Floeter
2017-05-03Sort parser tokens, no functional changeReyk Floeter
2017-04-21Fail if vm.conf exists but cannot be opened, ignore if it doesn't exist.Reyk Floeter
2017-04-21Add global configuration option "local prefix" to change prefix for -L.Reyk Floeter
2017-04-19Add support for dynamic "NAT" interfaces (-L/local interface).Reyk Floeter
2017-04-06"kernel" got renamed to "boot" in vm.conf but I didn't commit the parse.y bits.Reyk Floeter
2017-03-27die whitespace die die dieTheo de Raadt
2017-03-02Add "locked lladdr" option to prevent VMs from spoofing MAC addresses.Reyk Floeter
2017-03-01Add "owner" option to set a user/group ownership for pre-configured VMsReyk Floeter
2017-01-13Make it possible to remove VMs from vmd(8)'s internal queue.Edd Barrett
2017-01-05Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with moreKenneth R Westerback
2017-01-05Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQKenneth R Westerback
2016-12-14Allow to start disabled and pre-configured VMs by name, "vmctl start foo".Reyk Floeter
2016-11-22Insert disabled VMs into vmd(8)'s queues and allow vmctl(8) to display them.Edd Barrett
2016-11-04Pass the internal vmid or 0 to vm_register() instead of changing itReyk Floeter
2016-11-04Update the config/register/get VM methods to match the config_set/getReyk Floeter
2016-10-29Simple grammar tweak: allow to specify interface options in a single line.Reyk Floeter
2016-10-29Separate parsing vms and switches from starting them in vmd(8).Edd Barrett
2016-10-17Add the option to specify an interface group per virtual switch as well;Reyk Floeter
2016-10-15Allow to add an interface to an interface group; with the group keyword.Reyk Floeter
2016-10-05Replace one u_int8_t with uint8_t (finger memory)Reyk Floeter
2016-10-05Add support for enhanced networking configuration and virtual switches.Reyk Floeter
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