Print this page
11553 Want pluggable TCP congestion control algorithms
Portions contributed by: Cody Peter Mello <cody.mello@joyent.com>
Reviewed by: Dan McDonald <danmcd@joyent.com>
Reviewed by: Robert Mustacchi <robert.mustacchi@joyent.com>

*** 19,28 **** --- 19,29 ---- # CDDL HEADER END # # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. + # Copyright (c) 2014, 2017 by Delphix. All rights reserved. # Copyright 2013 Saso Kiselkov. All rights reserved. # Copyright 2015 Nexenta Systems, Inc. All rights reserved. # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> # Copyright 2017 James S Blachly, MD <james.blachly@gmail.com> # Copyright 2019 RackTop Systems
*** 63,72 **** --- 64,75 ---- dir path=etc group=sys dir path=etc/crypto group=sys dir path=etc/sock2path.d group=sys dir path=kernel group=sys $(i386_ONLY)dir path=kernel/$(ARCH64) group=sys + dir path=kernel/cc group=sys + dir path=kernel/cc/$(ARCH64) group=sys dir path=kernel/crypto group=sys dir path=kernel/crypto/$(ARCH64) group=sys dir path=kernel/dacf group=sys dir path=kernel/dacf/$(ARCH64) group=sys dir path=kernel/drv group=sys
*** 309,318 **** --- 312,324 ---- file path=etc/name_to_sysnum group=sys \ original_name=SUNWckr:etc/name_to_sysnum preserve=renameold file path=etc/sock2path.d/system%2Fkernel group=sys file path=etc/system group=sys original_name=SUNWckr:etc/system preserve=true $(i386_ONLY)file path=kernel/$(ARCH64)/genunix group=sys mode=0755 + file path=kernel/cc/$(ARCH64)/cc_cubic group=sys mode=0755 + file path=kernel/cc/$(ARCH64)/cc_newreno group=sys mode=0755 + file path=kernel/cc/$(ARCH64)/cc_sunreno group=sys mode=0755 file path=kernel/crypto/$(ARCH64)/aes group=sys mode=0755 file path=kernel/crypto/$(ARCH64)/arcfour group=sys mode=0755 file path=kernel/crypto/$(ARCH64)/blowfish group=sys mode=0755 file path=kernel/crypto/$(ARCH64)/des group=sys mode=0755 file path=kernel/crypto/$(ARCH64)/ecc group=sys mode=0755
*** 532,541 **** --- 538,548 ---- $(i386_ONLY)file path=kernel/misc/$(ARCH64)/acpica group=sys mode=0755 file path=kernel/misc/$(ARCH64)/bignum group=sys mode=0755 $(i386_ONLY)file path=kernel/misc/$(ARCH64)/bootdev group=sys mode=0755 file path=kernel/misc/$(ARCH64)/busra group=sys mode=0755 file path=kernel/misc/$(ARCH64)/cardbus group=sys mode=0755 + file path=kernel/misc/$(ARCH64)/cc group=sys mode=0755 file path=kernel/misc/$(ARCH64)/cmlb group=sys mode=0755 file path=kernel/misc/$(ARCH64)/consconfig group=sys mode=0755 file path=kernel/misc/$(ARCH64)/ctf group=sys mode=0755 $(sparc_ONLY)file path=kernel/misc/$(ARCH64)/dada group=sys mode=0755 file path=kernel/misc/$(ARCH64)/dls group=sys mode=0755