Print this page
2619 asynchronous destruction of ZFS file systems
2747 SPA versioning with zfs feature flags
Reviewed by: Matt Ahrens <mahrens@delphix.com>
Reviewed by: George Wilson <gwilson@delphix.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Dan Kruchinin <dan.kruchinin@gmail.com>
Approved by: Dan McDonald <danmcd@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/port/mapfile-vers
          +++ new/usr/src/lib/libc/port/mapfile-vers
↓ open down ↓ 16 lines elided ↑ open up ↑
  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   23  #
  24   24  # Copyright 2010 Nexenta Systems, Inc.  All rights reserved.
  25   25  # Use is subject to license terms.
  26   26  #
  27      -# Copyright (c) 2011 by Delphix. All rights reserved.
       27 +# Copyright (c) 2012 by Delphix. All rights reserved.
  28   28  #
  29   29  
  30   30  #
  31   31  # MAPFILE HEADER START
  32   32  #
  33   33  # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  34   34  # Object versioning must comply with the rules detailed in
  35   35  #
  36   36  #       usr/src/lib/README.mapfiles
  37   37  #
↓ open down ↓ 45 lines elided ↑ open up ↑
  83   83  $if _sparc && _ELF64
  84   84  $add sparcv9
  85   85  $endif
  86   86  $if _x86 && _ELF32
  87   87  $add i386
  88   88  $endif
  89   89  $if _x86 && _ELF64
  90   90  $add amd64
  91   91  $endif
  92   92  
       93 +SYMBOL_VERSION ILLUMOS_0.3 {    # Illumos additions
       94 +    protected:
       95 +        assfail3;
       96 +} ILLUMOS_0.2;
       97 +
  93   98  SYMBOL_VERSION ILLUMOS_0.2 {    # Illumos additions
  94   99      protected:
  95  100          posix_spawn_pipe_np;
  96  101  } ILLUMOS_0.1;
  97  102  
  98  103  SYMBOL_VERSION ILLUMOS_0.1 {    # Illumos additions
  99  104      protected:
 100  105          timegm;
 101  106  } SUNW_1.23;
 102  107  
↓ open down ↓ 3014 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX