Print this page
11553 Want pluggable TCP congestion control algorithms
Portions contributed by: Cody Peter Mello <cody.mello@joyent.com>
Reviewed by: Dan McDonald <danmcd@joyent.com>
Reviewed by: Robert Mustacchi <robert.mustacchi@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/Makefile.rules
          +++ new/usr/src/uts/common/Makefile.rules
↓ open down ↓ 17 lines elided ↑ open up ↑
  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  # Copyright 2016 Garrett D'Amore <garrett@damore.org>
  25   25  # Copyright 2013 Saso Kiselkov. All rights reserved.
  26   26  # Copyright 2019 Joyent, Inc.
  27   27  # Copyright 2018 Nexenta Systems, Inc.
  28      -# Copyright (c) 2016 by Delphix. All rights reserved.
       28 +# Copyright (c) 2017 by Delphix. All rights reserved.
  29   29  #
  30   30  
  31   31  #
  32   32  # uts/common/Makefile.rules
  33   33  #
  34   34  #       This Makefile defines all the file build rules for the directory
  35   35  # uts/common and its children. These are the source files which may
  36   36  # be considered common to all SunOS systems.
  37   37  #
  38   38  #       The following two-level ordering must be maintained in this file.
↓ open down ↓ 481 lines elided ↑ open up ↑
 520  520          $(CTFCONVERT_O)
 521  521  
 522  522  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/inet/sockmods/%.c
 523  523          $(COMPILE.c) -o $@ $<
 524  524          $(CTFCONVERT_O)
 525  525  
 526  526  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/inet/dlpistub/%.c
 527  527          $(COMPILE.c) -o $@ $<
 528  528          $(CTFCONVERT_O)
 529  529  
      530 +$(OBJS_DIR)/%.o:                $(UTSBASE)/common/inet/cc/%.c
      531 +        $(COMPILE.c) -o $@ $<
      532 +        $(CTFCONVERT_O)
      533 +
 530  534  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/%.c
 531  535          $(COMPILE.c) -o $@ $<
 532  536          $(CTFCONVERT_O)
 533  537  
 534  538  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/1394/%.c
 535  539          $(COMPILE.c) -o $@ $<
 536  540          $(CTFCONVERT_O)
 537  541  
 538  542  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/1394/adapters/%.c
 539  543          $(COMPILE.c) -o $@ $<
↓ open down ↓ 1415 lines elided ↑ open up ↑
1955 1959  
1956 1960  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/inet/ilb/%.c
1957 1961          @($(LHEAD) $(LINT.c) $< $(LTAIL))
1958 1962  
1959 1963  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/inet/nca/%.c
1960 1964          @($(LHEAD) $(LINT.c) $< $(LTAIL))
1961 1965  
1962 1966  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/inet/dlpistub/%.c
1963 1967          @($(LHEAD) $(LINT.c) $< $(LTAIL))
1964 1968  
     1969 +$(LINTS_DIR)/%.ln:              $(UTSBASE)/common/inet/cc/%.c
     1970 +        @($(LHEAD) $(LINT.c) $< $(LTAIL))
     1971 +
1965 1972  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/%.c
1966 1973          @($(LHEAD) $(LINT.c) $< $(LTAIL))
1967 1974  
1968 1975  $(LINTS_DIR)/%.ln:              $(SRC)/common/font/%.c
1969 1976          @($(LHEAD) $(LINT.c) $< $(LTAIL))
1970 1977  
1971 1978  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/1394/%.c
1972 1979          @($(LHEAD) $(LINT.c) $< $(LTAIL))
1973 1980  
1974 1981  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/1394/adapters/%.c
↓ open down ↓ 791 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX