1 # 2 # ident "%Z%%M% %I% %E% SMI" 3 # 4 # Copyright 2008 Sun Microsystems, Inc. All rights reserved. 5 # Use is subject to license terms. 6 # 7 # CDDL HEADER START 8 # 9 # The contents of this file are subject to the terms of the 10 # Common Development and Distribution License (the "License"). 11 # You may not use this file except in compliance with the License. 12 # 13 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 # or http://www.opensolaris.org/os/licensing. 15 # See the License for the specific language governing permissions 16 # and limitations under the License. 17 # 18 # When distributing Covered Code, include this CDDL HEADER in each 19 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 20 # If applicable, add the following below this CDDL HEADER, with the 21 # fields enclosed by brackets "[]" replaced with your own identifying 22 # information: Portions Copyright [yyyy] [name of copyright owner] 23 # 24 # CDDL HEADER END 25 # 26 # syntax: 27 #WARNING:<label>:<1-line-desc>:<lib>|<sym>|<caller>,...:<text> 28 # or 29 #WARNING:<label>:<1-line-desc>:MATCH <expression>:<text> 30 # 31 # the label's and 1-line-desc's must be unique. 32 # the warning matches if any of the <lib>|<sym>|<caller> in the 33 # comma separated list match. 34 # "\" may be used to continue a line. the newline is replaced by " ". 35 # Another way to quote a block of text is to sandwich it between 36 # single "-". The newline previous to the 1st "-" must be "\" quoted. 37 # Special keywords in <expression>: 38 # file =~ -> $file =~ where $file is `/bin/file /path/to/object` 39 # dump =~ -> $dump =~ where $dump is `/usr/ccs/bin/dump /path/to/object` 40 # needed =~ -> $needed =~ where $needed is a list of all ldd needed libs. 41 # syms =~ -> $syms =~ where $syms is a string of the direct symbols. 42 # 43 # Note: if <lib> is a full path (contains /) that symlinks are not 44 # automatically handled (as they are for the models and the tweaks), so 45 # you have to list all likely symbolic links in the check (see ptrace ex.) 46 # 47 ############################################################################### 48 WARNING:sys_errlist:gettext("references sys_errlist/sys_nerr"):libc.so.1|sys_errlist|*DIRECT*,libc.so.1|sys_nerr|*DIRECT*: 49 ############################################################################### 50 WARNING:libkvm:gettext("calls libkvm kernel interfaces"):libkvm.so.1|*|*DIRECT*: 51 ############################################################################### 52 WARNING:libproc:gettext("calls libproc interfaces"):libproc.so.1|*|*DIRECT*: 53 ############################################################################### 54 WARNING:libxgl:gettext("calls libxgl graphics library"):libxgl.so.3|*|*DIRECT*: 55 ############################################################################### 56 WARNING:libxil:gettext("calls libxil imaging library"):libxil.so.1|*|*DIRECT*: 57 ############################################################################### 58 WARNING:libkrb:gettext("calls libkrb kerberos library"):libkrb.so.1|*|*DIRECT*: 59 ############################################################################### 60 WARNING:libauth:gettext("calls libauth library"):libauth.so.1|*|*DIRECT*: 61 ############################################################################### 62 WARNING:libdevfsevent:gettext("calls libdevfsevent library"):libdevfsevent.so.1|*|*DIRECT*: 63 ############################################################################### 64 WARNING:libdhcp:gettext("calls libdhcp.so.2 library"):libdhcp.so.2|*|*DIRECT*: 65 ############################################################################### 66 WARNING:libami:gettext("calls libami library"):libami.so.1|*|*DIRECT*,libami-global.so.1|*|*DIRECT*: 67 ############################################################################### 68 WARNING:ALT_USAGE _XtwaitForSomething:gettext("calls incompatible _XtwaitForSomething"):libXt.so.*|_XtwaitForSomething|*DIRECT*: 69 ############################################################################### 70 WARNING:sunos4x:gettext("SunOS 4.x a.out binary"):MATCH file=~/Sun demand paged|pure SPARC/: 71 ############################################################################### 72 WARNING:fork1_forkall:gettext("non-POSIX libthread fork call"):MATCH dump=~/NEEDED\s*libthread\.so\.1/ && !(needed=~/libpthread\.so\.1/) && syms=~/\b(fork|_fork)\b/: 73 ############################################################################### 74 WARNING:sysmem:gettext("calls deprecated sysmem/asysmem"):libadm.so.1|sysmem|*DIRECT*,libadm.so.1|asysmem|*DIRECT*: 75 ############################################################################### 76 WARNING:_lwp_create:gettext("uses lightweight processes directly"):libc.so.1|_lwp_create|*DIRECT*,libc.so.1|_lwp_detach|*DIRECT*,libc.so.1|_lwp_exit|*DIRECT*,libc.so.1|_lwp_getprivate|*DIRECT*,libc.so.1|_lwp_makecontext|*DIRECT*,libc.so.1|_lwp_setprivate|*DIRECT*,libc.so.1|_lwp_wait|*DIRECT*: 77 ############################################################################### 78 WARNING:libldap.so.3:gettext("calls obsolete LDAP library libldap.so.3"):libldap.so.3|*|*DIRECT*: 79 ############################################################################### 80 WARNING:libxfn:gettext("calls obsolete federated naming library libxfn.so"):libxfn.so.1|*|*DIRECT*,libxfn.so.2|*|*DIRECT*: 81 ############################################################################### 82 WARNING:libXinput:gettext("calls obsolete input library libXinput.so.0"):libXinput.so.0|*|*DIRECT*: 83 ############################################################################### 84 WARNING:libkcs:gettext("calls KCMS library libkcs.so.1"):libkcs.so.1|*|*DIRECT*: 85 ############################################################################### 86 WARNING:64-bit-ptrace:gettext("calls 64-bit ptrace(2) interface"):/usr/lib/sparcv9/libc.so.1|ptrace|*DIRECT*,/usr/lib/64/libc.so.1|ptrace|*DIRECT*: 87 ############################################################################### 88 WARNING:makecontext:gettext("possible makecontext(3C) source incompatibility"):libc.so.1|makecontext|*DIRECT*: 89 ############################################################################### 90 WARNING:librac:gettext("calls obsolete RPC library librac.so.1"):librac.so.1|*|*DIRECT*: 91