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/man/man5/Makefile
          +++ new/usr/src/man/man5/Makefile
   1    1  #
  
    | 
      ↓ open down ↓ | 
    1 lines elided | 
    
      ↑ open up ↑ | 
  
   2    2  # This file and its contents are supplied under the terms of the
   3    3  # Common Development and Distribution License ("CDDL"), version 1.0.
   4    4  # You may only use this file in accordance with the terms of version
   5    5  # 1.0 of the CDDL.
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet
   9    9  # at http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
       12 +#
  12   13  # Copyright 2011, Richard Lowe
       14 +# Copyright (c) 2012 by Delphix. All rights reserved.
       15 +#
  13   16  
  14   17  include ../../Makefile.master
  15   18  
  16      -MANSECT =       5
       19 +MANSECT =       5
  17   20  
  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          \
  33      -                crypt_sha512.5          \
  34      -                crypt_sunmd5.5          \
  35      -                crypt_unix.5            \
  36      -                device_clean.5          \
  37      -                dhcp.5                  \
  38      -                dhcp_modules.5          \
  39      -                environ.5               \
  40      -                eqnchar.5               \
  41      -                extendedFILE.5          \
  42      -                filesystem.5            \
  43      -                fnmatch.5               \
  44      -                formats.5               \
  45      -                fsattr.5                \
  46      -                grub.5                  \
  47      -                gss_auth_rules.5        \
  48      -                hal.5                   \
  49      -                iconv.5                 \
  50      -                iconv_unicode.5         \
  51      -                ieee802.11.5            \
  52      -                ipfilter.5              \
  53      -                isalist.5               \
  54      -                kerberos.5              \
  55      -                krb5_auth_rules.5       \
  56      -                krb5envvar.5            \
  57      -                largefile.5             \
  58      -                lf64.5                  \
  59      -                lfcompile.5             \
  60      -                lfcompile64.5           \
  61      -                locale.5                \
  62      -                man.5                   \
  63      -                mansun.5                \
  64      -                me.5                    \
  65      -                mech_spnego.5           \
  66      -                mm.5                    \
  67      -                ms.5                    \
  68      -                mutex.5                 \
  69      -                nfssec.5                \
  70      -                pam_allow.5             \
  71      -                pam_authtok_check.5     \
  72      -                pam_authtok_get.5       \
  73      -                pam_authtok_store.5     \
  74      -                pam_deny.5              \
  75      -                pam_dhkeys.5            \
  76      -                pam_dial_auth.5         \
  77      -                pam_krb5.5              \
  78      -                pam_krb5_migrate.5      \
  79      -                pam_ldap.5              \
  80      -                pam_list.5              \
  81      -                pam_passwd_auth.5       \
  82      -                pam_rhosts_auth.5       \
  83      -                pam_roles.5             \
  84      -                pam_sample.5            \
  85      -                pam_smb_passwd.5        \
  86      -                pam_smbfs_login.5       \
  87      -                pam_tsol_account.5      \
  88      -                pam_unix_account.5      \
  89      -                pam_unix_auth.5         \
  90      -                pam_unix_cred.5         \
  91      -                pam_unix_session.5      \
  92      -                pkcs11_kernel.5         \
  93      -                pkcs11_softtoken.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
       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          \
       36 +                crypt_sha512.5          \
       37 +                crypt_sunmd5.5          \
       38 +                crypt_unix.5            \
       39 +                device_clean.5          \
       40 +                dhcp.5                  \
       41 +                dhcp_modules.5          \
       42 +                environ.5               \
       43 +                eqnchar.5               \
       44 +                extendedFILE.5          \
       45 +                filesystem.5            \
       46 +                fnmatch.5               \
       47 +                formats.5               \
       48 +                fsattr.5                \
       49 +                grub.5                  \
       50 +                gss_auth_rules.5        \
       51 +                hal.5                   \
       52 +                iconv.5                 \
       53 +                iconv_unicode.5         \
       54 +                ieee802.11.5            \
       55 +                ipfilter.5              \
       56 +                isalist.5               \
       57 +                kerberos.5              \
       58 +                krb5_auth_rules.5       \
       59 +                krb5envvar.5            \
       60 +                largefile.5             \
       61 +                lf64.5                  \
       62 +                lfcompile.5             \
       63 +                lfcompile64.5           \
       64 +                locale.5                \
       65 +                man.5                   \
       66 +                mansun.5                \
       67 +                me.5                    \
       68 +                mech_spnego.5           \
       69 +                mm.5                    \
       70 +                ms.5                    \
       71 +                mutex.5                 \
       72 +                nfssec.5                \
       73 +                pam_allow.5             \
       74 +                pam_authtok_check.5     \
       75 +                pam_authtok_get.5       \
       76 +                pam_authtok_store.5     \
       77 +                pam_deny.5              \
       78 +                pam_dhkeys.5            \
       79 +                pam_dial_auth.5         \
       80 +                pam_krb5.5              \
       81 +                pam_krb5_migrate.5      \
       82 +                pam_ldap.5              \
       83 +                pam_list.5              \
       84 +                pam_passwd_auth.5       \
       85 +                pam_rhosts_auth.5       \
       86 +                pam_roles.5             \
       87 +                pam_sample.5            \
       88 +                pam_smb_passwd.5        \
       89 +                pam_smbfs_login.5       \
       90 +                pam_tsol_account.5      \
       91 +                pam_unix_account.5      \
       92 +                pam_unix_auth.5         \
       93 +                pam_unix_cred.5         \
       94 +                pam_unix_session.5      \
       95 +                pkcs11_kernel.5         \
       96 +                pkcs11_softtoken.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
 115  119  
 116  120  MANSOFILES =    ANSI.5          \
 117  121                  C++.5           \
 118  122                  C.5             \
 119  123                  CSI.5           \
 120  124                  ISO.5           \
 121  125                  MT-Level.5      \
 122  126                  POSIX.1.5       \
 123  127                  POSIX.2.5       \
 124  128                  POSIX.5         \
 125  129                  RBAC.5          \
 126  130                  SUS.5           \
 127  131                  SUSv2.5         \
 128  132                  SUSv3.5         \
 129  133                  SVID.5          \
 130  134                  SVID3.5         \
 131  135                  XNS.5           \
 132  136                  XNS4.5          \
 133  137                  XNS5.5          \
 134  138                  XPG.5           \
 135  139                  XPG3.5          \
 136  140                  XPG4.5          \
 137  141                  XPG4v2.5        \
 138  142                  advance.5       \
 139  143                  architecture.5  \
 140  144                  availability.5  \
 141  145                  compile.5       \
 142  146                  intro.5         \
 143  147                  pthreads.5      \
 144  148                  stability.5     \
 145  149                  standard.5      \
 146  150                  step.5          \
 147  151                  teclarc.5
 148  152  
 149  153  MANFILES +=     $(MANSOFILES)
 150  154  
 151  155  intro.5         := SOSRC = man5/Intro.5
 152  156  
 153  157  CSI.5           := SOSRC = man5/attributes.5
 154  158  MT-Level.5      := SOSRC = man5/attributes.5
 155  159  architecture.5  := SOSRC = man5/attributes.5
 156  160  availability.5  := SOSRC = man5/attributes.5
 157  161  stability.5     := SOSRC = man5/attributes.5
 158  162  standard.5      := SOSRC = man5/attributes.5
 159  163  
 160  164  RBAC.5          := SOSRC = man5/rbac.5
 161  165  
 162  166  advance.5       := SOSRC = man5/regexp.5
 163  167  compile.5       := SOSRC = man5/regexp.5
 164  168  step.5          := SOSRC = man5/regexp.5
 165  169  
 166  170  ANSI.5          := SOSRC = man5/standards.5
 167  171  C++.5           := SOSRC = man5/standards.5
 168  172  C.5             := SOSRC = man5/standards.5
 169  173  ISO.5           := SOSRC = man5/standards.5
 170  174  POSIX.1.5       := SOSRC = man5/standards.5
 171  175  POSIX.2.5       := SOSRC = man5/standards.5
 172  176  POSIX.5         := SOSRC = man5/standards.5
 173  177  SUS.5           := SOSRC = man5/standards.5
 174  178  SUSv2.5         := SOSRC = man5/standards.5
 175  179  SUSv3.5         := SOSRC = man5/standards.5
 176  180  SVID.5          := SOSRC = man5/standards.5
 177  181  SVID3.5         := SOSRC = man5/standards.5
 178  182  XNS.5           := SOSRC = man5/standards.5
 179  183  XNS4.5          := SOSRC = man5/standards.5
 180  184  XNS5.5          := SOSRC = man5/standards.5
 181  185  XPG.5           := SOSRC = man5/standards.5
 182  186  XPG3.5          := SOSRC = man5/standards.5
 183  187  XPG4.5          := SOSRC = man5/standards.5
 184  188  XPG4v2.5        := SOSRC = man5/standards.5
 185  189  
 186  190  teclarc.5       := SOSRC = man5/tecla.5
 187  191  
 188  192  pthreads.5      := SOSRC = man5/threads.5
 189  193  
 190  194  .KEEP_STATE:
 191  195  
 192  196  include ../Makefile.man
 193  197  
 194  198  install: $(ROOTMANFILES)
  
    | 
      ↓ open down ↓ | 
    70 lines elided | 
    
      ↑ open up ↑ | 
  
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX