Subject: CVS commit: [kqueue] syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 03/15/2002 23:36:14
Module Name:	syssrc
Committed By:	jdolecek
Date:		Fri Mar 15 21:36:13 UTC 2002

Modified Files:
	syssrc/sys/kern [kqueue]: uipc_socket.c

Log Message:
no need to protect the kqueue SLIST manipulation with splnet - the
structures are never changed nor accessed from interrupt context
filt_solisten(): g/c the comment about what FreeBSD does, leave only
   comment what the code does (it was checked to be correct)


To generate a diff of this commit:
cvs rdiff -r1.56.2.3 -r1.56.2.4 syssrc/sys/kern/uipc_socket.c

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