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