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

*** 20,30 **** # # # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2016 Joyent, Inc. ! # Copyright 2016 Nexenta Systems, Inc. # # # MDB modules used for debugging user processes that every ISA's build # subdirectory will need to build. --- 20,30 ---- # # # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2016 Joyent, Inc. ! # Copyright 2018 Nexenta Systems, Inc. # # # MDB modules used for debugging user processes that every ISA's build # subdirectory will need to build.
*** 33,43 **** --- 33,46 ---- COMMON_MODULES_PROC = \ dof \ libavl \ libc \ libcmdutils \ + libfknsmb \ + libfksmbfs \ libfksmbsrv \ + libmlsvc \ libnvpair \ libproc \ libpython \ libsysevent \ libtopo \