CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2018/11/12 09:33:08
Modified files: sys/kern : sys_pipe.c sys/sys : pipe.h Log message: Utilize sigio with pipes. This makes fcntl(fd, F_SETOWN, arg) correctly handle arg as a process ID if the value is positive and as a process group ID if the value is negative. In addition, now the signal sending checks privileges. OK mpi@