cvs commit: src/sys/i386/i386 trap.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Jun 25 12:07:14 PDT 2005


dillon      2005/06/25 12:04:37 PDT

DragonFly src repository

  Modified files:
    sys/i386/i386        trap.c 
  Log:
  Fix a race between fork() and ^Z.  If the ^Z is handled just as the forked
  child is returning from the fork trampoline, the current process designation
  is not released and the system stops scheduling userland processes.  Also
  fix an initial priority bug.
  
  Reported-by: YONETANI Tomokazu <qhwt+dfly at xxxxxxxxxx>
  
  Revision  Changes    Path
  1.58      +11 -0     src/sys/i386/i386/trap.c


http://www.dragonflybsd.org/cvsweb/src/sys/i386/i386/trap.c.diff?r1=1.57&r2=1.58&f=u





More information about the Commits mailing list