CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2020/01/09 11:54:33

Modified files:
        sys/kern       : sys_pipe.c 
        sys/sys        : pipe.h 

Log message:
Replace the global pipe_lock with a more fine-grained lock per pipe
pair. One lock per pipe pair is used to guarantee exclusive access to
both ends of a pipe.

Thanks to millert@ and tedu@ for the feedback and ok visa@

Reply via email to