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/lib/libnvpair/Makefile.com
          +++ new/usr/src/lib/libnvpair/Makefile.com
↓ 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 2008 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25      -# ident "%Z%%M% %I%     %E% SMI"
       25 +# Copyright (c) 2012 by Delphix. All rights reserved.
  26   26  #
  27   27  
  28   28  LIBRARY=        libnvpair.a
  29   29  VERS=           .1
  30   30  
  31   31  OBJECTS=        libnvpair.o \
  32   32                  nvpair_alloc_system.o \
  33   33                  nvpair_alloc_fixed.o \
  34      -                nvpair.o
       34 +                nvpair.o \
       35 +                fnvpair.o
  35   36  
  36   37  include ../../Makefile.lib
  37   38  include ../../Makefile.rootfs
  38   39  
  39   40  SRCS=           ../libnvpair.c \
  40   41                  ../nvpair_alloc_system.c \
  41   42                  $(SRC)/common/nvpair/nvpair_alloc_fixed.c \
  42      -                $(SRC)/common/nvpair/nvpair.c
       43 +                $(SRC)/common/nvpair/nvpair.c \
       44 +                $(SRC)/common/nvpair/fnvpair.c
  43   45  
  44   46  #
  45   47  # Libraries added to the next line must be present in miniroot
  46   48  #
  47   49  LDLIBS +=       -lc -lnsl
  48   50  LIBS =          $(DYNLIB) $(LINTLIB)
  49   51  
  50   52  # turn off ptr-cast warnings
  51   53  LINTFLAGS64 +=  -erroff=E_BAD_PTR_CAST_ALIGN
  52   54  
↓ open down ↓ 20 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX