CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2019/07/14 22:11:03
Modified files: sys/kern : exec_script.c kern_descrip.c kern_exec.c sys_pipe.c Log message: Do not relock fdp in fdrelease(). This prevents unnecessary locking in the common case. OK mpi@