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
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
2016-03-13
Introduce memory ranges to support VMs with >= 4G RAM
Stefan Kempf
2016-01-26
lseek() + write() can be replaced by a slightly shorter ftruncate()
Reyk Floeter
2016-01-26
The division "res->size /= 1024 / 1024" is a no-op: 1024 / 1024 is
Reyk Floeter
2016-01-13
Update the comments in vmctl.c that are describing function arguments.
Reyk Floeter
2016-01-05
don't use the second argument of pledge(2) as the whitelist is not stabilized
Sebastien Marie
2016-01-03
Clarify vmctl console operation.
Mike Larkin
2015-12-14
track used memory in each VM. This is passed back to vmctl status.
Mike Larkin
2015-12-11
The vmctl "id" argument can now be a number of or a vm name, eg.
Reyk Floeter
2015-12-11
Remove unused argument in parse_vmid()
Reyk Floeter
2015-12-11
Allow to specify relative pathnames on the command line (eg. -k ./bsd).
Reyk Floeter
2015-12-08
style(9) says that is OK to not include sys/cdefs.h directly, as it
Reyk Floeter
2015-12-08
vmctl console - id is not optional
Reyk Floeter
2015-12-08
Add "vmctl console" to connect to a specified VM console by id.
Reyk Floeter
2015-12-07
use O_EXCL rather than a race
Theo de Raadt
2015-12-06
Print the TTY in the vmctl status output.
Reyk Floeter
2015-12-06
When a new vm is created with VMM_IOC_CREATE, the kernel assigns a
Reyk Floeter
2015-12-05
use argument names consistently.
Igor Sobrado
2015-12-05
Add OpenBSD Id
Reyk Floeter
2015-12-05
Align columns to printed output in "vmctl status"
Mike Larkin
2015-12-05
Another imsg_read user I did miss in my EAGAIN rampage.
Claudio Jeker
2015-12-05
vmctl has no need to change the socket that talks to vmd.
Theo de Raadt
2015-12-04
macro args in previous were the wrong way round;
Jason McIntyre
2015-12-04
Add -c option to "vmctl start" to automatically connect to the VM
Reyk Floeter
2015-12-04
sort flags.
Igor Sobrado
2015-12-03
Re-add the "load" and "reload" commands to vmctl: Instead of parsing
Reyk Floeter
2015-12-03
Replace vmmctl with vmctl. Also remove parse.y from the "new" vmctl.
Reyk Floeter
[prev]