summaryrefslogtreecommitdiff
path: root/usr/src/tools/findunref/exception_list
blob: 1977eef1676380c43c4943891bc14efc0ad64d0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# ident	"%Z%%M%	%I%	%E% SMI"
#
# Exception list for the findunref tool.  Files in this list are by definition
# intentionally never used during a standard nightly build.  Since very few
# files fall into this category (that will not match the existing filename
# globs), you should clear any additions to this file with the gatekeepers.
#

#
# Ignore text files.
#
./src/OPENSOLARIS.LICENSE
*.txt
*/*[Rr][Ee][Aa][Dd][Mm][Ee]*
*/ChangeLog
*/READ_ME
*/TODO
*/COPYRIGHT
*/LICENSE

#
# Ignore oddly-named text files scattered about -- someday these should be
# suffixed with .txt so we don't have to list them.
#
./src/cmd/oawk/EXPLAIN
./src/cmd/rpcsvc/nis/rpc.nisd/resolv_server/DNS_FWD
./src/cmd/vi/port/ex.news
./src/uts/common/io/dktp/controller/ata/capacity.notes
./src/cmd/ssh/doc/*

#
# Ignore everything under trees that may be resynched from outside ON.
#
./src/cmd/perl
./src/cmd/svc/configd/sqlite
./src/cmd/tcpd
./src/common/openssl
./src/grub
./src/uts/intel/sys/acpi

#
# Ignore any files built as part of the nightly program itself.
#
# ISUSED - let checkpaths know that the next entry is good.
./src/*.out
# ISUSED - let checkpaths know that the next entry is good.
./src/*.ref

#
# Ignore warlock-related goop; not used during a nightly.
#
*.wlc
*.wlcmd
*/wlcmd
*/warlock
./src/uts/sparc/amsrc*/main.c

#
# Ignore internal test directories and test programs.
#
*/tests
*/test
*Test.java
*_test.[ch]
./src/cmd/ldap/common/*test.c
./src/cmd/logadm/tester
./src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/extract
./src/cmd/print/printmgr/com/sun/admin/pm/server/pmtest
./src/cmd/sendmail/libsm/t-*.c
./src/cmd/sort/common/convert.c
./src/cmd/sort/common/invoke.c
./src/lib/efcode/fcode_test
./src/lib/libkvm/common/test.c

#
# Ignore debugging code.
#
./src/cmd/fs.d/pcfs/fsck/inject.c
./src/cmd/sort/common/statistics.c

#
# Ignore internal packages, scripts, and tools that are intentionally not
# built or used during a nightly.
#
./src/cmd/mdb/packages
./src/cmd/sgs/packages
./src/cmd/sgs/rtld.4.x
./src/cmd/zic/makefile.tzpkg
./src/cmd/zic/tzpkg.awk
./src/prototypes
*/tools
./src/cmd/pools/poold/com/sun/solaris/*/*/package.html

#
# Ignore files that are only used by internal packages.
#
./src/cmd/sgs/*/*/*chk.msg

#
# Ignore files that get used during a EXPORT_SRC or CRYPT_SRC build only.
#
./src/common/crypto/aes/Makefile
./src/common/crypto/arcfour/Makefile
./src/common/crypto/blowfish/Makefile
./src/common/crypto/des/Makefile
./src/common/crypto/rsa/Makefile
./src/lib/gss_mechs/mech_dh/backend/mapfile-vers
./src/lib/gss_mechs/mech_dh/dh1024/mapfile-vers
./src/lib/gss_mechs/mech_dh/dh192/mapfile-vers
./src/lib/gss_mechs/mech_dh/dh640/mapfile-vers
./src/lib/gss_mechs/mech_krb5/spec/krb5_clean.spec
./src/lib/gss_mechs/mech_spnego/spec/clean.spec
./src/lib/pkcs11/pkcs11_softtoken/common/Makefile
./src/uts/common/Makefile
./src/uts/common/crypto/io/Makefile
./src/uts/common/gssapi/include/Makefile
./src/uts/common/gssapi/mechs/dummy/Makefile
./src/uts/common/gssapi/mechs/krb5/Makefile
./src/uts/sun4v/io/ncp/Makefile
./src/xmod

#
# Ignore Makefiles which are used by developers but not used by nightly
# itself.  This is a questionable practice, since they tend to rot.
#
./src/cmd/syslogd/sparcv9/Makefile
./src/uts/sparc/uhci/Makefile

#
# Ignore files only used by lint.  Eventually, linting in these areas should
# be tied into nightly, at which point these exceptions should be removed.
#
./src/cmd/sgs/*/*/lintsup.c
./src/cmd/sgs/lib*/common/llib-*
./src/cmd/sgs/sgsdemangler/common/llib-ldemangle

#
# Ignore sample source code.
#
./src/lib/libdhcpsvc/modules/templates

#
# Ignore .xcl files that aren't used because the program is statically linked.
#
./src/cmd/cmd-inet/sbin/dhcpagent/dhcpagent.xcl

#
# Ignore sendmail files included for completeness' sake, but which won't
# be used until certain _FFR (for future release) #define's go live.
#
./src/cmd/sendmail/include/libmilter/milter.h
./src/cmd/sendmail/src/statusd_shm.h

#
# Ignore libbsm files which won't be used until later.
#
./src/lib/libbsm/common/adt_ucred.h

#
# Ignore libdiskmgt.h. Used for building but not delivered.
#
./src/lib/libdiskmgt/common/libdiskmgt.h

#
# Ignore files originally supplied by ISC (Internet Software Consortium) 
# as part of a BIND release.
#
./src/lib/libresolv2/common/cylink/bn68000.c
./src/lib/libresolv2/common/cylink/bn8086.c
./src/lib/libresolv2/common/cylink/lbn68000.c
./src/lib/libresolv2/common/cylink/lbn68000.h
./src/lib/libresolv2/common/cylink/lbn68020.c
./src/lib/libresolv2/common/cylink/lbn68020.h
./src/lib/libresolv2/common/cylink/lbn80386.h
./src/lib/libresolv2/common/cylink/lbn8086.h
./src/lib/libresolv2/common/cylink/lbnppc.c
./src/lib/libresolv2/common/cylink/lbnppc.h
./src/lib/libresolv2/common/cylink/ppcasm.h
./src/lib/libresolv2/common/cylink/sizetest.c
./src/lib/libresolv2/common/irs/getaddrinfo.c
./src/lib/libresolv2/common/irs/nis_p.h
./src/lib/libresolv2/common/resolv/res_mkupdate.h
./src/lib/libresolv2/include/err.h
./src/lib/libresolv2/common/inet/inet_addr.c

#
# Ignore ufs unix version of the boot block, useful for testing.
#
./src/psm/stand/bootblks/ufs/common/iob.h
./src/psm/stand/bootblks/ufs/common/ufs.c
./src/psm/stand/bootblks/obp-c/common/cbootblk.h

#
# Ignore mont_mulf.c. It is used as a starting point for some hand optimized
# assembly files. We keep it around for future reference.
#
./src/common/bignum/mont_mulf.c