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>


   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  24 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.

  25 #
  26 
  27 set name=pkg.fmri value=pkg:/system/header@$(PKGVERS)
  28 set name=pkg.description \
  29     value="SunOS C/C++ header files for general development of software"
  30 set name=pkg.summary value="SunOS Header Files"
  31 set name=info.classification value=org.opensolaris.category.2008:System/Core
  32 set name=variant.arch value=$(ARCH)
  33 dir path=usr group=sys
  34 dir path=usr/include
  35 $(i386_ONLY)dir path=usr/include/$(ARCH64)
  36 $(i386_ONLY)dir path=usr/include/$(ARCH64)/sys
  37 dir path=usr/include/arpa
  38 dir path=usr/include/asm
  39 dir path=usr/include/ast
  40 dir path=usr/include/bsm
  41 dir path=usr/include/dat
  42 dir path=usr/include/des
  43 dir path=usr/include/gssapi
  44 dir path=usr/include/hal


 488 file path=usr/include/libfstyp_module.h
 489 file path=usr/include/libgen.h
 490 file path=usr/include/libgrubmgmt.h
 491 file path=usr/include/libintl.h
 492 file path=usr/include/libipmi.h
 493 file path=usr/include/libipp.h
 494 file path=usr/include/libnvpair.h
 495 file path=usr/include/libnwam.h
 496 file path=usr/include/libpolkit/libpolkit.h
 497 file path=usr/include/librcm.h
 498 file path=usr/include/libscf.h
 499 file path=usr/include/libscf_priv.h
 500 file path=usr/include/libshare.h
 501 file path=usr/include/libsvm.h
 502 file path=usr/include/libsysevent.h
 503 file path=usr/include/libsysevent_impl.h
 504 file path=usr/include/libtsnet.h
 505 $(sparc_ONLY)file path=usr/include/libv12n.h
 506 file path=usr/include/libw.h
 507 file path=usr/include/libzfs.h

 508 file path=usr/include/libzoneinfo.h
 509 file path=usr/include/limits.h
 510 file path=usr/include/linenum.h
 511 file path=usr/include/link.h
 512 file path=usr/include/listen.h
 513 file path=usr/include/locale.h
 514 file path=usr/include/macros.h
 515 file path=usr/include/maillock.h
 516 file path=usr/include/malloc.h
 517 file path=usr/include/md4.h
 518 file path=usr/include/md5.h
 519 file path=usr/include/mdiox.h
 520 file path=usr/include/mdmn_changelog.h
 521 file path=usr/include/memory.h
 522 file path=usr/include/menu.h
 523 file path=usr/include/meta.h
 524 file path=usr/include/meta_basic.h
 525 file path=usr/include/meta_runtime.h
 526 file path=usr/include/metacl.h
 527 file path=usr/include/metad.h




   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  24 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  25 # Copyright (c) 2012 by Delphix. All rights reserved.
  26 #
  27 
  28 set name=pkg.fmri value=pkg:/system/header@$(PKGVERS)
  29 set name=pkg.description \
  30     value="SunOS C/C++ header files for general development of software"
  31 set name=pkg.summary value="SunOS Header Files"
  32 set name=info.classification value=org.opensolaris.category.2008:System/Core
  33 set name=variant.arch value=$(ARCH)
  34 dir path=usr group=sys
  35 dir path=usr/include
  36 $(i386_ONLY)dir path=usr/include/$(ARCH64)
  37 $(i386_ONLY)dir path=usr/include/$(ARCH64)/sys
  38 dir path=usr/include/arpa
  39 dir path=usr/include/asm
  40 dir path=usr/include/ast
  41 dir path=usr/include/bsm
  42 dir path=usr/include/dat
  43 dir path=usr/include/des
  44 dir path=usr/include/gssapi
  45 dir path=usr/include/hal


 489 file path=usr/include/libfstyp_module.h
 490 file path=usr/include/libgen.h
 491 file path=usr/include/libgrubmgmt.h
 492 file path=usr/include/libintl.h
 493 file path=usr/include/libipmi.h
 494 file path=usr/include/libipp.h
 495 file path=usr/include/libnvpair.h
 496 file path=usr/include/libnwam.h
 497 file path=usr/include/libpolkit/libpolkit.h
 498 file path=usr/include/librcm.h
 499 file path=usr/include/libscf.h
 500 file path=usr/include/libscf_priv.h
 501 file path=usr/include/libshare.h
 502 file path=usr/include/libsvm.h
 503 file path=usr/include/libsysevent.h
 504 file path=usr/include/libsysevent_impl.h
 505 file path=usr/include/libtsnet.h
 506 $(sparc_ONLY)file path=usr/include/libv12n.h
 507 file path=usr/include/libw.h
 508 file path=usr/include/libzfs.h
 509 file path=usr/include/libzfs_core.h
 510 file path=usr/include/libzoneinfo.h
 511 file path=usr/include/limits.h
 512 file path=usr/include/linenum.h
 513 file path=usr/include/link.h
 514 file path=usr/include/listen.h
 515 file path=usr/include/locale.h
 516 file path=usr/include/macros.h
 517 file path=usr/include/maillock.h
 518 file path=usr/include/malloc.h
 519 file path=usr/include/md4.h
 520 file path=usr/include/md5.h
 521 file path=usr/include/mdiox.h
 522 file path=usr/include/mdmn_changelog.h
 523 file path=usr/include/memory.h
 524 file path=usr/include/menu.h
 525 file path=usr/include/meta.h
 526 file path=usr/include/meta_basic.h
 527 file path=usr/include/meta_runtime.h
 528 file path=usr/include/metacl.h
 529 file path=usr/include/metad.h