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
2017-08-18
distinguish errors during vm launch and return different error codes to
Mike Larkin
2017-08-15
merge parse_vmid() and parse_vmname()
Jasper Lievisse Adriaanse
2017-08-14
return a proper error message instead of 'no such file or directory' when
Jasper Lievisse Adriaanse
2017-08-14
whitespace and fix a comment typo
Jasper Lievisse Adriaanse
2017-08-14
catch ENOENT and display a proper error message when a specified disk image is
Jasper Lievisse Adriaanse
2017-08-14
don't allow starting vms whose name starts with '-', '.' or '_'
Jasper Lievisse Adriaanse
2017-08-10
don't have cu try to open '/dev', instead check if there's a valid tty
Jasper Lievisse Adriaanse
2017-07-15
consistent case;
Jason McIntyre
2017-07-15
Add vmctl send and vmctl receive
pd
2017-07-09
vmd/vmctl: Add ability to pause / unpause vms
pd
2017-06-07
vmctl: change default "vmctl console" (cu) baud rate to 115200. Not
Mike Larkin
2017-05-04
Report command failure back to vmctl reload, reset, load, log verbose.
Reyk Floeter
2017-05-04
Report error for vmctl commands that need root privileges.
Reyk Floeter
2017-04-19
Add support for dynamic "NAT" interfaces (-L/local interface).
Reyk Floeter
2017-04-14
Update a man page example to reflect recent changes.
Mike Larkin
2017-04-06
Do not expose vmm(4) VM IDs to the user, use vmd(8)'s IDs instead.
Reyk Floeter
2017-03-30
Set interface flag to VMIFF_UP when using -i option. This way vmd will make
Claudio Jeker
2017-03-25
Boot using BIOS from /etc/firmware/vmm-bios by default.
Reyk Floeter
2017-03-15
Print "-" if the tty name is empty.
Reyk Floeter
2017-03-03
Undefined behavior: Variable 'user' was used as parameter and
Reyk Floeter
2017-03-01
Rename start_vm_complete to vm_start_complete for consistency.
Reyk Floeter
2017-03-01
unbreak vmctl build by renaming a function that now conflicts with
Mike Larkin
2017-03-01
Add "owner" option to set a user/group ownership for pre-configured VMs
Reyk Floeter
2017-02-28
Use fmt_scaled(3) in vmctl status output to print curmem/maxmem
Reyk Floeter
2017-01-24
sort previous;
Jason McIntyre
2017-01-24
mark start -m as optional; reorder start synopsis to match vmctl usage
Richard Procter
2017-01-24
vmctl start -k is optional; also emphasise it specifies a path on the host
Richard Procter
2017-01-13
Make it possible to remove VMs from vmd(8)'s internal queue.
Edd Barrett
2017-01-13
Mention attempted graceful shutdown and vmmci(4)
Reyk Floeter
2017-01-11
Add imsg communication channel between vmd and invividual VMs.
Reyk Floeter
2016-12-14
Allow to start disabled and pre-configured VMs by name, "vmctl start foo".
Reyk Floeter
2016-11-26
If -m/memory is not specified, use 512M by default.
Reyk Floeter
2016-11-26
-add -n to the main summary;
Jason McIntyre
2016-11-26
Add the vmctl start -n option to specify add a network interface to
Reyk Floeter
2016-11-24
Add support for booting the kernel from the disk image.
Reyk Floeter
2016-11-22
Insert disabled VMs into vmd(8)'s queues and allow vmctl(8) to display them.
Edd Barrett
2016-10-26
vmd(8)/vmctl(8) for i386. Some ugliness in #ifdef __i386__ areas will be
Mike Larkin
2016-10-13
The name argument is of the start command is not optional.
Martijn van Duren
2016-10-12
Fix functionality and semantics of vmctl load/reload/reset.
Reyk Floeter
2016-10-06
The start control imsg has been switched to a new "struct
Reyk Floeter
2016-10-04
Add an example to find the generated tap(4) interface description.
Reyk Floeter
2016-09-12
less markup; from rob pierce
Jason McIntyre
2016-09-03
Some .h files are not needed
Theo de Raadt
2016-08-18
use a more standard page layout; ok mlarkin
Jason McIntyre
2016-08-18
various fixes for previous;
Jason McIntyre
2016-08-18
add section on VM networking. more to come, this is a starting point for
Mike Larkin
2016-05-10
move some argument checking from vmmaction() to start_vm()
Mike Larkin
2016-05-10
typo in comment
Mike Larkin
2016-04-25
make vmctl 'create' usage description match the man page
Mike Larkin
2016-03-17
Last parameter to execl[e]() functions *must* be cast to a pointer.
Kenneth R Westerback
[next]