andre 2007-01-22 14:50:29 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_mbuf.c uipc_socket.c
Log:
Unbreak writes of 0 bytes. Zero byte writes happen when only ancillary
control data but no payload data is passed.
Change m_uiotombuf() to return at least one empty mbuf if the requested
length was zero. Add comment to sosend_dgram and sosend_generic().
Diagnoses by: jhb
Regression test by: rwatson
Pointy hat to. andre
Revision Changes Path
1.171 +5 -2 src/sys/kern/uipc_mbuf.c
1.289 +10 -0 src/sys/kern/uipc_socket.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"