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

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/system-header.mf
          +++ new/usr/src/pkg/manifests/system-header.mf
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24      -# Copyright (c) 2012 by Delphix. All rights reserved.
       24 +# Copyright (c) 2012, 2017 by Delphix. All rights reserved.
  25   25  # Copyright 2013 Saso Kiselkov. All rights reserved.
  26   26  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  27   27  # Copyright 2017 Nexenta Systems, Inc.
  28   28  # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  29   29  #
  30   30  
  31   31  set name=pkg.fmri value=pkg:/system/header@$(PKGVERS)
  32   32  set name=pkg.description \
  33   33      value="SunOS C/C++ header files for general development of software"
  34   34  set name=pkg.summary value="SunOS Header Files"
↓ open down ↓ 364 lines elided ↑ open up ↑
 399  399  $(i386_ONLY)file path=usr/include/ia32/sys/pte.h
 400  400  $(i386_ONLY)file path=usr/include/ia32/sys/reg.h
 401  401  $(i386_ONLY)file path=usr/include/ia32/sys/stack.h
 402  402  $(i386_ONLY)file path=usr/include/ia32/sys/trap.h
 403  403  $(i386_ONLY)file path=usr/include/ia32/sys/traptrace.h
 404  404  file path=usr/include/iconv.h
 405  405  file path=usr/include/idmap.h
 406  406  file path=usr/include/ieeefp.h
 407  407  file path=usr/include/ifaddrs.h
 408  408  file path=usr/include/inet/arp.h
      409 +file path=usr/include/inet/cc.h
 409  410  file path=usr/include/inet/common.h
 410  411  file path=usr/include/inet/ip.h
 411  412  file path=usr/include/inet/ip6.h
 412  413  file path=usr/include/inet/ip6_asp.h
 413  414  file path=usr/include/inet/ip_arp.h
 414  415  file path=usr/include/inet/ip_ftable.h
 415  416  file path=usr/include/inet/ip_if.h
 416  417  file path=usr/include/inet/ip_ire.h
 417  418  file path=usr/include/inet/ip_multi.h
 418  419  file path=usr/include/inet/ip_netinfo.h
↓ open down ↓ 1702 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX