summaryrefslogtreecommitdiffstats
path: root/usr.sbin/switchd/proc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mirror bluhm's fixes for proc.c daemons to dup /dev/null for child processesakoshibe2018-09-101-5/+16
* Remove cpath pledge(2) promise. We decided that not deleting the unix controlmestre2018-08-051-4/+1
* sync proc.c changes from relayd/httpdbenno2017-05-291-5/+5
* Nuke some whitespace that keeps poking me in the eye as I try tokrw2017-01-171-2/+2
* Stop accessing verbose and debug variables from log.c directly.reyk2017-01-091-2/+2
* 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
* sync proc.c with vmd: add p_pw to specify a non-standard user for a process.reyk2016-10-051-3/+9
* Fix 'const char *' qualifier removal warning by casting it out withrzalamena2016-09-191-2/+2
* Kill p_env from proc.c. The p_env variable was not being used seriously andrzalamena2016-09-181-2/+1
* Teach switchd(8) how to fork+exec.rzalamena2016-09-141-186/+334
* Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.reyk2016-07-191-0/+648