<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in DISCLAIMER</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>2a63c3be158216222d89a073dcbd6a72ee4aab5a - Remove $FreeBSD$: one-line .c comment pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/rpc/DISCLAIMER#2a63c3be158216222d89a073dcbd6a72ee4aab5a</link>
        <description>Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/

            List of files:
            /freebsd/lib/libc/rpc/DISCLAIMER</description>
        <pubDate>Wed, 16 Aug 2023 19:54:29 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d2ab4a62d6733c45958627ac113bdbd818d1e2a - Merge head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/rpc/DISCLAIMER#9d2ab4a62d6733c45958627ac113bdbd818d1e2a</link>
        <description>Merge head

            List of files:
            /freebsd/lib/libc/rpc/DISCLAIMER</description>
        <pubDate>Sun, 27 Apr 2014 10:13:43 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7 - IFC @264767</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/rpc/DISCLAIMER#84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7</link>
        <description>IFC @264767

            List of files:
            /freebsd/lib/libc/rpc/DISCLAIMER</description>
        <pubDate>Wed, 23 Apr 2014 23:52:43 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5748b897da441d1f10e1fe0c39155ea33d6d383a - Merge head up to r262222 (last merge was incomplete).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/rpc/DISCLAIMER#5748b897da441d1f10e1fe0c39155ea33d6d383a</link>
        <description>Merge head up to r262222 (last merge was incomplete).

            List of files:
            /freebsd/lib/libc/rpc/DISCLAIMER</description>
        <pubDate>Wed, 19 Feb 2014 23:02:15 +0100</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>485ac45a536e186a26411277af1fe98ef0d17c2b - MFC @ r259205 in preparation for some SVM updates. (for real this time)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/rpc/DISCLAIMER#485ac45a536e186a26411277af1fe98ef0d17c2b</link>
        <description>MFC @ r259205 in preparation for some SVM updates. (for real this time)

            List of files:
            /freebsd/lib/libc/rpc/DISCLAIMER</description>
        <pubDate>Tue, 04 Feb 2014 07:59:08 +0100</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2e322d379631c3bd6107e295f3e5d814c7845fc7 - Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/rpc/DISCLAIMER#2e322d379631c3bd6107e295f3e5d814c7845fc7</link>
        <description>Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,with the explicit permission of Sun Microsystems in 2009.

            List of files:
            /freebsd/lib/libc/rpc/DISCLAIMER</description>
        <pubDate>Mon, 25 Nov 2013 20:04:36 +0100</pubDate>
        <dc:creator>Hiroki Sato &lt;hrs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8360efbd6c932013ffdb2f83d2f2de4278febb5e - Bring in a hybrid of SunSoft&apos;s transport-independent RPC (TI-RPC) and</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/rpc/DISCLAIMER#8360efbd6c932013ffdb2f83d2f2de4278febb5e</link>
        <description>Bring in a hybrid of SunSoft&apos;s transport-independent RPC (TI-RPC) andassociated changes that had to happen to make this possible as well asbugs fixed along the way.  Bring in required TLI library routines to support this.  Since we don&apos;t support TLI we&apos;ve essentially copied what NetBSD  has done, adding a thin layer to emulate direct the TLI calls  into BSD socket calls.  This is mostly from Sun&apos;s tirpc release that was made in 1994,  however some fixes were backported from the 1999 release (supposedly  only made available after this porting effort was underway).  The submitter has agreed to continue on and bring us up to the  1999 release.  Several key features are introduced with this update:    Client calls are thread safe. (1999 code has server side thread    safe)    Updated, a more modern interface.  Many userland updates were done to bring the code up to par with  the recent RPC API.  There is an update to the pthreads library, a function  pthread_main_np() was added to emulate a function of Sun&apos;s threads  library.  While we&apos;re at it, bring in NetBSD&apos;s lockd, it&apos;s been far too  long of a wait.  New rpcbind(8) replaces portmap(8) (supporting communication over  an authenticated Unix-domain socket, and by default only allowing  set and unset requests over that channel). It&apos;s much more secure  than the old portmapper.  Umount(8), mountd(8), mount_nfs(8), nfsd(8) have also been upgraded  to support TI-RPC and to support IPV6.  Umount(8) is also fixed to unmount pathnames longer than 80 chars,  which are currently truncated by the Kernel statfs structure.Submitted by: Martin Blapp &lt;mb@imp.ch&gt;Manpage review: ruSecure RPC implemented by: wpaul

            List of files:
            /freebsd/lib/libc/rpc/DISCLAIMER</description>
        <pubDate>Mon, 19 Mar 2001 13:50:13 +0100</pubDate>
        <dc:creator>Alfred Perlstein &lt;alfred@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0cc39166733d7a7eee94bd8aa573237a90d9838e - This commit was manufactured by cvs2svn to create branch &apos;WPAUL&apos;.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/rpc/DISCLAIMER#0cc39166733d7a7eee94bd8aa573237a90d9838e</link>
        <description>This commit was manufactured by cvs2svn to create branch &apos;WPAUL&apos;.

            List of files:
            /freebsd/lib/libc/rpc/DISCLAIMER</description>
        <pubDate>Fri, 12 Jan 1996 08:03:35 +0100</pubDate>
        <dc:creator>cvs2svn &lt;cvs2svn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>990647991e51c0f93ad5d9985587a60f322f543a - Moving Sun RPC code into libc, part 1. Based on work done by a number of</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/rpc/DISCLAIMER#990647991e51c0f93ad5d9985587a60f322f543a</link>
        <description>Moving Sun RPC code into libc, part 1. Based on work done by a number ofpeople, including J.T. Conklin, Theo de Raadt, Paul Richards, and probablysomeone else who&apos;s going to flame me as soon as they see this message.

            List of files:
            /freebsd/lib/libc/rpc/DISCLAIMER</description>
        <pubDate>Sun, 07 Aug 1994 20:36:12 +0200</pubDate>
        <dc:creator>Garrett Wollman &lt;wollman@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8360efbd6c932013ffdb2f83d2f2de4278febb5e - Bring in a hybrid of SunSoft&apos;s transport-independent RPC (TI-RPC) and</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/rpc/DISCLAIMER#8360efbd6c932013ffdb2f83d2f2de4278febb5e</link>
        <description>Bring in a hybrid of SunSoft&apos;s transport-independent RPC (TI-RPC) andassociated changes that had to happen to make this possible as well asbugs fixed along the way.  Bring in required TLI library routines to support this.  Since we don&apos;t support TLI we&apos;ve essentially copied what NetBSD  has done, adding a thin layer to emulate direct the TLI calls  into BSD socket calls.  This is mostly from Sun&apos;s tirpc release that was made in 1994,  however some fixes were backported from the 1999 release (supposedly  only made available after this porting effort was underway).  The submitter has agreed to continue on and bring us up to the  1999 release.  Several key features are introduced with this update:    Client calls are thread safe. (1999 code has server side thread    safe)    Updated, a more modern interface.  Many userland updates were done to bring the code up to par with  the recent RPC API.  There is an update to the pthreads library, a function  pthread_main_np() was added to emulate a function of Sun&apos;s threads  library.  While we&apos;re at it, bring in NetBSD&apos;s lockd, it&apos;s been far too  long of a wait.  New rpcbind(8) replaces portmap(8) (supporting communication over  an authenticated Unix-domain socket, and by default only allowing  set and unset requests over that channel). It&apos;s much more secure  than the old portmapper.  Umount(8), mountd(8), mount_nfs(8), nfsd(8) have also been upgraded  to support TI-RPC and to support IPV6.  Umount(8) is also fixed to unmount pathnames longer than 80 chars,  which are currently truncated by the Kernel statfs structure.Submitted by: Martin Blapp &lt;mb@imp.ch&gt;Manpage review: ruSecure RPC implemented by: wpaul

            List of files:
            /freebsd/lib/libc/rpc/DISCLAIMER</description>
        <pubDate>Mon, 19 Mar 2001 13:50:13 +0100</pubDate>
        <dc:creator>Alfred Perlstein &lt;alfred@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0cc39166733d7a7eee94bd8aa573237a90d9838e - This commit was manufactured by cvs2svn to create branch &apos;WPAUL&apos;.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/rpc/DISCLAIMER#0cc39166733d7a7eee94bd8aa573237a90d9838e</link>
        <description>This commit was manufactured by cvs2svn to create branch &apos;WPAUL&apos;.

            List of files:
            /freebsd/lib/libc/rpc/DISCLAIMER</description>
        <pubDate>Fri, 12 Jan 1996 08:03:35 +0100</pubDate>
        <dc:creator>cvs2svn &lt;cvs2svn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>990647991e51c0f93ad5d9985587a60f322f543a - Moving Sun RPC code into libc, part 1. Based on work done by a number of</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/rpc/DISCLAIMER#990647991e51c0f93ad5d9985587a60f322f543a</link>
        <description>Moving Sun RPC code into libc, part 1. Based on work done by a number ofpeople, including J.T. Conklin, Theo de Raadt, Paul Richards, and probablysomeone else who&apos;s going to flame me as soon as they see this message.

            List of files:
            /freebsd/lib/libc/rpc/DISCLAIMER</description>
        <pubDate>Sun, 07 Aug 1994 20:36:12 +0200</pubDate>
        <dc:creator>Garrett Wollman &lt;wollman@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
