[Pkg-ofed-commits] [mstflint] 20/25: Merge tag 'upstream/4.5.0+1.17.g8a0c39d'

Benjamin Drung bdrung at moszumanska.debian.org
Tue Jan 3 11:58:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

bdrung pushed a commit to branch master
in repository mstflint.

commit 994daa202565a517a2e97d223f6677aa6a65c4dd
Merge: 5ad1fda cfd29c2
Author: Benjamin Drung <benjamin.drung at profitbricks.com>
Date:   Mon Jan 2 16:43:08 2017 +0100

    Merge tag 'upstream/4.5.0+1.17.g8a0c39d'
    
    Upstream version 4.5.0+1.17.g8a0c39d

 Makefile.am                                        |      2 +-
 Makefile.in                                        |      4 +-
 README                                             |      3 +
 autom4te.cache/output.0                            |    123 +-
 autom4te.cache/output.1                            |    123 +-
 autom4te.cache/traces.0                            |     66 +-
 autom4te.cache/traces.1                            |    159 +-
 cmdif/Makefile.in                                  |      2 +
 cmdparser/Makefile.in                              |      2 +
 common/Makefile.in                                 |      2 +
 common/compatibility.h                             |     10 +-
 common/gitversion.h                                |      2 +-
 config.h.in                                        |      3 +
 configure                                          |    123 +-
 configure.ac                                       |     37 +-
 dev_mgt/Makefile.in                                |      2 +
 dev_mgt/tools_dev_types.c                          |     47 +-
 dev_mgt/tools_dev_types.h                          |     12 +-
 Makefile.am => ext_libs/Makefile.am                |     22 +-
 {mlxfwops => ext_libs}/Makefile.in                 |     10 +-
 Makefile.am => ext_libs/muparser/Makefile.am       |     27 +-
 {cmdparser => ext_libs/muparser}/Makefile.in       |    119 +-
 ext_libs/muparser/muParser.cpp                     |    397 +
 ext_libs/muparser/muParser.h                       |    115 +
 ext_libs/muparser/muParserBase.cpp                 |   1778 +
 ext_libs/muparser/muParserBase.h                   |    317 +
 ext_libs/muparser/muParserBytecode.cpp             |    588 +
 ext_libs/muparser/muParserBytecode.h               |    141 +
 ext_libs/muparser/muParserCallback.cpp             |    463 +
 ext_libs/muparser/muParserCallback.h               |    118 +
 ext_libs/muparser/muParserDLL.cpp                  |   1096 +
 ext_libs/muparser/muParserDLL.h                    |    241 +
 ext_libs/muparser/muParserDef.h                    |    368 +
 ext_libs/muparser/muParserError.cpp                |    337 +
 ext_libs/muparser/muParserError.h                  |    176 +
 ext_libs/muparser/muParserFixes.h                  |     62 +
 ext_libs/muparser/muParserInt.cpp                  |    280 +
 ext_libs/muparser/muParserInt.h                    |    140 +
 ext_libs/muparser/muParserStack.h                  |    125 +
 ext_libs/muparser/muParserTemplateMagic.h          |    113 +
 ext_libs/muparser/muParserTest.cpp                 |   1552 +
 ext_libs/muparser/muParserTest.h                   |    214 +
 ext_libs/muparser/muParserToken.h                  |    401 +
 ext_libs/muparser/muParserTokenReader.cpp          |    958 +
 ext_libs/muparser/muParserTokenReader.h            |    161 +
 Makefile.am => ext_libs/sqlite/Makefile.am         |     26 +-
 {mstdump/crd_lib => ext_libs/sqlite}/Makefile.in   |     47 +-
 ext_libs/sqlite/sqlite3.c                          | 196842 ++++++++++++++++++
 ext_libs/sqlite/sqlite3.h                          |  10188 +
 flint/Makefile.in                                  |      2 +
 flint/cmd_line_parser.cpp                          |      9 +
 flint/flint_params.cpp                             |      1 +
 flint/flint_params.h                               |      1 +
 flint/subcommands.cpp                              |      7 +
 include/mtcr_ul/mtcr_com_defs.h                    |     10 +-
 mflash/Makefile.in                                 |      2 +
 mflash/mflash.c                                    |    113 +-
 mflash/mflash.h                                    |     13 +-
 mflash/mflash_access_layer.c                       |    227 +-
 mflash/mflash_access_layer.h                       |     13 +
 mflash/mflash_common_structs.h                     |     27 +-
 mflash/mflash_pack_layer.c                         |     58 +-
 mflash/mflash_pack_layer.h                         |     38 +-
 mflash/mflash_types.h                              |      2 +-
 mft_utils/Makefile.in                              |      2 +
 mft_utils/errmsg.h                                 |      1 +
 mlxconfig/Makefile.am                              |     25 +-
 mlxconfig/Makefile.in                              |    255 +-
 ...xcfg_parser.cpp => mlxcfg_4thgen_commander.cpp} |    850 +-
 .../{mlxcfg_ui.h => mlxcfg_4thgen_commander.h}     |    147 +-
 .../{mlxcfg_status.h => mlxcfg_commander.cpp}      |     95 +-
 mlxconfig/{mlxcfg_status.h => mlxcfg_commander.h}  |     76 +-
 mlxconfig/mlxcfg_db_manager.cpp                    |    331 +
 .../mlxcfg_db_manager.h                            |     56 +-
 mlxconfig/mlxcfg_generic_commander.cpp             |    941 +
 mlxconfig/mlxcfg_generic_commander.h               |    102 +
 mlxconfig/mlxcfg_param.cpp                         |    497 +
 mlxconfig/mlxcfg_param.h                           |    103 +
 mlxconfig/mlxcfg_param_lib.cpp                     |   3173 +-
 mlxconfig/mlxcfg_param_lib.h                       |    674 +-
 mlxconfig/mlxcfg_parser.cpp                        |    731 +-
 mlxconfig/mlxcfg_status.h                          |      4 +-
 mlxconfig/mlxcfg_tlv.cpp                           |    798 +
 mlxconfig/mlxcfg_tlv.h                             |    143 +
 mlxconfig/mlxcfg_ui.cpp                            |    856 +-
 mlxconfig/mlxcfg_ui.h                              |    152 +-
 mlxconfig/mlxcfg_utils.cpp                         |    195 +
 mlxconfig/mlxcfg_utils.h                           |    118 +
 .../mlxcfg_view.h                                  |     46 +-
 mlxconfig/mlxconfig_dbs/Makefile.am                |     17 +
 .../mlxconfig_dbs}/Makefile.in                     |    100 +-
 mlxconfig/mlxconfig_dbs/mlxconfig.db               |    Bin 0 -> 68608 bytes
 mlxfwops/Makefile.in                               |      2 +
 mlxfwops/lib/Makefile.in                           |      2 +
 mlxfwops/lib/flint_io.cpp                          |    124 +-
 mlxfwops/lib/flint_io.h                            |     20 +-
 mlxfwops/lib/fs2_ops.cpp                           |     56 +-
 mlxfwops/lib/fs2_ops.h                             |      3 +-
 mlxfwops/lib/fs3_ops.cpp                           |     13 +-
 mlxfwops/lib/fs3_ops.h                             |      1 +
 mlxfwops/lib/fw_ops.cpp                            |    108 +-
 mlxfwops/lib/fw_ops.h                              |     31 +-
 mstdump/Makefile.in                                |      2 +
 mstdump/crd_lib/Makefile.in                        |      2 +
 mstdump/crd_main/Makefile.in                       |      2 +
 mstdump/mstdump_dbs/Makefile.in                    |      2 +
 mstflint.spec                                      |      6 +-
 mtcr_ul/Makefile.in                                |      2 +
 mtcr_ul/mtcr_ib_res_mgt.c                          |      5 +-
 mtcr_ul/mtcr_ul_com.c                              |      2 -
 mtcr_ul/packets_common.c                           |     40 +-
 mtcr_ul/packets_common.h                           |     11 +-
 mtcr_ul/packets_layout.c                           |      5 +-
 mtcr_ul/packets_layout.h                           |      5 +-
 reg_access/Makefile.in                             |      2 +
 reg_access/reg_access.c                            |     17 +
 reg_access/reg_access.h                            |      2 +
 small_utils/Makefile.in                            |      2 +
 small_utils/hca_self_test.ofed                     |     42 +-
 tools_crypto/Makefile.in                           |      2 +
 tools_layouts/Makefile.in                          |      2 +
 tools_layouts/adb_to_c_utils.c                     |     17 +-
 tools_layouts/adb_to_c_utils.h                     |     14 +-
 tools_layouts/cibfw_layouts.c                      |      1 +
 tools_layouts/connectib_layouts.c                  |  62636 +++++-
 tools_layouts/connectib_layouts.h                  |  25976 ++-
 tools_layouts/cx4fw_layouts.c                      |    309 +-
 tools_layouts/cx4fw_layouts.h                      |     24 +-
 tools_layouts/register_access_open_layouts.h       |      2 +-
 tools_layouts/register_access_sib_layouts.c        |    495 +-
 tools_layouts/register_access_sib_layouts.h        |    128 +-
 tools_layouts/tools_open_layouts.c                 |    806 +-
 tools_layouts/tools_open_layouts.h                 |    791 +-
 tools_res_mgmt/Makefile.in                         |      2 +
 134 files changed, 313810 insertions(+), 7059 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/mstflint.git



More information about the Pkg-ofed-commits mailing list