CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/12/19 11:53:37
Modified files:
sys/kern : sys_pipe.c
sys/sys : pipe.h
Log message:
Start protecting the pipe_peer member of `struct pipe' using the
pipe_lock. This add a potential sleeping point in the kqueue filter
routines which should be fine by now thanks to changes made to the
kqueue subsystem by visa.
ok visa@
