Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 03/13/2002 23:50:24
Module Name: syssrc
Committed By: jdolecek
Date: Wed Mar 13 21:50:24 UTC 2002
Modified Files:
syssrc/sys/kern: sys_pipe.c
Log Message:
Merge the update to FreeBSD rev 1.95.
Changes:
* MP locking changes (mostly FreeBSD specific)
XXXSMP the MP locking macros are noops on NetBSD for now
* kevent fix (FreeBSD rev. 1.87): when the last reader/writer
disconnects, ensure that anybody who is waiting for the kevent
on the other end of the pipe gets EV_EOF
* kill __P
To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 syssrc/sys/kern/sys_pipe.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.