Print this page
8225 passing invalid global pattern to coreadm wedges it nicely

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libscf/common/mapfile-vers
          +++ new/usr/src/lib/libscf/common/mapfile-vers
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  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  # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
       23 +# Copyright 2017 RackTop Systems.
  23   24  #
  24   25  
  25   26  #
  26   27  # MAPFILE HEADER START
  27   28  #
  28   29  # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  29   30  # Object versioning must comply with the rules detailed in
  30   31  #
  31   32  #       usr/src/lib/README.mapfiles
  32   33  #
  33   34  # You should not be making modifications here until you've read the most current
  34   35  # copy of that file. If you need help, contact a gatekeeper for guidance.
  35   36  #
  36   37  # MAPFILE HEADER END
  37   38  #
  38   39  
  39   40  $mapfile_version 2
  40   41  
       42 +SYMBOL_VERSION ILLUMOS_0.1 {
       43 +        smf_degrade_instance_synchronous;
       44 +        smf_disable_instance_synchronous;
       45 +        smf_enable_instance_synchronous;
       46 +        smf_maintain_instance_synchronous;
       47 +        smf_refresh_instance_synchronous;
       48 +        smf_restart_instance_synchronous;
       49 +        smf_restore_instance_synchronous;
       50 +} SUNW_1.2;
       51 +
  41   52  SYMBOL_VERSION SUNW_1.2 {
  42   53      global:
  43   54          scf_count_ranges_destroy;
  44   55          scf_int_ranges_destroy;
  45   56          scf_string_to_type;
  46   57          scf_tmpl_error_pg;
  47   58          scf_tmpl_error_pg_tmpl;
  48   59          scf_tmpl_error_prop;
  49   60          scf_tmpl_error_prop_tmpl;
  50   61          scf_tmpl_error_type;
↓ open down ↓ 287 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX