Searched hist:131006 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/uart/
H A Duart_dev_ns8250.cdiff 190834 Tue Apr 07 22:24:45 MDT 2009 marcel Fix hangs caused by hardware that signals receive errors
(framing, parity, etc), but does not indicate characters
being received. Since no chracters have been received,
ignore the line errors.

PR: 131006
MFC after: 3 days
/freebsd-11-stable/sys/kern/
H A Duipc_sockbuf.cdiff 131006 Wed Jun 23 23:37:04 MDT 2004 rwatson Introduce sbreserve_locked(), which asserts the socket buffer lock on
the socket buffer having its limits adjusted. sbreserve() now acquires
the lock before calling sbreserve_locked(). In soreserve(), acquire
socket buffer locks across read-modify-writes of socket buffer fields,
and calls into sbreserve/sbrelease; make sure to acquire in keeping
with the socket buffer lock order. In tcp_mss(), acquire the socket
buffer lock in the calling context so that we have atomic read-modify
-write on buffer sizes.
/freebsd-11-stable/sys/sys/
H A Dsocketvar.hdiff 131006 Wed Jun 23 23:37:04 MDT 2004 rwatson Introduce sbreserve_locked(), which asserts the socket buffer lock on
the socket buffer having its limits adjusted. sbreserve() now acquires
the lock before calling sbreserve_locked(). In soreserve(), acquire
socket buffer locks across read-modify-writes of socket buffer fields,
and calls into sbreserve/sbrelease; make sure to acquire in keeping
with the socket buffer lock order. In tcp_mss(), acquire the socket
buffer lock in the calling context so that we have atomic read-modify
-write on buffer sizes.
/freebsd-11-stable/sys/netinet/
H A Dtcp_reass.cdiff 131006 Wed Jun 23 23:37:04 MDT 2004 rwatson Introduce sbreserve_locked(), which asserts the socket buffer lock on
the socket buffer having its limits adjusted. sbreserve() now acquires
the lock before calling sbreserve_locked(). In soreserve(), acquire
socket buffer locks across read-modify-writes of socket buffer fields,
and calls into sbreserve/sbrelease; make sure to acquire in keeping
with the socket buffer lock order. In tcp_mss(), acquire the socket
buffer lock in the calling context so that we have atomic read-modify
-write on buffer sizes.
H A Dtcp_input.cdiff 131006 Wed Jun 23 23:37:04 MDT 2004 rwatson Introduce sbreserve_locked(), which asserts the socket buffer lock on
the socket buffer having its limits adjusted. sbreserve() now acquires
the lock before calling sbreserve_locked(). In soreserve(), acquire
socket buffer locks across read-modify-writes of socket buffer fields,
and calls into sbreserve/sbrelease; make sure to acquire in keeping
with the socket buffer lock order. In tcp_mss(), acquire the socket
buffer lock in the calling context so that we have atomic read-modify
-write on buffer sizes.

Completed in 339 milliseconds