[Pkg-ofed-commits] [dapl] branch master updated (d822e4c -> 614eed3)

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Wed Jul 9 14:22:02 UTC 2014


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

ana pushed a change to branch master
in repository dapl.

      from  d822e4c   Imported Debian patch 2.0.19-1.1
       new  a1171fe   reverse changes applied to code directly in last upload
       new  608460e   Imported Upstream version 2.0.42
       new  6ea82b9   Merge tag 'upstream/2.0.42'
       new  d125d44   Open changelog
       new  9745619   Update uploaders
       new  1f4575b   Remove DM-Upload-Allowed flag
       new  4b6f886   Switch to dh
       new  7f9b550   Remove placeholder manpages
       new  a19b0b1   switch to source format 3.0
       new  d31d248   Remove obsolete symbols files
       new  d18f810   Add patch update_for_format-security to build with -Werror=format-security
       new  1682ae3   update b-d
       new  8f1e2c0   Update install files
       new  3fd5501   Bump Standards-Version to 3.9.5 (no changes required)
       new  95f49aa   Update copyright file
       new  4a8b040   Add a watch file
       new  f696b79   un-capitalize short descriptions
       new  7f8dfee   Update homepage
       new  a03814b   Update Depends: lines
       new  d5eb82d   update descriptions
       new  614eed3   ready to release

The 21 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 COPYING                                            |    16 +-
 ChangeLog                                          |  3654 ++++++-
 debian/copyright => LICENSE.txt                    |    59 +-
 LICENSE2.txt                                       |    30 +
 LICENSE3.txt                                       |   340 +
 Makefile.am                                        |   261 +-
 Makefile.in                                        |  4383 +++++---
 NEWS                                               |     0
 aclocal.m4                                         |  2505 ++---
 config.h.in                                        |    12 +-
 config/compile                                     |   142 -
 config/config.guess                                |   866 +-
 config/config.sub                                  |   351 +-
 config/depcomp                                     |   172 +-
 config/install-sh                                  |   517 +-
 config/ltmain.sh                                   |  3994 +++----
 config/missing                                     |   104 +-
 configure                                          | 10367 +++++++++++--------
 configure.in                                       |   103 +-
 dapl.spec                                          |   114 +-
 dapl.spec.in                                       |    98 +-
 dapl/common/dapl_adapter_util.h                    |    25 +-
 dapl/common/dapl_cno_util.c                        |    40 -
 dapl/common/dapl_cr_accept.c                       |    11 +-
 dapl/common/dapl_cr_callback.c                     |    34 +-
 dapl/common/dapl_cr_util.c                         |     2 +-
 dapl/common/dapl_cr_util.h                         |     3 +-
 dapl/common/dapl_debug.c                           |   451 +-
 dapl/common/dapl_ep_connect.c                      |    21 +-
 dapl/common/dapl_ep_create.c                       |     3 +-
 dapl/common/dapl_ep_disconnect.c                   |     1 +
 dapl/common/dapl_ep_free.c                         |    40 +-
 dapl/common/dapl_ep_modify.c                       |     6 +
 dapl/common/dapl_ep_query.c                        |     1 +
 dapl/common/dapl_ep_util.c                         |    79 +-
 dapl/common/dapl_ep_util.h                         |    22 +-
 dapl/common/dapl_evd_connection_callb.c            |    26 +-
 dapl/common/dapl_evd_dequeue.c                     |    11 +-
 dapl/common/dapl_evd_dto_callb.c                   |     8 +-
 dapl/common/dapl_evd_resize.c                      |    13 +-
 dapl/common/dapl_evd_util.c                        |   554 +-
 dapl/common/dapl_evd_util.h                        |    15 +-
 dapl/common/dapl_hca_util.c                        |    16 +-
 dapl/common/dapl_ia_open.c                         |     4 +
 dapl/common/dapl_ia_query.c                        |     3 +-
 dapl/common/dapl_ia_util.c                         |    12 +-
 dapl/common/dapl_lmr_free.c                        |    19 +-
 dapl/common/dapl_lmr_query.c                       |     1 +
 dapl/common/dapl_psp_query.c                       |     2 +-
 dapl/common/dapl_pz_query.c                        |     2 +-
 dapl/common/dapl_rmr_bind.c                        |    15 +-
 dapl/common/dapl_rmr_query.c                       |     1 +
 dapl/common/dapl_rsp_create.c                      |    15 +-
 dapl/common/dapl_rsp_query.c                       |     2 +-
 dapl/common/dapl_sp_util.c                         |     5 +
 dapl/common/dapl_srq_create.c                      |     7 +-
 dapl/common/dapl_srq_query.c                       |     1 +
 dapl/common/dapl_timer_util.c                      |    48 +-
 dapl/common/dapl_timer_util.h                      |     1 +
 dapl/include/dapl.h                                |    27 +-
 dapl/include/dapl_debug.h                          |    19 +-
 dapl/openib_cma/{dapl_ib_cm.c => cm.c}             |   702 +-
 dapl/openib_cma/dapl_ib_dto.h                      |   472 -
 dapl/openib_cma/dapl_ib_extensions.c               |   329 -
 dapl/openib_cma/dapl_ib_qp.c                       |   331 -
 dapl/openib_cma/dapl_ib_util.c                     |  1094 --
 dapl/openib_cma/dapl_ib_util.h                     |   308 +-
 dapl/openib_cma/device.c                           |   730 ++
 dapl/openib_cma/linux/openib_osd.h                 |     1 +
 dapl/openib_common/collectives/fca_provider.c      |  1400 +++
 dapl/openib_common/collectives/fca_provider.h      |   100 +
 dapl/openib_common/collectives/ib_collectives.h    |   228 +
 .../dapl_ib_cq.c => openib_common/cq.c}            |   437 +-
 .../dapl_ib_common.h}                              |   363 +-
 dapl/{openib_scm => openib_common}/dapl_ib_dto.h   |    45 +-
 .../ib_extensions.c}                               |   229 +-
 .../dapl_ib_mem.c => openib_common/mem.c}          |    29 +-
 dapl/openib_common/qp.c                            |   682 ++
 dapl/openib_common/util.c                          |   849 ++
 dapl/openib_scm/cm.c                               |  2008 ++++
 dapl/openib_scm/dapl_ib_cm.c                       |  1681 ---
 dapl/openib_scm/dapl_ib_cq.c                       |   705 --
 dapl/openib_scm/dapl_ib_mem.c                      |   382 -
 dapl/openib_scm/dapl_ib_qp.c                       |   471 -
 dapl/openib_scm/dapl_ib_util.c                     |   725 --
 dapl/openib_scm/dapl_ib_util.h                     |   340 +-
 dapl/openib_scm/device.c                           |   787 ++
 dapl/openib_scm/linux/openib_osd.h                 |     2 +-
 dapl/openib_ucm/cm.c                               |  2382 +++++
 dapl/openib_ucm/dapl_ib_util.h                     |   159 +
 dapl/openib_ucm/device.c                           |   687 ++
 dapl/{openib_scm => openib_ucm}/linux/openib_osd.h |    18 +-
 dapl/udapl/dapl_cno_query.c                        |     2 +-
 dapl/udapl/dapl_cno_wait.c                         |     9 +
 dapl/udapl/dapl_evd_query.c                        |     2 +-
 dapl/udapl/dapl_evd_set_unwaitable.c               |     9 +-
 dapl/udapl/dapl_evd_wait.c                         |    32 +-
 dapl/udapl/dapl_init.c                             |     3 +-
 dapl/udapl/dapl_lmr_create.c                       |    87 -
 dapl/udapl/{libdaplofa.map => libdaploucm.map}     |     2 +-
 dapl/udapl/linux/dapl_osd.h                        |    24 +-
 dat/common/dat_api.c                               |    67 +-
 dat/common/dat_sr.c                                |   111 +-
 dat/common/dat_sr.h                                |    10 +
 dat/common/dat_strerror.c                          |   110 +
 dat/include/dat2/dat_ib_extensions.h               |   787 +-
 dat/include/dat2/dat_platform_specific.h           |     6 +-
 dat/udat/linux/dat_osd.c                           |     2 +-
 dat/udat/udat.c                                    |     6 +
 dat/udat/udat_api.c                                |     3 +
 dat/udat/udat_sr_parser.c                          |     8 +-
 debian/changelog                                   |    23 +
 debian/compat                                      |     2 +-
 debian/control                                     |    21 +-
 debian/copyright                                   |   507 +-
 debian/dapl2-utils.manpages                        |     1 -
 debian/dtestx.1                                    |    14 -
 debian/libdapl-dev.install                         |     4 +-
 debian/libdapl-dev.symbols                         |    86 -
 debian/libdapl2.install                            |    10 +-
 debian/libdapl2.symbols                            |    86 -
 debian/patches/series                              |     1 +
 debian/patches/update_for_format-security          |    11 +
 debian/rules                                       |   101 +-
 debian/source/format                               |     1 +
 debian/watch                                       |     4 +
 doc/dat.conf                                       |    61 +
 man/dapltest.1                                     |    17 +-
 man/dat.conf.5                                     |    56 +-
 test/dapltest/Makefile.in                          |   640 +-
 test/dapltest/NEWS                                 |     0
 test/dapltest/cmd/dapl_fft_cmd.c                   |    10 +-
 test/dapltest/cmd/dapl_limit_cmd.c                 |    31 +-
 test/dapltest/cmd/dapl_main.c                      |    10 +-
 test/dapltest/cmd/dapl_params.c                    |     6 +
 test/dapltest/cmd/dapl_performance_cmd.c           |    18 +-
 test/dapltest/cmd/dapl_quit_cmd.c                  |    10 +-
 test/dapltest/cmd/dapl_server_cmd.c                |    13 +-
 test/dapltest/cmd/dapl_transaction_cmd.c           |    32 +-
 test/dapltest/common/dapl_endian.c                 |     4 -
 test/dapltest/include/dapl_common.h                |     2 +
 test/dapltest/include/dapl_fft_cmd.h               |     1 +
 test/dapltest/include/dapl_limit_cmd.h             |     1 +
 test/dapltest/include/dapl_params.h                |     1 +
 test/dapltest/include/dapl_performance_cmd.h       |     1 +
 test/dapltest/include/dapl_quit_cmd.h              |     1 +
 test/dapltest/include/dapl_server_cmd.h            |     1 +
 test/dapltest/include/dapl_server_info.h           |     4 +-
 test/dapltest/include/dapl_transaction_cmd.h       |     3 +-
 test/dapltest/mdep/linux/dapl_mdep_user.h          |     5 +
 test/dapltest/test/dapl_client.c                   |     2 +-
 test/dapltest/test/dapl_fft_queryinfo.c            |     4 +-
 test/dapltest/test/dapl_fft_util.c                 |     6 +-
 test/dapltest/test/dapl_limit.c                    |     5 +-
 test/dapltest/test/dapl_performance_client.c       |     2 +-
 test/dapltest/test/dapl_performance_server.c       |     2 +-
 test/dapltest/test/dapl_server.c                   |    12 +-
 test/dapltest/test/dapl_test_util.c                |     2 +-
 test/dapltest/test/dapl_transaction_stats.c        |    10 +
 test/dapltest/test/dapl_transaction_test.c         |   173 +-
 test/dapltest/test/dapl_transaction_util.c         |   182 +-
 test/dtest/Makefile.am                             |     6 +-
 test/dtest/Makefile.in                             |   317 +-
 test/dtest/dtest.c                                 |   640 +-
 test/dtest/dtestcm.c                               |  1168 +++
 test/dtest/dtestx.c                                |   110 +-
 166 files changed, 32996 insertions(+), 21055 deletions(-)
 copy debian/copyright => LICENSE.txt (87%)
 create mode 100644 LICENSE2.txt
 create mode 100644 LICENSE3.txt
 delete mode 100644 NEWS
 delete mode 100755 config/compile
 mode change 100644 => 100755 config/ltmain.sh
 rename dapl/openib_cma/{dapl_ib_cm.c => cm.c} (70%)
 mode change 100755 => 100644
 delete mode 100644 dapl/openib_cma/dapl_ib_dto.h
 delete mode 100755 dapl/openib_cma/dapl_ib_extensions.c
 delete mode 100755 dapl/openib_cma/dapl_ib_qp.c
 delete mode 100755 dapl/openib_cma/dapl_ib_util.c
 create mode 100644 dapl/openib_cma/device.c
 create mode 100644 dapl/openib_common/collectives/fca_provider.c
 create mode 100644 dapl/openib_common/collectives/fca_provider.h
 create mode 100644 dapl/openib_common/collectives/ib_collectives.h
 rename dapl/{openib_cma/dapl_ib_cq.c => openib_common/cq.c} (50%)
 mode change 100755 => 100644
 copy dapl/{openib_scm/dapl_ib_util.h => openib_common/dapl_ib_common.h} (55%)
 rename dapl/{openib_scm => openib_common}/dapl_ib_dto.h (95%)
 rename dapl/{openib_scm/dapl_ib_extensions.c => openib_common/ib_extensions.c} (58%)
 mode change 100755 => 100644
 rename dapl/{openib_cma/dapl_ib_mem.c => openib_common/mem.c} (91%)
 mode change 100755 => 100644
 create mode 100644 dapl/openib_common/qp.c
 create mode 100644 dapl/openib_common/util.c
 create mode 100644 dapl/openib_scm/cm.c
 delete mode 100644 dapl/openib_scm/dapl_ib_cm.c
 delete mode 100644 dapl/openib_scm/dapl_ib_cq.c
 delete mode 100644 dapl/openib_scm/dapl_ib_mem.c
 delete mode 100644 dapl/openib_scm/dapl_ib_qp.c
 delete mode 100644 dapl/openib_scm/dapl_ib_util.c
 create mode 100644 dapl/openib_scm/device.c
 create mode 100644 dapl/openib_ucm/cm.c
 create mode 100644 dapl/openib_ucm/dapl_ib_util.h
 create mode 100644 dapl/openib_ucm/device.c
 copy dapl/{openib_scm => openib_ucm}/linux/openib_osd.h (53%)
 copy dapl/udapl/{libdaplofa.map => libdaploucm.map} (85%)
 delete mode 100644 debian/dapl2-utils.manpages
 delete mode 100644 debian/dtestx.1
 delete mode 100644 debian/libdapl-dev.symbols
 delete mode 100644 debian/libdapl2.symbols
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/update_for_format-security
 create mode 100644 debian/source/format
 create mode 100644 debian/watch
 create mode 100644 doc/dat.conf
 delete mode 100644 test/dapltest/NEWS
 create mode 100644 test/dtest/dtestcm.c

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



More information about the Pkg-ofed-commits mailing list