Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-4] src/sys/sys
Module Name: src
Committed By: liamjfoy
Date: Mon Jul 9 09:54:09 UTC 2007
Modified Files:
src/sys/sys [netbsd-4]: socketvar.h
Log Message:
Pull up following revision(s) (requested by christos in ticket #759):
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.91 -r1.91.2.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