summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd/proc.h
AgeCommit message (Expand)Author
2018-09-10During the fork+exec implementation, daemon(3) was moved afterAlexander Bluhm
2018-08-05Remove cpath pledge(2) promise. We decided that not deleting the unix controlRicardo Mestre
2018-07-15Track resources and enforce cpu/memory/interface limits for non-root users.Reyk Floeter
2018-06-26Add "socket owner" to allow changing the owner of the vmd control socket.Reyk Floeter
2017-03-27die whitespace die die dieTheo de Raadt
2017-01-09Stop accessing verbose and debug variables from log.c directly.Reyk Floeter
2016-11-16Sync switchd(8) and vmd(8) with the latest proc.c changes. This syncRafael Zalamena
2016-10-05Add support for enhanced networking configuration and virtual switches.Reyk Floeter
2016-10-04Add a new "priv" process that is responsible for ioctls and restrictedReyk Floeter
2016-09-29Implement fork+exec for vmd, using the same framework from httpd etc.Reyk Floeter
2015-12-03Use PEERCRED to obtain the user id of the vmmctl user. This is used toReyk Floeter
2015-12-03spacingReyk Floeter
2015-12-02Split the fully privileged parent into two processes "parent" andReyk Floeter
2015-12-02Sync with relayd, fix previous use of proc_compose*_imsg()Reyk Floeter
2015-12-02Add back the "peerid" to the proc_compose*() functions: in relayd, IReyk Floeter
2015-12-02Start tweaking vmd's privsep and daemon model by splitting the mainReyk Floeter