exception_list.open (ac2f5fbe) exception_list.open (b30d1939)
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

--- 10 unchanged lines hidden (view full) ---

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.
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

--- 10 unchanged lines hidden (view full) ---

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.
27#
28#
29# open-tree exception list
30#
31# See README.exception_lists for details
32#
33
34#

--- 9 unchanged lines hidden (view full) ---

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#
28#
29#
30# open-tree exception list
31#
32# See README.exception_lists for details
33#
34
35#

--- 9 unchanged lines hidden (view full) ---

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#
52# Ignore ksh93/ast-related files that are only used to resync our build
53# configuration with upstream.
54#
55./usr/src/lib/libast/*/src/lib/libast/FEATURE
56./usr/src/lib/libast/*/src/lib/libast/ast_namval.h
57./usr/src/lib/libast/common/comp/conf.*
58./usr/src/lib/libast/common/features
59./usr/src/lib/libast/common/include/ast_windows.h
60./usr/src/lib/libast/common/port/lc.tab
61./usr/src/lib/libast/common/port/lcgen.c
62./usr/src/lib/libcmd/*/src/lib/libcmd/FEATURE
63./usr/src/lib/libcmd/common/features
64./usr/src/lib/libdll/*/src/lib/libdll/FEATURE
65./usr/src/lib/libdll/common/features
66./usr/src/lib/libpp/*/pp.*
67./usr/src/lib/libpp/common/gentab.sh
68./usr/src/lib/libpp/common/ppsym.c
69./usr/src/lib/libpp/i386/ppdebug.h
70./usr/src/lib/libpp/sparc/ppdebug.h
71./usr/src/lib/libshell/*/src/cmd/ksh93/FEATURE
72./usr/src/lib/libshell/common/data/math.tab
73./usr/src/lib/libshell/common/features
74./usr/src/lib/libshell/misc/buildksh93.sh
75./usr/src/lib/libshell/misc/buildksh93.readme
76
77#
78# Ignore ksh93/ast-related "iffe" (if feature enabled) probe
79#
80./usr/src/lib/libsum/common/features/sum
81
82#
83# Ignore ksh93/ast-related upstream source, currently superseded by
84# a per-platform version of sum.h, since we use libmd.so.1 for some
85# ciphers.
86#
87./usr/src/lib/libsum/common/sum.h
88
89#
90# Ignore ksh93/ast-related test programs.
91#
92./usr/src/cmd/ast/msgcc/msgcc.tst
93./usr/src/lib/libast/common/port/astmath.c
94
95#
96# Ignore ksh93/ast-related source components that are not currently
97# used but may be useful later.
98#
99./usr/src/lib/libcmd/common/cksum.c
100./usr/src/lib/libcmd/common/md5sum.c
101./usr/src/lib/libcmd/common/sum.c
102./usr/src/lib/libshell/common/bltins/mkservice.c
103./usr/src/lib/libshell/common/data/bash_pre_rc.sh
104./usr/src/lib/libshell/common/include/env.h
105./usr/src/lib/libshell/common/sh/bash.c
106./usr/src/lib/libshell/common/sh/env.c
107./usr/src/lib/libshell/common/sh/shcomp.c
108./usr/src/lib/libshell/common/sh/suid_exec.c
109
110#
111# Ignore any files built as part of the nightly program itself.
112#
113# ISUSED - let checkpaths know that the next entry is good.
114./usr/src/*.out
115# ISUSED - let checkpaths know that the next entry is good.
116./usr/src/*.ref
117
118#

--- 124 unchanged lines hidden ---
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#

--- 124 unchanged lines hidden ---