Searched hist:238787 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/arm/at91/
H A Duart_bus_at91usart.cdiff 238787 Thu Jul 26 03:53:53 MDT 2012 imp Some models have 6 USARTS + DBGU. Set a consistent name.
/freebsd-11-stable/sys/kern/
H A Duipc_mbuf2.cdiff 350829 Sat Aug 10 00:16:06 MDT 2019 jtl MFC r350815:
In m_pulldown(), before trying to prepend bytes to the subsequent mbuf,
ensure that the subsequent mbuf contains the remainder of the bytes
the caller sought. If this is not the case, fall through to the code
which gathers the bytes in a new mbuf.

This fixes a bug where m_pulldown() could fail to gather all the desired
bytes into consecutive memory.

PR: 238787
Approved by: so (emaste)

Completed in 61 milliseconds