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 an implementation of the CAIA Delay-Gradient (CDG) congestion controlalgorithm, which is based on the 2011 v0.1 patch release and described in thepaper "Revisiting TCP Congestion Control usi
Import an implementation of the CAIA Delay-Gradient (CDG) congestion controlalgorithm, which is based on the 2011 v0.1 patch release and described in thepaper "Revisiting TCP Congestion Control using Delay Gradients" by David Hayesand Grenville Armitage. It is implemented as a kernel module compatible with themodular congestion control framework.CDG is a hybrid congestion control algorithm which reacts to both packet lossand inferred queuing delay. It attempts to operate as a delay-based algorithmwhere possible, but utilises heuristics to detect loss-based TCP cross trafficand will compete effectively as required. CDG is therefore incrementallydeployable and suitable for use on shared networks.In collaboration with: David Hayes <david.hayes at ieee.org> and Grenville Armitage <garmitage at swin edu au>MFC after: 4 daysSponsored by: Cisco University Research Program and FreeBSD Foundation
show more ...