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>


   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  23 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2016 Joyent, Inc.
  25 # Copyright (c) 2013 by Delphix. All rights reserved.
  26 #
  27 
  28 #
  29 # This file simply contains the list of sources files compiled together
  30 # to create the genunix mdb module.   Having them in one place saves
  31 # a bunch of unnecessary replication.
  32 #
  33 GENUNIX_SRCS =          \
  34         avl.c           \
  35         bio.c           \
  36         bitset.c        \
  37         combined.c      \
  38         contract.c      \
  39         cpupart.c       \
  40         cred.c          \
  41         ctxop.c         \
  42         cyclic.c        \
  43         damap.c         \
  44         ddi_periodic.c  \
  45         devinfo.c       \
  46         dist.c          \
  47         dnlc.c          \
  48         findstack.c     \
  49         findstack_subr.c \
  50         fm.c            \
  51         gcore.c         \
  52         gcore_isadep.c  \
  53         genunix.c       \
  54         group.c         \
  55         hotplug.c       \
  56         irm.c           \
  57         kgrep.c         \
  58         kmem.c          \
  59         ldi.c           \
  60         leaky.c         \
  61         leaky_subr.c    \
  62         lgrp.c          \
  63         list.c          \
  64         log.c           \
  65         mdi.c           \
  66         memory.c        \
  67         mmd.c           \
  68         modhash.c       \
  69         ndievents.c     \
  70         net.c           \
  71         netstack.c      \


   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  23 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright (c) 2019, Joyent, Inc.
  25 # Copyright (c) 2013 by Delphix. All rights reserved.
  26 #
  27 
  28 #
  29 # This file simply contains the list of sources files compiled together
  30 # to create the genunix mdb module.   Having them in one place saves
  31 # a bunch of unnecessary replication.
  32 #
  33 GENUNIX_SRCS =          \
  34         avl.c           \
  35         bio.c           \
  36         bitset.c        \
  37         combined.c      \
  38         contract.c      \
  39         cpupart.c       \
  40         cred.c          \
  41         ctxop.c         \
  42         cyclic.c        \
  43         damap.c         \
  44         ddi_periodic.c  \
  45         devinfo.c       \
  46         dist.c          \
  47         dnlc.c          \
  48         findstack.c     \
  49         findstack_subr.c \
  50         fm.c            \

  51         gcore_isadep.c  \
  52         genunix.c       \
  53         group.c         \
  54         hotplug.c       \
  55         irm.c           \
  56         kgrep.c         \
  57         kmem.c          \
  58         ldi.c           \
  59         leaky.c         \
  60         leaky_subr.c    \
  61         lgrp.c          \
  62         list.c          \
  63         log.c           \
  64         mdi.c           \
  65         memory.c        \
  66         mmd.c           \
  67         modhash.c       \
  68         ndievents.c     \
  69         net.c           \
  70         netstack.c      \