index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
switchd
/
proc.c
Age
Commit message (
Expand
)
Author
2017-05-29
sync proc.c changes from relayd/httpd
Sebastian Benoit
2017-01-17
Nuke some whitespace that keeps poking me in the eye as I try to
Kenneth R Westerback
2017-01-09
Stop accessing verbose and debug variables from log.c directly.
Reyk Floeter
2016-11-16
Sync switchd(8) and vmd(8) with the latest proc.c changes. This sync
Rafael Zalamena
2016-10-11
Sync proc.c file vmd(8) and switchd(8).
Rafael Zalamena
2016-10-05
Sync with httpd(8) proc file. Check for dup2() usage to avoid oldd == newd
Rafael Zalamena
2016-10-05
Call setsid() to create a new session for the executed processes.
Reyk Floeter
2016-10-05
sync proc.c with vmd: add p_pw to specify a non-standard user for a process.
Reyk Floeter
2016-09-19
Fix 'const char *' qualifier removal warning by casting it out with
Rafael Zalamena
2016-09-18
Kill p_env from proc.c. The p_env variable was not being used seriously and
Rafael Zalamena
2016-09-14
Teach switchd(8) how to fork+exec.
Rafael Zalamena
2016-07-19
Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.
Reyk Floeter