svn commit: r219820 - in head: . contrib/ofed contrib/ofed/include contrib/ofed/include/infiniband contrib/ofed/include/rdma contrib/ofed/libibcm contrib/ofed/libibcm/config contrib/ofed/libibcm/in...

Jeff Roberson jeff at FreeBSD.org
Mon Mar 21 09:58:25 UTC 2011


Author: jeff
Date: Mon Mar 21 09:58:24 2011
New Revision: 219820
URL: http://svn.freebsd.org/changeset/base/219820

Log:
   - Merge in OFED 1.5.3 from projects/ofed/head

Added:
  head/contrib/ofed/
  head/contrib/ofed/Makefile
  head/contrib/ofed/include/
  head/contrib/ofed/include/Makefile
  head/contrib/ofed/include/infiniband/
  head/contrib/ofed/include/infiniband/Makefile
  head/contrib/ofed/include/infiniband/byteorder.h
  head/contrib/ofed/include/infiniband/byteswap.h
  head/contrib/ofed/include/infiniband/endian.h
  head/contrib/ofed/include/infiniband/types.h
  head/contrib/ofed/include/rdma/
  head/contrib/ofed/include/rdma/Makefile
  head/contrib/ofed/libibcm/AUTHORS   (contents, props changed)
  head/contrib/ofed/libibcm/COPYING   (contents, props changed)
  head/contrib/ofed/libibcm/ChangeLog   (contents, props changed)
  head/contrib/ofed/libibcm/INSTALL   (contents, props changed)
  head/contrib/ofed/libibcm/Makefile.am   (contents, props changed)
  head/contrib/ofed/libibcm/Makefile.in   (contents, props changed)
  head/contrib/ofed/libibcm/NEWS   (contents, props changed)
  head/contrib/ofed/libibcm/README   (contents, props changed)
  head/contrib/ofed/libibcm/aclocal.m4   (contents, props changed)
  head/contrib/ofed/libibcm/config.h.in   (contents, props changed)
  head/contrib/ofed/libibcm/config/compile   (contents, props changed)
  head/contrib/ofed/libibcm/config/config.guess   (contents, props changed)
  head/contrib/ofed/libibcm/config/config.sub   (contents, props changed)
  head/contrib/ofed/libibcm/config/depcomp   (contents, props changed)
  head/contrib/ofed/libibcm/config/install-sh   (contents, props changed)
  head/contrib/ofed/libibcm/config/ltmain.sh   (contents, props changed)
  head/contrib/ofed/libibcm/config/missing   (contents, props changed)
  head/contrib/ofed/libibcm/configure   (contents, props changed)
  head/contrib/ofed/libibcm/configure.in   (contents, props changed)
  head/contrib/ofed/libibcm/include/infiniband/cm.h   (contents, props changed)
  head/contrib/ofed/libibcm/include/infiniband/cm_abi.h   (contents, props changed)
  head/contrib/ofed/libibcm/libibcm.spec   (contents, props changed)
  head/contrib/ofed/libibcm/libibcm.spec.in   (contents, props changed)
  head/contrib/ofed/libibcm/src/cm.c   (contents, props changed)
  head/contrib/ofed/libibcm/src/libibcm.map   (contents, props changed)
  head/contrib/ofed/libibverbs/AUTHORS   (contents, props changed)
  head/contrib/ofed/libibverbs/COPYING   (contents, props changed)
  head/contrib/ofed/libibverbs/ChangeLog   (contents, props changed)
  head/contrib/ofed/libibverbs/Makefile.am   (contents, props changed)
  head/contrib/ofed/libibverbs/README   (contents, props changed)
  head/contrib/ofed/libibverbs/autogen.sh   (contents, props changed)
  head/contrib/ofed/libibverbs/configure.in   (contents, props changed)
  head/contrib/ofed/libibverbs/debian/changelog   (contents, props changed)
  head/contrib/ofed/libibverbs/debian/compat   (contents, props changed)
  head/contrib/ofed/libibverbs/debian/control.in   (contents, props changed)
  head/contrib/ofed/libibverbs/debian/copyright   (contents, props changed)
  head/contrib/ofed/libibverbs/debian/ibverbs-utils.install   (contents, props changed)
  head/contrib/ofed/libibverbs/debian/libibverbs-dev.install   (contents, props changed)
  head/contrib/ofed/libibverbs/debian/libibverbs-dev.links   (contents, props changed)
  head/contrib/ofed/libibverbs/debian/libibverbs1.install   (contents, props changed)
  head/contrib/ofed/libibverbs/debian/libibverbs1.postinst   (contents, props changed)
  head/contrib/ofed/libibverbs/debian/rules   (contents, props changed)
  head/contrib/ofed/libibverbs/debian/watch   (contents, props changed)
  head/contrib/ofed/libibverbs/examples/Makefile   (contents, props changed)
  head/contrib/ofed/libibverbs/examples/asyncwatch.c   (contents, props changed)
  head/contrib/ofed/libibverbs/examples/device_list.c   (contents, props changed)
  head/contrib/ofed/libibverbs/examples/devinfo.c   (contents, props changed)
  head/contrib/ofed/libibverbs/examples/pingpong.c   (contents, props changed)
  head/contrib/ofed/libibverbs/examples/pingpong.h   (contents, props changed)
  head/contrib/ofed/libibverbs/examples/rc_pingpong.c   (contents, props changed)
  head/contrib/ofed/libibverbs/examples/srq_pingpong.c   (contents, props changed)
  head/contrib/ofed/libibverbs/examples/uc_pingpong.c   (contents, props changed)
  head/contrib/ofed/libibverbs/examples/ud_pingpong.c   (contents, props changed)
  head/contrib/ofed/libibverbs/fixes/XRC_RCV_QP.patch   (contents, props changed)
  head/contrib/ofed/libibverbs/fixes/XRC_base_implementation.patch   (contents, props changed)
  head/contrib/ofed/libibverbs/fixes/XRC_man_pages.patch   (contents, props changed)
  head/contrib/ofed/libibverbs/fixes/configure_in-AC_PROG_LIBTOOL-for-automake.patch   (contents, props changed)
  head/contrib/ofed/libibverbs/fixes/pthread_cond_t_fields.patch   (contents, props changed)
  head/contrib/ofed/libibverbs/fixes/qpt_raw_eth.patch   (contents, props changed)
  head/contrib/ofed/libibverbs/fixes/rocee_examples.patch   (contents, props changed)
  head/contrib/ofed/libibverbs/fixes/rocee_get_mac.patch   (contents, props changed)
  head/contrib/ofed/libibverbs/fixes/rocee_kernel_accept_link_layer.patch   (contents, props changed)
  head/contrib/ofed/libibverbs/fixes/rocee_link_layer.patch   (contents, props changed)
  head/contrib/ofed/libibverbs/fixes/rpm_spec_changelog_fix.patch   (contents, props changed)
  head/contrib/ofed/libibverbs/fixes/series   (contents, props changed)
  head/contrib/ofed/libibverbs/fixes/verbs_man_page.patch   (contents, props changed)
  head/contrib/ofed/libibverbs/include/infiniband/arch.h   (contents, props changed)
  head/contrib/ofed/libibverbs/include/infiniband/driver.h   (contents, props changed)
  head/contrib/ofed/libibverbs/include/infiniband/kern-abi.h   (contents, props changed)
  head/contrib/ofed/libibverbs/include/infiniband/marshall.h   (contents, props changed)
  head/contrib/ofed/libibverbs/include/infiniband/opcode.h   (contents, props changed)
  head/contrib/ofed/libibverbs/include/infiniband/sa-kern-abi.h   (contents, props changed)
  head/contrib/ofed/libibverbs/include/infiniband/sa.h   (contents, props changed)
  head/contrib/ofed/libibverbs/include/infiniband/verbs.h   (contents, props changed)
  head/contrib/ofed/libibverbs/libibverbs.spec.in   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_alloc_pd.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_asyncwatch.1   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_attach_mcast.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_create_ah.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_create_ah_from_wc.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_create_comp_channel.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_create_cq.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_create_qp.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_create_srq.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_create_xrc_rcv_qp.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_devices.1   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_devinfo.1   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_event_type_str.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_fork_init.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_get_async_event.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_get_cq_event.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_get_device_guid.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_get_device_list.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_get_device_name.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_modify_qp.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_modify_srq.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_modify_xrc_rcv_qp.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_open_device.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_open_xrc_domain.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_poll_cq.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_post_recv.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_post_send.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_post_srq_recv.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_query_device.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_query_gid.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_query_pkey.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_query_port.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_query_qp.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_query_srq.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_query_xrc_rcv_qp.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_rate_to_mult.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_rc_pingpong.1   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_reg_mr.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_reg_xrc_rcv_qp.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_req_notify_cq.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_resize_cq.3   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_srq_pingpong.1   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_uc_pingpong.1   (contents, props changed)
  head/contrib/ofed/libibverbs/man/ibv_ud_pingpong.1   (contents, props changed)
  head/contrib/ofed/libibverbs/man/verbs.7   (contents, props changed)
  head/contrib/ofed/libibverbs/src/cmd.c   (contents, props changed)
  head/contrib/ofed/libibverbs/src/compat-1_0.c   (contents, props changed)
  head/contrib/ofed/libibverbs/src/device.c   (contents, props changed)
  head/contrib/ofed/libibverbs/src/enum_strs.c   (contents, props changed)
  head/contrib/ofed/libibverbs/src/ibverbs.h   (contents, props changed)
  head/contrib/ofed/libibverbs/src/init.c   (contents, props changed)
  head/contrib/ofed/libibverbs/src/kern_abi.h   (contents, props changed)
  head/contrib/ofed/libibverbs/src/libibverbs.map   (contents, props changed)
  head/contrib/ofed/libibverbs/src/marshall.c   (contents, props changed)
  head/contrib/ofed/libibverbs/src/memory.c   (contents, props changed)
  head/contrib/ofed/libibverbs/src/sysfs.c   (contents, props changed)
  head/contrib/ofed/libibverbs/src/verbs.c   (contents, props changed)
  head/contrib/ofed/libmlx4/AUTHORS   (contents, props changed)
  head/contrib/ofed/libmlx4/COPYING   (contents, props changed)
  head/contrib/ofed/libmlx4/Makefile.am   (contents, props changed)
  head/contrib/ofed/libmlx4/README   (contents, props changed)
  head/contrib/ofed/libmlx4/autogen.sh   (contents, props changed)
  head/contrib/ofed/libmlx4/configure.in   (contents, props changed)
  head/contrib/ofed/libmlx4/debian/changelog   (contents, props changed)
  head/contrib/ofed/libmlx4/debian/compat   (contents, props changed)
  head/contrib/ofed/libmlx4/debian/control.in   (contents, props changed)
  head/contrib/ofed/libmlx4/debian/copyright   (contents, props changed)
  head/contrib/ofed/libmlx4/debian/libmlx4-1.install   (contents, props changed)
  head/contrib/ofed/libmlx4/debian/libmlx4-dev.install   (contents, props changed)
  head/contrib/ofed/libmlx4/debian/rules   (contents, props changed)
  head/contrib/ofed/libmlx4/debian/watch   (contents, props changed)
  head/contrib/ofed/libmlx4/fixes/add_supported_devices.patch   (contents, props changed)
  head/contrib/ofed/libmlx4/fixes/fix_inline_size.patch   (contents, props changed)
  head/contrib/ofed/libmlx4/fixes/lim_qp_resources.patch   (contents, props changed)
  head/contrib/ofed/libmlx4/fixes/post_rcv_end_of_sg.patch   (contents, props changed)
  head/contrib/ofed/libmlx4/fixes/rocee_add_support.patch   (contents, props changed)
  head/contrib/ofed/libmlx4/fixes/series   (contents, props changed)
  head/contrib/ofed/libmlx4/fixes/userspace_dev_lims.patch   (contents, props changed)
  head/contrib/ofed/libmlx4/fixes/xrc_consolidated_v2.patch   (contents, props changed)
  head/contrib/ofed/libmlx4/fixes/xrc_fix_close_domain.patch   (contents, props changed)
  head/contrib/ofed/libmlx4/fixes/xrc_kernel_user_mismatch.patch   (contents, props changed)
  head/contrib/ofed/libmlx4/fixes/xrc_rcv_qp_v2.patch   (contents, props changed)
  head/contrib/ofed/libmlx4/libmlx4.spec.in   (contents, props changed)
  head/contrib/ofed/libmlx4/mlx4.driver   (contents, props changed)
  head/contrib/ofed/libmlx4/src/buf.c   (contents, props changed)
  head/contrib/ofed/libmlx4/src/cq.c   (contents, props changed)
  head/contrib/ofed/libmlx4/src/dbrec.c   (contents, props changed)
  head/contrib/ofed/libmlx4/src/doorbell.h   (contents, props changed)
  head/contrib/ofed/libmlx4/src/mlx4-abi.h   (contents, props changed)
  head/contrib/ofed/libmlx4/src/mlx4.c   (contents, props changed)
  head/contrib/ofed/libmlx4/src/mlx4.h   (contents, props changed)
  head/contrib/ofed/libmlx4/src/mlx4.map   (contents, props changed)
  head/contrib/ofed/libmlx4/src/qp.c   (contents, props changed)
  head/contrib/ofed/libmlx4/src/srq.c   (contents, props changed)
  head/contrib/ofed/libmlx4/src/verbs.c   (contents, props changed)
  head/contrib/ofed/libmlx4/src/wqe.h   (contents, props changed)
  head/contrib/ofed/libmthca/AUTHORS   (contents, props changed)
  head/contrib/ofed/libmthca/COPYING   (contents, props changed)
  head/contrib/ofed/libmthca/ChangeLog   (contents, props changed)
  head/contrib/ofed/libmthca/Makefile.am   (contents, props changed)
  head/contrib/ofed/libmthca/README   (contents, props changed)
  head/contrib/ofed/libmthca/autogen.sh   (contents, props changed)
  head/contrib/ofed/libmthca/configure.in   (contents, props changed)
  head/contrib/ofed/libmthca/debian/changelog   (contents, props changed)
  head/contrib/ofed/libmthca/debian/compat   (contents, props changed)
  head/contrib/ofed/libmthca/debian/control.in   (contents, props changed)
  head/contrib/ofed/libmthca/debian/copyright   (contents, props changed)
  head/contrib/ofed/libmthca/debian/libmthca-dev.install   (contents, props changed)
  head/contrib/ofed/libmthca/debian/libmthca1.install   (contents, props changed)
  head/contrib/ofed/libmthca/debian/rules   (contents, props changed)
  head/contrib/ofed/libmthca/debian/watch   (contents, props changed)
  head/contrib/ofed/libmthca/libmthca.spec.in   (contents, props changed)
  head/contrib/ofed/libmthca/mthca.driver   (contents, props changed)
  head/contrib/ofed/libmthca/src/ah.c   (contents, props changed)
  head/contrib/ofed/libmthca/src/buf.c   (contents, props changed)
  head/contrib/ofed/libmthca/src/cq.c   (contents, props changed)
  head/contrib/ofed/libmthca/src/doorbell.h   (contents, props changed)
  head/contrib/ofed/libmthca/src/memfree.c   (contents, props changed)
  head/contrib/ofed/libmthca/src/mthca-abi.h   (contents, props changed)
  head/contrib/ofed/libmthca/src/mthca.c   (contents, props changed)
  head/contrib/ofed/libmthca/src/mthca.h   (contents, props changed)
  head/contrib/ofed/libmthca/src/mthca.map   (contents, props changed)
  head/contrib/ofed/libmthca/src/qp.c   (contents, props changed)
  head/contrib/ofed/libmthca/src/srq.c   (contents, props changed)
  head/contrib/ofed/libmthca/src/verbs.c   (contents, props changed)
  head/contrib/ofed/libmthca/src/wqe.h   (contents, props changed)
  head/contrib/ofed/librdmacm/AUTHORS   (contents, props changed)
  head/contrib/ofed/librdmacm/COPYING   (contents, props changed)
  head/contrib/ofed/librdmacm/ChangeLog   (contents, props changed)
  head/contrib/ofed/librdmacm/INSTALL   (contents, props changed)
  head/contrib/ofed/librdmacm/Makefile.am   (contents, props changed)
  head/contrib/ofed/librdmacm/Makefile.in   (contents, props changed)
  head/contrib/ofed/librdmacm/NEWS   (contents, props changed)
  head/contrib/ofed/librdmacm/README   (contents, props changed)
  head/contrib/ofed/librdmacm/aclocal.m4   (contents, props changed)
  head/contrib/ofed/librdmacm/config.h.in   (contents, props changed)
  head/contrib/ofed/librdmacm/config/compile   (contents, props changed)
  head/contrib/ofed/librdmacm/config/config.guess   (contents, props changed)
  head/contrib/ofed/librdmacm/config/config.sub   (contents, props changed)
  head/contrib/ofed/librdmacm/config/depcomp   (contents, props changed)
  head/contrib/ofed/librdmacm/config/install-sh   (contents, props changed)
  head/contrib/ofed/librdmacm/config/ltmain.sh   (contents, props changed)
  head/contrib/ofed/librdmacm/config/missing   (contents, props changed)
  head/contrib/ofed/librdmacm/configure   (contents, props changed)
  head/contrib/ofed/librdmacm/configure.in   (contents, props changed)
  head/contrib/ofed/librdmacm/examples/cmatose.c   (contents, props changed)
  head/contrib/ofed/librdmacm/examples/mckey.c   (contents, props changed)
  head/contrib/ofed/librdmacm/examples/rping.c   (contents, props changed)
  head/contrib/ofed/librdmacm/examples/udaddy.c   (contents, props changed)
  head/contrib/ofed/librdmacm/include/rdma/rdma_cma.h   (contents, props changed)
  head/contrib/ofed/librdmacm/include/rdma/rdma_cma_abi.h   (contents, props changed)
  head/contrib/ofed/librdmacm/librdmacm.spec   (contents, props changed)
  head/contrib/ofed/librdmacm/librdmacm.spec.in   (contents, props changed)
  head/contrib/ofed/librdmacm/man/mckey.1   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_accept.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_ack_cm_event.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_bind_addr.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_cm.7   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_connect.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_create_event_channel.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_create_id.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_create_qp.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_destroy_event_channel.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_destroy_id.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_destroy_qp.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_disconnect.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_event_str.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_free_devices.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_get_cm_event.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_get_devices.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_get_dst_port.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_get_local_addr.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_get_peer_addr.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_get_src_port.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_join_multicast.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_leave_multicast.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_listen.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_migrate_id.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_notify.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_reject.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_resolve_addr.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_resolve_route.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rdma_set_option.3   (contents, props changed)
  head/contrib/ofed/librdmacm/man/rping.1   (contents, props changed)
  head/contrib/ofed/librdmacm/man/ucmatose.1   (contents, props changed)
  head/contrib/ofed/librdmacm/man/udaddy.1   (contents, props changed)
  head/contrib/ofed/librdmacm/src/cma.c   (contents, props changed)
  head/contrib/ofed/librdmacm/src/librdmacm.map   (contents, props changed)
  head/contrib/ofed/libsdp/COPYING   (contents, props changed)
  head/contrib/ofed/libsdp/ChangeLog   (contents, props changed)
  head/contrib/ofed/libsdp/Makefile.am   (contents, props changed)
  head/contrib/ofed/libsdp/NEWS   (contents, props changed)
  head/contrib/ofed/libsdp/README   (contents, props changed)
  head/contrib/ofed/libsdp/autogen.sh   (contents, props changed)
  head/contrib/ofed/libsdp/changelog_from_git.sh   (contents, props changed)
  head/contrib/ofed/libsdp/config/libsdp_indent   (contents, props changed)
  head/contrib/ofed/libsdp/configure.in   (contents, props changed)
  head/contrib/ofed/libsdp/libsdp.conf   (contents, props changed)
  head/contrib/ofed/libsdp/libsdp.spec.in   (contents, props changed)
  head/contrib/ofed/libsdp/src/Makefile.am   (contents, props changed)
  head/contrib/ofed/libsdp/src/config_parser.c   (contents, props changed)
  head/contrib/ofed/libsdp/src/config_parser.h   (contents, props changed)
  head/contrib/ofed/libsdp/src/config_scanner.c   (contents, props changed)
  head/contrib/ofed/libsdp/src/libsdp.h   (contents, props changed)
  head/contrib/ofed/libsdp/src/linux/sdp_inet.h   (contents, props changed)
  head/contrib/ofed/libsdp/src/log.c   (contents, props changed)
  head/contrib/ofed/libsdp/src/match.c   (contents, props changed)
  head/contrib/ofed/libsdp/src/port.c   (contents, props changed)
  head/contrib/ofed/libsdp/src/socket.c   (contents, props changed)
  head/contrib/ofed/management/AUTHORS   (contents, props changed)
  head/contrib/ofed/management/COPYING   (contents, props changed)
  head/contrib/ofed/management/ChangeLog   (contents, props changed)
  head/contrib/ofed/management/INSTALL   (contents, props changed)
  head/contrib/ofed/management/Makefile   (contents, props changed)
  head/contrib/ofed/management/NEWS   (contents, props changed)
  head/contrib/ofed/management/README   (contents, props changed)
  head/contrib/ofed/management/doc/diagtools-proposal.txt   (contents, props changed)
  head/contrib/ofed/management/doc/diagtools.txt   (contents, props changed)
  head/contrib/ofed/management/doc/ibtracer.txt   (contents, props changed)
  head/contrib/ofed/management/doc/libibmad.txt   (contents, props changed)
  head/contrib/ofed/management/doc/libibumad.txt   (contents, props changed)
  head/contrib/ofed/management/gen_chlog.sh   (contents, props changed)
  head/contrib/ofed/management/gen_ver.sh   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/COPYING   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/ChangeLog   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/Makefile.am   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/README   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/autogen.sh   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/configure.in   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/include/grouping.h   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/include/ibdiag_common.h   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/include/ibdiag_version.h   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/include/ibdiag_version.h.in   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/include/ibnetdiscover.h   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/infiniband-diags.spec.in   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/check_lft_balance.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/dump_lfts.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/dump_mfts.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibaddr.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibcheckerrors.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibcheckerrs.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibchecknet.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibchecknode.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibcheckport.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibcheckportstate.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibcheckportwidth.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibcheckstate.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibcheckwidth.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibclearcounters.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibclearerrors.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibdatacounters.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibdatacounts.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibdiscover.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibfindnodesusing.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibhosts.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibidsverify.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/iblinkinfo.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibnetdiscover.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibnodes.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibping.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibportstate.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibprintca.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibprintrt.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibprintswitch.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibqueryerrors.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibroute.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibrouters.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibstat.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibstatus.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibswitches.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibswportwatch.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibsysstat.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/ibtracert.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/perfquery.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/saquery.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/sminfo.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/smpdump.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/smpquery.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/man/vendstat.8   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/perltidy.sh   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/IBswcountlimits.pm   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/check_lft_balance.pl   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/dump_lfts.sh   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/dump_mfts.sh   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibcheckerrors.in   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibcheckerrs.in   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibchecknet.in   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibchecknode.in   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibcheckport.in   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibcheckportstate.in   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibcheckportwidth.in   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibcheckstate.in   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibcheckwidth.in   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibclearcounters.in   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibclearerrors.in   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibdatacounters.in   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibdatacounts.in   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibdiscover.map   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibdiscover.pl   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibfindnodesusing.pl   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibhosts.in   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibidsverify.pl   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/iblinkinfo.pl   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibnodes.in   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibprintca.pl   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibprintrt.pl   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibprintswitch.pl   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibqueryerrors.pl   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibrouters.in   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibstatus   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibswitches.in   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/ibswportwatch.pl   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/set_nodedesc.sh   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/src/grouping.c   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/src/ibaddr.c   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/src/ibdiag_common.c   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/src/ibnetdiscover.c   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/src/ibping.c   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/src/ibportstate.c   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/src/ibroute.c   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/src/ibsendtrap.c   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/src/ibstat.c   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/src/ibsysstat.c   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/src/ibtracert.c   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/src/mcm_rereg_test.c   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/src/perfquery.c   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/src/saquery.c   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/src/sminfo.c   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/src/smpdump.c   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/src/smpquery.c   (contents, props changed)
  head/contrib/ofed/management/infiniband-diags/src/vendstat.c   (contents, props changed)
  head/contrib/ofed/management/libibcommon/AUTHORS   (contents, props changed)
  head/contrib/ofed/management/libibcommon/COPYING   (contents, props changed)
  head/contrib/ofed/management/libibcommon/ChangeLog   (contents, props changed)
  head/contrib/ofed/management/libibcommon/Makefile.am   (contents, props changed)
  head/contrib/ofed/management/libibcommon/autogen.sh   (contents, props changed)
  head/contrib/ofed/management/libibcommon/configure.in   (contents, props changed)
  head/contrib/ofed/management/libibcommon/include/infiniband/common.h   (contents, props changed)
  head/contrib/ofed/management/libibcommon/libibcommon.spec.in   (contents, props changed)
  head/contrib/ofed/management/libibcommon/libibcommon.ver   (contents, props changed)
  head/contrib/ofed/management/libibcommon/src/hash.c   (contents, props changed)
  head/contrib/ofed/management/libibcommon/src/libibcommon.map   (contents, props changed)
  head/contrib/ofed/management/libibcommon/src/stack.c   (contents, props changed)
  head/contrib/ofed/management/libibcommon/src/sysfs.c   (contents, props changed)
  head/contrib/ofed/management/libibcommon/src/time.c   (contents, props changed)
  head/contrib/ofed/management/libibcommon/src/util.c   (contents, props changed)
  head/contrib/ofed/management/libibmad/AUTHORS   (contents, props changed)
  head/contrib/ofed/management/libibmad/COPYING   (contents, props changed)
  head/contrib/ofed/management/libibmad/ChangeLog   (contents, props changed)
  head/contrib/ofed/management/libibmad/Makefile.am   (contents, props changed)
  head/contrib/ofed/management/libibmad/autogen.sh   (contents, props changed)
  head/contrib/ofed/management/libibmad/configure.in   (contents, props changed)
  head/contrib/ofed/management/libibmad/include/infiniband/mad.h   (contents, props changed)
  head/contrib/ofed/management/libibmad/libibmad.spec.in   (contents, props changed)
  head/contrib/ofed/management/libibmad/libibmad.ver   (contents, props changed)
  head/contrib/ofed/management/libibmad/src/dump.c   (contents, props changed)
  head/contrib/ofed/management/libibmad/src/fields.c   (contents, props changed)
  head/contrib/ofed/management/libibmad/src/gs.c   (contents, props changed)
  head/contrib/ofed/management/libibmad/src/libibmad.map   (contents, props changed)
  head/contrib/ofed/management/libibmad/src/mad.c   (contents, props changed)
  head/contrib/ofed/management/libibmad/src/portid.c   (contents, props changed)
  head/contrib/ofed/management/libibmad/src/register.c   (contents, props changed)
  head/contrib/ofed/management/libibmad/src/resolve.c   (contents, props changed)
  head/contrib/ofed/management/libibmad/src/rpc.c   (contents, props changed)
  head/contrib/ofed/management/libibmad/src/sa.c   (contents, props changed)
  head/contrib/ofed/management/libibmad/src/serv.c   (contents, props changed)
  head/contrib/ofed/management/libibmad/src/smp.c   (contents, props changed)
  head/contrib/ofed/management/libibmad/src/vendor.c   (contents, props changed)
  head/contrib/ofed/management/libibumad/AUTHORS   (contents, props changed)
  head/contrib/ofed/management/libibumad/COPYING   (contents, props changed)
  head/contrib/ofed/management/libibumad/ChangeLog   (contents, props changed)
  head/contrib/ofed/management/libibumad/Makefile.am   (contents, props changed)
  head/contrib/ofed/management/libibumad/autogen.sh   (contents, props changed)
  head/contrib/ofed/management/libibumad/configure.in   (contents, props changed)
  head/contrib/ofed/management/libibumad/include/infiniband/umad.h   (contents, props changed)
  head/contrib/ofed/management/libibumad/libibumad.spec.in   (contents, props changed)
  head/contrib/ofed/management/libibumad/libibumad.ver   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_addr_dump.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_alloc.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_close_port.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_debug.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_dump.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_free.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_get_ca.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_get_ca_portguids.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_get_cas_names.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_get_fd.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_get_issm_path.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_get_mad.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_get_mad_addr.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_get_pkey.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_get_port.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_init.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_open_port.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_poll.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_recv.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_register.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_register_oui.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_send.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_set_addr.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_set_addr_net.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_set_grh.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_set_grh_net.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_set_pkey.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_size.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_status.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/man/umad_unregister.3   (contents, props changed)
  head/contrib/ofed/management/libibumad/src/libibumad.map   (contents, props changed)
  head/contrib/ofed/management/libibumad/src/umad.c   (contents, props changed)
  head/contrib/ofed/management/make.dist   (contents, props changed)
  head/contrib/ofed/management/opensm/AUTHORS   (contents, props changed)
  head/contrib/ofed/management/opensm/COPYING   (contents, props changed)
  head/contrib/ofed/management/opensm/ChangeLog   (contents, props changed)
  head/contrib/ofed/management/opensm/INSTALL   (contents, props changed)
  head/contrib/ofed/management/opensm/Makefile.am   (contents, props changed)
  head/contrib/ofed/management/opensm/NEWS   (contents, props changed)
  head/contrib/ofed/management/opensm/README   (contents, props changed)
  head/contrib/ofed/management/opensm/autogen.sh   (contents, props changed)
  head/contrib/ofed/management/opensm/complib/ChangeLog   (contents, props changed)
  head/contrib/ofed/management/opensm/complib/Makefile.am   (contents, props changed)
  head/contrib/ofed/management/opensm/complib/cl_complib.c   (contents, props changed)
  head/contrib/ofed/management/opensm/complib/cl_dispatcher.c   (contents, props changed)
  head/contrib/ofed/management/opensm/complib/cl_event.c   (contents, props changed)
  head/contrib/ofed/management/opensm/complib/cl_event_wheel.c   (contents, props changed)
  head/contrib/ofed/management/opensm/complib/cl_list.c   (contents, props changed)
  head/contrib/ofed/management/opensm/complib/cl_log.c   (contents, props changed)
  head/contrib/ofed/management/opensm/complib/cl_map.c   (contents, props changed)
  head/contrib/ofed/management/opensm/complib/cl_nodenamemap.c   (contents, props changed)
  head/contrib/ofed/management/opensm/complib/cl_pool.c   (contents, props changed)
  head/contrib/ofed/management/opensm/complib/cl_ptr_vector.c   (contents, props changed)
  head/contrib/ofed/management/opensm/complib/cl_spinlock.c   (contents, props changed)
  head/contrib/ofed/management/opensm/complib/cl_statustext.c   (contents, props changed)
  head/contrib/ofed/management/opensm/complib/cl_thread.c   (contents, props changed)
  head/contrib/ofed/management/opensm/complib/cl_threadpool.c   (contents, props changed)
  head/contrib/ofed/management/opensm/complib/cl_timer.c   (contents, props changed)
  head/contrib/ofed/management/opensm/complib/cl_vector.c   (contents, props changed)
  head/contrib/ofed/management/opensm/complib/ib_statustext.c   (contents, props changed)
  head/contrib/ofed/management/opensm/complib/libosmcomp.map   (contents, props changed)
  head/contrib/ofed/management/opensm/complib/libosmcomp.ver   (contents, props changed)
  head/contrib/ofed/management/opensm/config/osmvsel.m4   (contents, props changed)
  head/contrib/ofed/management/opensm/configure.in   (contents, props changed)
  head/contrib/ofed/management/opensm/doc/OpenSM_PKey_Mgr.txt   (contents, props changed)
  head/contrib/ofed/management/opensm/doc/OpenSM_RN.pdf   (contents, props changed)
  head/contrib/ofed/management/opensm/doc/OpenSM_UM.pdf   (contents, props changed)
  head/contrib/ofed/management/opensm/doc/QoS_management_in_OpenSM.txt   (contents, props changed)
  head/contrib/ofed/management/opensm/doc/current-routing.txt   (contents, props changed)
  head/contrib/ofed/management/opensm/doc/modular-routing.txt   (contents, props changed)
  head/contrib/ofed/management/opensm/doc/opensm-coding-style.txt   (contents, props changed)
  head/contrib/ofed/management/opensm/doc/opensm_release_notes-3.1.10.txt   (contents, props changed)
  head/contrib/ofed/management/opensm/doc/opensm_release_notes-3.1.11.txt   (contents, props changed)
  head/contrib/ofed/management/opensm/doc/opensm_release_notes-3.2.txt   (contents, props changed)
  head/contrib/ofed/management/opensm/doc/opensm_release_notes_ibg2-2.0.1.txt   (contents, props changed)
  head/contrib/ofed/management/opensm/doc/opensm_release_notes_openib-1.2.1.txt   (contents, props changed)
  head/contrib/ofed/management/opensm/doc/opensm_release_notes_openib-2.0.5.txt   (contents, props changed)
  head/contrib/ofed/management/opensm/doc/opensm_release_notes_openib-3.0.13.txt   (contents, props changed)
  head/contrib/ofed/management/opensm/doc/partition-config.txt   (contents, props changed)
  head/contrib/ofed/management/opensm/doc/perf-manager-arch.txt   (contents, props changed)
  head/contrib/ofed/management/opensm/doc/performance-manager-HOWTO.txt   (contents, props changed)
  head/contrib/ofed/management/opensm/doc/qos-config.txt   (contents, props changed)
  head/contrib/ofed/management/opensm/doc/todo   (contents, props changed)
  head/contrib/ofed/management/opensm/include/Makefile.am   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_atomic.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_atomic_osd.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_byteswap.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_byteswap_osd.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_comppool.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_debug.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_debug_osd.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_dispatcher.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_event.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_event_osd.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_event_wheel.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_fleximap.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_list.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_log.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_map.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_math.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_nodenamemap.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_packoff.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_packon.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_passivelock.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_pool.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_ptr_vector.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_qcomppool.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_qlist.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_qmap.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_qpool.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_spinlock.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_spinlock_osd.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_thread.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_thread_osd.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_threadpool.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_timer.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_timer_osd.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_types.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_types_osd.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/complib/cl_vector.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/iba/ib_cm_types.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/iba/ib_types.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_attrib_req.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_base.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_config.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_config.h.in   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_console.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_console_io.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_db.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_db_pack.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_errors.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_event_plugin.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_helper.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_inform.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_lid_mgr.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_log.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_mad_pool.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_madw.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_mcast_tbl.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_mcm_info.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_mcm_port.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_msgdef.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_mtree.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_multicast.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_node.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_opensm.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_partition.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_path.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_perfmgr.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_perfmgr_db.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_pkey.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_pkey_mgr.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_port.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_port_profile.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_prefix_route.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_qos_policy.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_remote_sm.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_router.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_sa.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_sa_mad_ctrl.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_service.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_sm.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_sm_mad_ctrl.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_stats.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_subnet.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_switch.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_ucast_cache.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_ucast_mgr.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_version.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_version.h.in   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/osm_vl15intf.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/opensm/st.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_mtl_bind.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_pkt_randomizer.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_ts_useraccess.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_umadt.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_al.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_api.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_ibumad.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_mlx.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_mlx_defs.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_mlx_dispatcher.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_mlx_hca.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_mlx_inout.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_mlx_rmpp_ctx.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_mlx_sar.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_mlx_sender.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_mlx_svc.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_mlx_transport.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_mlx_transport_anafa.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_mlx_txn.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_mtl.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_mtl_hca_guid.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_mtl_transaction_mgr.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_sa_api.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_test.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_ts.h   (contents, props changed)
  head/contrib/ofed/management/opensm/include/vendor/osm_vendor_umadt.h   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/ChangeLog   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/Makefile.am   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/libosmvendor.map   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/libosmvendor.ver   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_pkt_randomizer.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_al.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_ibumad.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_ibumad_sa.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_mlx.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_mlx_anafa.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_mlx_dispatcher.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_mlx_hca.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_mlx_hca_anafa.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_mlx_hca_pfs.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_mlx_hca_sim.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_mlx_ibmgt.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_mlx_rmpp_ctx.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_mlx_sa.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_mlx_sar.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_mlx_sender.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_mlx_sim.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_mlx_ts.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_mlx_ts_anafa.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_mlx_txn.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_mtl.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_mtl_hca_guid.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_mtl_transaction_mgr.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_test.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_ts.c   (contents, props changed)
  head/contrib/ofed/management/opensm/libvendor/osm_vendor_umadt.c   (contents, props changed)
  head/contrib/ofed/management/opensm/man/opensm.8   (contents, props changed)
  head/contrib/ofed/management/opensm/man/opensm.8.in   (contents, props changed)
  head/contrib/ofed/management/opensm/man/osmtest.8   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm.spec.in   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/ChangeLog   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/Makefile.am   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/libopensm.map   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/libopensm.ver   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/main.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_check   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_check_n_fix   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_console.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_console_io.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_db_files.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_db_pack.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_drop_mgr.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_dump.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_event_plugin.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_helper.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_indent   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_inform.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_lid_mgr.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_lin_fwd_rcv.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_link_mgr.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_log.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_mad_pool.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_mcast_fwd_rcv.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_mcast_mgr.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_mcast_tbl.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_mcm_info.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_mcm_port.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_mtree.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_multicast.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_node.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_node_desc_rcv.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_node_info_rcv.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_opensm.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_perfmgr.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_perfmgr_db.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_pkey.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_pkey_mgr.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_pkey_rcv.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_port.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_port_info_rcv.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_prtn.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_prtn_config.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_qos.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_qos_parser_l.l   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_qos_parser_y.y   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_qos_policy.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_remote_sm.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_req.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_resp.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_router.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sa.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sa_class_port_info.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sa_guidinfo_record.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sa_informinfo.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sa_lft_record.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sa_link_record.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sa_mad_ctrl.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sa_mcmember_record.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sa_mft_record.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sa_multipath_record.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sa_node_record.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sa_path_record.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sa_pkey_record.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sa_portinfo_record.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sa_service_record.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sa_slvl_record.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sa_sminfo_record.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sa_sw_info_record.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sa_vlarb_record.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_service.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_slvl_map_rcv.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sm.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sm_mad_ctrl.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sm_state_mgr.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sminfo_rcv.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_state_mgr.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_subnet.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_sw_info_rcv.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_switch.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_trap_rcv.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_ucast_cache.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_ucast_file.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_ucast_ftree.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_ucast_lash.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_ucast_mgr.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_ucast_updn.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_vl15intf.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/osm_vl_arb_rcv.c   (contents, props changed)
  head/contrib/ofed/management/opensm/opensm/st.c   (contents, props changed)
  head/contrib/ofed/management/opensm/osmeventplugin/Makefile.am   (contents, props changed)
  head/contrib/ofed/management/opensm/osmeventplugin/libosmeventplugin.map   (contents, props changed)
  head/contrib/ofed/management/opensm/osmeventplugin/libosmeventplugin.ver   (contents, props changed)
  head/contrib/ofed/management/opensm/osmeventplugin/src/osmeventplugin.c   (contents, props changed)
  head/contrib/ofed/management/opensm/osmtest/Makefile.am   (contents, props changed)
  head/contrib/ofed/management/opensm/osmtest/include/osmt_inform.h   (contents, props changed)
  head/contrib/ofed/management/opensm/osmtest/include/osmt_mtl_regular_qp.h   (contents, props changed)
  head/contrib/ofed/management/opensm/osmtest/include/osmtest.h   (contents, props changed)
  head/contrib/ofed/management/opensm/osmtest/include/osmtest_base.h   (contents, props changed)
  head/contrib/ofed/management/opensm/osmtest/include/osmtest_subnet.h   (contents, props changed)
  head/contrib/ofed/management/opensm/osmtest/main.c   (contents, props changed)
  head/contrib/ofed/management/opensm/osmtest/osmt_inform.c   (contents, props changed)
  head/contrib/ofed/management/opensm/osmtest/osmt_mtl_regular_qp.c   (contents, props changed)
  head/contrib/ofed/management/opensm/osmtest/osmt_multicast.c   (contents, props changed)
  head/contrib/ofed/management/opensm/osmtest/osmt_service.c   (contents, props changed)
  head/contrib/ofed/management/opensm/osmtest/osmt_slvl_vl_arb.c   (contents, props changed)
  head/contrib/ofed/management/opensm/osmtest/osmtest.c   (contents, props changed)
  head/contrib/ofed/management/opensm/scripts/opensm.init.in   (contents, props changed)
  head/contrib/ofed/management/opensm/scripts/opensm.logrotate   (contents, props changed)
  head/contrib/ofed/management/opensm/scripts/opensm.sysconfig   (contents, props changed)
  head/contrib/ofed/management/opensm/scripts/redhat-opensm.init.in   (contents, props changed)
  head/contrib/ofed/management/opensm/scripts/sldd.sh.in   (contents, props changed)
  head/contrib/ofed/usr.bin/
  head/contrib/ofed/usr.bin/Makefile
  head/contrib/ofed/usr.bin/Makefile.inc
  head/contrib/ofed/usr.bin/ibaddr/
  head/contrib/ofed/usr.bin/ibaddr/Makefile
  head/contrib/ofed/usr.bin/ibnetdiscover/
  head/contrib/ofed/usr.bin/ibnetdiscover/Makefile
  head/contrib/ofed/usr.bin/ibping/
  head/contrib/ofed/usr.bin/ibping/Makefile
  head/contrib/ofed/usr.bin/ibportstate/
  head/contrib/ofed/usr.bin/ibportstate/Makefile
  head/contrib/ofed/usr.bin/ibroute/
  head/contrib/ofed/usr.bin/ibroute/Makefile
  head/contrib/ofed/usr.bin/ibsendtrap/
  head/contrib/ofed/usr.bin/ibsendtrap/Makefile
  head/contrib/ofed/usr.bin/ibstat/
  head/contrib/ofed/usr.bin/ibstat/Makefile
  head/contrib/ofed/usr.bin/ibsysstat/
  head/contrib/ofed/usr.bin/ibsysstat/Makefile
  head/contrib/ofed/usr.bin/ibtracert/
  head/contrib/ofed/usr.bin/ibtracert/Makefile
  head/contrib/ofed/usr.bin/opensm/
  head/contrib/ofed/usr.bin/opensm/Makefile
  head/contrib/ofed/usr.bin/perfquery/
  head/contrib/ofed/usr.bin/perfquery/Makefile
  head/contrib/ofed/usr.bin/saquery/
  head/contrib/ofed/usr.bin/saquery/Makefile
  head/contrib/ofed/usr.bin/sminfo/
  head/contrib/ofed/usr.bin/sminfo/Makefile
  head/contrib/ofed/usr.bin/smpdump/
  head/contrib/ofed/usr.bin/smpdump/Makefile
  head/contrib/ofed/usr.bin/smpquery/
  head/contrib/ofed/usr.bin/smpquery/Makefile
  head/contrib/ofed/usr.bin/vendstat/
  head/contrib/ofed/usr.bin/vendstat/Makefile
  head/contrib/ofed/usr.lib/
  head/contrib/ofed/usr.lib/Makefile
  head/contrib/ofed/usr.lib/Makefile.inc
  head/contrib/ofed/usr.lib/libibcm/
  head/contrib/ofed/usr.lib/libibcm/Makefile
  head/contrib/ofed/usr.lib/libibcommon/
  head/contrib/ofed/usr.lib/libibcommon/Makefile
  head/contrib/ofed/usr.lib/libibmad/
  head/contrib/ofed/usr.lib/libibmad/Makefile
  head/contrib/ofed/usr.lib/libibmad/config.h
  head/contrib/ofed/usr.lib/libibumad/
  head/contrib/ofed/usr.lib/libibumad/Makefile
  head/contrib/ofed/usr.lib/libibumad/config.h
  head/contrib/ofed/usr.lib/libibverbs/
  head/contrib/ofed/usr.lib/libibverbs/Makefile
  head/contrib/ofed/usr.lib/libibverbs/alloca.h
  head/contrib/ofed/usr.lib/libibverbs/config.h
  head/contrib/ofed/usr.lib/libmlx4/
  head/contrib/ofed/usr.lib/libmlx4/Makefile
  head/contrib/ofed/usr.lib/libmlx4/config.h
  head/contrib/ofed/usr.lib/libmthca/
  head/contrib/ofed/usr.lib/libmthca/Makefile
  head/contrib/ofed/usr.lib/libmthca/config.h
  head/contrib/ofed/usr.lib/libopensm/
  head/contrib/ofed/usr.lib/libopensm/Makefile
  head/contrib/ofed/usr.lib/libosmcomp/
  head/contrib/ofed/usr.lib/libosmcomp/Makefile
  head/contrib/ofed/usr.lib/libosmvendor/
  head/contrib/ofed/usr.lib/libosmvendor/Makefile
  head/contrib/ofed/usr.lib/librdmacm/
  head/contrib/ofed/usr.lib/librdmacm/Makefile
  head/contrib/ofed/usr.lib/libsdp/
  head/contrib/ofed/usr.lib/libsdp/Makefile
  head/etc/rc.d/opensm   (contents, props changed)
  head/sys/modules/mlx4/
  head/sys/modules/mlx4/Makefile   (contents, props changed)
  head/sys/modules/mlx4ib/
  head/sys/modules/mlx4ib/Makefile   (contents, props changed)
  head/sys/modules/mlxen/
  head/sys/modules/mlxen/Makefile   (contents, props changed)
  head/sys/modules/mthca/
  head/sys/modules/mthca/Makefile   (contents, props changed)
  head/sys/ofed/
  head/sys/ofed/drivers/infiniband/Kconfig   (contents, props changed)
  head/sys/ofed/drivers/infiniband/Makefile   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/Makefile   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/addr.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/agent.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/agent.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/cache.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/cm.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/cm_msgs.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/cma.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/core_priv.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/device.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/fmr_pool.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/iwcm.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/iwcm.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/local_sa.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/mad.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/mad_priv.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/mad_rmpp.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/mad_rmpp.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/multicast.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/notice.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/packer.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/sa.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/sa_query.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/smi.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/smi.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/sysfs.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/ucm.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/ucma.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/ud_header.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/umem.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/user_mad.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/uverbs.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/uverbs_cmd.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/uverbs_main.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/uverbs_marshall.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/core/verbs.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/debug/Makefile   (contents, props changed)
  head/sys/ofed/drivers/infiniband/debug/memtrack.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/debug/memtrack.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/debug/mtrack.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mlx4/Kconfig   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mlx4/Makefile   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mlx4/ah.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mlx4/cq.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mlx4/doorbell.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mlx4/mad.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mlx4/main.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mlx4/mlx4_ib.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mlx4/mr.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mlx4/qp.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mlx4/srq.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mlx4/user.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mlx4/wc.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mlx4/wc.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/Kconfig   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/Makefile   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_allocator.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_av.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_catas.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_cmd.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_cmd.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_config_reg.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_cq.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_dev.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_doorbell.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_eq.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_mad.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_main.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_mcg.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_memfree.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_memfree.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_mr.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_pd.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_profile.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_profile.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_provider.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_provider.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_qp.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_reset.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_srq.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_uar.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_user.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/mthca_wqe.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/ipoib/Kconfig   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/ipoib/Makefile   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_ethtool.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_fs.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_ib.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_multicast.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_verbs.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_vlan.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/sdp/Kconfig   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/sdp/Makefile   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/sdp/sdp.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/sdp/sdp_bcopy.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/sdp/sdp_cma.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/sdp/sdp_dbg.h   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/sdp/sdp_proc.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/sdp/sdp_rx.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/sdp/sdp_tx.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/ulp/sdp/sdp_zcopy.c   (contents, props changed)
  head/sys/ofed/drivers/infiniband/util/Kconfig   (contents, props changed)
  head/sys/ofed/drivers/infiniband/util/Makefile   (contents, props changed)
  head/sys/ofed/drivers/infiniband/util/madeye.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/Makefile   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/alloc.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/catas.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/cmd.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/cq.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/en_cq.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/en_ethtool.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/en_frag.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/en_main.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/en_netdev.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/en_params.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/en_port.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/en_port.h   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/en_resources.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/en_rx.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/en_selftest.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/en_tx.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/eq.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/fw.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/fw.h   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/icm.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/icm.h   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/intf.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/main.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/mcg.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/mlx4.h   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/mlx4_en.h   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/mr.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/pd.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/port.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/profile.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/qp.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/reset.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/sense.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/srq.c   (contents, props changed)
  head/sys/ofed/drivers/net/mlx4/xrcd.c   (contents, props changed)
  head/sys/ofed/include/asm/atomic-long.h   (contents, props changed)
  head/sys/ofed/include/asm/atomic.h   (contents, props changed)
  head/sys/ofed/include/asm/byteorder.h   (contents, props changed)
  head/sys/ofed/include/asm/current.h   (contents, props changed)
  head/sys/ofed/include/asm/fcntl.h   (contents, props changed)
  head/sys/ofed/include/asm/io.h   (contents, props changed)
  head/sys/ofed/include/asm/page.h   (contents, props changed)
  head/sys/ofed/include/asm/pgtable.h   (contents, props changed)
  head/sys/ofed/include/asm/semaphore.h   (contents, props changed)
  head/sys/ofed/include/asm/system.h   (contents, props changed)
  head/sys/ofed/include/asm/types.h   (contents, props changed)
  head/sys/ofed/include/asm/uaccess.h   (contents, props changed)
  head/sys/ofed/include/linux/bitmap.h   (contents, props changed)
  head/sys/ofed/include/linux/bitops.h   (contents, props changed)
  head/sys/ofed/include/linux/cdev.h   (contents, props changed)
  head/sys/ofed/include/linux/compat.h   (contents, props changed)
  head/sys/ofed/include/linux/compiler.h   (contents, props changed)
  head/sys/ofed/include/linux/completion.h   (contents, props changed)
  head/sys/ofed/include/linux/ctype.h   (contents, props changed)
  head/sys/ofed/include/linux/delay.h   (contents, props changed)
  head/sys/ofed/include/linux/device.h   (contents, props changed)
  head/sys/ofed/include/linux/dma-attrs.h   (contents, props changed)
  head/sys/ofed/include/linux/dma-mapping.h   (contents, props changed)
  head/sys/ofed/include/linux/dmapool.h   (contents, props changed)
  head/sys/ofed/include/linux/err.h   (contents, props changed)
  head/sys/ofed/include/linux/errno.h   (contents, props changed)
  head/sys/ofed/include/linux/ethtool.h   (contents, props changed)
  head/sys/ofed/include/linux/file.h   (contents, props changed)
  head/sys/ofed/include/linux/fs.h   (contents, props changed)
  head/sys/ofed/include/linux/gfp.h   (contents, props changed)
  head/sys/ofed/include/linux/hardirq.h   (contents, props changed)
  head/sys/ofed/include/linux/idr.h   (contents, props changed)
  head/sys/ofed/include/linux/if_arp.h   (contents, props changed)
  head/sys/ofed/include/linux/if_ether.h   (contents, props changed)
  head/sys/ofed/include/linux/if_vlan.h   (contents, props changed)
  head/sys/ofed/include/linux/in.h   (contents, props changed)
  head/sys/ofed/include/linux/in6.h   (contents, props changed)
  head/sys/ofed/include/linux/inet.h   (contents, props changed)
  head/sys/ofed/include/linux/inetdevice.h   (contents, props changed)
  head/sys/ofed/include/linux/init.h   (contents, props changed)
  head/sys/ofed/include/linux/interrupt.h   (contents, props changed)
  head/sys/ofed/include/linux/io-mapping.h   (contents, props changed)
  head/sys/ofed/include/linux/io.h   (contents, props changed)
  head/sys/ofed/include/linux/ioctl.h   (contents, props changed)
  head/sys/ofed/include/linux/jhash.h   (contents, props changed)
  head/sys/ofed/include/linux/jiffies.h   (contents, props changed)
  head/sys/ofed/include/linux/kdev_t.h   (contents, props changed)
  head/sys/ofed/include/linux/kernel.h   (contents, props changed)
  head/sys/ofed/include/linux/kobject.h   (contents, props changed)
  head/sys/ofed/include/linux/kref.h   (contents, props changed)
  head/sys/ofed/include/linux/kthread.h   (contents, props changed)
  head/sys/ofed/include/linux/linux_compat.c   (contents, props changed)
  head/sys/ofed/include/linux/linux_idr.c   (contents, props changed)
  head/sys/ofed/include/linux/linux_radix.c   (contents, props changed)
  head/sys/ofed/include/linux/list.h   (contents, props changed)
  head/sys/ofed/include/linux/lockdep.h   (contents, props changed)
  head/sys/ofed/include/linux/log2.h   (contents, props changed)
  head/sys/ofed/include/linux/miscdevice.h   (contents, props changed)
  head/sys/ofed/include/linux/mlx4/cmd.h   (contents, props changed)
  head/sys/ofed/include/linux/mlx4/cq.h   (contents, props changed)
  head/sys/ofed/include/linux/mlx4/device.h   (contents, props changed)
  head/sys/ofed/include/linux/mlx4/doorbell.h   (contents, props changed)
  head/sys/ofed/include/linux/mlx4/driver.h   (contents, props changed)
  head/sys/ofed/include/linux/mlx4/qp.h   (contents, props changed)
  head/sys/ofed/include/linux/mlx4/srq.h   (contents, props changed)
  head/sys/ofed/include/linux/mm.h   (contents, props changed)
  head/sys/ofed/include/linux/module.h   (contents, props changed)
  head/sys/ofed/include/linux/moduleparam.h   (contents, props changed)
  head/sys/ofed/include/linux/mount.h   (contents, props changed)
  head/sys/ofed/include/linux/mutex.h   (contents, props changed)
  head/sys/ofed/include/linux/net.h   (contents, props changed)
  head/sys/ofed/include/linux/netdevice.h   (contents, props changed)
  head/sys/ofed/include/linux/notifier.h   (contents, props changed)
  head/sys/ofed/include/linux/page.h   (contents, props changed)
  head/sys/ofed/include/linux/pci.h   (contents, props changed)
  head/sys/ofed/include/linux/poll.h   (contents, props changed)
  head/sys/ofed/include/linux/radix-tree.h   (contents, props changed)
  head/sys/ofed/include/linux/random.h   (contents, props changed)
  head/sys/ofed/include/linux/rbtree.h   (contents, props changed)
  head/sys/ofed/include/linux/rtnetlink.h   (contents, props changed)
  head/sys/ofed/include/linux/rwlock.h   (contents, props changed)
  head/sys/ofed/include/linux/rwsem.h   (contents, props changed)
  head/sys/ofed/include/linux/scatterlist.h   (contents, props changed)
  head/sys/ofed/include/linux/sched.h   (contents, props changed)
  head/sys/ofed/include/linux/semaphore.h   (contents, props changed)
  head/sys/ofed/include/linux/slab.h   (contents, props changed)
  head/sys/ofed/include/linux/socket.h   (contents, props changed)
  head/sys/ofed/include/linux/spinlock.h   (contents, props changed)
  head/sys/ofed/include/linux/stddef.h   (contents, props changed)
  head/sys/ofed/include/linux/string.h   (contents, props changed)
  head/sys/ofed/include/linux/sysfs.h   (contents, props changed)
  head/sys/ofed/include/linux/timer.h   (contents, props changed)
  head/sys/ofed/include/linux/types.h   (contents, props changed)
  head/sys/ofed/include/linux/uaccess.h   (contents, props changed)
  head/sys/ofed/include/linux/vmalloc.h   (contents, props changed)
  head/sys/ofed/include/linux/wait.h   (contents, props changed)
  head/sys/ofed/include/linux/workqueue.h   (contents, props changed)
  head/sys/ofed/include/net/addrconf.h   (contents, props changed)
  head/sys/ofed/include/net/arp.h   (contents, props changed)
  head/sys/ofed/include/net/ip.h   (contents, props changed)
  head/sys/ofed/include/net/ip6_route.h   (contents, props changed)
  head/sys/ofed/include/net/ipv6.h   (contents, props changed)
  head/sys/ofed/include/net/neighbour.h   (contents, props changed)
  head/sys/ofed/include/net/netevent.h   (contents, props changed)
  head/sys/ofed/include/net/tcp.h   (contents, props changed)
  head/sys/ofed/include/rdma/Kbuild   (contents, props changed)
  head/sys/ofed/include/rdma/ib_addr.h   (contents, props changed)
  head/sys/ofed/include/rdma/ib_cache.h   (contents, props changed)
  head/sys/ofed/include/rdma/ib_cm.h   (contents, props changed)
  head/sys/ofed/include/rdma/ib_fmr_pool.h   (contents, props changed)
  head/sys/ofed/include/rdma/ib_mad.h   (contents, props changed)
  head/sys/ofed/include/rdma/ib_marshall.h   (contents, props changed)
  head/sys/ofed/include/rdma/ib_pack.h   (contents, props changed)
  head/sys/ofed/include/rdma/ib_sa.h   (contents, props changed)
  head/sys/ofed/include/rdma/ib_smi.h   (contents, props changed)
  head/sys/ofed/include/rdma/ib_umem.h   (contents, props changed)
  head/sys/ofed/include/rdma/ib_user_cm.h   (contents, props changed)
  head/sys/ofed/include/rdma/ib_user_mad.h   (contents, props changed)
  head/sys/ofed/include/rdma/ib_user_sa.h   (contents, props changed)
  head/sys/ofed/include/rdma/ib_user_verbs.h   (contents, props changed)
  head/sys/ofed/include/rdma/ib_verbs.h   (contents, props changed)
  head/sys/ofed/include/rdma/iw_cm.h   (contents, props changed)
  head/sys/ofed/include/rdma/rdma_cm.h   (contents, props changed)
  head/sys/ofed/include/rdma/rdma_cm_ib.h   (contents, props changed)
  head/sys/ofed/include/rdma/rdma_user_cm.h   (contents, props changed)
  head/sys/ofed/include/rdma/sdp_socket.h   (contents, props changed)
Directory Properties:
  head/contrib/ofed/libibcm/   (props changed)
  head/contrib/ofed/libibcm/config/   (props changed)
  head/contrib/ofed/libibcm/include/   (props changed)
  head/contrib/ofed/libibcm/include/infiniband/   (props changed)
  head/contrib/ofed/libibcm/src/   (props changed)
  head/contrib/ofed/libibverbs/   (props changed)
  head/contrib/ofed/libibverbs/config/   (props changed)
  head/contrib/ofed/libibverbs/debian/   (props changed)
  head/contrib/ofed/libibverbs/examples/   (props changed)
  head/contrib/ofed/libibverbs/fixes/   (props changed)
  head/contrib/ofed/libibverbs/include/   (props changed)
  head/contrib/ofed/libibverbs/include/infiniband/   (props changed)
  head/contrib/ofed/libibverbs/man/   (props changed)
  head/contrib/ofed/libibverbs/src/   (props changed)
  head/contrib/ofed/libmlx4/   (props changed)
  head/contrib/ofed/libmlx4/config/   (props changed)
  head/contrib/ofed/libmlx4/debian/   (props changed)
  head/contrib/ofed/libmlx4/fixes/   (props changed)
  head/contrib/ofed/libmlx4/src/   (props changed)
  head/contrib/ofed/libmthca/   (props changed)
  head/contrib/ofed/libmthca/config/   (props changed)
  head/contrib/ofed/libmthca/debian/   (props changed)
  head/contrib/ofed/libmthca/src/   (props changed)
  head/contrib/ofed/librdmacm/   (props changed)
  head/contrib/ofed/librdmacm/config/   (props changed)
  head/contrib/ofed/librdmacm/examples/   (props changed)
  head/contrib/ofed/librdmacm/include/   (props changed)
  head/contrib/ofed/librdmacm/include/rdma/   (props changed)
  head/contrib/ofed/librdmacm/man/   (props changed)
  head/contrib/ofed/librdmacm/src/   (props changed)
  head/contrib/ofed/libsdp/   (props changed)
  head/contrib/ofed/libsdp/config/   (props changed)
  head/contrib/ofed/libsdp/src/   (props changed)
  head/contrib/ofed/libsdp/src/linux/   (props changed)
  head/contrib/ofed/management/   (props changed)
  head/contrib/ofed/management/doc/   (props changed)
  head/contrib/ofed/management/infiniband-diags/   (props changed)
  head/contrib/ofed/management/infiniband-diags/include/   (props changed)
  head/contrib/ofed/management/infiniband-diags/man/   (props changed)
  head/contrib/ofed/management/infiniband-diags/scripts/   (props changed)
  head/contrib/ofed/management/infiniband-diags/src/   (props changed)
  head/contrib/ofed/management/libibcommon/   (props changed)
  head/contrib/ofed/management/libibcommon/include/   (props changed)
  head/contrib/ofed/management/libibcommon/include/infiniband/   (props changed)
  head/contrib/ofed/management/libibcommon/src/   (props changed)
  head/contrib/ofed/management/libibmad/   (props changed)
  head/contrib/ofed/management/libibmad/include/   (props changed)
  head/contrib/ofed/management/libibmad/include/infiniband/   (props changed)
  head/contrib/ofed/management/libibmad/src/   (props changed)
  head/contrib/ofed/management/libibumad/   (props changed)
  head/contrib/ofed/management/libibumad/include/   (props changed)
  head/contrib/ofed/management/libibumad/include/infiniband/   (props changed)
  head/contrib/ofed/management/libibumad/man/   (props changed)
  head/contrib/ofed/management/libibumad/src/   (props changed)
  head/contrib/ofed/management/opensm/   (props changed)
  head/contrib/ofed/management/opensm/complib/   (props changed)
  head/contrib/ofed/management/opensm/config/   (props changed)
  head/contrib/ofed/management/opensm/doc/   (props changed)
  head/contrib/ofed/management/opensm/include/   (props changed)
  head/contrib/ofed/management/opensm/include/complib/   (props changed)
  head/contrib/ofed/management/opensm/include/iba/   (props changed)
  head/contrib/ofed/management/opensm/include/opensm/   (props changed)
  head/contrib/ofed/management/opensm/include/vendor/   (props changed)
  head/contrib/ofed/management/opensm/libvendor/   (props changed)
  head/contrib/ofed/management/opensm/man/   (props changed)
  head/contrib/ofed/management/opensm/opensm/   (props changed)
  head/contrib/ofed/management/opensm/osmeventplugin/   (props changed)
  head/contrib/ofed/management/opensm/osmeventplugin/src/   (props changed)
  head/contrib/ofed/management/opensm/osmtest/   (props changed)
  head/contrib/ofed/management/opensm/osmtest/include/   (props changed)
  head/contrib/ofed/management/opensm/scripts/   (props changed)
  head/sys/ofed/drivers/   (props changed)
  head/sys/ofed/drivers/infiniband/   (props changed)
  head/sys/ofed/drivers/infiniband/core/   (props changed)
  head/sys/ofed/drivers/infiniband/debug/   (props changed)
  head/sys/ofed/drivers/infiniband/hw/   (props changed)
  head/sys/ofed/drivers/infiniband/hw/mlx4/   (props changed)
  head/sys/ofed/drivers/infiniband/hw/mthca/   (props changed)
  head/sys/ofed/drivers/infiniband/ulp/   (props changed)
  head/sys/ofed/drivers/infiniband/ulp/ipoib/   (props changed)
  head/sys/ofed/drivers/infiniband/ulp/sdp/   (props changed)
  head/sys/ofed/drivers/infiniband/util/   (props changed)
  head/sys/ofed/drivers/net/   (props changed)
  head/sys/ofed/drivers/net/mlx4/   (props changed)
  head/sys/ofed/include/   (props changed)
  head/sys/ofed/include/asm/   (props changed)
  head/sys/ofed/include/linux/   (props changed)
  head/sys/ofed/include/linux/mlx4/   (props changed)
  head/sys/ofed/include/net/   (props changed)
  head/sys/ofed/include/rdma/   (props changed)
Modified:
  head/Makefile.inc1
  head/etc/defaults/rc.conf
  head/etc/mtree/BSD.include.dist
  head/etc/mtree/BSD.var.dist
  head/etc/rc.d/Makefile
  head/share/mk/bsd.own.mk
  head/sys/modules/Makefile
  head/usr.bin/netstat/Makefile
  head/usr.bin/netstat/inet.c
  head/usr.bin/netstat/main.c

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Mon Mar 21 09:40:01 2011	(r219819)
+++ head/Makefile.inc1	Mon Mar 21 09:58:24 2011	(r219820)
@@ -76,6 +76,9 @@ SUBDIR+=secure
 SUBDIR+=share
 .endif
 SUBDIR+=sys usr.bin usr.sbin
+.if ${MK_OFED} != "no"
+SUBDIR+=contrib/ofed
+.endif
 #
 # We must do etc/ last for install/distribute to work.
 #
@@ -1210,7 +1213,11 @@ _prebuild_libs=	${_kerberos5_lib_libasn1
 _lib_libthr=	lib/libthr
 .endif
 
-_generic_libs=	${_cddl_lib} gnu/lib ${_kerberos5_lib} lib ${_secure_lib} usr.bin/lex/lib
+.if ${MK_OFED} != "no"
+_ofed_lib=	contrib/ofed/usr.lib/
+.endif
+
+_generic_libs=	${_cddl_lib} gnu/lib ${_kerberos5_lib} lib ${_secure_lib} usr.bin/lex/lib ${_ofed_lib}
 
 lib/libopie__L lib/libtacplus__L: lib/libmd__L
 

Added: head/contrib/ofed/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/contrib/ofed/Makefile	Mon Mar 21 09:58:24 2011	(r219820)
@@ -0,0 +1,5 @@
+.include <bsd.own.mk>
+
+SUBDIR	= include usr.lib usr.bin
+
+.include <bsd.subdir.mk>

Added: head/contrib/ofed/include/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/contrib/ofed/include/Makefile	Mon Mar 21 09:58:24 2011	(r219820)
@@ -0,0 +1,5 @@
+.include <bsd.own.mk>
+
+SUBDIR	= infiniband rdma
+
+.include <bsd.subdir.mk>

Added: head/contrib/ofed/include/infiniband/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/contrib/ofed/include/infiniband/Makefile	Mon Mar 21 09:58:24 2011	(r219820)
@@ -0,0 +1,107 @@
+.include <bsd.own.mk>
+
+INCS=
+IBINCS=		byteorder.h byteswap.h endian.h types.h
+IBINCSDIR=	${INCLUDEDIR}/infiniband
+
+IBVERBS=	${.CURDIR}/../../libibverbs/include/infiniband
+VERBINCS=	${IBVERBS}/arch.h ${IBVERBS}/driver.h ${IBVERBS}/kern-abi.h
+VERBINCS+=	${IBVERBS}/marshall.h ${IBVERBS}/opcode.h
+VERBINCS+=	${IBVERBS}/sa-kern-abi.h ${IBVERBS}/sa.h ${IBVERBS}/verbs.h
+VERBINCSDIR=	${INCLUDEDIR}/infiniband
+
+IBCOMMON=	${.CURDIR}/../../management/libibcommon/include/infiniband
+COMMONINCS=	${IBCOMMON}/common.h
+COMMONINCSDIR=	${INCLUDEDIR}/infiniband
+
+IBMAD=		${.CURDIR}/../../management/libibmad/include/infiniband
+MADINCS=	${IBMAD}/mad.h
+MADINCSDIR=	${INCLUDEDIR}/infiniband
+
+IBUMAD=		${.CURDIR}/../../management/libibumad/include/infiniband
+UMADINCS=	${IBUMAD}/umad.h
+UMADINCSDIR=	${INCLUDEDIR}/infiniband
+
+COMPLIB=	${.CURDIR}/../../management/opensm/include/complib
+COMPLIBINCS=	${COMPLIB}/cl_atomic.h ${COMPLIB}/cl_atomic_osd.h
+COMPLIBINCS+= 	${COMPLIB}/cl_byteswap.h ${COMPLIB}/cl_byteswap_osd.h
+COMPLIBINCS+= 	${COMPLIB}/cl_comppool.h ${COMPLIB}/cl_debug.h
+COMPLIBINCS+=	${COMPLIB}/cl_debug_osd.h ${COMPLIB}/cl_dispatcher.h
+COMPLIBINCS+=	${COMPLIB}/cl_event.h ${COMPLIB}/cl_event_osd.h
+COMPLIBINCS+=	${COMPLIB}/cl_event_wheel.h ${COMPLIB}/cl_fleximap.h
+COMPLIBINCS+=	${COMPLIB}/cl_list.h ${COMPLIB}/cl_log.h
+COMPLIBINCS+=	${COMPLIB}/cl_map.h ${COMPLIB}/cl_math.h
+COMPLIBINCS+=	${COMPLIB}/cl_nodenamemap.h ${COMPLIB}/cl_packoff.h
+COMPLIBINCS+=	${COMPLIB}/cl_packon.h ${COMPLIB}/cl_passivelock.h
+COMPLIBINCS+=	${COMPLIB}/cl_pool.h ${COMPLIB}/cl_ptr_vector.h
+COMPLIBINCS+=	${COMPLIB}/cl_qcomppool.h ${COMPLIB}/cl_qlist.h
+COMPLIBINCS+=	${COMPLIB}/cl_qmap.h ${COMPLIB}/cl_qpool.h
+COMPLIBINCS+=	${COMPLIB}/cl_spinlock.h ${COMPLIB}/cl_spinlock_osd.h
+COMPLIBINCS+=	${COMPLIB}/cl_thread.h ${COMPLIB}/cl_thread_osd.h
+COMPLIBINCS+=	${COMPLIB}/cl_threadpool.h ${COMPLIB}/cl_timer.h
+COMPLIBINCS+=	${COMPLIB}/cl_timer_osd.h ${COMPLIB}/cl_types.h
+COMPLIBINCS+=	${COMPLIB}/cl_types_osd.h ${COMPLIB}/cl_vector.h
+COMPLIBINCSDIR=	${INCLUDEDIR}/infiniband/complib
+
+IBADIR=		${.CURDIR}/../../management/opensm/include/iba
+IBAINCS=	${IBADIR}/ib_cm_types.h ${IBADIR}/ib_types.h
+IBAINCSDIR=	${INCLUDEDIR}/infiniband/iba
+
+OPENSM=		${.CURDIR}/../../management/opensm/include/opensm
+
+OPENSMINCS=	${OPENSM}/osm_attrib_req.h ${OPENSM}/osm_base.h
+OPENSMINCS+=	${OPENSM}/osm_config.h ${OPENSM}/osm_console.h
+OPENSMINCS+=	${OPENSM}/osm_console_io.h ${OPENSM}/osm_db.h
+OPENSMINCS+=	${OPENSM}/osm_db_pack.h ${OPENSM}/osm_errors.h
+OPENSMINCS+=	${OPENSM}/osm_event_plugin.h ${OPENSM}/osm_helper.h
+OPENSMINCS+=	${OPENSM}/osm_inform.h ${OPENSM}/osm_lid_mgr.h
+OPENSMINCS+=	${OPENSM}/osm_log.h ${OPENSM}/osm_mad_pool.h
+OPENSMINCS+=	${OPENSM}/osm_madw.h ${OPENSM}/osm_mcast_tbl.h
+OPENSMINCS+=	${OPENSM}/osm_mcm_info.h ${OPENSM}/osm_mcm_port.h
+OPENSMINCS+=	${OPENSM}/osm_msgdef.h ${OPENSM}/osm_mtree.h
+OPENSMINCS+=	${OPENSM}/osm_multicast.h ${OPENSM}/osm_node.h
+OPENSMINCS+=	${OPENSM}/osm_opensm.h ${OPENSM}/osm_partition.h
+OPENSMINCS+=	${OPENSM}/osm_path.h ${OPENSM}/osm_perfmgr.h
+OPENSMINCS+=	${OPENSM}/osm_perfmgr_db.h ${OPENSM}/osm_pkey.h
+OPENSMINCS+=	${OPENSM}/osm_pkey_mgr.h ${OPENSM}/osm_port.h
+OPENSMINCS+=	${OPENSM}/osm_port_profile.h ${OPENSM}/osm_prefix_route.h
+OPENSMINCS+=	${OPENSM}/osm_qos_policy.h ${OPENSM}/osm_remote_sm.h
+OPENSMINCS+=	${OPENSM}/osm_router.h ${OPENSM}/osm_sa.h
+OPENSMINCS+=	${OPENSM}/osm_sa_mad_ctrl.h ${OPENSM}/osm_service.h
+OPENSMINCS+=	${OPENSM}/osm_sm.h ${OPENSM}/osm_sm_mad_ctrl.h
+OPENSMINCS+=	${OPENSM}/osm_stats.h ${OPENSM}/osm_subnet.h
+OPENSMINCS+=	${OPENSM}/osm_switch.h ${OPENSM}/osm_ucast_cache.h
+OPENSMINCS+=	${OPENSM}/osm_ucast_mgr.h ${OPENSM}/osm_version.h
+OPENSMINCS+=	${OPENSM}/osm_vl15intf.h ${OPENSM}/st.h
+OPENSMINCSDIR=	${INCLUDEDIR}/infiniband/opensm
+
+VENDOR=		${.CURDIR}/../../management/opensm/include/vendor
+VENDORINCS=	${VENDOR}/osm_mtl_bind.h ${VENDOR}/osm_pkt_randomizer.h
+VENDORINCS+=	${VENDOR}/osm_ts_useraccess.h ${VENDOR}/osm_umadt.h
+VENDORINCS+=	${VENDOR}/osm_vendor.h ${VENDOR}/osm_vendor_al.h
+VENDORINCS+=	${VENDOR}/osm_vendor_api.h ${VENDOR}/osm_vendor_ibumad.h
+VENDORINCS+=	${VENDOR}/osm_vendor_mlx.h ${VENDOR}/osm_vendor_mlx_defs.h
+VENDORINCS+=	${VENDOR}/osm_vendor_mlx_dispatcher.h
+VENDORINCS+=	${VENDOR}/osm_vendor_mlx_hca.h
+VENDORINCS+=	${VENDOR}/osm_vendor_mlx_inout.h
+VENDORINCS+=	${VENDOR}/osm_vendor_mlx_rmpp_ctx.h
+VENDORINCS+=	${VENDOR}/osm_vendor_mlx_sar.h ${VENDOR}/osm_vendor_mlx_sender.h
+VENDORINCS+=	${VENDOR}/osm_vendor_mlx_svc.h
+VENDORINCS+=	${VENDOR}/osm_vendor_mlx_transport.h
+VENDORINCS+=	${VENDOR}/osm_vendor_mlx_transport_anafa.h
+VENDORINCS+=	${VENDOR}/osm_vendor_mlx_txn.h
+VENDORINCS+=	${VENDOR}/osm_vendor_mtl.h ${VENDOR}/osm_vendor_mtl_hca_guid.h
+VENDORINCS+=	${VENDOR}/osm_vendor_mtl_transaction_mgr.h
+VENDORINCS+=	${VENDOR}/osm_vendor_sa_api.h
+VENDORINCS+=	${VENDOR}/osm_vendor_test.h ${VENDOR}/osm_vendor_ts.h
+VENDORINCS+=	${VENDOR}/osm_vendor_umadt.h
+VENDORINCSDIR=	${INCLUDEDIR}/infiniband/vendor
+
+IBCM=		${.CURDIR}/../../libibcm/include/infiniband
+IBCMINCS=	${IBCM}/cm.h ${IBCM}/cm_abi.h
+IBCMINCSDIR=	${INCLUDEDIR}/infiniband
+
+INCSGROUPS=	INCS VERBINCS COMMONINCS MADINCS UMADINCS COMPLIBINCS IBAINCS
+INCSGROUPS+=	OPENSMINCS VENDORINCS IBCMINCS IBINCS
+
+.include <bsd.prog.mk>

Added: head/contrib/ofed/include/infiniband/byteorder.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/contrib/ofed/include/infiniband/byteorder.h	Mon Mar 21 09:58:24 2011	(r219820)
@@ -0,0 +1,84 @@
+/*-
+ * Copyright (c) 2010 Isilon Systems, Inc.
+ * Copyright (c) 2010 iX Systems, Inc.
+ * Copyright (c) 2010 Panasas, Inc.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice unmodified, this list of conditions, and the following
+ *    disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+#ifndef	_INFINIBAND_BYTEORDER_H_
+#define	_INFINIBAND_BYTEORDER_H_
+
+#include <sys/types.h>
+#include <sys/endian.h>
+
+#if BYTE_ORDER == LITTLE_ENDIAN
+#define	__LITTLE_ENDIAN
+#else
+#define	__BIG_ENDIAN
+#endif
+
+#define	cpu_to_le64	htole64
+#define	le64_to_cpu	le64toh
+#define	cpu_to_le32	htole32
+#define	le32_to_cpu	le32toh
+#define	cpu_to_le16	htole16
+#define	le16_to_cpu	le16toh
+#define	cpu_to_be64	htobe64
+#define	be64_to_cpu	be64toh
+#define	cpu_to_be32	htobe32
+#define	be32_to_cpu	be32toh
+#define	cpu_to_be16	htobe16
+#define	be16_to_cpu	be16toh
+#define	__be16_to_cpu	be16toh
+
+#define	cpu_to_le64p(x)	htole64(*((uint64_t *)x))
+#define	le64_to_cpup(x)	le64toh(*((uint64_t *)x))
+#define	cpu_to_le32p(x)	htole32(*((uint32_t *)x))
+#define	le32_to_cpup(x)	le32toh(*((uint32_t *)x))
+#define	cpu_to_le16p(x)	htole16(*((uint16_t *)x))
+#define	le16_to_cpup(x)	le16toh(*((uint16_t *)x))
+#define	cpu_to_be64p(x)	htobe64(*((uint64_t *)x))
+#define	be64_to_cpup(x)	be64toh(*((uint64_t *)x))
+#define	cpu_to_be32p(x)	htobe32(*((uint32_t *)x))
+#define	be32_to_cpup(x)	be32toh(*((uint32_t *)x))
+#define	cpu_to_be16p(x)	htobe16(*((uint16_t *)x))
+#define	be16_to_cpup(x)	be16toh(*((uint16_t *)x))
+
+#define	cpu_to_le64s(x)	do { *((uint64_t *)x) = cpu_to_le64p((x)) } while (0)
+#define	le64_to_cpus(x)	do { *((uint64_t *)x) = le64_to_cpup((x)) } while (0)
+#define	cpu_to_le32s(x)	do { *((uint32_t *)x) = cpu_to_le32p((x)) } while (0)
+#define	le32_to_cpus(x)	do { *((uint32_t *)x) = le32_to_cpup((x)) } while (0)
+#define	cpu_to_le16s(x)	do { *((uint16_t *)x) = cpu_to_le16p((x)) } while (0)
+#define	le16_to_cpus(x)	do { *((uint16_t *)x) = le16_to_cpup((x)) } while (0)
+#define	cpu_to_be64s(x)	do { *((uint64_t *)x) = cpu_to_be64p((x)) } while (0)
+#define	be64_to_cpus(x)	do { *((uint64_t *)x) = be64_to_cpup((x)) } while (0)
+#define	cpu_to_be32s(x)	do { *((uint32_t *)x) = cpu_to_be32p((x)) } while (0)
+#define	be32_to_cpus(x)	do { *((uint32_t *)x) = be32_to_cpup((x)) } while (0)
+#define	cpu_to_be16s(x)	do { *((uint16_t *)x) = cpu_to_be16p((x)) } while (0)
+#define	be16_to_cpus(x)	do { *((uint16_t *)x) = be16_to_cpup((x)) } while (0)
+
+#define	swab16	bswap16
+#define	swab32	bswap32
+#define	swab64	bswap64
+
+#endif	/* _INFINIBAND_BYTEORDER_H_ */

Added: head/contrib/ofed/include/infiniband/byteswap.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/contrib/ofed/include/infiniband/byteswap.h	Mon Mar 21 09:58:24 2011	(r219820)
@@ -0,0 +1,42 @@
+/*-
+ * Copyright (c) 2010 Isilon Systems, Inc.
+ * Copyright (c) 2010 iX Systems, Inc.
+ * Copyright (c) 2010 Panasas, Inc.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice unmodified, this list of conditions, and the following
+ *    disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#ifndef _INFINIBAND_BYTESWAP_H_
+#define	_INFINIBAND_BYTESWAP_H_
+/*
+ * This file is included for compatibility with the userland libraries
+ * accompanying the infiniband stack.
+ */
+#include <sys/types.h>
+#include <sys/endian.h>
+
+#define bswap_16        bswap16
+#define bswap_32        bswap32
+#define bswap_64        bswap64
+
+#endif	/* _INFINIBAND_BYTESWAP_H_ */

Added: head/contrib/ofed/include/infiniband/endian.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/contrib/ofed/include/infiniband/endian.h	Mon Mar 21 09:58:24 2011	(r219820)
@@ -0,0 +1,42 @@
+/*-
+ * Copyright (c) 2010 Isilon Systems, Inc.
+ * Copyright (c) 2010 iX Systems, Inc.
+ * Copyright (c) 2010 Panasas, Inc.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice unmodified, this list of conditions, and the following
+ *    disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+/*
+ * This file is included for compatibility with the userland libraries
+ * accompanying the infiniband stack.
+ */
+
+#ifndef _INFINIBAND_ENDIAN_H_
+#define	_INFINIBAND_ENDIAN_H_
+
+#include <sys/types.h>
+#include <sys/endian.h>
+#define	__LITTLE_ENDIAN	_LITTLE_ENDIAN
+#define	__BIG_ENDIAN	_BIG_ENDIAN
+#define __BYTE_ORDER    _BYTE_ORDER
+
+#endif /* _INFINIBAND_ENDIAN_H_ */

Added: head/contrib/ofed/include/infiniband/types.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/contrib/ofed/include/infiniband/types.h	Mon Mar 21 09:58:24 2011	(r219820)
@@ -0,0 +1,63 @@
+/*-
+ * Copyright (c) 2010 Isilon Systems, Inc.
+ * Copyright (c) 2010 iX Systems, Inc.
+ * Copyright (c) 2010 Panasas, Inc.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice unmodified, this list of conditions, and the following
+ *    disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+#ifndef	_INFINIBAND_TYPES_H_
+#define	_INFINIBAND_TYPES_H_
+
+#include <sys/cdefs.h>
+#include <sys/types.h>
+
+typedef int8_t s8;
+typedef uint8_t u8;
+typedef int8_t __s8;
+typedef uint8_t __u8;
+
+typedef int16_t s16;
+typedef uint16_t u16;
+typedef int16_t __s16;
+typedef uint16_t __u16;
+
+typedef int32_t s32;
+typedef uint32_t u32;
+typedef int32_t __s32;
+typedef uint32_t __u32;
+
+typedef int64_t s64;
+typedef uint64_t u64;
+typedef int64_t __s64;
+typedef uint64_t __u64;
+
+typedef uint16_t __le16;
+typedef uint16_t __be16;
+typedef uint32_t __le32;
+typedef uint32_t __be32;
+typedef uint64_t __le64;
+typedef uint64_t __be64;
+
+typedef unsigned int    uint;
+
+#endif	/* _INFINIBAND_TYPES_H_ */

Added: head/contrib/ofed/include/rdma/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/contrib/ofed/include/rdma/Makefile	Mon Mar 21 09:58:24 2011	(r219820)
@@ -0,0 +1,10 @@
+.include <bsd.own.mk>
+
+INCS=
+RDMACM=		${.CURDIR}/../../librdmacm/include/rdma
+RDMACMINCS=	${RDMACM}/rdma_cma.h ${RDMACM}/rdma_cma_abi.h
+RDMACMINCSDIR=	${INCLUDEDIR}/rdma
+
+INCSGROUPS=	RDMACMINCS
+
+.include <bsd.prog.mk>

Added: head/contrib/ofed/libibcm/AUTHORS
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/contrib/ofed/libibcm/AUTHORS	Mon Mar 21 09:58:24 2011	(r219820)
@@ -0,0 +1,2 @@
+Sean Hefty		<sean.hefty at intel.com>
+Libor Michalek		<libor at topspin.com>

Added: head/contrib/ofed/libibcm/COPYING
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/contrib/ofed/libibcm/COPYING	Mon Mar 21 09:58:24 2011	(r219820)
@@ -0,0 +1,378 @@
+This software is available to you under a choice of one of two
+licenses.  You may choose to be licensed under the terms of the the
+OpenIB.org BSD license or the GNU General Public License (GPL) Version
+2, both included below.
+
+Copyright (c) 2004 Topspin Communications.  All rights reserved.
+
+==================================================================
+
+		       OpenIB.org BSD license
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+  * Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+
+  * Redistributions in binary form must reproduce the above
+    copyright notice, this list of conditions and the following
+    disclaimer in the documentation and/or other materials provided
+    with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+==================================================================
+
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+                            NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Library General
+Public License instead of this License.

Added: head/contrib/ofed/libibcm/ChangeLog
==============================================================================

Added: head/contrib/ofed/libibcm/INSTALL
==============================================================================

Added: head/contrib/ofed/libibcm/Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/contrib/ofed/libibcm/Makefile.am	Mon Mar 21 09:58:24 2011	(r219820)
@@ -0,0 +1,34 @@
+INCLUDES = -I$(srcdir)/include
+
+lib_LTLIBRARIES = src/libibcm.la
+
+AM_CFLAGS = -g -Wall -D_GNU_SOURCE
+
+src_libibcm_la_CFLAGS = $(AM_CFLAGS)
+
+if HAVE_LD_VERSION_SCRIPT
+    ibcm_version_script = -Wl,--version-script=$(srcdir)/src/libibcm.map
+else
+    ibcm_version_script =
+endif
+
+src_libibcm_la_SOURCES = src/cm.c
+src_libibcm_la_LDFLAGS = -version-info 1 -export-dynamic \
+			 $(libibcm_version_script)
+src_libibcm_la_DEPENDENCIES = $(srcdir)/src/libibcm.map
+
+# Sample program requires use if librdmacm.
+#bin_PROGRAMS = examples/ucmpost
+#examples_ucmpost_SOURCES = examples/cmpost.c
+#examples_ucmpost_LDADD = $(top_builddir)/src/libibcm.la 
+
+libibcmincludedir = $(includedir)/infiniband
+
+libibcminclude_HEADERS = include/infiniband/cm_abi.h \
+			 include/infiniband/cm.h
+
+EXTRA_DIST = include/infiniband/cm_abi.h include/infiniband/cm.h \
+	     src/libibcm.map libibcm.spec.in
+
+dist-hook: libibcm.spec
+	cp libibcm.spec $(distdir)

Added: head/contrib/ofed/libibcm/Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/contrib/ofed/libibcm/Makefile.in	Mon Mar 21 09:58:24 2011	(r219820)
@@ -0,0 +1,660 @@
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+ at SET_MAKE@
+
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+top_builddir = .
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+INSTALL = @INSTALL@
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+DIST_COMMON = README $(am__configure_deps) $(libibcminclude_HEADERS) \
+	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+	$(srcdir)/config.h.in $(srcdir)/libibcm.spec.in \
+	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
+	config/compile config/config.guess config/config.sub \
+	config/depcomp config/install-sh config/ltmain.sh \
+	config/missing
+subdir = .
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+ configure.lineno configure.status.lineno
+mkinstalldirs = $(install_sh) -d
+CONFIG_HEADER = config.h
+CONFIG_CLEAN_FILES = libibcm.spec
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+    *) f=$$p;; \
+  esac;
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(libdir)" \
+	"$(DESTDIR)$(libibcmincludedir)"
+libLTLIBRARIES_INSTALL = $(INSTALL)
+LTLIBRARIES = $(lib_LTLIBRARIES)
+src_libibcm_la_LIBADD =
+am_src_libibcm_la_OBJECTS = src_libibcm_la-cm.lo
+src_libibcm_la_OBJECTS = $(am_src_libibcm_la_OBJECTS)
+am__dirstamp = $(am__leading_dot)dirstamp
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
+depcomp = $(SHELL) $(top_srcdir)/config/depcomp
+am__depfiles_maybe = depfiles
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+	$(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+SOURCES = $(src_libibcm_la_SOURCES)
+DIST_SOURCES = $(src_libibcm_la_SOURCES)
+libibcmincludeHEADERS_INSTALL = $(INSTALL_HEADER)
+HEADERS = $(libibcminclude_HEADERS)
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+distdir = $(PACKAGE)-$(VERSION)
+top_distdir = $(distdir)
+am__remove_distdir = \
+  { test ! -d $(distdir) \
+    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
+         && rm -fr $(distdir); }; }
+DIST_ARCHIVES = $(distdir).tar.gz
+GZIP_ENV = --best
+distuninstallcheck_listfiles = find . -type f -print
+distcleancheck_listfiles = find . -type f -print
+ACLOCAL = @ACLOCAL@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
+AR = @AR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+F77 = @F77@
+FFLAGS = @FFLAGS@
+HAVE_LD_VERSION_SCRIPT_FALSE = @HAVE_LD_VERSION_SCRIPT_FALSE@
+HAVE_LD_VERSION_SCRIPT_TRUE = @HAVE_LD_VERSION_SCRIPT_TRUE@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+MAKEINFO = @MAKEINFO@
+OBJEXT = @OBJEXT@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+RANLIB = @RANLIB@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+VERSION = @VERSION@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+ac_ct_RANLIB = @ac_ct_RANLIB@
+ac_ct_STRIP = @ac_ct_STRIP@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-src-head mailing list