mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 03:13:02 -05:00
vfork() is error-prone, and the usage here definitely grew to not be clearly OK given vfork-semantics; e.g. setusercontext(3) within the child. Rip out vfork() and the rest of the references to it. fork is heavier, but it's unclear that the difference will be all that obvious. Reported by: Andrew Gierth and sigsys@gmail.com |
||
|---|---|---|
| .. | ||
| compat.c | ||
| entry.c | ||
| env.c | ||
| Makefile | ||
| Makefile.depend | ||
| misc.c | ||