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
/
control.c
Age
Commit message (
Expand
)
Author
2017-09-08
vmd: add more explanatory log_debug messages
Mike Larkin
2017-07-15
Add vmctl send and vmctl receive
pd
2017-07-09
vmd/vmctl: Add ability to pause / unpause vms
pd
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-21
Add global configuration option "local prefix" to change prefix for -L.
Reyk Floeter
2017-03-15
Don't terminate vmd(8) when we lost the control connection.
Reyk Floeter
2017-03-01
Add "owner" option to set a user/group ownership for pre-configured VMs
Reyk Floeter
2017-02-27
Add size checks for imsg received over the control socket.
Reyk Floeter
2017-01-17
Nuke some whitespace that keeps poking me in the eye as I try to
Kenneth R Westerback
2017-01-09
Rename control_dispatch_vmm to control_dispatch_vmd to reflect reality.
Reyk Floeter
2017-01-09
Stop accessing verbose and debug variables from log.c directly.
Reyk Floeter
2017-01-09
Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with
Kenneth R Westerback
2016-10-12
Fix functionality and semantics of vmctl load/reload/reset.
Reyk Floeter
2016-09-29
Implement fork+exec for vmd, using the same framework from httpd etc.
Reyk Floeter
2016-08-17
small bits of header cleanup; ok mlarkin
Theo de Raadt
2016-01-10
remove a duplicate break statement
Jonathan Gray
2015-12-05
Another imsg_read user I did miss in my EAGAIN rampage.
Claudio Jeker
2015-12-03
Re-add the "load" and "reload" commands to vmctl: Instead of parsing
Reyk Floeter
2015-12-03
Use PEERCRED to obtain the user id of the vmmctl user. This is used to
Reyk Floeter
2015-12-02
Split the fully privileged parent into two processes "parent" and
Reyk Floeter
2015-12-02
Start tweaking vmd's privsep and daemon model by splitting the main
Reyk Floeter