summaryrefslogtreecommitdiff
path: root/usr.sbin/switchd/proc.c
AgeCommit message (Expand)Author
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-05sync proc.c with vmd: add p_pw to specify a non-standard user for a process.Reyk Floeter
2016-09-19Fix 'const char *' qualifier removal warning by casting it out withRafael Zalamena
2016-09-18Kill p_env from proc.c. The p_env variable was not being used seriously andRafael Zalamena
2016-09-14Teach switchd(8) how to fork+exec.Rafael Zalamena
2016-07-19Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.Reyk Floeter