CVSROOT:        /cvs
Module name:    src
Changes by:     clau...@cvs.openbsd.org 2022/02/14 04:26:05

Modified files:
        sys/kern       : kern_exit.c kern_sig.c kern_synch.c 
        sys/sys        : signalvar.h 
        sys/ufs/mfs    : mfs_vfsops.c 

Log message:
Introduce a signal context that is used to pass signal related information
from cursig() to postsig() or the caller itself. This will simplify locking.
Also alter sigactsfree() a bit and move it into process_zap() so ps_sigacts
is always a valid pointer.
OK semarie@

Reply via email to