index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
vmd
/
parse.y
Age
Commit message (
Expand
)
Author
2018-06-11
Fix an off-by-one line count when using include statements.
denis
2018-04-26
Plug leak in error case of the common 'varset' implementations.
Kenneth R Westerback
2018-01-03
Add initial CD-ROM support to VMD via vioscsi.
ccardenas
2017-11-11
update switch handling in vmd(8). vmd now gets switch information (rdomain,
Mike Larkin
2017-10-30
vmd no longer creates bridges by default. users should create bridges in
Mike Larkin
2017-05-04
Add support for rdomains.
Reyk Floeter
2017-05-03
Sort parser tokens, no functional change
Reyk Floeter
2017-04-21
Fail if vm.conf exists but cannot be opened, ignore if it doesn't exist.
Reyk Floeter
2017-04-21
Add global configuration option "local prefix" to change prefix for -L.
Reyk Floeter
2017-04-19
Add 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-27
die whitespace die die die
Theo de Raadt
2017-03-02
Add "locked lladdr" option to prevent VMs from spoofing MAC addresses.
Reyk Floeter
2017-03-01
Add "owner" option to set a user/group ownership for pre-configured VMs
Reyk Floeter
2017-01-13
Make it possible to remove VMs from vmd(8)'s internal queue.
Edd Barrett
2017-01-05
Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more
Kenneth R Westerback
2017-01-05
Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ
Kenneth R Westerback
2016-12-14
Allow to start disabled and pre-configured VMs by name, "vmctl start foo".
Reyk Floeter
2016-11-22
Insert disabled VMs into vmd(8)'s queues and allow vmctl(8) to display them.
Edd Barrett
2016-11-04
Pass the internal vmid or 0 to vm_register() instead of changing it
Reyk Floeter
2016-11-04
Update the config/register/get VM methods to match the config_set/get
Reyk Floeter
2016-10-29
Simple grammar tweak: allow to specify interface options in a single line.
Reyk Floeter
2016-10-29
Separate parsing vms and switches from starting them in vmd(8).
Edd Barrett
2016-10-17
Add the option to specify an interface group per virtual switch as well;
Reyk Floeter
2016-10-15
Allow to add an interface to an interface group; with the group keyword.
Reyk Floeter
2016-10-05
Replace one u_int8_t with uint8_t (finger memory)
Reyk Floeter
2016-10-05
Add support for enhanced networking configuration and virtual switches.
Reyk Floeter
2016-06-21
do not allow whitespace in macro names, i.e. "this is" = "a variable".
Sebastian Benoit
2016-03-13
Introduce memory ranges to support VMs with >= 4G RAM
Stefan Kempf
2015-12-07
Most common strings in vm.conf are pathnames, so allow unquoted
Reyk Floeter
2015-12-07
tweak initial error logging
Reyk Floeter
2015-12-06
Prevent running a VM with the same name multiple times - multiple
Reyk Floeter
2015-12-06
Check errno from config_getvm() correctly
Reyk Floeter
2015-12-03
Add support for an optional vm.conf(5) file in vmd. This will replace
Reyk Floeter