Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/22/2004 17:51:26
Module Name:	src
Committed By:	jdolecek
Date:		Sun Feb 22 17:51:26 UTC 2004

Modified Files:
	src/sys/kern: sys_pipe.c tty.c tty_pty.c

Log Message:
use the new NOTE_SUBMIT to flag if the locking is necessary
for EVFILT_READ/EVFILT_WRITE knotes

fixes PR kern/23915 by Martin Husemann (pipes), and similar locking problem
in tty code


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 src/sys/kern/sys_pipe.c
cvs rdiff -r1.161 -r1.162 src/sys/kern/tty.c
cvs rdiff -r1.72 -r1.73 src/sys/kern/tty_pty.c

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