Print this page
1403 Support deferring TCP accept()s

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/system-kernel.mf
          +++ new/usr/src/pkg/manifests/system-kernel.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 2012, Nexenta Systems, Inc. All rights reserved.
  24   25  #
  25   26  
  26   27  #
  27   28  # The default for payload-bearing actions in this package is to appear in the
  28   29  # global zone only.  See the include file for greater detail, as well as
  29   30  # information about overriding the defaults.
  30   31  #
  31   32  <include global_zone_only_component>
  32   33  <include system-kernel.man1m.inc>
  33   34  <include system-kernel.man2.inc>
↓ open down ↓ 711 lines elided ↑ open up ↑
 745  746      mode=0755
 746  747  $(i386_ONLY)file path=kernel/misc/strplumb group=sys mode=0755
 747  748  $(i386_ONLY)file path=kernel/misc/tem group=sys mode=0755
 748  749  $(i386_ONLY)file path=kernel/misc/tlimod group=sys mode=0755
 749  750  file path=kernel/sched/$(ARCH64)/SDC group=sys mode=0755
 750  751  file path=kernel/sched/$(ARCH64)/TS group=sys mode=0755
 751  752  file path=kernel/sched/$(ARCH64)/TS_DPTBL group=sys mode=0755
 752  753  $(i386_ONLY)file path=kernel/sched/SDC group=sys mode=0755
 753  754  $(i386_ONLY)file path=kernel/sched/TS group=sys mode=0755
 754  755  $(i386_ONLY)file path=kernel/sched/TS_DPTBL group=sys mode=0755
      756 +file path=kernel/socketmod/$(ARCH64)/datafilt group=sys mode=0755
      757 +file path=kernel/socketmod/$(ARCH64)/httpfilt group=sys mode=0755
 755  758  file path=kernel/socketmod/$(ARCH64)/ksslf group=sys mode=0755
 756  759  file path=kernel/socketmod/$(ARCH64)/socksctp group=sys mode=0755
 757  760  file path=kernel/socketmod/$(ARCH64)/trill group=sys mode=0755
      761 +$(i386_ONLY)file path=kernel/socketmod/datafilt group=sys mode=0755
      762 +$(i386_ONLY)file path=kernel/socketmod/httpfilt group=sys mode=0755
 758  763  $(i386_ONLY)file path=kernel/socketmod/ksslf group=sys mode=0755
 759  764  $(i386_ONLY)file path=kernel/socketmod/socksctp group=sys mode=0755
 760  765  $(i386_ONLY)file path=kernel/socketmod/trill group=sys mode=0755
 761  766  file path=kernel/strmod/$(ARCH64)/bufmod group=sys mode=0755
 762  767  file path=kernel/strmod/$(ARCH64)/connld group=sys mode=0755
 763  768  file path=kernel/strmod/$(ARCH64)/dedump group=sys mode=0755
 764  769  file path=kernel/strmod/$(ARCH64)/drcompat group=sys mode=0755
 765  770  file path=kernel/strmod/$(ARCH64)/ldterm group=sys mode=0755
 766  771  $(sparc_ONLY)file path=kernel/strmod/$(ARCH64)/ms group=sys mode=0755
 767  772  file path=kernel/strmod/$(ARCH64)/pckt group=sys mode=0755
↓ open down ↓ 149 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX