CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/01 03:47:03
Modified files:
usr.sbin/httpd : httpd.c httpd.h proc.c
Log message:
Teach httpd/proc.c how to fork+exec.
This commit implemented the basic functions to proc.c to make it not rely
on global variables, malloc()ed memory and CLOEXEC pipes.
Fix child proc titles from reyk@
ok reyk@, florian@
