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