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