Print this page
4206 history_003_pos relies on exact size of history log and entries
4207 history_008_pos depends on obsolete internal history log message
4208 Typo in zfs_main.c: "posxiuser"
4209 Populate zfstest with the remainder of the STF tests
Reviewed by: Sonu Pillai <sonu.pillai@delphix.com>
Reviewed by: Will Guyette <will.guyette@delphix.com>
Reviewed by: Eric Diven <eric.diven@delphix.com>
Reviewed by: Christopher Siden <christopher.siden@delphix.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 at
   9 # http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright (c) 2012 by Delphix. All rights reserved.
  14 #
  15 
  16 export ARP="/usr/sbin/arp"
  17 export AWK="/usr/bin/awk"
  18 export BASENAME="/usr/bin/basename"
  19 export BC="/usr/bin/bc"
  20 export BUNZIP2="/usr/bin/bunzip2"
  21 export BZCAT="/usr/bin/bzcat"
  22 # bzip2, bunzip2 and bzcat prepend the contents of $BZIP2 or $BZIP to any
  23 # arguments. Setting BZIP2 here will lead to hard-to-diagnose unhappiness.
  24 export CAT="/usr/bin/cat"
  25 export CD="/usr/bin/cd"
  26 export CHGRP="/usr/bin/chgrp"
  27 export CHMOD="/usr/bin/chmod"
  28 export CHOWN="/usr/bin/chown"
  29 export CKSUM="/usr/bin/cksum"
  30 export CLRI="/usr/sbin/clri"
  31 export CMP="/usr/bin/cmp"
  32 export COMPRESS="/usr/bin/compress"
  33 export COREADM="/usr/bin/coreadm"


 124 export SLEEP="/usr/bin/sleep"
 125 export SORT="/usr/bin/sort"
 126 export STRINGS="/usr/bin/strings"
 127 export SU="/usr/bin/su"
 128 export SUM="/usr/bin/sum"
 129 export SVCADM="/usr/sbin/svcadm"
 130 export SVCS="/usr/bin/svcs"
 131 export SWAP="/usr/sbin/swap"
 132 export SWAPADD="/sbin/swapadd"
 133 export SYNC="/usr/bin/sync"
 134 export TAIL="/usr/bin/tail"
 135 export TAR="/usr/sbin/tar"
 136 export TOUCH="/usr/bin/touch"
 137 export TR="/usr/bin/tr"
 138 export TRUE="/usr/bin/true"
 139 export TUNEFS="/usr/sbin/tunefs"
 140 export UFSDUMP="/usr/sbin/ufsdump"
 141 export UFSRESTORE="/usr/sbin/ufsrestore"
 142 export UMASK="/usr/bin/umask"
 143 export UMOUNT="/usr/sbin/umount"

 144 export UNAME="/usr/bin/uname"
 145 export UNCOMPRESS="/usr/bin/uncompress"
 146 export UNIQ="/usr/bin/uniq"
 147 export UNPACK="/usr/bin/unpack"
 148 export UNSHARE="/usr/sbin/unshare"
 149 export USERADD="/usr/sbin/useradd"
 150 export USERDEL="/usr/sbin/userdel"
 151 export USERMOD="/usr/sbin/usermod"
 152 export WAIT="/usr/bin/wait"
 153 export WC="/usr/bin/wc"
 154 export ZDB="/usr/sbin/zdb"
 155 export ZFS="/usr/sbin/zfs"
 156 export ZHACK="/usr/sbin/zhack"
 157 export ZLOGIN="/usr/sbin/zlogin"
 158 export ZONEADM="/usr/sbin/zoneadm"
 159 export ZONECFG="/usr/sbin/zonecfg"
 160 export ZONENAME="/usr/bin/zonename"
 161 export ZPOOL="/usr/sbin/zpool"
   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 at
   9 # http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright (c) 2013 by Delphix. All rights reserved.
  14 #
  15 
  16 export ARP="/usr/sbin/arp"
  17 export AWK="/usr/bin/awk"
  18 export BASENAME="/usr/bin/basename"
  19 export BC="/usr/bin/bc"
  20 export BUNZIP2="/usr/bin/bunzip2"
  21 export BZCAT="/usr/bin/bzcat"
  22 # bzip2, bunzip2 and bzcat prepend the contents of $BZIP2 or $BZIP to any
  23 # arguments. Setting BZIP2 here will lead to hard-to-diagnose unhappiness.
  24 export CAT="/usr/bin/cat"
  25 export CD="/usr/bin/cd"
  26 export CHGRP="/usr/bin/chgrp"
  27 export CHMOD="/usr/bin/chmod"
  28 export CHOWN="/usr/bin/chown"
  29 export CKSUM="/usr/bin/cksum"
  30 export CLRI="/usr/sbin/clri"
  31 export CMP="/usr/bin/cmp"
  32 export COMPRESS="/usr/bin/compress"
  33 export COREADM="/usr/bin/coreadm"


 124 export SLEEP="/usr/bin/sleep"
 125 export SORT="/usr/bin/sort"
 126 export STRINGS="/usr/bin/strings"
 127 export SU="/usr/bin/su"
 128 export SUM="/usr/bin/sum"
 129 export SVCADM="/usr/sbin/svcadm"
 130 export SVCS="/usr/bin/svcs"
 131 export SWAP="/usr/sbin/swap"
 132 export SWAPADD="/sbin/swapadd"
 133 export SYNC="/usr/bin/sync"
 134 export TAIL="/usr/bin/tail"
 135 export TAR="/usr/sbin/tar"
 136 export TOUCH="/usr/bin/touch"
 137 export TR="/usr/bin/tr"
 138 export TRUE="/usr/bin/true"
 139 export TUNEFS="/usr/sbin/tunefs"
 140 export UFSDUMP="/usr/sbin/ufsdump"
 141 export UFSRESTORE="/usr/sbin/ufsrestore"
 142 export UMASK="/usr/bin/umask"
 143 export UMOUNT="/usr/sbin/umount"
 144 export UMOUNTALL="/usr/sbin/umountall"
 145 export UNAME="/usr/bin/uname"
 146 export UNCOMPRESS="/usr/bin/uncompress"
 147 export UNIQ="/usr/bin/uniq"
 148 export UNPACK="/usr/bin/unpack"
 149 export UNSHARE="/usr/sbin/unshare"
 150 export USERADD="/usr/sbin/useradd"
 151 export USERDEL="/usr/sbin/userdel"
 152 export USERMOD="/usr/sbin/usermod"
 153 export WAIT="/usr/bin/wait"
 154 export WC="/usr/bin/wc"
 155 export ZDB="/usr/sbin/zdb"
 156 export ZFS="/usr/sbin/zfs"
 157 export ZHACK="/usr/sbin/zhack"
 158 export ZLOGIN="/usr/sbin/zlogin"
 159 export ZONEADM="/usr/sbin/zoneadm"
 160 export ZONECFG="/usr/sbin/zonecfg"
 161 export ZONENAME="/usr/bin/zonename"
 162 export ZPOOL="/usr/sbin/zpool"