CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/02 12:03:21
Modified files:
sys/kern : syscalls.master
Log message:
Unlock pipe(2) and pipe2(2). The kernel lock does not provide any
serialization at this point since everything is protected by the
pipe_lock.
Thanks to tb@ and visa@ for testing; ok mpi@ visa@
