summaryrefslogtreecommitdiff
path: root/exception_lists
diff options
context:
space:
mode:
authorKeith M Wesolowski <wesolows@foobazco.org>2014-02-21 18:50:29 +0000
committerKeith M Wesolowski <wesolows@foobazco.org>2014-02-21 18:50:29 +0000
commit91eb0ae5931fc30725eef8123148f586fc2baeda (patch)
tree22df6a2f8feeb453e3718d9ea719940c4e57695d /exception_lists
parent26b44dd0207ce5feef85b1e6f0b5a4dbc4f60e07 (diff)
parent97f7c4750238e3c507904468e4e9f17b15a08e2d (diff)
downloadillumos-joyent-91eb0ae5931fc30725eef8123148f586fc2baeda.tar.gz
[illumos-gate merge]
commit 97f7c4750238e3c507904468e4e9f17b15a08e2d 4600 Netbackup Catalog verification hangs waiting for NDMP server commit 361f55a51b4e8a8d5a73478602f4afdc6e199da5 4576 mountd(1m) needs to be able to set listen backlog commit 2c2a4b290e9cec73c81d22d42d3a63f2a3bb4e70 4519 ABI checking needs to adapt to modern times, run by default commit cb4d1691226e6583657e84c8ca7e3835499528a0 4522 the build doesn't fail nearly often enough commit a422476ddc8b07ee8e17a5962a46cd3b1f2ae17b 4525 remove last vestiges of tonic commit c3e6cb59e6ec7e289cc296c8f5f6e77651afe0a2 4526 nightly contains a great deal of effectively dead code Conflicts: usr/src/tools/scripts/nightly.sh usr/src/lib/libshare/nfs/libshare_nfs.c (copyright)
Diffstat (limited to 'exception_lists')
-rw-r--r--exception_lists/interface_check5
1 files changed, 4 insertions, 1 deletions
diff --git a/exception_lists/interface_check b/exception_lists/interface_check
index f980138bb1..377aa4b387 100644
--- a/exception_lists/interface_check
+++ b/exception_lists/interface_check
@@ -63,7 +63,10 @@ PLUGIN ^usr/lib/sysevent/modules
PLUGIN ^usr/perl5/5\.[^\\]*/lib
PLUGIN ^usr/platform
PLUGIN ^usr/sadm/lib/wbem
-
+# We unfortunately can't use MACH() here, since .../64/ is literal, and not a
+# link to to amd64 or sparcv9
+PLUGIN ^usr/lib/dtrace/libdtrace_forceload\.so$
+PLUGIN ^usr/lib/dtrace/64/libdtrace_forceload\.so$
# sbcp is a special case, and not a plugin. However, it does not have a
# versioned name, and does not contain versioning, so the PLUGIN exemptions fit.