Print this page
1403 Support deferring TCP accept()s

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/Makefile.intel.shared
          +++ new/usr/src/uts/intel/Makefile.intel.shared
↓ 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  # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  
  24      -# Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
       24 +# Copyright 2012 Nexenta Systems, Inc.  All rights reserved.
  25   25  
  26   26  #
  27   27  #       This makefile contains the common definitions for all intel
  28   28  #       implementation architecture independent modules.
  29   29  #
  30   30  
  31   31  #
  32   32  #       Machine type (implementation architecture):
  33   33  #
  34   34  PLATFORM         = i86pc
↓ open down ↓ 686 lines elided ↑ open up ↑
 721  721  MAC_KMODS       += mac_ib
 722  722  
 723  723  #
 724  724  # socketmod (kernel/socketmod)
 725  725  #
 726  726  SOCKET_KMODS    += sockpfp
 727  727  SOCKET_KMODS    += socksctp
 728  728  SOCKET_KMODS    += socksdp
 729  729  SOCKET_KMODS    += sockrds
 730  730  SOCKET_KMODS    += ksslf
      731 +SOCKET_KMODS    += httpfilt
      732 +SOCKET_KMODS    += datafilt
 731  733  
 732  734  #
 733  735  #       kiconv modules (/kernel/kiconv):
 734  736  #
 735  737  KICONV_KMODS    += kiconv_emea kiconv_ja kiconv_ko kiconv_sc kiconv_tc
 736  738  
 737  739  #
 738  740  #       'Dacf' Modules (/kernel/dacf):
 739  741  #
 740  742  DACF_KMODS      += net_dacf
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX