summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/proc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sync switchd(8) and vmd(8) with the latest proc.c changes. This syncrzalamena2016-11-161-6/+25
* Sync proc.c file vmd(8) and switchd(8).rzalamena2016-10-111-78/+90
* Sync with httpd(8) proc file. Check for dup2() usage to avoid oldd == newdrzalamena2016-10-051-2/+8
* Call setsid() to create a new session for the executed processes.reyk2016-10-051-1/+5
* Add a new "priv" process that is responsible for ioctls and restrictedreyk2016-10-041-3/+9
* Implement fork+exec for vmd, using the same framework from httpd etc.reyk2016-09-291-187/+334
* Add imsg "peerid" to debug messages (only within -DDEBUG).reyk2015-12-071-5/+7
* Another imsg_read user I did miss in my EAGAIN rampage.claudio2015-12-051-2/+2
* Sync with relayd, fix previous use of proc_compose*_imsg()reyk2015-12-021-2/+16
* Add back the "peerid" to the proc_compose*() functions: in relayd, Ireyk2015-12-021-6/+6
* Start tweaking vmd's privsep and daemon model by splitting the mainreyk2015-12-021-0/+632