Module Name: src Committed By: jdolecek Date: Thu Jun 25 14:22:19 UTC 2020
Modified Files: src/sys/kern: sys_pipe.c src/sys/sys: pipe.h Log Message: remove experimental direct pipe code (using uvm_loan()) I added in 2001 - it's slower than the non-direct variant on MP systems, if anybody wants to hack on this further it's available in Attic To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149 src/sys/kern/sys_pipe.c cvs rdiff -u -r1.36 -r1.37 src/sys/sys/pipe.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.