cvs commit: src/sys/platform/pc32/i386 trap.c src/sys/platform/vkernel/i386         trap.c
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Thu Apr 24 01:55:38 PDT 2008
    
    
  
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
    
    
More information about the Commits
mailing list