sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
modules: a lot: need opt_kern_tls.hThis fixes the standalone build.
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Remove unnecessary inclusions of bsd.own.mk.
Import the ERTT (Enhanced Round Trip Time) Khelp module. ERTT uses theKhelp/Hhook KPIs to hook into the TCP stack and maintain a per-connection, lownoise estimate of the instantaneous RTT. ERTT's i
Import the ERTT (Enhanced Round Trip Time) Khelp module. ERTT uses theKhelp/Hhook KPIs to hook into the TCP stack and maintain a per-connection, lownoise estimate of the instantaneous RTT. ERTT's implementation is robust even inthe face of delayed acknowledgements and/or TSO being in use for a connection.A high quality, low noise RTT estimate is a requirement for applications such asdelay-based congestion control, for which we will be importing some algorithmimplementations shortly.In collaboration with: David Hayes <dahayes at swin edu au> and Grenville Armitage <garmitage at swin edu au>Sponsored by: FreeBSD FoundationReviewed by: bz and others along the wayMFC after: 3 months
show more ...