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>
   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet
   9 # at http://www.illumos.org/license/CDDL.
  10 #
  11 

  12 # Copyright 2011, Richard Lowe


  13 
  14 include ../../Makefile.master
  15 
  16 MANSECT =       5
  17 
  18 MANFILES =      Intro.5                 \
  19                 acl.5                   \
  20                 ad.5                    \
  21                 ascii.5                 \
  22                 attributes.5            \
  23                 audit_binfile.5         \
  24                 audit_remote.5          \
  25                 audit_syslog.5          \
  26                 brands.5                \
  27                 cancellation.5          \
  28                 charmap.5               \
  29                 condition.5             \
  30                 crypt_bsdbf.5           \
  31                 crypt_bsdmd5.5          \
  32                 crypt_sha256.5          \


  94                 pkcs11_tpm.5            \
  95                 privileges.5            \
  96                 prof.5                  \
  97                 rbac.5                  \
  98                 regex.5                 \
  99                 regexp.5                \
 100                 resource_controls.5     \
 101                 smf.5                   \
 102                 smf_bootstrap.5         \
 103                 smf_method.5            \
 104                 smf_restarter.5         \
 105                 smf_security.5          \
 106                 smf_template.5          \
 107                 standards.5             \
 108                 sticky.5                \
 109                 tecla.5                 \
 110                 term.5                  \
 111                 threads.5               \
 112                 trusted_extensions.5    \
 113                 vgrindefs.5             \
 114                 zones.5

 115 
 116 MANSOFILES =    ANSI.5          \
 117                 C++.5           \
 118                 C.5             \
 119                 CSI.5           \
 120                 ISO.5           \
 121                 MT-Level.5      \
 122                 POSIX.1.5       \
 123                 POSIX.2.5       \
 124                 POSIX.5         \
 125                 RBAC.5          \
 126                 SUS.5           \
 127                 SUSv2.5         \
 128                 SUSv3.5         \
 129                 SVID.5          \
 130                 SVID3.5         \
 131                 XNS.5           \
 132                 XNS4.5          \
 133                 XNS5.5          \
 134                 XPG.5           \


   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet
   9 # at http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright 2011, Richard Lowe
  14 # Copyright (c) 2012 by Delphix. All rights reserved.
  15 #
  16 
  17 include ../../Makefile.master
  18 
  19 MANSECT =       5
  20 
  21 MANFILES =      Intro.5                 \
  22                 acl.5                   \
  23                 ad.5                    \
  24                 ascii.5                 \
  25                 attributes.5            \
  26                 audit_binfile.5         \
  27                 audit_remote.5          \
  28                 audit_syslog.5          \
  29                 brands.5                \
  30                 cancellation.5          \
  31                 charmap.5               \
  32                 condition.5             \
  33                 crypt_bsdbf.5           \
  34                 crypt_bsdmd5.5          \
  35                 crypt_sha256.5          \


  97                 pkcs11_tpm.5            \
  98                 privileges.5            \
  99                 prof.5                  \
 100                 rbac.5                  \
 101                 regex.5                 \
 102                 regexp.5                \
 103                 resource_controls.5     \
 104                 smf.5                   \
 105                 smf_bootstrap.5         \
 106                 smf_method.5            \
 107                 smf_restarter.5         \
 108                 smf_security.5          \
 109                 smf_template.5          \
 110                 standards.5             \
 111                 sticky.5                \
 112                 tecla.5                 \
 113                 term.5                  \
 114                 threads.5               \
 115                 trusted_extensions.5    \
 116                 vgrindefs.5             \
 117                 zones.5                 \
 118                 zpool-features.5
 119 
 120 MANSOFILES =    ANSI.5          \
 121                 C++.5           \
 122                 C.5             \
 123                 CSI.5           \
 124                 ISO.5           \
 125                 MT-Level.5      \
 126                 POSIX.1.5       \
 127                 POSIX.2.5       \
 128                 POSIX.5         \
 129                 RBAC.5          \
 130                 SUS.5           \
 131                 SUSv2.5         \
 132                 SUSv3.5         \
 133                 SVID.5          \
 134                 SVID3.5         \
 135                 XNS.5           \
 136                 XNS4.5          \
 137                 XNS5.5          \
 138                 XPG.5           \