Print this page
4124 Want mdb dcmd+walker to fix broken ::nlm_sysid for the new lock manager
Reviewed by: Jeremy Jones <jeremy@delphix.com>
Reviewed by: Adam Leventhal <ahl@delphix.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/mdb/Makefile.common
          +++ new/usr/src/cmd/mdb/Makefile.common
↓ open down ↓ 11 lines elided ↑ open up ↑
  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   21  # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
       22 +# Copyright (c) 2013 by Delphix. All rights reserved.
  22   23  #
  23   24  # MDB modules used for debugging user processes that every ISA's build
  24   25  # subdirectory will need to build.
  25   26  #
  26      - 
       27 +
  27   28  COMMON_MODULES_PROC = \
  28   29          dof \
  29   30          libavl \
  30   31          libc \
  31   32          libcmdutils \
  32   33          libnvpair \
  33   34          libproc \
  34   35          libpython2.6 \
  35   36          libsysevent \
  36   37          libtopo \
↓ open down ↓ 23 lines elided ↑ open up ↑
  60   61          fcp \
  61   62          fctl \
  62   63          genunix \
  63   64          hook \
  64   65          neti \
  65   66          idm \
  66   67          ii \
  67   68          ip \
  68   69          ipc \
  69   70          ipp \
       71 +        klmmod \
  70   72          krtld \
  71   73          lofs \
  72   74          logindmux \
  73   75          mac \
  74   76          md \
  75   77          mpt_sas \
  76   78          mr_sas \
  77   79          nca \
  78   80          nsctl \
  79   81          nsmb \
↓ open down ↓ 28 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX