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:51:52
Module Name:	syssrc
Committed By:	jdolecek
Date:		Fri Mar 15 21:51:51 UTC 2002

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

Log Message:
no need to 'lock' the process in filt_procattach()/filt_procdetach() for now
	(XXXSMP comment added)
kqueue_poll(): no need to protect with splnet, KNOTE() is never called
	from interrupt context so far
knote_attach():
 * don't memcpy() old fdp->fd_knlist if it's NULL
 * use free() instead of FREE() for old fdp->fd_knlist - the memory
   is allocated using malloc(9)
make the indentation of comments less insane (brrrr)
g/c bogus ARGSUSED
add couple KASSERT()s


To generate a diff of this commit:
cvs rdiff -r1.1.1.1.2.8 -r1.1.1.1.2.9 syssrc/sys/kern/kern_event.c

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