Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 02/24/2003 00:05:35
Module Name:	src
Committed By:	pk
Date:		Sun Feb 23 22:05:35 UTC 2003

Modified Files:
	src/sys/kern: kern_event.c
	src/sys/sys: eventvar.h

Log Message:
Protect the event queue with a simple mutex; this only partially addresses
MP-safety issues in the event handling system.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/kern/kern_event.c
cvs rdiff -r1.3 -r1.4 src/sys/sys/eventvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.