Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: kamil
Date: Fri Apr 5 21:41:18 UTC 2019
Modified Files:
src/sys/kern: kern_fork.c
Log Message:
Correct distinguishing fork/vfork tracing event in fork1(9)
flags can contain a different value than FORK_PPWAIT and bit comparing
with '&&' was a typo.
Detected with __clone(2) usage scenarios.
To generate a diff of this commit:
cvs rdiff -u -r1.206 -r1.207 src/sys/kern/kern_fork.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