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/common/Makefile.rules
          +++ new/usr/src/uts/common/Makefile.rules
↓ open down ↓ 15 lines elided ↑ open up ↑
  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  #
  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      -# Copyright 2016 Joyent, Inc.
       26 +# Copyright 2019 Joyent, Inc.
  27   27  # Copyright 2018 Nexenta Systems, Inc.
  28   28  # Copyright (c) 2016 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.
↓ open down ↓ 331 lines elided ↑ open up ↑
 368  368  $(OBJS_DIR)/%.o:                $(COMMONBASE)/zfs/%.c
 369  369          $(COMPILE.c) -o $@ $<
 370  370          $(CTFCONVERT_O)
 371  371  
 372  372  $(OBJS_DIR)/%.o:        $(UTSBASE)/common/io/scsi/adapters/pmcs/%.c
 373  373          $(COMPILE.c) -o $@ $<
 374  374          $(CTFCONVERT_O)
 375  375  
 376  376  $(OBJS_DIR)/%.o:        $(UTSBASE)/common/io/scsi/adapters/pmcs/%.bin
 377  377          $(COMPILE.b) -o $@ $<
 378      -        $(CTFCONVERT_O)
 379  378  
 380  379  $(OBJS_DIR)/%.o:                $(COMMONBASE)/fsreparse/%.c
 381  380          $(COMPILE.c) -o $@ $<
 382  381          $(CTFCONVERT_O)
 383  382  
 384  383  KMECHKRB5_BASE=$(UTSBASE)/common/gssapi/mechs/krb5
 385  384  
 386  385  KGSSDFLAGS=-I $(UTSBASE)/common/gssapi/include
 387  386  
 388  387  # Note, KRB5_DEFS can be assigned various preprocessor flags,
↓ open down ↓ 2377 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX