Replace selwakeup() with KNOTE() in pipe event activation.
authorvisa <visa@openbsd.org>
Mon, 30 May 2022 14:06:16 +0000 (14:06 +0000)
committervisa <visa@openbsd.org>
Mon, 30 May 2022 14:06:16 +0000 (14:06 +0000)
commit538638a5b71127ab1f290352c025c7a3601c443d
tree36d3734f0083629ba887150c772ab8dd54b2587d
parent48d4b375d77601bfa4856641b56b2cc4f990aadc
Replace selwakeup() with KNOTE() in pipe event activation.

Recommit the reverted change selectively so that only pipes are
affected. Leave sockets untouched for now.
sys/kern/sys_pipe.c