CVSROOT:        /cvs
Module name:    src
Changes by:     v...@cvs.openbsd.org    2018/11/12 08:09:17

Modified files:
        sys/kern       : kern_exit.c kern_fork.c kern_proc.c kern_sig.c 
        sys/sys        : malloc.h proc.h signalvar.h 
Added files:
        sys/sys        : sigio.h 

Log message:
Add a mechanism for managing asynchronous IO signal registrations.
It centralizes IO signal privilege checking and makes possible to revoke
a registration when the target process or process group is deleted.

Adapted from FreeBSD.

OK kettenis@ mpi@ guenther@

Reply via email to