Name Date Size #Lines LOC

..14-Feb-2021-

THIRDPARTYLICENSEH A D14-Feb-20212.2 KiB4645

THIRDPARTYLICENSE.descripH A D14-Feb-202145 21

rds.confH A D14-Feb-2021970 291

rds_ioctl.cH A D01-May-20238.3 KiB367276

rds_opt.cH A D14-Feb-20214.7 KiB194114

rdsddi.cH A D14-Feb-202122.9 KiB1,021705

rdsib.cH A D14-Feb-202110.2 KiB415283

rdsib.confH A D14-Feb-20213.2 KiB1061

rdsib_buf.cH A D14-Feb-202130.5 KiB1,166855

rdsib_cm.cH A D14-Feb-202128.2 KiB968628

rdsib_debug.cH A D17-Apr-20237.5 KiB340199

rdsib_ep.cH A D14-Feb-202162.5 KiB2,3251,699

rdsib_ib.cH A D14-Feb-202147.4 KiB1,7951,296

rdsib_sc.cH A D17-Apr-20238.3 KiB366216

rdssubr.cH A D14-Feb-20217 KiB311229

readme.txtH A D14-Feb-20213.3 KiB8178

readme.txt

1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 * or http://www.opensolaris.org/os/licensing.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
12 *
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21#
22# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25# ident	"%Z%%M%	%I%	%E% SMI"
26#
27
28Some of the RDS source files in this directory contain code that is licensed
29from OpenFabrics.org, formerly OpenIB.org, under the following simplified
30BSD license:
31
32/*
33 * Copyright (c) 2005 SilverStorm Technologies, Inc. All rights reserved.
34 *
35 * This software is available to you under a choice of one of two
36 * licenses.  You may choose to be licensed under the terms of the GNU
37 * General Public License (GPL) Version 2, available from the file
38 * COPYING in the main directory of this source tree, or the
39 * OpenIB.org BSD license below:
40 *
41 *     Redistribution and use in source and binary forms, with or
42 *     without modification, are permitted provided that the following
43 *     conditions are met:
44 *
45 *	- Redistributions of source code must retain the above
46 *	  copyright notice, this list of conditions and the following
47 *	  disclaimer.
48 *
49 *	- Redistributions in binary form must reproduce the above
50 *	  copyright notice, this list of conditions and the following
51 *	  disclaimer in the documentation and/or other materials
52 *	  provided with the distribution.
53 *
54 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
55 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
56 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
57 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
58 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
59 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
60 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
61 * SOFTWARE.
62 *
63 */
64/*
65 * Sun elects to include this software in Sun product
66 * under the OpenIB BSD license.
67 *
68 *
69 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
70 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
71 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
72 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
73 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
74 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
75 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
76 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
77 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
78 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
79 * POSSIBILITY OF SUCH DAMAGE.
80 */
81