Print this page
1403 Support deferring TCP accept()s

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/Makefile.files
          +++ new/usr/src/uts/common/Makefile.files
↓ open down ↓ 16 lines elided ↑ open up ↑
  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) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  #
  25   25  
  26   26  #
  27      -# Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
       27 +# Copyright 2012 Nexenta Systems, Inc.  All rights reserved.
  28   28  #
  29   29  
  30   30  #
  31   31  # This Makefile defines all file modules for the directory uts/common
  32   32  # and its children. These are the source files which may be considered
  33   33  # common to all SunOS systems.
  34   34  
  35   35  i386_CORE_OBJS += \
  36   36                  atomic.o        \
  37   37                  avintr.o        \
↓ open down ↓ 531 lines elided ↑ open up ↑
 569  569  KEYSOCK_OBJS += keysockddi.o keysock.o keysock_opt_data.o
 570  570  
 571  571  IPNET_OBJS +=   ipnet.o ipnet_bpf.o
 572  572  
 573  573  SPDSOCK_OBJS += spdsockddi.o spdsock.o spdsock_opt_data.o
 574  574  
 575  575  IPSECESP_OBJS += ipsecespddi.o ipsecesp.o
 576  576  
 577  577  IPSECAH_OBJS += ipsecahddi.o ipsecah.o sadb.o
 578  578  
      579 +DATAFILT_OBJS += datafilt.o
      580 +
      581 +HTTPFILT_OBJS += httpfilt.o
      582 +
 579  583  SPPP_OBJS +=    sppp.o sppp_dlpi.o sppp_mod.o s_common.o
 580  584  
 581  585  SPPPTUN_OBJS += sppptun.o sppptun_mod.o
 582  586  
 583  587  SPPPASYN_OBJS += spppasyn.o spppasyn_mod.o
 584  588  
 585  589  SPPPCOMP_OBJS += spppcomp.o spppcomp_mod.o deflate.o bsd-comp.o vjcompress.o \
 586  590                  zlib.o
 587  591  
 588  592  TCP_OBJS +=     tcpddi.o
↓ open down ↓ 1428 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX