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
/
vmctl
Age
Commit message (
Expand
)
Author
2021-03-01
Document veb(4) support
kn
2021-01-27
split out extern and decl for -fno-common
Theo de Raadt
2020-09-02
Fix clang warning in vmctl(8)
Theo Buehler
2020-03-11
fix spelling of IMSG_VMDOP_TERMINATE_VM_RESPONSE in comment
Jasper Lievisse Adriaanse
2020-02-16
Backout "DHCP is configured on the first interface only"
kn
2020-02-15
DHCP is configured on the first interface only
kn
2020-01-03
vmctl(8): fix vmctl send exit code
pd
2019-12-28
Run cu(1) in restricted mode
kn
2019-12-17
Use local variable isntead of function parameter
kn
2019-12-15
Explicitly print root user in status OWNER column
kn
2019-12-12
vmd: start vms defined in vm.conf in a staggered fashion
pd
2019-10-27
Require at least one interface with -i
kn
2019-09-15
Use (egress) in nat-to example
kn
2019-09-07
Remove unused VMD_DISK_INVALID message type and mark it obsolete.
tobhe
2019-08-23
vmctl(8): fix wrong output when using 'vmctl stop'
Mike Larkin
2019-08-14
Improve the error message when supplying an invalid template to vmctl
anton
2019-08-08
Fix a bunch of typos in various man pages.
Frederic Cambus
2019-07-05
zap an extra space in usage();
Jason McIntyre
2019-05-31
zap trailing whitespace;
Jason McIntyre
2019-05-29
Change vmctl(8) syntax: command options before the disk/name/id argument.
Reyk Floeter
2019-05-22
re-order to reported states based on order of significance:
Jasper Lievisse Adriaanse
2019-05-16
treat vms that are disabled in vm.conf the same as any other vm that's stopped
Jasper Lievisse Adriaanse
2019-05-14
Delete some .Sx macros that were used in a wrong way.
Ingo Schwarze
2019-05-11
report vm state through 'vmctl status'; whereas previously this would display...
Jasper Lievisse Adriaanse
2019-05-10
remove receive_vm prototype for the function does not exist (anymore)
Jasper Lievisse Adriaanse
2019-05-06
double macro snuck in;
Jason McIntyre
2019-05-06
vmctl.8 : man page cleanup
Mike Larkin
2019-04-02
Report reliable VM state on status command
kn
2019-03-18
Consistently use imperative present tense throughout the manual
kn
2019-03-18
An existing VM may be started by referencing its ID
kn
2019-03-07
Clarify that VM names must start with a letter
kn
2019-03-01
Fix previous extra arguments commit
kn
2019-03-01
Print usage on extra create, start and stop arguments
kn
2019-01-18
disable vmd/vmctl for i386
pd
2018-12-18
show log/reset/stop as single commands, like usage() currently does;
Jason McIntyre
2018-12-14
sync usage(); also, stop enclosing arg names in quotes, since it was
Jason McIntyre
2018-12-13
various minor tweaks; ok mlarkin
Jason McIntyre
2018-12-11
Extend vmctl start -B argument to work for disk, cdrom and net.
Claudio Jeker
2018-12-07
zap trailing whitespace
anton
2018-12-06
Add a new argument -B device to vmctl start. It allows to set the boot device.
Claudio Jeker
2018-12-04
Add 'vmctl wait <VM>' a command that waits until the specified VM is
Claudio Jeker
2018-11-26
Move the {qcow2,raw} create functions from vmctl into vmd/vio{qcow2,raw}.c
Reyk Floeter
2018-11-20
DNS goes over both udp and tcp, so reflect that in example pf.conf line;
Otto Moerbeek
2018-10-20
remove unneccessary macros;
Jason McIntyre
2018-10-19
Add support to create and convert disk images from existing images
Reyk Floeter
2018-10-08
Add support for qcow2 base images (external snapshots).
Reyk Floeter
2018-10-05
Setting getopt optreset to 1 needs an additional reset of optind to 1.
Reyk Floeter
2018-10-02
Fix potential rounding errors when calculating the qcow2 l1 and ref tables sizes
Reyk Floeter
2018-10-01
Try to derive the qcow2 file format from an image file automatically.
Reyk Floeter
2018-09-27
Add vmctl stop -a [-fw] option to stop or terminate all running VMs.
Reyk Floeter
[next]