xref: /illumos-gate/usr/src/tools/findunref/exception_list.open (revision 55fcd84f321375248464013e08f0ff6d6e00fffe)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
24# Copyright 2014 Gary Mills
25# Copyright 2014 Garrett D'Amore <garrett@damore.org>
26# Copyright 2020 Joyent, Inc.
27# Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
28#
29# open-tree exception list
30#
31# See README.exception_lists for details
32#
33
34#
35# Ignore oddly-named text files scattered about -- someday these should be
36# suffixed with .txt so we don't have to list them.
37#
38./usr/src/cmd/oawk/EXPLAIN
39./usr/src/cmd/vi/port/ex.news
40
41#
42# Ignore everything under trees that may be resynched from outside ON.
43#
44./usr/src/cmd/perl
45./usr/src/cmd/sqlite
46./usr/src/lib/libsqlite
47./usr/src/cmd/tcpd
48./usr/src/grub
49./usr/src/uts/intel/sys/acpi
50
51#
52# Ignore any files built as part of the nightly program itself.
53#
54# ISUSED - let checkpaths know that the next entry is good.
55./usr/src/*.out
56# ISUSED - let checkpaths know that the next entry is good.
57./usr/src/*.ref
58
59#
60# Ignore internal test directories and test programs.
61#
62*/tests
63*/test
64*Test.java
65*_test.[ch]
66./usr/src/cmd/ldap/common/*test.c
67./usr/src/cmd/logadm/tester
68./usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/extract
69./usr/src/cmd/print/printmgr/com/sun/admin/pm/server/pmtest
70./usr/src/cmd/sendmail/libsm/t-*.c
71./usr/src/cmd/sort/common/convert.c
72./usr/src/cmd/sort/common/invoke.c
73./usr/src/lib/crypt_modules/sha256/test.c
74./usr/src/lib/efcode/fcode_test
75./usr/src/lib/libkvm/common/test.c
76./usr/src/lib/libsaveargs/tests/
77
78#
79# Ignore debugging code.
80#
81./usr/src/cmd/fs.d/pcfs/fsck/inject.c
82./usr/src/cmd/sort/common/statistics.c
83
84#
85# Ignore internal packages, scripts, and tools that are intentionally not
86# built or used during a nightly.
87#
88./usr/src/cmd/sgs/rtld.4.x
89./usr/src/prototypes
90./usr/src/cmd/pools/poold/com/sun/solaris/*/*/package.html
91./usr/src/uts/intel/io/acpica/cmp_ca.sh
92
93#
94# Ignore files that are only used by internal packages.
95#
96./usr/src/cmd/sgs/*/*/*chk.msg
97
98#
99# Ignore files that get used during a EXPORT_SRC or CRYPT_SRC build only.
100#
101./usr/src/lib/gss_mechs/mech_dh/backend/mapfile-vers
102./usr/src/lib/gss_mechs/mech_dh/dh1024/mapfile-vers
103./usr/src/lib/gss_mechs/mech_dh/dh192/mapfile-vers
104./usr/src/lib/gss_mechs/mech_dh/dh640/mapfile-vers
105
106#
107# Ignore Makefiles which are used by developers but not used by nightly
108# itself.  This is a questionable practice, since they tend to rot.
109#
110./usr/src/cmd/syslogd/sparcv9/Makefile
111./usr/src/uts/sparc/uhci/Makefile
112./usr/src/lib/pam_modules/smb/amd64/Makefile
113./usr/src/lib/pam_modules/smb/sparcv9/Makefile
114./usr/src/cmd/isns/isnsd/xml_def/isnsmgmtSchema.xsd
115
116#
117# Ignore dtrace scripts only used by developers
118#
119./usr/src/cmd/vscan/vscand/vscan.d
120
121#
122# Ignore sample source code.
123#
124./usr/src/cmd/sendmail/libmilter/example.c
125
126#
127# Ignore .xcl files that aren't used because the program is statically linked.
128#
129./usr/src/cmd/cmd-inet/sbin/dhcpagent/dhcpagent.xcl
130
131#
132# Ignore sendmail files included for completeness' sake, but which won't
133# be used until certain _FFR (for future release) #define's go live.
134#
135./usr/src/cmd/sendmail/src/statusd_shm.h
136
137#
138# Ignore files originally supplied by ISC (Internet Software Consortium)
139# as part of a BIND release.
140#
141./usr/src/lib/libresolv2/common/irs/getaddrinfo.c
142./usr/src/lib/libresolv2/common/irs/nis_p.h
143./usr/src/lib/libresolv2/common/resolv/res_mkupdate.h
144./usr/src/lib/libresolv2/include/err.h
145
146#
147# Ignore mont_mulf.c. It is used as a starting point for some hand optimized
148# assembly files. We keep it around for future reference.
149#
150./usr/src/common/bignum/mont_mulf.c
151
152#
153# Ignore any files that get used during a gcc build only.
154#
155./usr/src/cmd/sgs/rtld/common/mapfile-order-gcc
156
157#
158# The sharemgr command is built 32-bit only by default, but support
159# for building 64-bit is latent in the Makefiles.
160#
161./usr/src/cmd/dfs.cmds/sharemgr/amd64/Makefile
162./usr/src/cmd/dfs.cmds/sharemgr/sparcv9/Makefile
163
164#
165# Legitimately unreferenced license/copying files.  Please include
166# explanatory comments when adding items here.
167#
168
169#
170# OPENSOLARIS.LICENSE needs to remain in usr/src as long as it is
171# referenced in the CDDL headers.
172#
173./usr/src/OPENSOLARIS.LICENSE
174
175#
176# This covers header files that are not delivered.
177#
178./usr/src/uts/common/xen/public/COPYING
179
180#
181# These are in the source tree for reference, but another identical copy is
182# used by packaging.
183#
184./usr/src/cmd/bhyve/THIRDPARTYLICENSE
185./usr/src/cmd/bhyve/THIRDPARTYLICENSE.descrip
186./usr/src/cmd/bhyvectl/THIRDPARTYLICENSE
187./usr/src/cmd/bhyvectl/THIRDPARTYLICENSE.descrip
188./usr/src/contrib/bhyve/THIRDPARTYLICENSE
189./usr/src/contrib/bhyve/THIRDPARTYLICENSE.descrip
190./usr/src/uts/common/fs/smbclnt/netsmb/THIRDPARTYLICENSE.apple
191./usr/src/uts/common/fs/smbclnt/netsmb/THIRDPARTYLICENSE.apple.descrip
192./usr/src/uts/common/fs/smbclnt/netsmb/THIRDPARTYLICENSE.boris_popov
193./usr/src/uts/common/fs/smbclnt/netsmb/THIRDPARTYLICENSE.boris_popov.descrip
194./usr/src/uts/common/io/e1000api/THIRDPARTYLICENSE
195./usr/src/uts/common/io/e1000api/THIRDPARTYLICENSE.descrip
196./usr/src/uts/i86pc/io/viona/THIRDPARTYLICENSE
197./usr/src/uts/i86pc/io/viona/THIRDPARTYLICENSE.descrip
198
199# This is covered by license_in_headers in nfs4_prot.x
200./usr/src/head/rpcsvc/THIRDPARTYLICENSE.nfs4_prot
201./usr/src/head/rpcsvc/THIRDPARTYLICENSE.nfs4_prot.descrip
202
203#
204# ld tests which are not currently delivered
205#
206./usr/src/cmd/sgs/test
207