Print this page
1403 Support deferring TCP accept()s


   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 #
  25 
  26 #
  27 # The default for payload-bearing actions in this package is to appear in the
  28 # global zone only.  See the include file for greater detail, as well as
  29 # information about overriding the defaults.
  30 #
  31 <include global_zone_only_component>
  32 <include system-kernel.man1m.inc>
  33 <include system-kernel.man2.inc>
  34 <include system-kernel.man4.inc>
  35 <include system-kernel.man5.inc>
  36 <include system-kernel.man7.inc>
  37 <include system-kernel.man7d.inc>
  38 <include system-kernel.man7fs.inc>
  39 <include system-kernel.man7m.inc>
  40 <include system-kernel.man7p.inc>
  41 <include system-kernel.man9.inc>
  42 <include system-kernel.man9e.inc>
  43 <include system-kernel.man9f.inc>


 735     mode=0755
 736 $(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_sym_emc group=sys \
 737     mode=0755
 738 $(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_sym_hds group=sys \
 739     mode=0755
 740 $(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_tape group=sys \
 741     mode=0755
 742 $(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_tpgs group=sys \
 743     mode=0755
 744 $(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_tpgs_tape group=sys \
 745     mode=0755
 746 $(i386_ONLY)file path=kernel/misc/strplumb group=sys mode=0755
 747 $(i386_ONLY)file path=kernel/misc/tem group=sys mode=0755
 748 $(i386_ONLY)file path=kernel/misc/tlimod group=sys mode=0755
 749 file path=kernel/sched/$(ARCH64)/SDC group=sys mode=0755
 750 file path=kernel/sched/$(ARCH64)/TS group=sys mode=0755
 751 file path=kernel/sched/$(ARCH64)/TS_DPTBL group=sys mode=0755
 752 $(i386_ONLY)file path=kernel/sched/SDC group=sys mode=0755
 753 $(i386_ONLY)file path=kernel/sched/TS group=sys mode=0755
 754 $(i386_ONLY)file path=kernel/sched/TS_DPTBL group=sys mode=0755


 755 file path=kernel/socketmod/$(ARCH64)/ksslf group=sys mode=0755
 756 file path=kernel/socketmod/$(ARCH64)/socksctp group=sys mode=0755
 757 file path=kernel/socketmod/$(ARCH64)/trill group=sys mode=0755


 758 $(i386_ONLY)file path=kernel/socketmod/ksslf group=sys mode=0755
 759 $(i386_ONLY)file path=kernel/socketmod/socksctp group=sys mode=0755
 760 $(i386_ONLY)file path=kernel/socketmod/trill group=sys mode=0755
 761 file path=kernel/strmod/$(ARCH64)/bufmod group=sys mode=0755
 762 file path=kernel/strmod/$(ARCH64)/connld group=sys mode=0755
 763 file path=kernel/strmod/$(ARCH64)/dedump group=sys mode=0755
 764 file path=kernel/strmod/$(ARCH64)/drcompat group=sys mode=0755
 765 file path=kernel/strmod/$(ARCH64)/ldterm group=sys mode=0755
 766 $(sparc_ONLY)file path=kernel/strmod/$(ARCH64)/ms group=sys mode=0755
 767 file path=kernel/strmod/$(ARCH64)/pckt group=sys mode=0755
 768 file path=kernel/strmod/$(ARCH64)/pfmod group=sys mode=0755
 769 file path=kernel/strmod/$(ARCH64)/pipemod group=sys mode=0755
 770 file path=kernel/strmod/$(ARCH64)/ptem group=sys mode=0755
 771 file path=kernel/strmod/$(ARCH64)/redirmod group=sys mode=0755
 772 file path=kernel/strmod/$(ARCH64)/rpcmod group=sys mode=0755
 773 file path=kernel/strmod/$(ARCH64)/timod group=sys mode=0755
 774 file path=kernel/strmod/$(ARCH64)/tirdwr group=sys mode=0755
 775 file path=kernel/strmod/$(ARCH64)/ttcompat group=sys mode=0755
 776 $(sparc_ONLY)file path=kernel/strmod/$(ARCH64)/vuid3ps2 group=sys mode=0755
 777 $(i386_ONLY)file path=kernel/strmod/bufmod group=sys mode=0755




   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 2012, Nexenta Systems, Inc. All rights reserved.
  25 #
  26 
  27 #
  28 # The default for payload-bearing actions in this package is to appear in the
  29 # global zone only.  See the include file for greater detail, as well as
  30 # information about overriding the defaults.
  31 #
  32 <include global_zone_only_component>
  33 <include system-kernel.man1m.inc>
  34 <include system-kernel.man2.inc>
  35 <include system-kernel.man4.inc>
  36 <include system-kernel.man5.inc>
  37 <include system-kernel.man7.inc>
  38 <include system-kernel.man7d.inc>
  39 <include system-kernel.man7fs.inc>
  40 <include system-kernel.man7m.inc>
  41 <include system-kernel.man7p.inc>
  42 <include system-kernel.man9.inc>
  43 <include system-kernel.man9e.inc>
  44 <include system-kernel.man9f.inc>


 736     mode=0755
 737 $(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_sym_emc group=sys \
 738     mode=0755
 739 $(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_sym_hds group=sys \
 740     mode=0755
 741 $(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_tape group=sys \
 742     mode=0755
 743 $(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_tpgs group=sys \
 744     mode=0755
 745 $(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_tpgs_tape group=sys \
 746     mode=0755
 747 $(i386_ONLY)file path=kernel/misc/strplumb group=sys mode=0755
 748 $(i386_ONLY)file path=kernel/misc/tem group=sys mode=0755
 749 $(i386_ONLY)file path=kernel/misc/tlimod group=sys mode=0755
 750 file path=kernel/sched/$(ARCH64)/SDC group=sys mode=0755
 751 file path=kernel/sched/$(ARCH64)/TS group=sys mode=0755
 752 file path=kernel/sched/$(ARCH64)/TS_DPTBL group=sys mode=0755
 753 $(i386_ONLY)file path=kernel/sched/SDC group=sys mode=0755
 754 $(i386_ONLY)file path=kernel/sched/TS group=sys mode=0755
 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
 758 file path=kernel/socketmod/$(ARCH64)/ksslf group=sys mode=0755
 759 file path=kernel/socketmod/$(ARCH64)/socksctp group=sys mode=0755
 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
 763 $(i386_ONLY)file path=kernel/socketmod/ksslf group=sys mode=0755
 764 $(i386_ONLY)file path=kernel/socketmod/socksctp group=sys mode=0755
 765 $(i386_ONLY)file path=kernel/socketmod/trill group=sys mode=0755
 766 file path=kernel/strmod/$(ARCH64)/bufmod group=sys mode=0755
 767 file path=kernel/strmod/$(ARCH64)/connld group=sys mode=0755
 768 file path=kernel/strmod/$(ARCH64)/dedump group=sys mode=0755
 769 file path=kernel/strmod/$(ARCH64)/drcompat group=sys mode=0755
 770 file path=kernel/strmod/$(ARCH64)/ldterm group=sys mode=0755
 771 $(sparc_ONLY)file path=kernel/strmod/$(ARCH64)/ms group=sys mode=0755
 772 file path=kernel/strmod/$(ARCH64)/pckt group=sys mode=0755
 773 file path=kernel/strmod/$(ARCH64)/pfmod group=sys mode=0755
 774 file path=kernel/strmod/$(ARCH64)/pipemod group=sys mode=0755
 775 file path=kernel/strmod/$(ARCH64)/ptem group=sys mode=0755
 776 file path=kernel/strmod/$(ARCH64)/redirmod group=sys mode=0755
 777 file path=kernel/strmod/$(ARCH64)/rpcmod group=sys mode=0755
 778 file path=kernel/strmod/$(ARCH64)/timod group=sys mode=0755
 779 file path=kernel/strmod/$(ARCH64)/tirdwr group=sys mode=0755
 780 file path=kernel/strmod/$(ARCH64)/ttcompat group=sys mode=0755
 781 $(sparc_ONLY)file path=kernel/strmod/$(ARCH64)/vuid3ps2 group=sys mode=0755
 782 $(i386_ONLY)file path=kernel/strmod/bufmod group=sys mode=0755