Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/14/2004 11:56:28
Module Name: src
Committed By: jdolecek
Date: Sat Feb 14 11:56:28 UTC 2004
Modified Files:
src/sys/kern: kern_event.c
Log Message:
allocate wired memory for the marker kevent in kqueue_scan() instead
of using on-stack memory, so that this wouldn't eventually cause kernel
panic if the process get swapped out and another process runs kqueue_scan()
problem pointed out in kern/24220 by Stephan Uphoff
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/kern/kern_event.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.