Print this page
3946 ::gcore
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/common/modules/genunix/Makefile.files
+++ new/usr/src/cmd/mdb/common/modules/genunix/Makefile.files
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.
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.
↓ open down ↓ |
14 lines elided |
↑ open up ↑ |
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 #
22 22 # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
23 23 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
24 24 # Copyright (c) 2013, Joyent, Inc. All rights reserved.
25 +# Copyright (c) 2013 by Delphix. All rights reserved.
25 26 #
26 27
27 28 #
28 29 # This file simply contains the list of sources files compiled together
29 30 # to create the genunix mdb module. Having them in one place saves
30 31 # a bunch of unnecessary replication.
31 32 #
32 33 GENUNIX_SRCS = \
33 34 avl.c \
34 35 bio.c \
35 36 bitset.c \
36 37 combined.c \
37 38 contract.c \
38 39 cpupart.c \
↓ open down ↓ |
4 lines elided |
↑ open up ↑ |
39 40 cred.c \
40 41 ctxop.c \
41 42 cyclic.c \
42 43 damap.c \
43 44 ddi_periodic.c \
44 45 devinfo.c \
45 46 dist.c \
46 47 findstack.c \
47 48 findstack_subr.c \
48 49 fm.c \
50 + gcore.c \
49 51 genunix.c \
50 52 group.c \
51 53 hotplug.c \
52 54 irm.c \
53 55 kgrep.c \
54 56 kmem.c \
55 57 ldi.c \
56 58 leaky.c \
57 59 leaky_subr.c \
58 60 lgrp.c \
59 61 list.c \
60 62 log.c \
61 63 mdi.c \
62 64 memory.c \
63 65 mmd.c \
64 66 modhash.c \
65 67 ndievents.c \
66 68 net.c \
67 69 netstack.c \
68 70 nvpair.c \
69 71 pg.c \
70 72 rctl.c \
71 73 sobj.c \
72 74 streams.c \
73 75 sysevent.c \
74 76 taskq.c \
75 77 thread.c \
76 78 tsd.c \
77 79 tsol.c \
78 80 vfs.c \
79 81 zone.c
↓ open down ↓ |
21 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX