CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2025/08/02 14:44:10
Modified files: sys/sys : proc.h sys/kern : kern_fork.c Log message: Move process flags to be inherited on fork to a more prominent place Hopefully moving this to sys/proc.h with a comment will help people not forget whether a flag should be inherited or not in child processes. Discussed with guenther@ and deraadt@, ok guenther@