git: MPSAFE: MPSAFE kern/sys_pipe.c
    Venkatesh Srinivas 
    vsrinivas at crater.dragonflybsd.org
       
    Wed Aug 25 19:04:33 PDT 2010
    
    
  
commit 394d8e4b92a9678440db9c012ba687c3125f336f
Author: Venkatesh Srinivas <me at endeavour.zapto.org>
Date:   Wed Aug 25 19:02:19 2010 -0700
    MPSAFE: MPSAFE kern/sys_pipe.c
    
    Most of the pipe has been MPSAFE since July 2009, using its own per-pipe tokens.
    Convert the remaining uses of the mplock to use the process token for sync.
Summary of changes:
 sys/kern/sys_pipe.c |   85 +++++---------------------------------------------
 1 files changed, 9 insertions(+), 76 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/394d8e4b92a9678440db9c012ba687c3125f336f
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list