summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd/proc.c
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
2017-11-04Remove a debug message that has outlived its usefulness.Mike Larkin
2017-09-08vmd: add more explanatory log_debug messagesMike Larkin
2017-05-29sync proc.c changes from relayd/httpdSebastian Benoit
2017-01-17Nuke some whitespace that keeps poking me in the eye as I try toKenneth R Westerback
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-11Sync proc.c file vmd(8) and switchd(8).Rafael Zalamena
2016-10-05Sync with httpd(8) proc file. Check for dup2() usage to avoid oldd == newdRafael Zalamena
2016-10-05Call setsid() to create a new session for the executed processes.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-07Add imsg "peerid" to debug messages (only within -DDEBUG).Reyk Floeter
2015-12-05Another imsg_read user I did miss in my EAGAIN rampage.Claudio Jeker
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