summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd/parse.y
AgeCommit message (Expand)Author
2021-10-15Don't declare variables as "unsigned char *" that are passed toChristian Weisgerber
2021-06-16cleanup vmd(8) includes and header filesdv
2021-06-02vmd(8): allow locking a randomly assigned lladdrdv
2020-09-23Revert agentx support for now, we're too close to release.Martijn van Duren
2020-09-23Add support for agentx to vmd.Martijn van Duren
2019-12-12Make owner value mandatorykn
2019-12-12vmd: start vms defined in vm.conf in a staggered fashionpd
2019-05-14Add support for `boot device' to vm.conf grammar which is the `-B device'anton
2019-05-11track the state of the vm (running, paused, etc) using a single bitfield inst...Jasper Lievisse Adriaanse
2019-02-13(unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherTheo de Raadt
2018-11-21Add support for "local inet6" interfaces.Reyk Floeter
2018-11-01- odd condition/test in PF lexerAlexandr Nedvedicky
2018-10-22The recent switch to realpath(3) for the boot string in vmd(8) brokeAlexander Bluhm
2018-10-18Use realpath(3) on the "boot" config option as well.Reyk Floeter
2018-10-01Try to derive the qcow2 file format from an image file automatically.Reyk Floeter
2018-09-09Add initial qcow2 image support.ccardenas
2018-09-07replace malloc()+strlcpy() with strndup() in cmdline_symset().miko
2018-07-13Add "allow instance" option.Reyk Floeter
2018-07-12Allow to use configured/running VMs as templates for other VM instances.Reyk Floeter
2018-07-11sort tokensReyk Floeter
2018-07-11Do for most running out of memory err() what was done for most runningKenneth R Westerback
2018-07-09No need to mention which memory allocation entry point failed (malloc,Kenneth R Westerback
2018-07-08Be consistent in warn() and log_warn() usage whenKenneth R Westerback
2018-06-26Add "socket owner" to allow changing the owner of the vmd control socket.Reyk Floeter
2018-06-19knfReyk Floeter
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