Print this page
2882 implement libzfs_core
2883 changing "canmount" property to "on" should not always remount dataset
2900 "zfs snapshot" should be able to create multiple, arbitrary snapshots at once
Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Chris Siden <christopher.siden@delphix.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Bill Pijewski <wdp@joyent.com>
Reviewed by: Dan Kruchinin <dan.kruchinin@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/Makefile
          +++ new/usr/src/lib/Makefile
↓ open down ↓ 13 lines elided ↑ open up ↑
  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 2011 Nexenta Systems, Inc.  All rights reserved.
  23   23  # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
       24 +# Copyright (c) 2012 by Delphix. All rights reserved.
  24   25  
  25   26  include ../Makefile.master
  26   27  
  27   28  #       Note that libcurses installs commands along with its library.
  28   29  #       This is a minor bug which probably should be fixed.
  29   30  #       Note also that a few extra libraries are kept in cmd source.
  30   31  #
  31   32  # Certain libraries are linked with, hence depend on, other libraries.
  32   33  #
  33   34  # Although we have historically used .WAIT to express dependencies, it
↓ open down ↓ 193 lines elided ↑ open up ↑
 227  228          liblgrp         \
 228  229          libfsmgt        \
 229  230          fm              \
 230  231          libavl          \
 231  232          libcmdutils     \
 232  233          libcontract     \
 233  234          ../cmd/sendmail/libmilter       \
 234  235          sasl_plugins    \
 235  236          udapl           \
 236  237          libzpool        \
      238 +        libzfs_core     \
 237  239          libzfs          \
 238      -        libbe           \
 239      -        pylibbe         \
      240 +        libbe           \
      241 +        pylibbe         \
 240  242          libzfs_jni      \
 241  243          pyzfs           \
 242  244          pysolaris       \
 243  245          libmapid        \
 244  246          brand           \
 245  247          policykit       \
 246  248          hal             \
 247  249          libshare        \
 248  250          libsqlite       \
 249  251          libidmap        \
↓ open down ↓ 217 lines elided ↑ open up ↑
 467  469          libvrrpadm      \
 468  470          libvolmgt       \
 469  471          libumem         \
 470  472          libunistat      \
 471  473          libuutil        \
 472  474          libwanboot      \
 473  475          libwanbootutil  \
 474  476          libwrap         \
 475  477          libxcurses2     \
 476  478          libzfs          \
      479 +        libzfs_core     \
 477  480          libzfs_jni      \
 478  481          libzoneinfo     \
 479  482          libzonestat     \
 480  483          hal             \
 481  484          policykit       \
 482  485          lvm             \
 483  486          pkcs11          \
 484  487          passwdutil      \
 485  488          ../cmd/sendmail/libmilter       \
 486  489          fm              \
↓ open down ↓ 144 lines elided ↑ open up ↑
 631  634  pam_modules:    libproject passwdutil smbsrv
 632  635  libscf:         libuutil libmd libgen libsmbios libnsl
 633  636  libinetsvc:     libscf
 634  637  librestart:     libuutil libscf
 635  638  ../cmd/sgs/libdl:       ../cmd/sgs/libconv
 636  639  ../cmd/sgs/libelf:      ../cmd/sgs/libconv
 637  640  pkcs11:         libcryptoutil
 638  641  print:          libldap5
 639  642  udapl/udapl_tavor:      udapl/libdat
 640  643  libzfs:         libdevid libgen libnvpair libuutil \
 641      -                libadm libavl libefi libidmap libmd
      644 +                libadm libavl libefi libidmap libmd libzfs_core
      645 +libzfs_core:    libnvpair
 642  646  libzfs_jni:     libdiskmgt libnvpair libzfs
 643  647  libzpool:       libavl libumem libnvpair libcmdutils
 644  648  libsec:         libavl libidmap
 645  649  brand:          libc libsocket
 646  650  libshare:       libscf libzfs libuuid libfsmgt libsecdb libumem libsmbfs
 647  651  libexacct/demo: libexacct libproject libsocket libnsl
 648  652  libtsalarm:     libpcp
 649  653  smbsrv:         libsocket libnsl libmd libxnet libpthread librt \
 650  654                  libshare libidmap pkcs11 libsqlite libcryptoutil \
 651  655                  libreparse libcmdutils
↓ open down ↓ 40 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX