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
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2021-06-16
cleanup vmd(8) includes and header files
dv
2021-06-02
vmd(8): allow locking a randomly assigned lladdr
dv
2020-09-23
Revert agentx support for now, we're too close to release.
Martijn van Duren
2020-09-23
Add support for agentx to vmd.
Martijn van Duren
2019-12-12
Make owner value mandatory
kn
2019-12-12
vmd: start vms defined in vm.conf in a staggered fashion
pd
2019-05-14
Add support for `boot device' to vm.conf grammar which is the `-B device'
anton
2019-05-11
track 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 other
Theo de Raadt
2018-11-21
Add support for "local inet6" interfaces.
Reyk Floeter
2018-11-01
- odd condition/test in PF lexer
Alexandr Nedvedicky
2018-10-22
The recent switch to realpath(3) for the boot string in vmd(8) broke
Alexander Bluhm
2018-10-18
Use realpath(3) on the "boot" config option as well.
Reyk Floeter
2018-10-01
Try to derive the qcow2 file format from an image file automatically.
Reyk Floeter
2018-09-09
Add initial qcow2 image support.
ccardenas
2018-09-07
replace malloc()+strlcpy() with strndup() in cmdline_symset().
miko
2018-07-13
Add "allow instance" option.
Reyk Floeter
2018-07-12
Allow to use configured/running VMs as templates for other VM instances.
Reyk Floeter
2018-07-11
sort tokens
Reyk Floeter
2018-07-11
Do for most running out of memory err() what was done for most running
Kenneth R Westerback
2018-07-09
No need to mention which memory allocation entry point failed (malloc,
Kenneth R Westerback
2018-07-08
Be consistent in warn() and log_warn() usage when
Kenneth R Westerback
2018-06-26
Add "socket owner" to allow changing the owner of the vmd control socket.
Reyk Floeter
2018-06-19
knf
Reyk Floeter
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
[next]