DragonFly commits List (threaded) for 2009-07
DragonFly BSD
DragonFly commits List (threaded) for 2009-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

DragonFly-2.3.1.769.g08593 master sys/kern sys_pipe.c sys/sys pipe.h


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 12 Jul 2009 16:08:12 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]