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