Print this page
acpica-unix2-20130823
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/tools/findunref/exception_list.open
+++ new/usr/src/tools/findunref/exception_list.open
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.
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 #
23 23 # Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
24 24 #
25 25
26 26 #
27 27 # open-tree exception list
28 28 #
29 29 # See README.exception_lists for details
30 30 #
31 31
32 32 #
33 33 # Ignore oddly-named text files scattered about -- someday these should be
34 34 # suffixed with .txt so we don't have to list them.
35 35 #
36 36 ./usr/src/cmd/oawk/EXPLAIN
37 37 ./usr/src/cmd/vi/port/ex.news
38 38 ./usr/src/cmd/ssh/doc
↓ open down ↓ |
38 lines elided |
↑ open up ↑ |
39 39
40 40 #
41 41 # Ignore everything under trees that may be resynched from outside ON.
42 42 #
43 43 ./usr/src/cmd/perl
44 44 ./usr/src/cmd/sqlite
45 45 ./usr/src/lib/libsqlite
46 46 ./usr/src/cmd/tcpd
47 47 ./usr/src/common/openssl
48 48 ./usr/src/grub
49 -./usr/src/uts/intel/sys/acpi
49 +./usr/src/cmd/acpitools
50 +./usr/src/common/acpica
50 51
51 52 #
52 53 # Ignore ksh93/ast-related files that are only used to resync our build
53 54 # configuration with upstream.
54 55 #
55 56 ./usr/src/lib/libast/*/src/lib/libast/FEATURE
56 57 ./usr/src/lib/libast/*/src/lib/libast/ast_namval.h
57 58 ./usr/src/lib/libast/common/comp/conf.*
58 59 ./usr/src/lib/libast/common/features
59 60 ./usr/src/lib/libast/common/include/ast_windows.h
60 61 ./usr/src/lib/libast/common/port/lc.tab
61 62 ./usr/src/lib/libast/common/port/lcgen.c
62 63 ./usr/src/lib/libcmd/*/src/lib/libcmd/FEATURE
63 64 ./usr/src/lib/libcmd/common/features
64 65 ./usr/src/lib/libdll/*/src/lib/libdll/FEATURE
65 66 ./usr/src/lib/libdll/common/features
66 67 ./usr/src/lib/libpp/*/pp.*
67 68 ./usr/src/lib/libpp/common/gentab.sh
68 69 ./usr/src/lib/libpp/common/ppsym.c
69 70 ./usr/src/lib/libpp/i386/ppdebug.h
70 71 ./usr/src/lib/libpp/sparc/ppdebug.h
71 72 ./usr/src/lib/libshell/*/src/cmd/ksh93/FEATURE
72 73 ./usr/src/lib/libshell/common/data/math.tab
73 74 ./usr/src/lib/libshell/common/features
74 75 ./usr/src/lib/libshell/misc/buildksh93.sh
75 76 ./usr/src/lib/libshell/misc/buildksh93.readme
76 77
77 78 #
78 79 # Ignore ksh93/ast-related "iffe" (if feature enabled) probe
79 80 #
80 81 ./usr/src/lib/libsum/common/features/sum
81 82
82 83 #
83 84 # Ignore ksh93/ast-related upstream source, currently superseded by
84 85 # a per-platform version of sum.h, since we use libmd.so.1 for some
85 86 # ciphers.
86 87 #
87 88 ./usr/src/lib/libsum/common/sum.h
88 89
89 90 #
90 91 # Ignore ksh93/ast-related test programs.
91 92 #
92 93 ./usr/src/cmd/ast/msgcc/msgcc.tst
93 94 ./usr/src/lib/libast/common/port/astmath.c
94 95
95 96 #
96 97 # Ignore ksh93/ast-related source components that are not currently
97 98 # used but may be useful later.
98 99 #
99 100 ./usr/src/lib/libcmd/common/cksum.c
100 101 ./usr/src/lib/libcmd/common/md5sum.c
101 102 ./usr/src/lib/libcmd/common/sum.c
102 103 ./usr/src/lib/libshell/common/bltins/mkservice.c
103 104 ./usr/src/lib/libshell/common/data/bash_pre_rc.sh
104 105 ./usr/src/lib/libshell/common/include/env.h
105 106 ./usr/src/lib/libshell/common/sh/bash.c
106 107 ./usr/src/lib/libshell/common/sh/env.c
107 108 ./usr/src/lib/libshell/common/sh/shcomp.c
108 109 ./usr/src/lib/libshell/common/sh/suid_exec.c
109 110
110 111 #
111 112 # Ignore any files built as part of the nightly program itself.
112 113 #
113 114 # ISUSED - let checkpaths know that the next entry is good.
114 115 ./usr/src/*.out
115 116 # ISUSED - let checkpaths know that the next entry is good.
116 117 ./usr/src/*.ref
117 118
118 119 #
119 120 # Ignore internal test directories and test programs.
120 121 #
121 122 */tests
122 123 */test
123 124 *Test.java
124 125 *_test.[ch]
125 126 ./usr/src/cmd/ldap/common/*test.c
126 127 ./usr/src/cmd/logadm/tester
127 128 ./usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/extract
128 129 ./usr/src/cmd/print/printmgr/com/sun/admin/pm/server/pmtest
129 130 ./usr/src/cmd/sendmail/libsm/t-*.c
130 131 ./usr/src/cmd/sort/common/convert.c
131 132 ./usr/src/cmd/sort/common/invoke.c
132 133 ./usr/src/lib/crypt_modules/sha256/test.c
133 134 ./usr/src/lib/efcode/fcode_test
134 135 ./usr/src/lib/libkvm/common/test.c
135 136 ./usr/src/lib/libsaveargs/tests/
136 137
137 138 #
138 139 # Ignore debugging code.
139 140 #
140 141 ./usr/src/cmd/fs.d/pcfs/fsck/inject.c
↓ open down ↓ |
81 lines elided |
↑ open up ↑ |
141 142 ./usr/src/cmd/sort/common/statistics.c
142 143
143 144 #
144 145 # Ignore internal packages, scripts, and tools that are intentionally not
145 146 # built or used during a nightly.
146 147 #
147 148 ./usr/src/cmd/sgs/packages
148 149 ./usr/src/cmd/sgs/rtld.4.x
149 150 ./usr/src/prototypes
150 151 ./usr/src/cmd/pools/poold/com/sun/solaris/*/*/package.html
151 -./usr/src/uts/intel/io/acpica/cmp_ca.sh
152 152
153 153 #
154 154 # Ignore files that are only used by internal packages.
155 155 #
156 156 ./usr/src/cmd/sgs/*/*/*chk.msg
157 157
158 158 #
159 159 # Ignore files that get used during a EXPORT_SRC or CRYPT_SRC build only.
160 160 #
161 161 ./usr/src/lib/gss_mechs/mech_dh/backend/mapfile-vers
162 162 ./usr/src/lib/gss_mechs/mech_dh/dh1024/mapfile-vers
163 163 ./usr/src/lib/gss_mechs/mech_dh/dh192/mapfile-vers
164 164 ./usr/src/lib/gss_mechs/mech_dh/dh640/mapfile-vers
165 165
166 166 #
167 167 # Ignore Makefiles which are used by developers but not used by nightly
168 168 # itself. This is a questionable practice, since they tend to rot.
169 169 #
170 170 ./usr/src/cmd/syslogd/sparcv9/Makefile
171 171 ./usr/src/uts/sparc/uhci/Makefile
172 172 ./usr/src/lib/pam_modules/smb/amd64/Makefile
173 173 ./usr/src/lib/pam_modules/smb/sparcv9/Makefile
174 174 ./usr/src/cmd/isns/isnsd/xml_def/isnsmgmtSchema.xsd
175 175
176 176 #
177 177 # Ignore dtrace scripts only used by developers
178 178 #
179 179 ./usr/src/cmd/vscan/vscand/vscan.d
180 180
181 181 #
182 182 # Ignore sample source code.
183 183 #
184 184 ./usr/src/cmd/sendmail/libmilter/example.c
185 185 ./usr/src/lib/libdhcpsvc/modules/templates
186 186
187 187 #
188 188 # Ignore .xcl files that aren't used because the program is statically linked.
189 189 #
190 190 ./usr/src/cmd/cmd-inet/sbin/dhcpagent/dhcpagent.xcl
191 191
192 192 #
193 193 # Ignore sendmail files included for completeness' sake, but which won't
194 194 # be used until certain _FFR (for future release) #define's go live.
195 195 #
196 196 ./usr/src/cmd/sendmail/src/statusd_shm.h
197 197
198 198 #
199 199 # Ignore files originally supplied by ISC (Internet Software Consortium)
200 200 # as part of a BIND release.
201 201 #
202 202 ./usr/src/lib/libresolv2/common/irs/getaddrinfo.c
203 203 ./usr/src/lib/libresolv2/common/irs/nis_p.h
204 204 ./usr/src/lib/libresolv2/common/resolv/res_mkupdate.h
205 205 ./usr/src/lib/libresolv2/include/err.h
206 206
207 207 #
208 208 # Ignore mont_mulf.c. It is used as a starting point for some hand optimized
209 209 # assembly files. We keep it around for future reference.
210 210 #
211 211 ./usr/src/common/bignum/mont_mulf.c
212 212
↓ open down ↓ |
51 lines elided |
↑ open up ↑ |
213 213 #
214 214 # Ignore the sparc Makefiles for x86-only drivers;
215 215 # they're used to build warlock only.
216 216 #
217 217 ./usr/src/uts/sparc/sata/Makefile
218 218 ./usr/src/uts/sparc/si3124/Makefile
219 219 ./usr/src/uts/sparc/nv_sata/Makefile
220 220 ./usr/src/uts/sparc/ahci/Makefile
221 221
222 222 #
223 -# Ignore uttrack.c. It is provided as part of the standard
224 -# ACPI CA source code but provides optional resource tracking
225 -# functionality which is not used.
226 -#
227 -./usr/src/uts/intel/io/acpica/utilities/uttrack.c
228 -
229 -#
230 223 # Ignore any files that get used during a gcc build only.
231 224 #
232 225 ./usr/src/cmd/sgs/rtld/common/mapfile-order-gcc
233 226
234 227 #
235 228 # The sharemgr command is built 32-bit only by default, but support
236 229 # for building 64-bit is latent in the Makefiles.
237 230 #
238 231 ./usr/src/cmd/dfs.cmds/sharemgr/amd64/Makefile
239 232 ./usr/src/cmd/dfs.cmds/sharemgr/sparcv9/Makefile
240 233
241 234 #
242 235 # Legitimately unreferenced license/copying files. Please include
243 236 # explanatory comments when adding items here.
244 237 #
245 238
246 239 #
247 240 # OPENSOLARIS.LICENSE needs to remain in usr/src as long as it is
248 241 # referenced in the CDDL headers.
249 242 #
250 243 ./usr/src/OPENSOLARIS.LICENSE
251 244
252 245 # Though "COPYING" is usually used as a filename for GPL, the license
253 246 # information for openssh is actually found in usr/src/cmd/ssh/doc/LICENSE.
254 247 # The COPYING.Ylonen file is merely additional information.
255 248 #
256 249 ./usr/src/cmd/ssh/doc/COPYING.Ylonen
257 250
258 251 #
259 252 # This covers header files that are not delivered.
260 253 #
261 254 ./usr/src/uts/common/xen/public/COPYING
262 255
263 256 #
264 257 # ld tests which are not currently delivered
265 258 #
266 259 ./usr/src/cmd/sgs/test
267 260 ./usr/src/cmd/mdb/test
↓ open down ↓ |
28 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX