Print this page
11461 should use a native link-editor during the build
11463 SUNWonld has passed its use-by date
11464 cmd/sgs/tools should contain tools, not common code
11465 sgsmsg should be built with the rest of the build tools
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
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 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/grub
48 48 ./usr/src/uts/intel/sys/acpi
49 49
50 50 #
51 51 # Ignore ksh93/ast-related files that are only used to resync our build
52 52 # configuration with upstream.
53 53 #
54 54 ./usr/src/lib/libast/*/src/lib/libast/FEATURE
55 55 ./usr/src/lib/libast/*/src/lib/libast/ast_namval.h
56 56 ./usr/src/lib/libast/common/comp/conf.*
57 57 ./usr/src/lib/libast/common/features
58 58 ./usr/src/lib/libast/common/include/ast_windows.h
59 59 ./usr/src/lib/libast/common/port/lc.tab
60 60 ./usr/src/lib/libast/common/port/lcgen.c
61 61 ./usr/src/lib/libcmd/*/src/lib/libcmd/FEATURE
62 62 ./usr/src/lib/libcmd/common/features
63 63 ./usr/src/lib/libdll/*/src/lib/libdll/FEATURE
64 64 ./usr/src/lib/libdll/common/features
65 65 ./usr/src/lib/libpp/*/pp.*
66 66 ./usr/src/lib/libpp/common/gentab.sh
67 67 ./usr/src/lib/libpp/common/ppsym.c
68 68 ./usr/src/lib/libpp/i386/ppdebug.h
69 69 ./usr/src/lib/libpp/sparc/ppdebug.h
70 70 ./usr/src/lib/libshell/*/src/cmd/ksh93/FEATURE
71 71 ./usr/src/lib/libshell/common/data/math.tab
72 72 ./usr/src/lib/libshell/common/features
73 73 ./usr/src/lib/libshell/misc/buildksh93.sh
74 74 ./usr/src/lib/libshell/misc/buildksh93.readme
75 75
76 76 #
77 77 # Ignore ksh93/ast-related "iffe" (if feature enabled) probe
78 78 #
79 79 ./usr/src/lib/libsum/common/features/sum
80 80
81 81 #
82 82 # Ignore ksh93/ast-related upstream source, currently superseded by
83 83 # a per-platform version of sum.h, since we use libmd.so.1 for some
84 84 # ciphers.
85 85 #
86 86 ./usr/src/lib/libsum/common/sum.h
87 87
88 88 #
89 89 # Ignore ksh93/ast-related test programs.
90 90 #
91 91 ./usr/src/cmd/ast/msgcc/msgcc.tst
92 92 ./usr/src/lib/libast/common/port/astmath.c
93 93
94 94 #
95 95 # Ignore ksh93/ast-related source components that are not currently
96 96 # used but may be useful later.
97 97 #
98 98 ./usr/src/lib/libcmd/common/cksum.c
99 99 ./usr/src/lib/libcmd/common/md5sum.c
100 100 ./usr/src/lib/libcmd/common/sum.c
101 101 ./usr/src/lib/libshell/common/bltins/mkservice.c
102 102 ./usr/src/lib/libshell/common/data/bash_pre_rc.sh
103 103 ./usr/src/lib/libshell/common/include/env.h
104 104 ./usr/src/lib/libshell/common/sh/bash.c
105 105 ./usr/src/lib/libshell/common/sh/env.c
106 106 ./usr/src/lib/libshell/common/sh/shcomp.c
107 107 ./usr/src/lib/libshell/common/sh/suid_exec.c
108 108
109 109 #
110 110 # Ignore any files built as part of the nightly program itself.
111 111 #
112 112 # ISUSED - let checkpaths know that the next entry is good.
113 113 ./usr/src/*.out
114 114 # ISUSED - let checkpaths know that the next entry is good.
115 115 ./usr/src/*.ref
116 116
117 117 #
118 118 # Ignore internal test directories and test programs.
119 119 #
120 120 */tests
121 121 */test
122 122 *Test.java
123 123 *_test.[ch]
124 124 ./usr/src/cmd/ldap/common/*test.c
125 125 ./usr/src/cmd/logadm/tester
126 126 ./usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/extract
127 127 ./usr/src/cmd/print/printmgr/com/sun/admin/pm/server/pmtest
128 128 ./usr/src/cmd/sendmail/libsm/t-*.c
129 129 ./usr/src/cmd/sort/common/convert.c
130 130 ./usr/src/cmd/sort/common/invoke.c
131 131 ./usr/src/lib/crypt_modules/sha256/test.c
132 132 ./usr/src/lib/efcode/fcode_test
133 133 ./usr/src/lib/libkvm/common/test.c
134 134 ./usr/src/lib/libsaveargs/tests/
135 135
↓ open down ↓ |
135 lines elided |
↑ open up ↑ |
136 136 #
137 137 # Ignore debugging code.
138 138 #
139 139 ./usr/src/cmd/fs.d/pcfs/fsck/inject.c
140 140 ./usr/src/cmd/sort/common/statistics.c
141 141
142 142 #
143 143 # Ignore internal packages, scripts, and tools that are intentionally not
144 144 # built or used during a nightly.
145 145 #
146 -./usr/src/cmd/sgs/packages
147 146 ./usr/src/cmd/sgs/rtld.4.x
148 147 ./usr/src/prototypes
149 148 ./usr/src/cmd/pools/poold/com/sun/solaris/*/*/package.html
150 149 ./usr/src/uts/intel/io/acpica/cmp_ca.sh
151 150
152 151 #
153 152 # Ignore files that are only used by internal packages.
154 153 #
155 154 ./usr/src/cmd/sgs/*/*/*chk.msg
156 155
157 156 #
158 157 # Ignore files that get used during a EXPORT_SRC or CRYPT_SRC build only.
159 158 #
160 159 ./usr/src/lib/gss_mechs/mech_dh/backend/mapfile-vers
161 160 ./usr/src/lib/gss_mechs/mech_dh/dh1024/mapfile-vers
162 161 ./usr/src/lib/gss_mechs/mech_dh/dh192/mapfile-vers
163 162 ./usr/src/lib/gss_mechs/mech_dh/dh640/mapfile-vers
164 163
165 164 #
166 165 # Ignore Makefiles which are used by developers but not used by nightly
167 166 # itself. This is a questionable practice, since they tend to rot.
168 167 #
169 168 ./usr/src/cmd/syslogd/sparcv9/Makefile
170 169 ./usr/src/uts/sparc/uhci/Makefile
171 170 ./usr/src/lib/pam_modules/smb/amd64/Makefile
172 171 ./usr/src/lib/pam_modules/smb/sparcv9/Makefile
173 172 ./usr/src/cmd/isns/isnsd/xml_def/isnsmgmtSchema.xsd
174 173
175 174 #
176 175 # Ignore dtrace scripts only used by developers
177 176 #
178 177 ./usr/src/cmd/vscan/vscand/vscan.d
179 178
180 179 #
181 180 # Ignore sample source code.
182 181 #
183 182 ./usr/src/cmd/sendmail/libmilter/example.c
184 183
185 184 #
186 185 # Ignore .xcl files that aren't used because the program is statically linked.
187 186 #
188 187 ./usr/src/cmd/cmd-inet/sbin/dhcpagent/dhcpagent.xcl
189 188
190 189 #
191 190 # Ignore sendmail files included for completeness' sake, but which won't
192 191 # be used until certain _FFR (for future release) #define's go live.
193 192 #
194 193 ./usr/src/cmd/sendmail/src/statusd_shm.h
195 194
196 195 #
197 196 # Ignore files originally supplied by ISC (Internet Software Consortium)
198 197 # as part of a BIND release.
199 198 #
200 199 ./usr/src/lib/libresolv2/common/irs/getaddrinfo.c
201 200 ./usr/src/lib/libresolv2/common/irs/nis_p.h
202 201 ./usr/src/lib/libresolv2/common/resolv/res_mkupdate.h
203 202 ./usr/src/lib/libresolv2/include/err.h
204 203
205 204 #
206 205 # Ignore mont_mulf.c. It is used as a starting point for some hand optimized
207 206 # assembly files. We keep it around for future reference.
208 207 #
209 208 ./usr/src/common/bignum/mont_mulf.c
210 209
211 210 #
212 211 # Ignore any files that get used during a gcc build only.
213 212 #
214 213 ./usr/src/cmd/sgs/rtld/common/mapfile-order-gcc
215 214
216 215 #
217 216 # The sharemgr command is built 32-bit only by default, but support
218 217 # for building 64-bit is latent in the Makefiles.
219 218 #
220 219 ./usr/src/cmd/dfs.cmds/sharemgr/amd64/Makefile
221 220 ./usr/src/cmd/dfs.cmds/sharemgr/sparcv9/Makefile
222 221
223 222 #
224 223 # Legitimately unreferenced license/copying files. Please include
225 224 # explanatory comments when adding items here.
226 225 #
227 226
228 227 #
229 228 # OPENSOLARIS.LICENSE needs to remain in usr/src as long as it is
230 229 # referenced in the CDDL headers.
231 230 #
232 231 ./usr/src/OPENSOLARIS.LICENSE
233 232
234 233 #
235 234 # This covers header files that are not delivered.
236 235 #
237 236 ./usr/src/uts/common/xen/public/COPYING
238 237
239 238 #
240 239 # ld tests which are not currently delivered
241 240 #
242 241 ./usr/src/cmd/sgs/test
243 242 ./usr/src/cmd/mdb/test
↓ open down ↓ |
87 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX