Print this page
8115 parallel zfs mount

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/Makefile
          +++ new/usr/src/lib/Makefile
↓ open down ↓ 21 lines elided ↑ open up ↑
  22   22  #
  23   23  # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright (c) 2012 by Delphix. All rights reserved.
  25   25  # Copyright (c) 2012, Joyent, Inc. All rights reserved.
  26   26  # Copyright (c) 2013 Gary Mills
  27   27  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  28   28  # Copyright (c) 2015 Gary Mills
  29   29  # Copyright 2016 Toomas Soome <tsoome@me.com>
  30   30  # Copyright 2017 Nexenta Systems, Inc.
  31   31  # Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
       32 +# Copyright 2017 RackTop Systems.
  32   33  #
  33   34  
  34   35  include ../Makefile.master
  35   36  
  36   37  #       Note that libcurses installs commands along with its library.
  37   38  #       This is a minor bug which probably should be fixed.
  38   39  #       Note also that a few extra libraries are kept in cmd source.
  39   40  #
  40   41  # Certain libraries are linked with, hence depend on, other libraries.
  41   42  # Library dependencies are called out explicitly, see "Library
↓ open down ↓ 624 lines elided ↑ open up ↑
 666  667  libtsalarm:     libpcp
 667  668  libtsnet:       libtsol libsecdb
 668  669  libtsol:        libsecdb
 669  670  libuuid:        libdlpi
 670  671  libv12n:        libds libuuid
 671  672  libvolmgt:      libadm
 672  673  libvrrpadm:     libdladm libscf
 673  674  libvscan:       libscf libsecdb
 674  675  libwanboot:     libresolv2 libdevinfo libinetutil libdhcputil
 675  676  libzfs:         libdevid libgen libuutil libadm libavl libefi libidmap \
 676      -                libumem libtsol libzfs_core
      677 +                libumem libtsol libzfs_core libfakekernel
 677  678  libzfs_jni:     libdiskmgt libzfs
 678  679  libzonecfg:     libuuid libsysevent libsec libbrand libpool libscf libproc \
 679  680                  libuutil libbsm libsecdb
 680  681  libzonestat:    libcmdutils libumem
 681      -libzpool:       libavl libumem libcmdutils libsysevent
      682 +libzpool:       libavl libumem libcmdutils libsysevent libfakekernel
 682  683  madv:           libgen
 683  684  mpapi:          libpthread libdevinfo libsysevent
 684  685  mpss:           libgen
 685  686  nsswitch:       libadutils libidmap libdns_sd libscf libldap5 libsldap
 686  687  pam_modules:    libproject passwdutil smbsrv libtsnet libpam libbsm libsecdb
 687  688  passwdutil:     libsldap
 688  689  pkcs11:         libcryptoutil libgen libuuid
 689  690  policykit:      dbusdeps
 690  691  print:          libldap5 libmd5 libsendfile
 691  692  pylibbe:        libbe libzfs
↓ open down ↓ 35 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX