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.2.82.g09b62 master sys/platform/pc32/i386 vm_machdep.c sys/platform/pc64/amd64 vm_machdep.c sys/platform/vkernel/i386 vm_machdep.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 17 Jul 2009 18:36:09 -0700 (PDT)

commit 09b62fa43dde6349fdba68f41492ca4ae35f5a5a
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Fri Jul 17 17:55:52 2009 -0700

    tsleep_interlock() - Fix bug in cpu_lwp_exit().
    
    * Fix a bug in cpu_lwp_exit() which could cause a TAILQ assertion due to
      a thread not being properly removed from the tsleep queue.

Summary of changes:
 sys/platform/pc32/i386/vm_machdep.c    |    2 ++
 sys/platform/pc64/amd64/vm_machdep.c   |    2 ++
 sys/platform/vkernel/i386/vm_machdep.c |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/09b62fa43dde6349fdba68f41492ca4ae35f5a5a


-- 
DragonFly BSD source repository



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