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

git: kernel - Attempt to fix SMP races with ^T


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 4 Mar 2013 14:43:40 -0800 (PST)

commit 197b441cf8a202cccfe48cf5c589f7f5a2e389e6
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Mon Mar 4 14:42:07 2013 -0800

    kernel - Attempt to fix SMP races with ^T
    
    * The ^T (ttyinfo()) code was still using critical-sections to protect
      its probe.  This no longer works.  Replace with appropriate hold's and
      tokens.
    
    Reported-by: marino

Summary of changes:
 sys/kern/tty.c | 176 ++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 98 insertions(+), 78 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/197b441cf8a202cccfe48cf5c589f7f5a2e389e6


-- 
DragonFly BSD source repository



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