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/Makefile.lint
          +++ new/usr/src/Makefile.lint
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  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) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
       23 +# Copyright (c) 2012 by Delphix. All rights reserved.
  23   24  
  24   25  # include global definitions
  25   26  include Makefile.master
  26   27  
  27   28  #
  28   29  # As pieces are made lint-clean, add them here so the nightly build
  29   30  # can be used to keep them that way.
  30   31  #
  31   32  COMMON_SUBDIRS = \
  32   33          cmd/acctadm \
↓ open down ↓ 284 lines elided ↑ open up ↑
 317  318          cmd/whodo \
 318  319          cmd/wracct \
 319  320          cmd/wusbadm \
 320  321          cmd/xargs \
 321  322          cmd/xstr \
 322  323          cmd/yes \
 323  324          cmd/yppasswd \
 324  325          cmd/zdb \
 325  326          cmd/zdump \
 326  327          cmd/zfs \
      328 +        cmd/zhack \
 327  329          cmd/zinject \
 328  330          cmd/zlogin \
 329  331          cmd/zoneadm \
 330  332          cmd/zoneadmd \
 331  333          cmd/zonecfg \
 332  334          cmd/zonename \
 333  335          cmd/zpool \
 334  336          cmd/zlook \
 335  337          cmd/ztest \
 336  338          lib/abi \
↓ open down ↓ 185 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX