Print this page
11226 Remove NetraCT support

Split Close
Expand all
Collapse all
          --- old/exception_lists/check_rtime
          +++ new/exception_lists/check_rtime
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.
  25   25  # Copyright 2018 OmniOS Community Edition (OmniOSce) Association.
       26 +# Copyright 2019 Peter Tribble.
  26   27  #
  27   28  
  28   29  # This file provides exceptions to the usual rules applied to ELF objects by
  29   30  # check_rtime. All strings are Perl regular expressions that are compared to
  30   31  # file paths. In addition to the standard Perl syntax, there is one extension:
  31   32  #
  32   33  #       MACH(dir)
  33   34  #
  34   35  # is expanded into a regular expression that matches the given
  35   36  # directory, or a 64-bit subdirectory of the directory with the
↓ open down ↓ 201 lines elided ↑ open up ↑
 237  238  
 238  239  # libucb is intended for legacy compatibility, not general use
 239  240  FORBIDDEN libucb\.so
 240  241  FORBIDDEN_DEP usr/ucb/
 241  242  FORBIDDEN_DEP usr/ucblib/
 242  243  
 243  244  # Older versions of libraries only provided for binary compatibility
 244  245  FORBIDDEN libm\.so\.1
 245  246  FORBIDDEN libresolv\.so\.1
 246  247  FORBIDDEN libxcurses\.so\.1
 247      -
 248      -# The libprtdiag_psr.so.1 objects built under usr/src/lib/libprtdiag_psr
 249      -# are a family, all built using the same makefile, targeted at different
 250      -# sparc hardware variants. There are a small number of cases where this
 251      -# one size fits all approach causes an object to be linked against an
 252      -# unneeded library.
 253      -UNREF_OBJ       lib/(libdevinfo|libcfgadm)\.so\.1; .*\ of\ .*SUNW,Netra-CP2300/lib/libprtdiag_psr\.so\.1
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX