summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/control.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce IMSG_VMDOP_WAIT_VM_REQUEST a control message that registers aclaudio2018-12-041-1/+3
* Remove cpath pledge(2) promise. We decided that not deleting the unix controlmestre2018-08-051-12/+2
* Add "allow instance" option.reyk2018-07-131-3/+3
* Add -w option to vmctl stop to wait for completion of VM termination.reyk2018-07-111-3/+1
* Add -f option to vmctl stop to forcefully kill a VM.reyk2018-07-111-1/+3
* Remove a debug messagereyk2018-07-101-4/+1
* Add "socket owner" to allow changing the owner of the vmd control socket.reyk2018-06-261-1/+14
* vmd(8): enable pause / unpause for vm ownerspd2018-05-131-3/+18
* vmd: add more explanatory log_debug messagesmlarkin2017-09-081-1/+6
* Add vmctl send and vmctl receivepd2017-07-151-4/+9
* vmd/vmctl: Add ability to pause / unpause vmspd2017-07-091-1/+5
* Report command failure back to vmctl reload, reset, load, log verbose.reyk2017-05-041-6/+7
* Report error for vmctl commands that need root privileges.reyk2017-05-041-6/+9
* Add global configuration option "local prefix" to change prefix for -L.reyk2017-04-211-1/+8
* Don't terminate vmd(8) when we lost the control connection.reyk2017-03-151-3/+3
* Add "owner" option to set a user/group ownership for pre-configured VMsreyk2017-03-011-6/+12
* Add size checks for imsg received over the control socket.reyk2017-02-271-11/+33
* Nuke some whitespace that keeps poking me in the eye as I try tokrw2017-01-171-2/+2
* Rename control_dispatch_vmm to control_dispatch_vmd to reflect reality.reyk2017-01-091-4/+4
* Stop accessing verbose and debug variables from log.c directly.reyk2017-01-091-2/+2
* Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withkrw2017-01-091-4/+5
* Fix functionality and semantics of vmctl load/reload/reset.reyk2016-10-121-1/+2
* Implement fork+exec for vmd, using the same framework from httpd etc.reyk2016-09-291-9/+11
* small bits of header cleanup; ok mlarkinderaadt2016-08-171-2/+2
* remove a duplicate break statementjsg2016-01-101-2/+1
* Another imsg_read user I did miss in my EAGAIN rampage.claudio2015-12-051-2/+3
* Re-add the "load" and "reload" commands to vmctl: Instead of parsingreyk2015-12-031-7/+8
* Use PEERCRED to obtain the user id of the vmmctl user. This is used toreyk2015-12-031-5/+36
* Split the fully privileged parent into two processes "parent" andreyk2015-12-021-3/+3
* Start tweaking vmd's privsep and daemon model by splitting the mainreyk2015-12-021-0/+367