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

cvs commit: src/sys/platform/pc32/i386 trap.c src/sys/platform/vkernel/i386 trap.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 24 Apr 2008 01:53:02 -0700 (PDT)

dillon      2008/04/24 01:53:02 PDT

DragonFly src repository

  Modified files:
    sys/platform/pc32/i386 trap.c 
    sys/platform/vkernel/i386 trap.c 
  Log:
  Fix panics which can occur when killing a threaded program.  lwp_exit()
  was being called without the BGL from userret().  It needs the BGL.
  
  Revision  Changes    Path
  1.111     +4 -1      src/sys/platform/pc32/i386/trap.c
  1.31      +4 -1      src/sys/platform/vkernel/i386/trap.c


http://www.dragonflybsd.org/cvsweb/src/sys/platform/pc32/i386/trap.c.diff?r1=1.110&r2=1.111&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/platform/vkernel/i386/trap.c.diff?r1=1.30&r2=1.31&f=u



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