Print this page
1403 Support deferring TCP accept()s

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/Makefile.sparc
          +++ new/usr/src/uts/sparc/Makefile.sparc
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  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 +# Copyright 2012, Nexenta Systems, Inc. All rights reserved.
  23   24  # Copyright (c) 2013 Andrew Stormont.  All rights reserved.
  24   25  
  25   26  
  26   27  #
  27   28  #       This makefile contains the common definitions for all sparc
  28   29  #       implementation architecture independent modules.
  29   30  #
  30   31  
  31   32  #
  32   33  #       Define supported builds
↓ open down ↓ 448 lines elided ↑ open up ↑
 481  482  MAC_KMODS       += mac_ib
 482  483  
 483  484  #
 484  485  # socketmod (kernel/socketmod)
 485  486  #
 486  487  SOCKET_KMODS    += sockpfp
 487  488  SOCKET_KMODS    += socksctp
 488  489  SOCKET_KMODS    += socksdp
 489  490  SOCKET_KMODS    += sockrds
 490  491  SOCKET_KMODS    += ksslf
      492 +SOCKET_KMODS    += httpfilt
      493 +SOCKET_KMODS    += datafilt
 491  494  
 492  495  #
 493  496  #       kiconv modules (/kernel/kiconv):
 494  497  #
 495  498  KICONV_KMODS    += kiconv_emea kiconv_ja kiconv_ko kiconv_sc kiconv_tc
 496  499  
 497  500  #
 498  501  # Ensure that the variable member of the cpu_t (cpu_m) is defined
 499  502  # for the lint builds so as not to cause lint errors during the
 500  503  # global cross check.
 501  504  #
 502  505  $(LINTFLAGSUPPRESS)LINTFLAGS    += -D_MACHDEP -I$(UTSBASE)/sun4 \
 503  506                                     -I$(UTSBASE)/sun4u -I$(UTSBASE)/sfmmu
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX