OpenBSD cvs log

created 2020-01-27T23:20:07Z
begin 2019-11-19T13:47:25Z
end 2019-11-19T19:19:28Z
path src/sys
commits 1

date 2019-11-19T19:19:28Z
author anton
files src/sys/kern/sys_pipe.c log diff annotate
message When waiting on pipe I/O, simplify the unlock/relock logic using
rwsleep(). All made possible by the recent switch to using a rwlock as
the exclusive pipe lock.

ok visa@