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