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
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
↓ 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 \
37 38 libumem \
38 39 libuutil \
39 40 libzpool \
40 41 mdb_ds \
41 42 mdb_test
42 43
43 44 #
44 45 # MDB modules used for debugging user processes which are only 32-bit
45 46 #
46 47 COMMON_MODULES_PROC_32BIT = \
47 48 svc.configd \
48 49 svc.startd
49 50
50 51 #
51 52 # MDB modules used for debugging kernels.
52 53 #
53 54 COMMON_MODULES_KVM = \
54 55 arp \
55 56 cpc \
56 57 crypto \
57 58 dtrace \
58 59 emlxs \
59 60 fcip \
↓ 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 \
80 82 pmcs \
81 83 ptm \
82 84 qlc \
83 85 random \
84 86 rdc \
85 87 s1394 \
86 88 scsi_vhci \
87 89 sctp \
88 90 sd \
89 91 sdbc \
90 92 smbfs \
91 93 smbsrv \
92 94 sockfs \
93 95 specfs \
94 96 sppp \
95 97 srpt \
96 98 stmf \
97 99 stmf_sbd \
98 100 sv \
99 101 ufs \
100 102 usba \
101 103 zfs
102 104
103 105 CLOSED_COMMON_MODULES_KVM = \
104 106 mpt \
105 107 nfs
106 108
107 109 include $(SRC)/Makefile.master
↓ open down ↓ |
28 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX