<?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 README</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>05248206f720394d95c2a7475429311df670a2e9 - Remove $FreeBSD$: one-line bare tag</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/rpc/README#05248206f720394d95c2a7475429311df670a2e9</link>
        <description>Remove $FreeBSD$: one-line bare tagRemove /^\s*\$FreeBSD\$$\n/

            List of files:
            /freebsd/lib/libc/rpc/README</description>
        <pubDate>Wed, 16 Aug 2023 19:55:20 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>32223c1b7dea9bcf5ccb35a6462fb6a29a344910 - libc: spelling fixes.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/rpc/README#32223c1b7dea9bcf5ccb35a6462fb6a29a344910</link>
        <description>libc: spelling fixes.Mostly on comments.

            List of files:
            /freebsd/lib/libc/rpc/README</description>
        <pubDate>Sat, 30 Apr 2016 03:24:24 +0200</pubDate>
        <dc:creator>Pedro F. Giffuni &lt;pfg@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/README#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/README</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/README#0cc39166733d7a7eee94bd8aa573237a90d9838e</link>
        <description>This commit was manufactured by cvs2svn to create branch &apos;WPAUL&apos;.

            List of files:
            /freebsd/lib/libc/rpc/README</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/README#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/README</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/README#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/README</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/README#0cc39166733d7a7eee94bd8aa573237a90d9838e</link>
        <description>This commit was manufactured by cvs2svn to create branch &apos;WPAUL&apos;.

            List of files:
            /freebsd/lib/libc/rpc/README</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/README#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/README</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>
