DragonFly-2.3.1.769.g08593 master sys/kern sys_pipe.c sys/sys pipe.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Jul 12 16:08:57 PDT 2009
commit 08593aa159698c3c05573a2945e1b49240a3979d
Author: Matthew Dillon <dillon at 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
More information about the Commits
mailing list