freebsd-dev/usr.sbin/cron/lib
Kyle Evans 9b36723388 cron(8): convert vfork() usage to fork()
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
2020-02-10 02:40:23 +00:00
..
compat.c cron(8): convert vfork() usage to fork() 2020-02-10 02:40:23 +00:00
entry.c cron: add log suppression and mail suppression for successful runs 2019-09-25 02:37:40 +00:00
env.c
Makefile usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible 2017-03-04 11:38:03 +00:00
Makefile.depend
misc.c