NetBSD-Bugs archive

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

PR/50298 CVS commit: src/sys/kern



The following reply was made to PR kern/50298; it has been noted by GNATS.

From: "Paul Goyette" <pgoyette%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/50298 CVS commit: src/sys/kern
Date: Tue, 13 Oct 2015 00:24:35 +0000

 Module Name:	src
 Committed By:	pgoyette
 Date:		Tue Oct 13 00:24:35 UTC 2015
 
 Modified Files:
 	src/sys/kern: kern_exec.c
 
 Log Message:
 In execve_runproc(), update the p_waited entry for the process being
 moved to SSTOP state, not for its parent.  (It is correct to update
 the parent's p_nstopchild count.)  If the value is not already zero,
 it could prevent its parent from waiting for the process.
 
 Fixes PR kern/50298
 
 Pullups will be requested for:
 
        NetBSD-7, -6, -6-0, -6-1, -5, -5-0, -5-1, and -5-2
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.418 -r1.419 src/sys/kern/kern_exec.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index