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/cmd/Makefile
          +++ new/usr/src/cmd/Makefile
↓ 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  # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  # Copyright 2010 Nexenta Systems, Inc.  All rights reserved.
  24   24  # Copyright 2011 Joyent, Inc.  All rights reserved.
       25 +# Copyright (c) 2012 by Delphix. All rights reserved.
  25   26  
  26   27  include ../Makefile.master
  27   28  
  28   29  #
  29   30  #       Note that the commands 'agents', 'lp', 'perl', and 'man' are first in
  30   31  #       the list, violating alphabetical order.  This is because they are very
  31   32  #       long-running and should be given the most wall-clock time for a
  32   33  #       parallel build.
  33   34  #
  34   35  #       Commands in the FIRST_SUBDIRS list are built before starting the build
↓ open down ↓ 412 lines elided ↑ open up ↑
 447  448          write           \
 448  449          wusbadm         \
 449  450          xargs           \
 450  451          xstr            \
 451  452          yes             \
 452  453          ypcmd           \
 453  454          yppasswd        \
 454  455          zdb             \
 455  456          zdump           \
 456  457          zfs             \
      458 +        zhack           \
 457  459          zic             \
 458  460          zinject         \
 459  461          zlogin          \
 460  462          zoneadm         \
 461  463          zoneadmd        \
 462  464          zonecfg         \
 463  465          zonename        \
 464  466          zpool           \
 465  467          zlook           \
 466  468          zonestat        \
↓ open down ↓ 400 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX