CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2022/02/12 07:07:26
Modified files: sys/kern : sys_pipe.c Log message: Reduce code duplication in pipe event filters Use the f_event callback for checking event state within the pipe event filters. This enables the same f_modify and f_process functions to handle the different filter types. OK anton@