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
Age
Commit message (
Expand
)
Author
2015-12-04
A VM has to run with at least 1 CPU.
Reyk Floeter
2015-12-03
Re-add the "load" and "reload" commands to vmctl: Instead of parsing
Reyk Floeter
2015-12-03
sort SEE ALSO;
Jason McIntyre
2015-12-03
Replace vmmctl with vmctl. Also remove parse.y from the "new" vmctl.
Reyk Floeter
2015-12-03
Add and document -D and -f flags to vmd.
Reyk Floeter
2015-12-03
mlarkin's code has been moved to vmm.c, so it is ok to claim the copyright.
Reyk Floeter
2015-12-03
Add support for an optional vm.conf(5) file in vmd. This will replace
Reyk Floeter
2015-12-03
prepare config_getvm() for parse.y
Reyk Floeter
2015-12-03
Use PEERCRED to obtain the user id of the vmmctl user. This is used to
Reyk Floeter
2015-12-03
spacing
Reyk Floeter
2015-12-02
send the tty name to vmmctl and print it as a result.
Reyk Floeter
2015-12-02
Split the fully privileged parent into two processes "parent" and
Reyk Floeter
2015-12-02
Sync with relayd, fix previous use of proc_compose*_imsg()
Reyk Floeter
2015-12-02
Add back the "peerid" to the proc_compose*() functions: in relayd, I
Reyk Floeter
2015-12-02
Start tweaking vmd's privsep and daemon model by splitting the main
Reyk Floeter
2015-11-26
Automatically start vmm(4) when the first VM is created and after the
Reyk Floeter
2015-11-25
typo: should be looking pid == -1
Ted Unangst
2015-11-23
Do not need YFLAGS=
Theo de Raadt
2015-11-23
accept4() is restarted after signals which prevents vmd from exiting
Reyk Floeter
2015-11-23
I accidentally removed a newline in usage() when converting the log
Reyk Floeter
2015-11-23
Add support for logging to stderr or syslog, and to run vmd in
Reyk Floeter
2015-11-23
install manpages global, since two architecture (will) use them.
Theo de Raadt
2015-11-22
use PATH_MAX where needed
Theo de Raadt
2015-11-22
Add $ Ids
Reyk Floeter
2015-11-22
sundry tweaks;
Jason McIntyre
2015-11-22
vmd(8) - virtual machine daemon.
Mike Larkin