cvs commit: src/sys/kern kern_sig.c

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Dec 2 11:35:23 PST 2005


dillon      2005/12/02 11:31:49 PST

DragonFly src repository

  Modified files:
    sys/kern             kern_sig.c 
  Log:
  Fix a bug in the big tsleep/wakeup cleanup commit.  When stopping a
  sleeping process in psignal, we must wakeup() the parent process that
  might be waiting in a wait4().
  
  Reported-by: YONETANI Tomokazu <qhwt+dfly at xxxxxxxxxx>
  
  Revision  Changes    Path
  1.42      +1 -0      src/sys/kern/kern_sig.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_sig.c.diff?r1=1.41&r2=1.42&f=u





More information about the Commits mailing list