--- - branch: MAIN date: Tue Oct 13 00:24:35 UTC 2015 files: - new: '1.419' old: '1.418' path: src/sys/kern/kern_exec.c pathrev: src/sys/kern/kern_exec.c@1.419 type: modified id: 20151013T002435Z.476a1c1ad5f7bfda06577489245a5086c0fde950 log: | 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 module: src subject: 'CVS commit: src/sys/kern' unixtime: '1444695875' user: pgoyette