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
2024-09-26
remove unneeded includes; ok dv@ mlarkin@
Jonathan Gray
2024-09-11
Implement AMD SEV support in vmd(8).
Alexander Bluhm
2024-07-09
vmd/vmm: move vm_run_params into mi header.
Dave Voutila
2023-07-13
vmd(8): pull validation into local prefix parser.
Dave Voutila
2023-04-28
vmd(8): fix specifying boot image in vm.conf
Dave Voutila
2023-04-28
vmd(8)/vmctl(8): allow vm owners to override boot kernel.
Dave Voutila
2023-04-25
vmm(4)/vmd(8): pull struct members out of vmm ioctl create struct.
Dave Voutila
2023-04-24
Missing the optional default config is not an error
Klemens Nanni
2023-01-28
Move some header definitions from vmm(4) to vmd(8).
Dave Voutila
2022-09-13
Add (partial) support for agentx in vmd.
Martijn van Duren
2022-05-04
vmctl(8)/vmd(8): convert disk sizes from MB to bytes
Dave Voutila
2022-05-03
vmm/vmd/vmctl: standardize memory units to bytes
Dave Voutila
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
[next]