sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
cc: Add opt_kern_tls.h to all congestion modulesAll congestion controll modules need opt_kern_tls.h, make sure it'slisted everywhere.Sponsored by: Netflix
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 CUBIC congestion controlalgorithm based on the Internet-Draft "draft-rhee-tcpm-cubic-02.txt". It isimplemented as a kernel module compatible w
Import a clean-room implementation of the experimental CUBIC congestion controlalgorithm based on the Internet-Draft "draft-rhee-tcpm-cubic-02.txt". It isimplemented as a kernel module compatible with the recently committed modularcongestion control framework.CUBIC was designed for 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 "CUBIC: A New TCP-Friendly High-Speed TCP Variant" provides additionaldetail.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 ...