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/pkg/manifests/system-header.mf
          +++ new/usr/src/pkg/manifests/system-header.mf
↓ open down ↓ 14 lines elided ↑ open up ↑
  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  #
  23   23  # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  24   24  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
       25 +# Copyright (c) 2012 by Delphix. All rights reserved.
  25   26  #
  26   27  
  27   28  set name=pkg.fmri value=pkg:/system/header@$(PKGVERS)
  28   29  set name=pkg.description \
  29   30      value="SunOS C/C++ header files for general development of software"
  30   31  set name=pkg.summary value="SunOS Header Files"
  31   32  set name=info.classification value=org.opensolaris.category.2008:System/Core
  32   33  set name=variant.arch value=$(ARCH)
  33   34  dir path=usr group=sys
  34   35  dir path=usr/include
↓ open down ↓ 463 lines elided ↑ open up ↑
 498  499  file path=usr/include/libscf.h
 499  500  file path=usr/include/libscf_priv.h
 500  501  file path=usr/include/libshare.h
 501  502  file path=usr/include/libsvm.h
 502  503  file path=usr/include/libsysevent.h
 503  504  file path=usr/include/libsysevent_impl.h
 504  505  file path=usr/include/libtsnet.h
 505  506  $(sparc_ONLY)file path=usr/include/libv12n.h
 506  507  file path=usr/include/libw.h
 507  508  file path=usr/include/libzfs.h
      509 +file path=usr/include/libzfs_core.h
 508  510  file path=usr/include/libzoneinfo.h
 509  511  file path=usr/include/limits.h
 510  512  file path=usr/include/linenum.h
 511  513  file path=usr/include/link.h
 512  514  file path=usr/include/listen.h
 513  515  file path=usr/include/locale.h
 514  516  file path=usr/include/macros.h
 515  517  file path=usr/include/maillock.h
 516  518  file path=usr/include/malloc.h
 517  519  file path=usr/include/md4.h
↓ open down ↓ 1620 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX