summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/proc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* During the fork+exec implementation, daemon(3) was moved afterbluhm2018-09-101-2/+2
* Remove cpath pledge(2) promise. We decided that not deleting the unix controlmestre2018-08-051-7/+1
* Track resources and enforce cpu/memory/interface limits for non-root users.reyk2018-07-151-1/+2
* Add "socket owner" to allow changing the owner of the vmd control socket.reyk2018-06-261-1/+4
* die whitespace die die diederaadt2017-03-271-3/+3
* Stop accessing verbose and debug variables from log.c directly.reyk2017-01-091-2/+3
* Sync switchd(8) and vmd(8) with the latest proc.c changes. This syncrzalamena2016-11-161-1/+2
* Add support for enhanced networking configuration and virtual switches.reyk2016-10-051-4/+5
* Add a new "priv" process that is responsible for ioctls and restrictedreyk2016-10-041-2/+4
* Implement fork+exec for vmd, using the same framework from httpd etc.reyk2016-09-291-10/+24
* Use PEERCRED to obtain the user id of the vmmctl user. This is used toreyk2015-12-031-1/+3
* spacingreyk2015-12-031-9/+9
* Split the fully privileged parent into two processes "parent" andreyk2015-12-021-1/+9
* Sync with relayd, fix previous use of proc_compose*_imsg()reyk2015-12-021-1/+5
* Add back the "peerid" to the proc_compose*() functions: in relayd, Ireyk2015-12-021-3/+3
* Start tweaking vmd's privsep and daemon model by splitting the mainreyk2015-12-021-0/+187