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
2024-08-17
Use 'int ch' instead of 'char ch' in one place for getopt.
Mike Larkin
2024-07-10
Split vmd into mi/md parts.
Dave Voutila
2024-07-09
vmctl(8): set exit code for vmctl stat -r
Mike Larkin
2024-05-18
remove prototypes with no matching function
Jonathan Gray
2024-05-04
add -r to "show" command; ok mlarkin
Jason McIntyre
2024-05-02
vmctl(8): Add 'vmctl status -r'
Mike Larkin
2024-04-10
vmctl: fix incorrect scaling when converting disk images.
Dave Voutila
2024-02-16
New sentence, new line. Use .Pa for /etc/login.conf.
Jonathan Gray
2024-01-12
Clarify some behaviour for 'vmctl start' and 'vmctl reload'
Mike Larkin
2023-11-09
vmctl(8): avoid abort when given an invalid "kernel" file.
Dave Voutila
2023-05-02
free the correct pointer. Missed in rev 1.16.
Jonathan Gray
2023-04-28
Clarify -b usage by `vmctl start`.
Dave Voutila
2023-04-28
vmd(8)/vmctl(8): allow vm owners to override boot kernel.
Dave Voutila
2023-04-25
vmctl(8): no longer needs vmmvar.h
Dave Voutila
2023-04-25
vmm(4)/vmd(8): pull struct members out of vmm ioctl create struct.
Dave Voutila
2023-01-28
Move some header definitions from vmm(4) to vmd(8).
Dave Voutila
2022-09-01
fix unveil(2) in vmctl(8), unix socket needs :w:
Sebastian Benoit
2022-07-30
vmctl create accepts exactly one argument
Klemens Nanni
2022-05-13
Follow the recent change that the unit of `imgsize' argument of
YASUOKA Masahiko
2022-05-04
vmctl(8)/vmd(8): convert disk sizes from MB to bytes
Dave Voutila
2022-05-04
Missed removing some memory scaling in vmm, vmctl.
Dave Voutila
2022-05-03
vmm/vmd/vmctl: standardize memory units to bytes
Dave Voutila
2021-07-12
Change the error reporting pattern throughout the tree when unveil
Bob Beck
2021-06-28
Garbage collect loop index i which is no longer used after usage tweak.
Theo Buehler
2021-06-26
make usage less chatty; ok mlarkin
Jason McIntyre
2021-06-10
vmctl(8)/vmd(8): communicate TERMINATE_VM_EVENT imsgs on vm stop.
dv
2021-05-12
vmctl(8): remove unveil from disk image creation routines
dv
2021-04-02
Remove superflouus mmcpy()
dv
2021-03-26
Simplify argument parsing of vmctl stop
Theo Buehler
2021-03-22
Properly reflect stopping state
kn
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
[next]