summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/parse.y (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert agentx support for now, we're too close to release.martijn2020-09-231-48/+2
* Add support for agentx to vmd.martijn2020-09-231-2/+48
* Make owner value mandatorykn2019-12-121-6/+2
* vmd: start vms defined in vm.conf in a staggered fashionpd2019-12-121-2/+14
* Add support for `boot device' to vm.conf grammar which is the `-B device'anton2019-05-141-4/+15
* track the state of the vm (running, paused, etc) using a single bitfield instead ofjasper2019-05-111-3/+4
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* Add support for "local inet6" interfaces.reyk2018-11-211-6/+24
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* The recent switch to realpath(3) for the boot string in vmd(8) brokebluhm2018-10-221-2/+3
* Use realpath(3) on the "boot" config option as well.reyk2018-10-181-4/+10
* Try to derive the qcow2 file format from an image file automatically.reyk2018-10-011-8/+36
* Add initial qcow2 image support.ccardenas2018-09-091-8/+27
* replace malloc()+strlcpy() with strndup() in cmdline_symset().miko2018-09-071-9/+4
* Add "allow instance" option.reyk2018-07-131-8/+34
* Allow to use configured/running VMs as templates for other VM instances.reyk2018-07-121-11/+43
* sort tokensreyk2018-07-111-4/+4
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-2/+2
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-5/+5
* Be consistent in warn() and log_warn() usage whenkrw2018-07-081-3/+3
* Add "socket owner" to allow changing the owner of the vmd control socket.reyk2018-06-261-2/+8
* knfreyk2018-06-191-5/+9
* Fix an off-by-one line count when using include statements.denis2018-06-111-47/+78
* Plug leak in error case of the common 'varset' implementations.krw2018-04-261-1/+3
* Add initial CD-ROM support to VMD via vioscsi.ccardenas2018-01-031-3/+21
* update switch handling in vmd(8). vmd now gets switch information (rdomain,mlarkin2017-11-111-18/+1
* vmd no longer creates bridges by default. users should create bridges inmlarkin2017-10-301-6/+9
* Add support for rdomains.reyk2017-05-041-2/+19
* Sort parser tokens, no functional changereyk2017-05-031-7/+7
* Fail if vm.conf exists but cannot be opened, ignore if it doesn't exist.reyk2017-04-211-2/+4
* Add global configuration option "local prefix" to change prefix for -L.reyk2017-04-211-2/+60
* Add support for dynamic "NAT" interfaces (-L/local interface).reyk2017-04-191-13/+21
* "kernel" got renamed to "boot" in vm.conf but I didn't commit the parse.y bits.reyk2017-04-061-4/+4
* die whitespace die die diederaadt2017-03-271-3/+3
* Add "locked lladdr" option to prevent VMs from spoofing MAC addresses.reyk2017-03-021-9/+20
* Add "owner" option to set a user/group ownership for pre-configured VMsreyk2017-03-011-3/+67
* Make it possible to remove VMs from vmd(8)'s internal queue.edd2017-01-131-1/+2
* Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with morekrw2017-01-051-3/+2
* Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQkrw2017-01-051-5/+7
* Allow to start disabled and pre-configured VMs by name, "vmctl start foo".reyk2016-12-141-1/+7
* Insert disabled VMs into vmd(8)'s queues and allow vmctl(8) to display them.edd2016-11-221-7/+7
* Pass the internal vmid or 0 to vm_register() instead of changing itreyk2016-11-041-2/+2
* Update the config/register/get VM methods to match the config_set/getreyk2016-11-041-2/+2
* Simple grammar tweak: allow to specify interface options in a single line.reyk2016-10-291-1/+10
* Separate parsing vms and switches from starting them in vmd(8).edd2016-10-291-29/+11
* Add the option to specify an interface group per virtual switch as well;reyk2016-10-171-1/+9
* Allow to add an interface to an interface group; with the group keyword.reyk2016-10-151-2/+17
* Replace one u_int8_t with uint8_t (finger memory)reyk2016-10-051-2/+2
* Add support for enhanced networking configuration and virtual switches.reyk2016-10-051-31/+245
* do not allow whitespace in macro names, i.e. "this is" = "a variable".benno2016-06-211-1/+9