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/kcf/Makefile
          +++ new/usr/src/uts/intel/kcf/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 2010 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25      -# Copyright (c) 2018, Joyent, Inc.
       25 +# Copyright (c) 2019, Joyent, Inc.
  26   26  
  27   27  #
  28   28  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  29   29  #
  30   30  UTSBASE = ../..
  31   31  COM_DIR = $(COMMONBASE)/crypto
  32   32  
  33   33  #
  34   34  #       Define the module and object file sets.
  35   35  #
↓ open down ↓ 58 lines elided ↑ open up ↑
  94   94  
  95   95  install:        $(INSTALL_DEPS)
  96   96  
  97   97  #
  98   98  #       Include common targets.
  99   99  #
 100  100  include $(UTSBASE)/intel/Makefile.targ
 101  101  
 102  102  $(OBJS_DIR)/%.o: $(COM_DIR)/modes/amd64/%.s
 103  103          $(COMPILE.s) -o $@ $(COM_DIR)/modes/amd64/${@F:.o=.s}
 104      -        $(POST_PROCESS_O)
 105  104  
 106  105  $(OBJS_DIR)/%.ln: $(COM_DIR)/modes/amd64/%.s
 107  106          @($(LHEAD) $(LINT.s) $(COM_DIR)/modes/amd64/${@F:.ln=.s} $(LTAIL))
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX