Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3-1] src/sys/sys
Module Name: src
Committed By: bouyer
Date: Sun Aug 26 19:51:40 UTC 2007
Modified Files:
src/sys/sys [netbsd-3-1]: socketvar.h
Log Message:
Pull up following revision(s) (requested by christos in ticket #1808):
sys/sys/socketvar.h: revision 1.97
>From FreeBSD:
Fix a bug in sblock() that has existed since revision 1.1 from BSD:
correctly return an error if M_NOWAIT is passed to sblock() and the
operation might block. This remarkably subtle macro bug appears to
be responsible for quite a few undiagnosed socket buffer corruption
and mbuf-related kernel panics.
To generate a diff of this commit:
cvs rdiff -r1.80 -r1.80.14.1 src/sys/sys/socketvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index