components/open-fabrics/open-fabrics.p5m
author ssadalka soniya.sadalkar@oracle.com
Tue, 19 Apr 2016 22:11:38 -0700
branchs11u3-sru
changeset 5812 ac16f94826c3
parent 4996 739983ef315c
child 5838 951519074c2e
permissions -rw-r--r--
PSARC/2015/479 PSIF Solaris IB HCA Driver 22111504 RFE for libsif integration into userland gate
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
     1
#
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
     2
# CDDL HEADER START
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
     3
#
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
     7
#
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    11
# and limitations under the License.
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    12
#
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    18
#
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    19
# CDDL HEADER END
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    20
#
5812
ac16f94826c3 PSARC/2015/479 PSIF Solaris IB HCA Driver
ssadalka soniya.sadalkar@oracle.com
parents: 4996
diff changeset
    21
# Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    22
#
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    23
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    24
set name=pkg.fmri \
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    25
    value=pkg:/network/open-fabrics@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    26
set name=pkg.summary \
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    27
    value="Oracle Solaris OpenFabrics userland libraries and applications"
4996
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
    28
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
    29
# This package name has known conflicts with other packages in the WOS
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
    30
set name=pkg.linted.pkglint.manifest004 value=true
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    31
set name=info.classification \
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    32
    value="org.opensolaris.category.2008:System/Administration and Configuration"
549
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    33
set name=info.source-url \
5812
ac16f94826c3 PSARC/2015/479 PSIF Solaris IB HCA Driver
ssadalka soniya.sadalkar@oracle.com
parents: 4996
diff changeset
    34
    value=http://download.oracle.com/otn-pub/oss/networking/libsif-1.0.tar.gz \
549
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    35
    value=http://www.openfabrics.org/downloads/ibutils/ibutils-1.5.7.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    36
    value=http://www.openfabrics.org/downloads/libibverbs/libibverbs-1.1.4-1.22.g7257cd3.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    37
    value=http://www.openfabrics.org/downloads/libmlx4/libmlx4-1.0.1-1.18.gb810a27.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    38
    value=http://www.openfabrics.org/downloads/libsdp/libsdp-1.1.108-0.15.gd7fdb72.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    39
    value=http://www.openfabrics.org/downloads/management/infiniband-diags-1.5.8.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    40
    value=http://www.openfabrics.org/downloads/management/libibmad-1.3.7.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    41
    value=http://www.openfabrics.org/downloads/management/libibumad-1.3.7.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    42
    value=http://www.openfabrics.org/downloads/management/opensm-3.3.9.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    43
    value=http://www.openfabrics.org/downloads/perftest/perftest-1.3.0-0.42.gf350d3d.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    44
    value=http://www.openfabrics.org/downloads/qperf/qperf-0.4.6-0.1.gb81434e.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    45
    value=http://www.openfabrics.org/downloads/rdmacm/librdmacm-1.0.14.1.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    46
    value=http://www.openfabrics.org/downloads/rds-tools/rds-tools-2.0.4.tar.gz
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    47
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
549
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    48
set name=org.opensolaris.arc-caseid value=PSARC/2010/346
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    49
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    50
set name=variant.opensolaris.zone value=global value=nonglobal
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    51
file path=etc/libsdp.conf mode=0644 preserve=renameold
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    52
dir  path=usr/bin
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    53
dir  path=usr/bin/$(MACH64)
4996
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
    54
link path=usr/bin/$(MACH64)/ib_clock_test target=../ib_clock_test
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
    55
link path=usr/bin/$(MACH64)/ib_read_bw target=../ib_read_bw
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
    56
link path=usr/bin/$(MACH64)/ib_read_lat target=../ib_read_lat
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
    57
link path=usr/bin/$(MACH64)/ib_send_bw target=../ib_send_bw
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
    58
link path=usr/bin/$(MACH64)/ib_send_lat target=../ib_send_lat
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
    59
link path=usr/bin/$(MACH64)/ib_write_bw target=../ib_write_bw
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
    60
link path=usr/bin/$(MACH64)/ib_write_bw_postlist target=../ib_write_bw_postlist
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
    61
link path=usr/bin/$(MACH64)/ib_write_lat target=../ib_write_lat
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
    62
link path=usr/bin/$(MACH64)/qperf target=../qperf
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
    63
link path=usr/bin/$(MACH64)/rdma_bw target=../rdma_bw
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
    64
link path=usr/bin/$(MACH64)/rdma_lat target=../rdma_lat
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
    65
link path=usr/bin/$(MACH64)/rds-info target=../rds-info
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
    66
link path=usr/bin/$(MACH64)/rds-ping target=../rds-ping
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
    67
link path=usr/bin/$(MACH64)/rds-stress target=../rds-stress
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    68
file path=usr/bin/ib_clock_test
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    69
file path=usr/bin/ib_read_bw
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    70
file path=usr/bin/ib_read_lat
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    71
file path=usr/bin/ib_send_bw
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    72
file path=usr/bin/ib_send_lat
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    73
file path=usr/bin/ib_write_bw
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    74
file path=usr/bin/ib_write_bw_postlist
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    75
file path=usr/bin/ib_write_lat
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    76
file path=usr/bin/ibv_asyncwatch
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    77
file path=usr/bin/ibv_devices
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    78
file path=usr/bin/ibv_devinfo
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    79
file path=usr/bin/ibv_rc_pingpong
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    80
file path=usr/bin/ibv_srq_pingpong
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    81
file path=usr/bin/ibv_ud_pingpong
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    82
file path=usr/bin/mckey
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    83
file path=usr/bin/qperf
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    84
file path=usr/bin/rdma_bw
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    85
file path=usr/bin/rdma_lat
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    86
file path=usr/bin/rds-info
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    87
file path=usr/bin/rds-ping
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    88
file path=usr/bin/rds-stress
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    89
file path=usr/bin/rping
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    90
file path=usr/bin/ucmatose
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    91
file path=usr/bin/udaddy
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    92
dir  path=usr/include
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    93
dir  path=usr/include/infiniband
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    94
file path=usr/include/infiniband/arch.h
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    95
file path=usr/include/infiniband/driver.h
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    96
file path=usr/include/infiniband/kern-abi.h
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    97
file path=usr/include/infiniband/mad.h
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    98
file path=usr/include/infiniband/mad_osd.h
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    99
file path=usr/include/infiniband/ofa_solaris.h
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   100
file path=usr/include/infiniband/sa.h
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   101
file path=usr/include/infiniband/umad.h
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   102
file path=usr/include/infiniband/verbs.h
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   103
dir  path=usr/include/rdma
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   104
file path=usr/include/rdma/rdma_cma.h
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   105
file path=usr/include/rdma/rdma_verbs.h
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   106
dir  path=usr/lib
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   107
dir  path=usr/lib/$(MACH64)
4996
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   108
dir  path=usr/lib/$(MACH64)/ibdiagnet1.5.7
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   109
file path=usr/lib/$(MACH64)/ibdiagnet1.5.7/git_version.tcl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   110
file path=usr/lib/$(MACH64)/ibdiagnet1.5.7/ibdebug.tcl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   111
file path=usr/lib/$(MACH64)/ibdiagnet1.5.7/ibdebug_if.tcl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   112
file path=usr/lib/$(MACH64)/ibdiagnet1.5.7/ibdiagnet.tcl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   113
file path=usr/lib/$(MACH64)/ibdiagnet1.5.7/pkgIndex.tcl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   114
dir  path=usr/lib/$(MACH64)/ibdm1.5.7
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   115
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/Buffalo.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   116
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/Buffalo8.topo
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   117
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/Cheetah.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   118
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/Cougar.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   119
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/Eagle.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   120
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/FullGnu.topo
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   121
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/Gazelle.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   122
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/Gnu.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   123
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/IS4_NATIVE.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   124
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/IS5100.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   125
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/IS5200.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   126
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/IS5300.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   127
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/Lion.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   128
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/LionMini.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   129
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/MIS5600.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   130
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/MTS14400-48.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   131
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/MTS14400-DDR.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   132
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/MTS14400-IntraDDR.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   133
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/MTS14400.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   134
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/MTS2400-12T4.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   135
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/MTS2400-24.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   136
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/MTS3600.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   137
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/MTS3610.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   138
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/PartialGazelle.topo
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   139
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/RhinoBased512.lst
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   140
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/RhinoBased512.no_sp2-3.lst
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   141
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/RhinoBased512.topo
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   142
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/SUNBQNEM48.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   143
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/SUNDCS36QDR.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   144
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/SUNDCS648QDR.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   145
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/SUNDCS72QDR.ibnl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   146
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/SingleGazelle.topo
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   147
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/SingleRhino.topo
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   148
file path=usr/lib/$(MACH64)/ibdm1.5.7/ibnl/subnet.lst
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   149
file path=usr/lib/$(MACH64)/ibdm1.5.7/libibdm.so.1.5.7
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   150
file path=usr/lib/$(MACH64)/ibdm1.5.7/pkgIndex.tcl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   151
dir  path=usr/lib/$(MACH64)/ibis1.5.7
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   152
file path=usr/lib/$(MACH64)/ibis1.5.7/libibis.so.1.5.7
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   153
file path=usr/lib/$(MACH64)/ibis1.5.7/pkgIndex.tcl
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   154
link path=usr/lib/$(MACH64)/libibmad.so target=libibmad.so.5.1.2
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   155
link path=usr/lib/$(MACH64)/libibmad.so.5 target=libibmad.so.5.1.2
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   156
file path=usr/lib/$(MACH64)/libibmad.so.5.1.2
4996
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   157
link path=usr/lib/$(MACH64)/libibnetdisc.so.5 target=libibnetdisc.so.5.0.1
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   158
file path=usr/lib/$(MACH64)/libibnetdisc.so.5.0.1
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   159
link path=usr/lib/$(MACH64)/libibumad.so target=libibumad.so.3.0.2
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   160
link path=usr/lib/$(MACH64)/libibumad.so.3 target=libibumad.so.3.0.2
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   161
file path=usr/lib/$(MACH64)/libibumad.so.3.0.2
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   162
link path=usr/lib/$(MACH64)/libibverbs.so target=libibverbs.so.1.0.0
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   163
link path=usr/lib/$(MACH64)/libibverbs.so.1 target=libibverbs.so.1.0.0
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   164
file path=usr/lib/$(MACH64)/libibverbs.so.1.0.0
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   165
file path=usr/lib/$(MACH64)/libmlx4-rdmav2.so
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   166
link path=usr/lib/$(MACH64)/libmlx4.so target=libmlx4-rdmav2.so
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   167
link path=usr/lib/$(MACH64)/libopensm.so.4 target=libopensm.so.4.0.2
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   168
file path=usr/lib/$(MACH64)/libopensm.so.4.0.2
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   169
link path=usr/lib/$(MACH64)/libosmcomp.so.3 target=libosmcomp.so.3.0.4
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   170
file path=usr/lib/$(MACH64)/libosmcomp.so.3.0.4
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   171
link path=usr/lib/$(MACH64)/libosmvendor.so.3 target=libosmvendor.so.3.0.5
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   172
file path=usr/lib/$(MACH64)/libosmvendor.so.3.0.5
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   173
link path=usr/lib/$(MACH64)/librdmacm.so target=librdmacm.so.1.0.0
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   174
link path=usr/lib/$(MACH64)/librdmacm.so.1 target=librdmacm.so.1.0.0
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   175
file path=usr/lib/$(MACH64)/librdmacm.so.1.0.0
5812
ac16f94826c3 PSARC/2015/479 PSIF Solaris IB HCA Driver
ssadalka soniya.sadalkar@oracle.com
parents: 4996
diff changeset
   176
file path=usr/lib/$(MACH64)/libsif-rdmav2.so variant.arch=sparc
ac16f94826c3 PSARC/2015/479 PSIF Solaris IB HCA Driver
ssadalka soniya.sadalkar@oracle.com
parents: 4996
diff changeset
   177
link path=usr/lib/$(MACH64)/libsif.so target=libsif-rdmav2.so variant.arch=sparc
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   178
dir  path=usr/lib/ibdiagnet1.5.7
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   179
file path=usr/lib/ibdiagnet1.5.7/git_version.tcl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   180
file path=usr/lib/ibdiagnet1.5.7/ibdebug.tcl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   181
file path=usr/lib/ibdiagnet1.5.7/ibdebug_if.tcl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   182
file path=usr/lib/ibdiagnet1.5.7/ibdiagnet.tcl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   183
file path=usr/lib/ibdiagnet1.5.7/pkgIndex.tcl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   184
dir  path=usr/lib/ibdm1.5.7
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   185
dir  path=usr/lib/ibdm1.5.7/ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   186
file path=usr/lib/ibdm1.5.7/ibnl/Buffalo.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   187
file path=usr/lib/ibdm1.5.7/ibnl/Buffalo8.topo
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   188
file path=usr/lib/ibdm1.5.7/ibnl/Cheetah.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   189
file path=usr/lib/ibdm1.5.7/ibnl/Cougar.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   190
file path=usr/lib/ibdm1.5.7/ibnl/Eagle.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   191
file path=usr/lib/ibdm1.5.7/ibnl/FullGnu.topo
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   192
file path=usr/lib/ibdm1.5.7/ibnl/Gazelle.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   193
file path=usr/lib/ibdm1.5.7/ibnl/Gnu.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   194
file path=usr/lib/ibdm1.5.7/ibnl/IS4_NATIVE.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   195
file path=usr/lib/ibdm1.5.7/ibnl/IS5100.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   196
file path=usr/lib/ibdm1.5.7/ibnl/IS5200.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   197
file path=usr/lib/ibdm1.5.7/ibnl/IS5300.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   198
file path=usr/lib/ibdm1.5.7/ibnl/Lion.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   199
file path=usr/lib/ibdm1.5.7/ibnl/LionMini.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   200
file path=usr/lib/ibdm1.5.7/ibnl/MIS5600.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   201
file path=usr/lib/ibdm1.5.7/ibnl/MTS14400-48.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   202
file path=usr/lib/ibdm1.5.7/ibnl/MTS14400-DDR.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   203
file path=usr/lib/ibdm1.5.7/ibnl/MTS14400-IntraDDR.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   204
file path=usr/lib/ibdm1.5.7/ibnl/MTS14400.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   205
file path=usr/lib/ibdm1.5.7/ibnl/MTS2400-12T4.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   206
file path=usr/lib/ibdm1.5.7/ibnl/MTS2400-24.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   207
file path=usr/lib/ibdm1.5.7/ibnl/MTS3600.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   208
file path=usr/lib/ibdm1.5.7/ibnl/MTS3610.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   209
file path=usr/lib/ibdm1.5.7/ibnl/PartialGazelle.topo
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   210
file path=usr/lib/ibdm1.5.7/ibnl/RhinoBased512.lst
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   211
file path=usr/lib/ibdm1.5.7/ibnl/RhinoBased512.no_sp2-3.lst
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   212
file path=usr/lib/ibdm1.5.7/ibnl/RhinoBased512.topo
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   213
file path=usr/lib/ibdm1.5.7/ibnl/SUNBQNEM48.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   214
file path=usr/lib/ibdm1.5.7/ibnl/SUNDCS36QDR.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   215
file path=usr/lib/ibdm1.5.7/ibnl/SUNDCS648QDR.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   216
file path=usr/lib/ibdm1.5.7/ibnl/SUNDCS72QDR.ibnl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   217
file path=usr/lib/ibdm1.5.7/ibnl/SingleGazelle.topo
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   218
file path=usr/lib/ibdm1.5.7/ibnl/SingleRhino.topo
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   219
file path=usr/lib/ibdm1.5.7/ibnl/subnet.lst
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   220
file path=usr/lib/ibdm1.5.7/libibdm.so.1.5.7
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   221
file path=usr/lib/ibdm1.5.7/pkgIndex.tcl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   222
dir  path=usr/lib/ibis1.5.7
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   223
file path=usr/lib/ibis1.5.7/libibis.so.1.5.7
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   224
file path=usr/lib/ibis1.5.7/pkgIndex.tcl
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   225
link path=usr/lib/libibmad.so target=libibmad.so.5.1.2
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   226
link path=usr/lib/libibmad.so.5 target=libibmad.so.5.1.2
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   227
file path=usr/lib/libibmad.so.5.1.2
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   228
link path=usr/lib/libibnetdisc.so.5 target=libibnetdisc.so.5.0.1
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   229
file path=usr/lib/libibnetdisc.so.5.0.1
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   230
link path=usr/lib/libibumad.so target=libibumad.so.3.0.2
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   231
link path=usr/lib/libibumad.so.3 target=libibumad.so.3.0.2
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   232
file path=usr/lib/libibumad.so.3.0.2
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   233
link path=usr/lib/libibverbs.so target=libibverbs.so.1.0.0
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   234
link path=usr/lib/libibverbs.so.1 target=libibverbs.so.1.0.0
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   235
file path=usr/lib/libibverbs.so.1.0.0
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   236
file path=usr/lib/libmlx4-rdmav2.so
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   237
link path=usr/lib/libmlx4.so target=libmlx4-rdmav2.so
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   238
link path=usr/lib/libopensm.so.4 target=libopensm.so.4.0.2
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   239
file path=usr/lib/libopensm.so.4.0.2
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   240
link path=usr/lib/libosmcomp.so.3 target=libosmcomp.so.3.0.4
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   241
file path=usr/lib/libosmcomp.so.3.0.4
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   242
link path=usr/lib/libosmvendor.so.3 target=libosmvendor.so.3.0.5
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   243
file path=usr/lib/libosmvendor.so.3.0.5
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   244
link path=usr/lib/librdmacm.so target=librdmacm.so.1.0.0
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   245
link path=usr/lib/librdmacm.so.1 target=librdmacm.so.1.0.0
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   246
file path=usr/lib/librdmacm.so.1.0.0
5812
ac16f94826c3 PSARC/2015/479 PSIF Solaris IB HCA Driver
ssadalka soniya.sadalkar@oracle.com
parents: 4996
diff changeset
   247
file path=usr/lib/libsif-rdmav2.so
ac16f94826c3 PSARC/2015/479 PSIF Solaris IB HCA Driver
ssadalka soniya.sadalkar@oracle.com
parents: 4996
diff changeset
   248
link path=usr/lib/libsif.so target=libsif-rdmav2.so
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   249
dir  path=usr/lib/secure
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   250
dir  path=usr/lib/secure/$(MACH64)
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   251
link path=usr/lib/secure/$(MACH64)/libsdp.so target=libsdp.so.1.0.0
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   252
link path=usr/lib/secure/$(MACH64)/libsdp.so.1 target=libsdp.so.1.0.0
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   253
file path=usr/lib/secure/$(MACH64)/libsdp.so.1.0.0
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   254
link path=usr/lib/secure/libsdp.so target=libsdp.so.1.0.0
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   255
link path=usr/lib/secure/libsdp.so.1 target=libsdp.so.1.0.0
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   256
file path=usr/lib/secure/libsdp.so.1.0.0
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   257
dir  path=usr/perl5/site_perl/5.12/i86pc-solaris-64int variant.arch=i386
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   258
file path=usr/perl5/site_perl/5.12/i86pc-solaris-64int/IBswcountlimits.pm \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   259
    group=root mode=0444 variant.arch=i386
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   260
dir  path=usr/perl5/site_perl/5.12/sun4-solaris-64int variant.arch=sparc
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   261
file path=usr/perl5/site_perl/5.12/sun4-solaris-64int/IBswcountlimits.pm \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   262
    group=root mode=0444 variant.arch=sparc
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   263
dir  path=usr/sbin
4996
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   264
dir  path=usr/sbin/$(MACH32)
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   265
file path=usr/sbin/$(MACH32)/dump2psl.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   266
file path=usr/sbin/$(MACH32)/dump2slvl.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   267
file path=usr/sbin/$(MACH32)/ibaddr
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   268
file path=usr/sbin/$(MACH32)/ibcheckerrors
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   269
file path=usr/sbin/$(MACH32)/ibcheckerrs
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   270
file path=usr/sbin/$(MACH32)/ibchecknet
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   271
file path=usr/sbin/$(MACH32)/ibchecknode
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   272
file path=usr/sbin/$(MACH32)/ibcheckport
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   273
file path=usr/sbin/$(MACH32)/ibcheckportstate
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   274
file path=usr/sbin/$(MACH32)/ibcheckportwidth
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   275
file path=usr/sbin/$(MACH32)/ibcheckstate
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   276
file path=usr/sbin/$(MACH32)/ibcheckwidth
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   277
file path=usr/sbin/$(MACH32)/ibclearcounters
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   278
file path=usr/sbin/$(MACH32)/ibclearerrors
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   279
file path=usr/sbin/$(MACH32)/ibdatacounters
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   280
file path=usr/sbin/$(MACH32)/ibdatacounts
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   281
file path=usr/sbin/$(MACH32)/ibdiagnet
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   282
file path=usr/sbin/$(MACH32)/ibdiscover.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   283
file path=usr/sbin/$(MACH32)/ibhosts
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   284
file path=usr/sbin/$(MACH32)/ibis
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   285
file path=usr/sbin/$(MACH32)/iblinkinfo
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   286
file path=usr/sbin/$(MACH32)/iblinkinfo.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   287
file path=usr/sbin/$(MACH32)/ibnetdiscover
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   288
file path=usr/sbin/$(MACH32)/ibnodes
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   289
file path=usr/sbin/$(MACH32)/ibping
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   290
file path=usr/sbin/$(MACH32)/ibportstate
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   291
file path=usr/sbin/$(MACH32)/ibprintca.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   292
file path=usr/sbin/$(MACH32)/ibprintrt.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   293
file path=usr/sbin/$(MACH32)/ibprintswitch.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   294
file path=usr/sbin/$(MACH32)/ibqueryerrors
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   295
file path=usr/sbin/$(MACH32)/ibqueryerrors.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   296
file path=usr/sbin/$(MACH32)/ibroute
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   297
file path=usr/sbin/$(MACH32)/ibrouters
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   298
file path=usr/sbin/$(MACH32)/ibstat
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   299
file path=usr/sbin/$(MACH32)/ibstatus
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   300
file path=usr/sbin/$(MACH32)/ibswitches
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   301
file path=usr/sbin/$(MACH32)/ibswportwatch.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   302
file path=usr/sbin/$(MACH32)/ibsysstat
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   303
file path=usr/sbin/$(MACH32)/ibtracert
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   304
file path=usr/sbin/$(MACH32)/perfquery
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   305
file path=usr/sbin/$(MACH32)/saquery
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   306
file path=usr/sbin/$(MACH32)/set_nodedesc.sh variant.opensolaris.zone=global
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   307
file path=usr/sbin/$(MACH32)/sminfo
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   308
file path=usr/sbin/$(MACH32)/smpdump
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   309
file path=usr/sbin/$(MACH32)/smpquery
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   310
file path=usr/sbin/$(MACH32)/solaris_set_nodedesc \
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   311
    variant.opensolaris.zone=global
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   312
dir  path=usr/sbin/$(MACH64)
4996
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   313
file path=usr/sbin/$(MACH64)/dump2psl.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   314
file path=usr/sbin/$(MACH64)/dump2slvl.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   315
file path=usr/sbin/$(MACH64)/ibaddr
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   316
file path=usr/sbin/$(MACH64)/ibcheckerrors
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   317
file path=usr/sbin/$(MACH64)/ibcheckerrs
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   318
file path=usr/sbin/$(MACH64)/ibchecknet
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   319
file path=usr/sbin/$(MACH64)/ibchecknode
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   320
file path=usr/sbin/$(MACH64)/ibcheckport
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   321
file path=usr/sbin/$(MACH64)/ibcheckportstate
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   322
file path=usr/sbin/$(MACH64)/ibcheckportwidth
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   323
file path=usr/sbin/$(MACH64)/ibcheckstate
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   324
file path=usr/sbin/$(MACH64)/ibcheckwidth
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   325
file path=usr/sbin/$(MACH64)/ibclearcounters
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   326
file path=usr/sbin/$(MACH64)/ibclearerrors
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   327
file path=usr/sbin/$(MACH64)/ibdatacounters
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   328
file path=usr/sbin/$(MACH64)/ibdatacounts
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   329
file path=usr/sbin/$(MACH64)/ibdiagnet
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   330
file path=usr/sbin/$(MACH64)/ibdiscover.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   331
file path=usr/sbin/$(MACH64)/ibhosts
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   332
file path=usr/sbin/$(MACH64)/ibis
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   333
file path=usr/sbin/$(MACH64)/iblinkinfo
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   334
file path=usr/sbin/$(MACH64)/iblinkinfo.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   335
file path=usr/sbin/$(MACH64)/ibnetdiscover
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   336
file path=usr/sbin/$(MACH64)/ibnodes
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   337
file path=usr/sbin/$(MACH64)/ibping
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   338
file path=usr/sbin/$(MACH64)/ibportstate
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   339
file path=usr/sbin/$(MACH64)/ibprintca.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   340
file path=usr/sbin/$(MACH64)/ibprintrt.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   341
file path=usr/sbin/$(MACH64)/ibprintswitch.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   342
file path=usr/sbin/$(MACH64)/ibqueryerrors
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   343
file path=usr/sbin/$(MACH64)/ibqueryerrors.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   344
file path=usr/sbin/$(MACH64)/ibroute
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   345
file path=usr/sbin/$(MACH64)/ibrouters
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   346
file path=usr/sbin/$(MACH64)/ibstat
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   347
file path=usr/sbin/$(MACH64)/ibstatus
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   348
file path=usr/sbin/$(MACH64)/ibswitches
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   349
file path=usr/sbin/$(MACH64)/ibswportwatch.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   350
file path=usr/sbin/$(MACH64)/ibsysstat
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   351
file path=usr/sbin/$(MACH64)/ibtracert
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   352
file path=usr/sbin/$(MACH64)/perfquery
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   353
file path=usr/sbin/$(MACH64)/saquery
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   354
file path=usr/sbin/$(MACH64)/set_nodedesc.sh variant.opensolaris.zone=global
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   355
file path=usr/sbin/$(MACH64)/sminfo
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   356
file path=usr/sbin/$(MACH64)/smpdump
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   357
file path=usr/sbin/$(MACH64)/smpquery
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   358
file path=usr/sbin/$(MACH64)/solaris_set_nodedesc \
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   359
    variant.opensolaris.zone=global
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   360
link path=usr/sbin/dump2psl.pl target=$(MACH64)/dump2psl.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   361
link path=usr/sbin/dump2slvl.pl target=$(MACH64)/dump2slvl.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   362
link path=usr/sbin/ibaddr target=$(MACH64)/ibaddr
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   363
link path=usr/sbin/ibcheckerrors target=$(MACH64)/ibcheckerrors
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   364
link path=usr/sbin/ibcheckerrs target=$(MACH64)/ibcheckerrs
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   365
link path=usr/sbin/ibchecknet target=$(MACH64)/ibchecknet
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   366
link path=usr/sbin/ibchecknode target=$(MACH64)/ibchecknode
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   367
link path=usr/sbin/ibcheckport target=$(MACH64)/ibcheckport
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   368
link path=usr/sbin/ibcheckportstate target=$(MACH64)/ibcheckportstate
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   369
link path=usr/sbin/ibcheckportwidth target=$(MACH64)/ibcheckportwidth
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   370
link path=usr/sbin/ibcheckstate target=$(MACH64)/ibcheckstate
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   371
link path=usr/sbin/ibcheckwidth target=$(MACH64)/ibcheckwidth
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   372
link path=usr/sbin/ibclearcounters target=$(MACH64)/ibclearcounters
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   373
link path=usr/sbin/ibclearerrors target=$(MACH64)/ibclearerrors
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   374
link path=usr/sbin/ibdatacounters target=$(MACH64)/ibdatacounters
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   375
link path=usr/sbin/ibdatacounts target=$(MACH64)/ibdatacounts
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   376
link path=usr/sbin/ibdiagnet target=$(MACH64)/ibdiagnet
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   377
link path=usr/sbin/ibdiscover.pl target=$(MACH64)/ibdiscover.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   378
link path=usr/sbin/ibhosts target=$(MACH64)/ibhosts
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   379
link path=usr/sbin/ibis target=$(MACH64)/ibis
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   380
link path=usr/sbin/iblinkinfo target=$(MACH64)/iblinkinfo
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   381
link path=usr/sbin/iblinkinfo.pl target=$(MACH64)/iblinkinfo.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   382
link path=usr/sbin/ibnetdiscover target=$(MACH64)/ibnetdiscover
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   383
link path=usr/sbin/ibnodes target=$(MACH64)/ibnodes
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   384
link path=usr/sbin/ibping target=$(MACH64)/ibping
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   385
link path=usr/sbin/ibportstate target=$(MACH64)/ibportstate
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   386
link path=usr/sbin/ibprintca.pl target=$(MACH64)/ibprintca.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   387
link path=usr/sbin/ibprintrt.pl target=$(MACH64)/ibprintrt.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   388
link path=usr/sbin/ibprintswitch.pl target=$(MACH64)/ibprintswitch.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   389
link path=usr/sbin/ibqueryerrors target=$(MACH64)/ibqueryerrors
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   390
link path=usr/sbin/ibqueryerrors.pl target=$(MACH64)/ibqueryerrors.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   391
link path=usr/sbin/ibroute target=$(MACH64)/ibroute
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   392
link path=usr/sbin/ibrouters target=$(MACH64)/ibrouters
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   393
link path=usr/sbin/ibstat target=$(MACH64)/ibstat
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   394
link path=usr/sbin/ibstatus target=$(MACH64)/ibstatus
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   395
link path=usr/sbin/ibswitches target=$(MACH64)/ibswitches
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   396
link path=usr/sbin/ibswportwatch.pl target=$(MACH64)/ibswportwatch.pl
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   397
link path=usr/sbin/ibsysstat target=$(MACH64)/ibsysstat
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   398
link path=usr/sbin/ibtracert target=$(MACH64)/ibtracert
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   399
link path=usr/sbin/perfquery target=$(MACH64)/perfquery
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   400
link path=usr/sbin/saquery target=$(MACH64)/saquery
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   401
link path=usr/sbin/set_nodedesc.sh target=$(MACH64)/set_nodedesc.sh
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   402
link path=usr/sbin/sminfo target=$(MACH64)/sminfo
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   403
link path=usr/sbin/smpdump target=$(MACH64)/smpdump
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   404
link path=usr/sbin/smpdump target=$(MACH64)/smpdump
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   405
link path=usr/sbin/smpquery target=$(MACH64)/smpquery
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   406
link path=usr/sbin/smpquery target=$(MACH64)/smpquery
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   407
link path=usr/sbin/solaris_set_nodedesc target=$(MACH64)/solaris_set_nodedesc
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   408
dir  path=usr/share/libibverbs.d
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   409
file path=usr/share/libibverbs.d/mlx4.driver
5812
ac16f94826c3 PSARC/2015/479 PSIF Solaris IB HCA Driver
ssadalka soniya.sadalkar@oracle.com
parents: 4996
diff changeset
   410
file path=usr/share/libibverbs.d/sif.driver variant.arch=sparc
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   411
dir  path=usr/share/man
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   412
dir  path=usr/share/man/man1
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   413
file path=usr/share/man/man1/ib_clock_test.1
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   414
file path=usr/share/man/man1/ib_read_bw.1
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   415
link path=usr/share/man/man1/ib_read_lat.1 target=ib_read_bw.1
715
eed3ed08f692 6926434 ib_read_bw, ib_read_lat: OFED utilities sometimes hang when using "-e" (event) flag
Boris Chiu <Boris.Chiu@oracle.COM>
parents: 636
diff changeset
   416
file path=usr/share/man/man1/ib_send_bw.1
eed3ed08f692 6926434 ib_read_bw, ib_read_lat: OFED utilities sometimes hang when using "-e" (event) flag
Boris Chiu <Boris.Chiu@oracle.COM>
parents: 636
diff changeset
   417
link path=usr/share/man/man1/ib_send_lat.1 target=ib_send_bw.1
eed3ed08f692 6926434 ib_read_bw, ib_read_lat: OFED utilities sometimes hang when using "-e" (event) flag
Boris Chiu <Boris.Chiu@oracle.COM>
parents: 636
diff changeset
   418
file path=usr/share/man/man1/ib_write_bw.1
eed3ed08f692 6926434 ib_read_bw, ib_read_lat: OFED utilities sometimes hang when using "-e" (event) flag
Boris Chiu <Boris.Chiu@oracle.COM>
parents: 636
diff changeset
   419
link path=usr/share/man/man1/ib_write_lat.1 target=ib_write_bw.1
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   420
link path=usr/share/man/man1/ib_write_post_list.1 target=ib_write_bw.1
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   421
file path=usr/share/man/man1/ibdiagnet.1
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   422
file path=usr/share/man/man1/ibis.1
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   423
file path=usr/share/man/man1/ibv_asyncwatch.1
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   424
file path=usr/share/man/man1/ibv_devices.1
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   425
file path=usr/share/man/man1/ibv_devinfo.1
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   426
file path=usr/share/man/man1/ibv_rc_pingpong.1
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   427
file path=usr/share/man/man1/ibv_srq_pingpong.1
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   428
file path=usr/share/man/man1/ibv_ud_pingpong.1
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   429
file path=usr/share/man/man1/mckey.1
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   430
file path=usr/share/man/man1/qperf.1
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   431
file path=usr/share/man/man1/rdma_bw.1
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   432
link path=usr/share/man/man1/rdma_lat.1 target=rdma_bw.1
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   433
file path=usr/share/man/man1/rds-info.1
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   434
file path=usr/share/man/man1/rds-ping.1
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   435
file path=usr/share/man/man1/rds-stress.1
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   436
file path=usr/share/man/man1/rping.1
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   437
file path=usr/share/man/man1/ucmatose.1
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   438
file path=usr/share/man/man1/udaddy.1
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   439
dir  path=usr/share/man/man1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   440
file path=usr/share/man/man1m/ibaddr.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   441
file path=usr/share/man/man1m/ibcheckerrors.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   442
file path=usr/share/man/man1m/ibcheckerrs.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   443
file path=usr/share/man/man1m/ibchecknet.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   444
file path=usr/share/man/man1m/ibchecknode.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   445
file path=usr/share/man/man1m/ibcheckport.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   446
file path=usr/share/man/man1m/ibcheckportstate.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   447
file path=usr/share/man/man1m/ibcheckportwidth.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   448
file path=usr/share/man/man1m/ibcheckstate.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   449
file path=usr/share/man/man1m/ibcheckwidth.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   450
file path=usr/share/man/man1m/ibclearcounters.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   451
file path=usr/share/man/man1m/ibclearerrors.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   452
file path=usr/share/man/man1m/ibdatacounters.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   453
file path=usr/share/man/man1m/ibdatacounts.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   454
file path=usr/share/man/man1m/ibdiscover.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   455
file path=usr/share/man/man1m/ibhosts.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   456
file path=usr/share/man/man1m/iblinkinfo.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   457
file path=usr/share/man/man1m/ibnetdiscover.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   458
file path=usr/share/man/man1m/ibnodes.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   459
file path=usr/share/man/man1m/ibping.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   460
file path=usr/share/man/man1m/ibportstate.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   461
file path=usr/share/man/man1m/ibprintca.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   462
file path=usr/share/man/man1m/ibprintrt.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   463
file path=usr/share/man/man1m/ibprintswitch.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   464
file path=usr/share/man/man1m/ibqueryerrors.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   465
file path=usr/share/man/man1m/ibroute.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   466
file path=usr/share/man/man1m/ibrouters.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   467
file path=usr/share/man/man1m/ibstat.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   468
file path=usr/share/man/man1m/ibstatus.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   469
file path=usr/share/man/man1m/ibswitches.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   470
file path=usr/share/man/man1m/ibswportwatch.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   471
file path=usr/share/man/man1m/ibsysstat.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   472
file path=usr/share/man/man1m/ibtracert.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   473
file path=usr/share/man/man1m/perfquery.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   474
file path=usr/share/man/man1m/saquery.1m
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   475
file path=usr/share/man/man1m/set_nodedesc.sh.1m variant.opensolaris.zone=global
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   476
file path=usr/share/man/man1m/sminfo.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   477
file path=usr/share/man/man1m/smpdump.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   478
file path=usr/share/man/man1m/smpquery.1m
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   479
dir  path=usr/share/man/man3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   480
link path=usr/share/man/man3/ibv_ack_async_event.3 target=ibv_get_async_event.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   481
link path=usr/share/man/man3/ibv_ack_cq_events.3 target=ibv_get_cq_event.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   482
file path=usr/share/man/man3/ibv_alloc_pd.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   483
file path=usr/share/man/man3/ibv_alloc_shpd.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   484
file path=usr/share/man/man3/ibv_attach_mcast.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   485
link path=usr/share/man/man3/ibv_close_device.3 target=ibv_open_device.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   486
file path=usr/share/man/man3/ibv_create_ah.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   487
file path=usr/share/man/man3/ibv_create_ah_from_wc.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   488
file path=usr/share/man/man3/ibv_create_comp_channel.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   489
file path=usr/share/man/man3/ibv_create_cq.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   490
file path=usr/share/man/man3/ibv_create_qp.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   491
file path=usr/share/man/man3/ibv_create_srq.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   492
link path=usr/share/man/man3/ibv_dealloc_pd.3 target=ibv_alloc_pd.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   493
link path=usr/share/man/man3/ibv_dereg_mr.3 target=ibv_reg_mr.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   494
link path=usr/share/man/man3/ibv_destroy_ah.3 target=ibv_create_ah.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   495
link path=usr/share/man/man3/ibv_destroy_comp_channel.3 \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   496
    target=ibv_create_comp_channel.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   497
link path=usr/share/man/man3/ibv_destroy_cq.3 target=ibv_create_cq.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   498
link path=usr/share/man/man3/ibv_destroy_qp.3 target=ibv_create_qp.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   499
link path=usr/share/man/man3/ibv_destroy_srq.3 target=ibv_create_srq.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   500
link path=usr/share/man/man3/ibv_detach_mcast.3 target=ibv_attach_mcast.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   501
file path=usr/share/man/man3/ibv_event_type_str.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   502
file path=usr/share/man/man3/ibv_fork_init.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   503
link path=usr/share/man/man3/ibv_free_device_list.3 target=ibv_get_device_list.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   504
file path=usr/share/man/man3/ibv_get_async_event.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   505
file path=usr/share/man/man3/ibv_get_cq_event.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   506
file path=usr/share/man/man3/ibv_get_device_guid.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   507
file path=usr/share/man/man3/ibv_get_device_list.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   508
file path=usr/share/man/man3/ibv_get_device_name.3
2532
5b3dc1c8b85e PSARC 2012/384 Fast IB node death detection
Boris Chiu <Boris.Chiu@Oracle.COM>
parents: 2371
diff changeset
   509
file path=usr/share/man/man3/ibv_gid_reachable.3
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   510
link path=usr/share/man/man3/ibv_init_ah_from_wc.3 \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   511
    target=ibv_create_ah_from_wc.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   512
file path=usr/share/man/man3/ibv_modify_qp.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   513
file path=usr/share/man/man3/ibv_modify_srq.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   514
file path=usr/share/man/man3/ibv_node_type_str.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   515
file path=usr/share/man/man3/ibv_open_device.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   516
file path=usr/share/man/man3/ibv_poll_cq.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   517
file path=usr/share/man/man3/ibv_port_state_str.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   518
file path=usr/share/man/man3/ibv_post_recv.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   519
file path=usr/share/man/man3/ibv_post_send.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   520
file path=usr/share/man/man3/ibv_post_srq_recv.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   521
file path=usr/share/man/man3/ibv_query_device.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   522
file path=usr/share/man/man3/ibv_query_gid.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   523
file path=usr/share/man/man3/ibv_query_pkey.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   524
file path=usr/share/man/man3/ibv_query_port.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   525
file path=usr/share/man/man3/ibv_query_qp.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   526
file path=usr/share/man/man3/ibv_query_srq.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   527
file path=usr/share/man/man3/ibv_rate_to_mult.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   528
file path=usr/share/man/man3/ibv_reg_mr.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   529
file path=usr/share/man/man3/ibv_reg_mr_relaxed.3
2532
5b3dc1c8b85e PSARC 2012/384 Fast IB node death detection
Boris Chiu <Boris.Chiu@Oracle.COM>
parents: 2371
diff changeset
   530
file path=usr/share/man/man3/ibv_register_sm_events.3
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   531
file path=usr/share/man/man3/ibv_req_notify_cq.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   532
file path=usr/share/man/man3/ibv_resize_cq.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   533
file path=usr/share/man/man3/ibv_share_pd.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   534
link path=usr/share/man/man3/ibv_unregister_sm_events.3 \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   535
    target=ibv_register_sm_events.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   536
link path=usr/share/man/man3/mult_to_ibv_rate.3 target=ibv_rate_to_mult.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   537
file path=usr/share/man/man3/rdma_accept.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   538
file path=usr/share/man/man3/rdma_ack_cm_event.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   539
file path=usr/share/man/man3/rdma_bind_addr.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   540
file path=usr/share/man/man3/rdma_connect.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   541
file path=usr/share/man/man3/rdma_create_event_channel.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   542
file path=usr/share/man/man3/rdma_create_id.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   543
file path=usr/share/man/man3/rdma_create_qp.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   544
file path=usr/share/man/man3/rdma_destroy_event_channel.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   545
file path=usr/share/man/man3/rdma_destroy_id.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   546
file path=usr/share/man/man3/rdma_destroy_qp.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   547
file path=usr/share/man/man3/rdma_disconnect.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   548
file path=usr/share/man/man3/rdma_event_str.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   549
file path=usr/share/man/man3/rdma_free_devices.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   550
file path=usr/share/man/man3/rdma_get_cm_event.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   551
file path=usr/share/man/man3/rdma_get_devices.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   552
file path=usr/share/man/man3/rdma_get_dst_port.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   553
file path=usr/share/man/man3/rdma_get_local_addr.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   554
file path=usr/share/man/man3/rdma_get_peer_addr.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   555
file path=usr/share/man/man3/rdma_get_src_port.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   556
file path=usr/share/man/man3/rdma_getaddrinfo.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   557
file path=usr/share/man/man3/rdma_join_multicast.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   558
file path=usr/share/man/man3/rdma_leave_multicast.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   559
file path=usr/share/man/man3/rdma_listen.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   560
file path=usr/share/man/man3/rdma_notify.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   561
file path=usr/share/man/man3/rdma_reject.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   562
file path=usr/share/man/man3/rdma_resolve_addr.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   563
file path=usr/share/man/man3/rdma_resolve_route.3
3246
00fbf9926dee 19229172 rdma_set_option.3 should be published
Boris Chiu <boris.chiu@oracle.com>
parents: 3128
diff changeset
   564
file path=usr/share/man/man3/rdma_set_option.3
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   565
dir  path=usr/share/man/man3lib
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   566
file path=usr/share/man/man3lib/libsdp.3lib
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   567
dir  path=usr/share/man/man4
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   568
file path=usr/share/man/man4/libsdp.conf.4
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   569
dir  path=usr/share/man/man7
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   570
file path=usr/share/man/man7/rdma_cm.7
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   571
file path=usr/share/man/man7/verbs.7
4996
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   572
739983ef315c PSARC 2015/310 IBTF and OFUV updates
boris.chiu@oracle.com
parents: 3734
diff changeset
   573
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   574
legacy pkg=SUNWofusr \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   575
    desc="Oracle Solaris OpenFabrics userland libraries and applications" \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   576
    name="Oracle Solaris OpenFabrics userland libraries and applications"
5812
ac16f94826c3 PSARC/2015/479 PSIF Solaris IB HCA Driver
ssadalka soniya.sadalkar@oracle.com
parents: 4996
diff changeset
   577
license libsif/libsif.license license=BSD3 \
ac16f94826c3 PSARC/2015/479 PSIF Solaris IB HCA Driver
ssadalka soniya.sadalkar@oracle.com
parents: 4996
diff changeset
   578
    com.oracle.info.description="The OpenFabrics Verbs support for Oracle SIF Driver" \
ac16f94826c3 PSARC/2015/479 PSIF Solaris IB HCA Driver
ssadalka soniya.sadalkar@oracle.com
parents: 4996
diff changeset
   579
    com.oracle.info.name=libsif com.oracle.info.version=1.0
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   580
license open-fabrics.license license=open-fabrics \
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 2532
diff changeset
   581
    com.oracle.info.description="the OpenFabrics Enterprise Distribution" \
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 2532
diff changeset
   582
    com.oracle.info.name=open-fabrics \
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   583
    com.oracle.info.tpno=$(TPNO_OPEN_FABRICS) com.oracle.info.version=1.5.3
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   584
license open-fabrics.license license="open-fabrics (ibutils)" \
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 2532
diff changeset
   585
    com.oracle.info.description="the OpenFabrics User Level InfiniBand Management Utilities" \
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   586
    com.oracle.info.name=ibutils com.oracle.info.tpno=$(TPNO_IBUTILS) \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   587
    com.oracle.info.version=1.5.7
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   588
license open-fabrics.license license="open-fabrics (infiniband-diags)" \
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 2532
diff changeset
   589
    com.oracle.info.description="the OpenFabrics Diagnostic Tools" \
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 2532
diff changeset
   590
    com.oracle.info.name=infiniband-diags \
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   591
    com.oracle.info.tpno=$(TPNO_INFINIBAND_DIAGS) com.oracle.info.version=1.5.8
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   592
license open-fabrics.license license="open-fabrics (libibmad)" \
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 2532
diff changeset
   593
    com.oracle.info.description="the OpenFabrics InfiniBand MAD library" \
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   594
    com.oracle.info.name=libibmad com.oracle.info.tpno=$(TPNO_LIBIBMAD) \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   595
    com.oracle.info.version=1.3.7
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   596
license open-fabrics.license license="open-fabrics (libibumad)" \
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 2532
diff changeset
   597
    com.oracle.info.description="the OpenFabrics user MAD interface library" \
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   598
    com.oracle.info.name=libibumad com.oracle.info.tpno=$(TPNO_LIBIBUMAD) \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   599
    com.oracle.info.version=1.3.7
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   600
license open-fabrics.license license="open-fabrics (libibverbs)" \
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 2532
diff changeset
   601
    com.oracle.info.description="the OpenFabrics RDMA verbs library" \
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   602
    com.oracle.info.name=libibverbs com.oracle.info.tpno=$(TPNO_LIBIBVERBS) \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   603
    com.oracle.info.version=1.1.4
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   604
license open-fabrics.license license="open-fabrics (libmlx4)" \
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 2532
diff changeset
   605
    com.oracle.info.description="the OpenFabrics Mellanox ConnectX driver" \
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   606
    com.oracle.info.name=libmlx4 com.oracle.info.tpno=$(TPNO_LIBMLX4) \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   607
    com.oracle.info.version=1.0.1
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   608
license open-fabrics.license license="open-fabrics (librdmacm)" \
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 2532
diff changeset
   609
    com.oracle.info.description="the OpenFabrics RDMA cm library" \
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   610
    com.oracle.info.name=librdmacm com.oracle.info.tpno=$(TPNO_LIBRDMACM) \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   611
    com.oracle.info.version=1.0.14.1
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   612
license open-fabrics.license license="open-fabrics (libsdp)" \
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 2532
diff changeset
   613
    com.oracle.info.description="the OpenFabrics InfiniBand SDP library" \
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   614
    com.oracle.info.name=libsdp com.oracle.info.tpno=$(TPNO_LIBSDP) \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   615
    com.oracle.info.version=1.1.108
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   616
license open-fabrics.license license="open-fabrics (opensm)" \
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 2532
diff changeset
   617
    com.oracle.info.description="the OpenFabrics InfiniBand Subnet Manager and Administrator" \
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   618
    com.oracle.info.name=opensm com.oracle.info.tpno=$(TPNO_OPENSM) \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   619
    com.oracle.info.version=3.3.9
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   620
license open-fabrics.license license="open-fabrics (perftest)" \
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 2532
diff changeset
   621
    com.oracle.info.description="the OpenFabrics performance tests" \
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   622
    com.oracle.info.name=perftest com.oracle.info.tpno=$(TPNO_PERFTEST) \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   623
    com.oracle.info.version=1.3.0
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   624
license open-fabrics.license license="open-fabrics (qperf)" \
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 2532
diff changeset
   625
    com.oracle.info.description="the OpenFabrics RDMA and IP performance tests" \
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   626
    com.oracle.info.name=qperf com.oracle.info.tpno=$(TPNO_QPERF) \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   627
    com.oracle.info.version=0.4.6
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   628
license open-fabrics.license license="open-fabrics (rds-tools)" \
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 2532
diff changeset
   629
    com.oracle.info.description="the OpenFabrics RDS support tools" \
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   630
    com.oracle.info.name=rds-tools com.oracle.info.tpno=$(TPNO_RDS_TOOLS) \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   631
    com.oracle.info.version=2.0.4
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   632
depend type=require fmri=text/gawk