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