aboutsummaryrefslogtreecommitdiff
path: root/contrib/ofed/libsdp
Commit message (Collapse)AuthorAgeFilesLines
* Update libsdp to the latest 1.1.108-0.17.ga6958ef.Bryan Drewery2016-03-0413-379/+1102
| | | | | | | | | | | | | | | | | The only relevant change here is the support for IPv6 in the config file. The previous version of this supported IPv6 but not in the config. The change for that ended up removing __sdp_sockaddr_to_sdp which the IPV4 config code required; the IPv6 fix resolved the lack of that symbol. Note that the ChangeLog was lacking entries for which we already had the changes for, which itself was an upstream bug. Obtained from: https://www.openfabrics.org/downloads/libsdp/libsdp-1.1.108-0.17.ga6958ef.tar.gz Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=296402
* Fix missing symbol program_invocation_short_name.Bryan Drewery2016-03-041-1/+8
| | | | | | | | | This fixes runtime when logging is enabled. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=296401
* - Fix compile errors from the clang conversionJeff Roberson2013-08-091-0/+4
| | | | | | | | | | - Grab AF_SDP_INET from sys/socket.h Submitted by: Garrett Cooper Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=254123
* - Merge in OFED 1.5.3 from projects/ofed/headJeff Roberson2011-03-2121-0/+7972
Notes: svn path=/head/; revision=219820