Print this page
NEX-17558 add mdb walker for smbd share cache
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Joyce McIntosh <joyce.mcintosh@nexenta.com>
NEX-16818 Add fksmbcl development tool
NEX-17264 SMB client test tp_smbutil_013 fails after NEX-14666
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Matt Barden <matt.barden@nexenta.com>
and: (fix ref leaks)
NEX-4877 want to sync with (external) v8 MDB module
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Reviewed by: Steve Peng <steve.peng@nexenta.com>
NEX-4083 Upstream changes from illumos 5917 and 5995
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
SMB-50 User-mode SMB server
 Includes work by these authors:
 Thomas Keiser <thomas.keiser@nexenta.com>
 Albert Lee <trisk@nexenta.com>
Re #9567, Rb 2860. V8 support for mdb

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/mdb/Makefile.common
          +++ new/usr/src/cmd/mdb/Makefile.common
↓ 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  #
  23   23  # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright 2016 Joyent, Inc.
  25      -# Copyright 2016 Nexenta Systems, Inc.
       25 +# Copyright 2018 Nexenta Systems, Inc.
  26   26  #
  27   27  
  28   28  #
  29   29  # MDB modules used for debugging user processes that every ISA's build
  30   30  # subdirectory will need to build.
  31   31  #
  32   32  
  33   33  COMMON_MODULES_PROC = \
  34   34          dof \
  35   35          libavl \
  36   36          libc \
  37   37          libcmdutils \
       38 +        libfknsmb \
       39 +        libfksmbfs \
  38   40          libfksmbsrv \
       41 +        libmlsvc \
  39   42          libnvpair \
  40   43          libproc \
  41   44          libpython \
  42   45          libsysevent \
  43   46          libtopo \
  44   47          libumem \
  45   48          libuutil \
  46   49          libzpool \
  47   50          mdb_ds \
  48   51          mdb_test
↓ open down ↓ 66 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX