Searched hist:118455 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/firewire/
H A Dfirewire.cdiff 118455 Tue Aug 05 01:11:39 MDT 2003 simokawa Change device name notation.
- /dev/fw{,mem}X.Y represents the Y'th unit on the X'th bus.
- /dev/fw{,mem}X is an alias of fw{,mem}X.0 for compatibility.
- Clone devices.
/freebsd-11-stable/sys/netinet/
H A Dtcp_var.hdiff 182851 Sun Sep 07 16:52:23 MDT 2008 bz Split tcp_mss() in tcp_mss() and tcp_mss_update() where the former
calls the latter.

Merge tcp_mss_update() with code from tcp_mtudisc() basically
doing the same thing.

This gives us one central place where we calcuate and check mss values
to update t_maxopd (maximum mss + options length) instead of two slightly
different but almost equal implementations to maintain.

PR: kern/118455
Reviewed by: silby (back in March)
MFC after: 2 months
H A Dtcp_input.cdiff 182851 Sun Sep 07 16:52:23 MDT 2008 bz Split tcp_mss() in tcp_mss() and tcp_mss_update() where the former
calls the latter.

Merge tcp_mss_update() with code from tcp_mtudisc() basically
doing the same thing.

This gives us one central place where we calcuate and check mss values
to update t_maxopd (maximum mss + options length) instead of two slightly
different but almost equal implementations to maintain.

PR: kern/118455
Reviewed by: silby (back in March)
MFC after: 2 months

Completed in 237 milliseconds