看板 DFBSD_commit 關於我們 聯絡資訊
commit 08593aa159698c3c05573a2945e1b49240a3979d Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sat Jul 11 19:14:23 2009 -0700 pipe - pre-MP work, remove direct map and sfbuf features To help with the initial MPSAFE work we are removing the direct-write optimizations. This represents a slight nerf on a SMP box on a modern cpu, but not really enough to matter in the grand scheme of things. They may return at some future date. Summary of changes: sys/kern/sys_pipe.c | 494 ++------------------------------------------------- sys/sys/pipe.h | 36 ++--- 2 files changed, 24 insertions(+), 506 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/08593aa159698c3c05573a2945e1b49240a3979d -- DragonFly BSD source repository