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 a clean-room implementation of the experimental H-TCP congestion controlalgorithm based on the Internet-Draft "draft-leith-tcp-htcp-06.txt". It isimplemented as a kernel module compatible wi
Import a clean-room implementation of the experimental H-TCP congestion controlalgorithm based on the Internet-Draft "draft-leith-tcp-htcp-06.txt". It isimplemented as a kernel module compatible with the recently committed modularcongestion control framework.H-TCP was designed to provide increased throughput in fast and long-distancenetworks. It attempts to maintain fairness when competing with legacy NewRenoTCP in lower speed scenarios where NewReno is able to operate adequately. Thepaper "H-TCP: A framework for congestion control in high-speed and long-distancenetworks" provides additional detail.In collaboration with: David Hayes <dahayes at swin edu au> and Grenville Armitage <garmitage at swin edu au>Sponsored by: FreeBSD FoundationReviewed by: rpaulo (older patch from a few weeks ago)MFC after: 3 months
show more ...