Name Date Size #Lines LOC

..01-Jun-2023-

MakefileH A D14-Feb-20211.4 KiB5618

README.exception_listsH A D14-Feb-20211.8 KiB5644

exception_list.closedH A D14-Feb-20212.2 KiB7163

exception_list.commonH A D14-Feb-20211.4 KiB7164

exception_list.openH A D27-Mar-20245.7 KiB202177

findunref.1onbldH A D14-Feb-20214.3 KiB10078

findunref.cH A D14-Feb-202113 KiB606383

README.exception_lists

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 2008 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26# ident	"%Z%%M%	%I%	%E% SMI"
27#
28
29Exception lists for the findunref tool
30
31Files in these lists are by definition intentionally never used during a
32standard nightly build.
33
34Most files in this category should be matched by the existing filename globs, so
35if you find yourself adding exceptions, please check with your advocate and/or
36the gatekeepers to be sure you're doing the right thing.
37
38The actual exception_list file used during a nightly build is generated during
39the build (see usr/src/tools/findunref/Makefile for details), based on various
40input files as follows:
41
42	Filename globs, applicable regardless of location in the source tree,
43	and regardless of SCM:
44
45		exception_list.common
46
47	Filename globs and specific files to ignore, based on the SCM in use:
48
49		exception_list.teamware
50		exception_list.mercurial
51
52	Specific files to ignore, divided by location in the source tree:
53
54		exception_list.open
55		exception_list.closed
56