Print this page
DLPX-25998 TCP congestion control is inadequate
Reviewed at: http://reviews.delphix.com/r/34808/


   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright (c) 2012 by Delphix. All rights reserved.
  25 # Copyright 2013 Saso Kiselkov. All rights reserved.
  26 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  27 # Copyright 2017 Nexenta Systems, Inc.
  28 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  29 #
  30 
  31 set name=pkg.fmri value=pkg:/system/header@$(PKGVERS)
  32 set name=pkg.description \
  33     value="SunOS C/C++ header files for general development of software"
  34 set name=pkg.summary value="SunOS Header Files"
  35 set name=info.classification value=org.opensolaris.category.2008:System/Core
  36 set name=variant.arch value=$(ARCH)
  37 dir path=usr group=sys
  38 dir path=usr/include
  39 $(i386_ONLY)dir path=usr/include/$(ARCH64)
  40 $(i386_ONLY)dir path=usr/include/$(ARCH64)/sys
  41 dir path=usr/include/ads
  42 dir path=usr/include/arpa
  43 dir path=usr/include/asm
  44 dir path=usr/include/ast


 389 file path=usr/include/gssapi/gssapi.h
 390 file path=usr/include/gssapi/gssapi_ext.h
 391 file path=usr/include/hal/libhal-storage.h
 392 file path=usr/include/hal/libhal.h
 393 $(i386_ONLY)file path=usr/include/ia32/sys/asm_linkage.h
 394 $(i386_ONLY)file path=usr/include/ia32/sys/kdi_regs.h
 395 $(i386_ONLY)file path=usr/include/ia32/sys/machtypes.h
 396 $(i386_ONLY)file path=usr/include/ia32/sys/privmregs.h
 397 $(i386_ONLY)file path=usr/include/ia32/sys/privregs.h
 398 $(i386_ONLY)file path=usr/include/ia32/sys/psw.h
 399 $(i386_ONLY)file path=usr/include/ia32/sys/pte.h
 400 $(i386_ONLY)file path=usr/include/ia32/sys/reg.h
 401 $(i386_ONLY)file path=usr/include/ia32/sys/stack.h
 402 $(i386_ONLY)file path=usr/include/ia32/sys/trap.h
 403 $(i386_ONLY)file path=usr/include/ia32/sys/traptrace.h
 404 file path=usr/include/iconv.h
 405 file path=usr/include/idmap.h
 406 file path=usr/include/ieeefp.h
 407 file path=usr/include/ifaddrs.h
 408 file path=usr/include/inet/arp.h

 409 file path=usr/include/inet/common.h
 410 file path=usr/include/inet/ip.h
 411 file path=usr/include/inet/ip6.h
 412 file path=usr/include/inet/ip6_asp.h
 413 file path=usr/include/inet/ip_arp.h
 414 file path=usr/include/inet/ip_ftable.h
 415 file path=usr/include/inet/ip_if.h
 416 file path=usr/include/inet/ip_ire.h
 417 file path=usr/include/inet/ip_multi.h
 418 file path=usr/include/inet/ip_netinfo.h
 419 file path=usr/include/inet/ip_rts.h
 420 file path=usr/include/inet/ip_stack.h
 421 file path=usr/include/inet/ipclassifier.h
 422 file path=usr/include/inet/ipdrop.h
 423 file path=usr/include/inet/ipnet.h
 424 file path=usr/include/inet/ipp_common.h
 425 file path=usr/include/inet/kssl/ksslapi.h
 426 file path=usr/include/inet/led.h
 427 file path=usr/include/inet/mi.h
 428 file path=usr/include/inet/mib2.h




   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright (c) 2012, 2017 by Delphix. All rights reserved.
  25 # Copyright 2013 Saso Kiselkov. All rights reserved.
  26 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  27 # Copyright 2017 Nexenta Systems, Inc.
  28 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  29 #
  30 
  31 set name=pkg.fmri value=pkg:/system/header@$(PKGVERS)
  32 set name=pkg.description \
  33     value="SunOS C/C++ header files for general development of software"
  34 set name=pkg.summary value="SunOS Header Files"
  35 set name=info.classification value=org.opensolaris.category.2008:System/Core
  36 set name=variant.arch value=$(ARCH)
  37 dir path=usr group=sys
  38 dir path=usr/include
  39 $(i386_ONLY)dir path=usr/include/$(ARCH64)
  40 $(i386_ONLY)dir path=usr/include/$(ARCH64)/sys
  41 dir path=usr/include/ads
  42 dir path=usr/include/arpa
  43 dir path=usr/include/asm
  44 dir path=usr/include/ast


 389 file path=usr/include/gssapi/gssapi.h
 390 file path=usr/include/gssapi/gssapi_ext.h
 391 file path=usr/include/hal/libhal-storage.h
 392 file path=usr/include/hal/libhal.h
 393 $(i386_ONLY)file path=usr/include/ia32/sys/asm_linkage.h
 394 $(i386_ONLY)file path=usr/include/ia32/sys/kdi_regs.h
 395 $(i386_ONLY)file path=usr/include/ia32/sys/machtypes.h
 396 $(i386_ONLY)file path=usr/include/ia32/sys/privmregs.h
 397 $(i386_ONLY)file path=usr/include/ia32/sys/privregs.h
 398 $(i386_ONLY)file path=usr/include/ia32/sys/psw.h
 399 $(i386_ONLY)file path=usr/include/ia32/sys/pte.h
 400 $(i386_ONLY)file path=usr/include/ia32/sys/reg.h
 401 $(i386_ONLY)file path=usr/include/ia32/sys/stack.h
 402 $(i386_ONLY)file path=usr/include/ia32/sys/trap.h
 403 $(i386_ONLY)file path=usr/include/ia32/sys/traptrace.h
 404 file path=usr/include/iconv.h
 405 file path=usr/include/idmap.h
 406 file path=usr/include/ieeefp.h
 407 file path=usr/include/ifaddrs.h
 408 file path=usr/include/inet/arp.h
 409 file path=usr/include/inet/cc.h
 410 file path=usr/include/inet/common.h
 411 file path=usr/include/inet/ip.h
 412 file path=usr/include/inet/ip6.h
 413 file path=usr/include/inet/ip6_asp.h
 414 file path=usr/include/inet/ip_arp.h
 415 file path=usr/include/inet/ip_ftable.h
 416 file path=usr/include/inet/ip_if.h
 417 file path=usr/include/inet/ip_ire.h
 418 file path=usr/include/inet/ip_multi.h
 419 file path=usr/include/inet/ip_netinfo.h
 420 file path=usr/include/inet/ip_rts.h
 421 file path=usr/include/inet/ip_stack.h
 422 file path=usr/include/inet/ipclassifier.h
 423 file path=usr/include/inet/ipdrop.h
 424 file path=usr/include/inet/ipnet.h
 425 file path=usr/include/inet/ipp_common.h
 426 file path=usr/include/inet/kssl/ksslapi.h
 427 file path=usr/include/inet/led.h
 428 file path=usr/include/inet/mi.h
 429 file path=usr/include/inet/mib2.h