Print this page
10816 ctf_dwarf_convert_type() relies on un-initialized id
10817 ctfconvert -i option is mis-handled
10818 Improve ctfconvert error messages
10819 ctfconvert should handle empty dies
10820 ctfconvert -i never converts
10821 bad free in ctf_dwarf_init_die
10815 shouldn't build gcore.c as part of kmdb
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/sha2/Makefile
          +++ new/usr/src/uts/intel/sha2/Makefile
↓ open down ↓ 14 lines elided ↑ open up ↑
  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 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25      -#
  26      -#       This makefile drives the production of the sha2 crypto kernel module.
  27      -#
  28      -#       intel architecture dependent
  29      -#
       25 +# Copyright (c) 2019, Joyent, Inc.
  30   26  
  31   27  #
  32   28  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  33   29  #
  34   30  UTSBASE = ../..
  35   31  COMDIR  = $(COMMONBASE)/crypto
  36   32  
  37   33  #
  38   34  #       Define the module and object file sets.
  39   35  #
↓ open down ↓ 58 lines elided ↑ open up ↑
  98   94  $(ROOTLINK):    $(ROOT_MISC_DIR) $(ROOTMODULE)
  99   95          -$(RM) $@; ln $(ROOTMODULE) $@
 100   96  
 101   97  #
 102   98  #       Include common targets.
 103   99  #
 104  100  include $(UTSBASE)/intel/Makefile.targ
 105  101  
 106  102  $(OBJS_DIR)/%.o: %.s
 107  103          $(COMPILE.s) -o $@ ${@F:.o=.s}
 108      -        $(POST_PROCESS_O)
 109  104  
 110  105  $(OBJS_DIR)/%.ln: %.s
 111  106          @($(LHEAD) $(LINT.c) ${@F:.ln=.s} $(LTAIL))
 112  107  
 113  108  sha512-x86_64.s: $(COMDIR)/sha2/amd64/sha512-x86_64.pl
 114  109          $(PERL) $? $@
 115  110  
 116  111  sha256-x86_64.s: $(COMDIR)/sha2/amd64/sha512-x86_64.pl
 117  112          $(PERL) $? $@
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX