<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in rtalloc.9</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d8115a86 - Document RO_RTFREE() macro.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/share/man/man9/rtalloc.9#d8115a86</link>
        <description>Document RO_RTFREE() macro.

            List of files:
            /freebsd-13.1/share/man/man9/rtalloc.9</description>
        <pubDate>Wed, 04 Jul 2012 07:42:12 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9aa3cab9 - Update this page to describe modern interfaces.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/share/man/man9/rtalloc.9#9aa3cab9</link>
        <description>Update this page to describe modern interfaces.

            List of files:
            /freebsd-13.1/share/man/man9/rtalloc.9</description>
        <pubDate>Wed, 14 Dec 2011 14:52:50 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aa12cea2 - mdoc: order prologue macros consistently by Dd/Dt/Os</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/share/man/man9/rtalloc.9#aa12cea2</link>
        <description>mdoc: order prologue macros consistently by Dd/Dt/OsAlthough groff_mdoc(7) gives another impression, this is the orderingmost widely used and also required by mdocml/mandoc.Reviewed by:	ruApproved by:	philip, ed (mentors)

            List of files:
            /freebsd-13.1/share/man/man9/rtalloc.9</description>
        <pubDate>Wed, 14 Apr 2010 19:08:06 +0000</pubDate>
        <dc:creator>Ulrich Sp&#246;rlein &lt;uqs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6e6b3f7c - This main goals of this project are:</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/share/man/man9/rtalloc.9#6e6b3f7c</link>
        <description>This main goals of this project are:1. separating L2 tables (ARP, NDP) from the L3 routing tables2. removing as much locking dependencies among these layers as   possible to allow for some parallelism in the search operations3. simplify the logic in the routing code,The most notable end result is the obsolescent of the routecloning (RTF_CLONING) concept, which translated into code reductionin both IPv4 ARP and IPv6 NDP related modules, and size reduction instruct rtentry{}. The change in design obsoletes the semantics ofRTF_CLONING, RTF_WASCLONE and RTF_LLINFO routing flags. The userlandapplications such as &quot;arp&quot; and &quot;ndp&quot; have been modified to reflectthose changes. The output from &quot;netstat -r&quot; shows only the routingentries.Quite a few developers have contributed to this project in thepast: Glebius Smirnoff, Luigi Rizzo, Alessandro Cerri, andAndre Oppermann. And most recently:- Kip Macy revised the locking code completely, thus completing  the last piece of the puzzle, Kip has also been conducting  active functional testing- Sam Leffler has helped me improving/refactoring the code, and  provided valuable reviews- Julian Elischer setup the perforce tree for me and has helped  me maintaining that branch before the svn conversion

            List of files:
            /freebsd-13.1/share/man/man9/rtalloc.9</description>
        <pubDate>Mon, 15 Dec 2008 06:10:57 +0000</pubDate>
        <dc:creator>Qing Li &lt;qingli@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bb978628 - - Document RT_[UN]LOCK, RT_ADDREF, RT_REMREF.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/share/man/man9/rtalloc.9#bb978628</link>
        <description>- Document RT_[UN]LOCK, RT_ADDREF, RT_REMREF.- Describe how RT_FREE actually works.Grammar check:	ruReviewed by:	samMFC after:	1 month

            List of files:
            /freebsd-13.1/share/man/man9/rtalloc.9</description>
        <pubDate>Mon, 11 Oct 2004 20:48:36 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5428d18c - More grammar cleanups from MDocGuard^WRuslan.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/share/man/man9/rtalloc.9#5428d18c</link>
        <description>More grammar cleanups from MDocGuard^WRuslan.

            List of files:
            /freebsd-13.1/share/man/man9/rtalloc.9</description>
        <pubDate>Fri, 08 Oct 2004 09:52:00 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>650c2669 - Mdoc and grammar fixes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/share/man/man9/rtalloc.9#650c2669</link>
        <description>Mdoc and grammar fixes.Submitted by:	ru

            List of files:
            /freebsd-13.1/share/man/man9/rtalloc.9</description>
        <pubDate>Thu, 07 Oct 2004 10:59:09 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>729df1bb - - note that RTF_PRCLONING is obsoleted</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/share/man/man9/rtalloc.9#729df1bb</link>
        <description>- note that RTF_PRCLONING is obsoleted- explain locking differencies between rtalloc(), rtalloc_ign(), rtalloc1()  and rtfree(), RTFREE().Reviewed by:	andre (1.5 months ago)OK&apos;d by:	ru

            List of files:
            /freebsd-13.1/share/man/man9/rtalloc.9</description>
        <pubDate>Thu, 07 Oct 2004 10:14:23 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4c7b4d14 - Mdoc Janitor:</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/share/man/man9/rtalloc.9#4c7b4d14</link>
        <description>Mdoc Janitor:  * Fix hard sentence breaks.

            List of files:
            /freebsd-13.1/share/man/man9/rtalloc.9</description>
        <pubDate>Thu, 23 Oct 2003 02:15:46 +0000</pubDate>
        <dc:creator>Hiten Pandya &lt;hmp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>09f84dd1 - Assorted mdoc(7) fixes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/share/man/man9/rtalloc.9#09f84dd1</link>
        <description>Assorted mdoc(7) fixes.

            List of files:
            /freebsd-13.1/share/man/man9/rtalloc.9</description>
        <pubDate>Mon, 02 Jun 2003 15:02:06 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0640e9e0 - Some mdoc(7) fixes:</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/share/man/man9/rtalloc.9#0640e9e0</link>
        <description>Some mdoc(7) fixes:Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately.The .Ar mdoc(7) specifier should only be used when displaying command linearguments.Approved by:	des (mentor)

            List of files:
            /freebsd-13.1/share/man/man9/rtalloc.9</description>
        <pubDate>Sat, 31 May 2003 14:07:25 +0000</pubDate>
        <dc:creator>Hiten Pandya &lt;hmp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>32eef9ae - mdoc(7) police: Use the new .In macro for #include statements.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/share/man/man9/rtalloc.9#32eef9ae</link>
        <description>mdoc(7) police: Use the new .In macro for #include statements.

            List of files:
            /freebsd-13.1/share/man/man9/rtalloc.9</description>
        <pubDate>Mon, 01 Oct 2001 16:09:29 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c1f3e4bf - Removed whitespace at end-of-line; no content changes. I simply did</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/share/man/man9/rtalloc.9#c1f3e4bf</link>
        <description>Removed whitespace at end-of-line; no content changes. I simply didcd src/share; find man[1-9] -type f|xargs perl -pi -e &apos;s/[ \t]+$//&apos;BTW, what editors are the culprits? I&apos;m using vim and it showsme whitespace at EOL in troff files with a thick blue block...Reviewed by:	Silence from cvs diff -bMFC after:	7 days

            List of files:
            /freebsd-13.1/share/man/man9/rtalloc.9</description>
        <pubDate>Sat, 14 Jul 2001 19:41:16 +0000</pubDate>
        <dc:creator>Jens Schweikhardt &lt;schweikh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3136363f - Prepare for mdoc(7)NG.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/share/man/man9/rtalloc.9#3136363f</link>
        <description>Prepare for mdoc(7)NG.

            List of files:
            /freebsd-13.1/share/man/man9/rtalloc.9</description>
        <pubDate>Fri, 29 Dec 2000 09:18:45 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b66483f - mdoc(7) police: use the new features of the Nm macro.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/share/man/man9/rtalloc.9#4b66483f</link>
        <description>mdoc(7) police: use the new features of the Nm macro.

            List of files:
            /freebsd-13.1/share/man/man9/rtalloc.9</description>
        <pubDate>Mon, 20 Nov 2000 18:41:33 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f3dea24 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/share/man/man9/rtalloc.9#7f3dea24</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-13.1/share/man/man9/rtalloc.9</description>
        <pubDate>Sat, 28 Aug 1999 00:22:10 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aaf1f16e - .Sh AUTHOR -&gt; .Sh AUTHORS according to mdoc specs.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/share/man/man9/rtalloc.9#aaf1f16e</link>
        <description>.Sh AUTHOR -&gt; .Sh AUTHORS according to mdoc specs.Use .An/.Aq.

            List of files:
            /freebsd-13.1/share/man/man9/rtalloc.9</description>
        <pubDate>Thu, 12 Mar 1998 07:31:21 +0000</pubDate>
        <dc:creator>Philippe Charnier &lt;charnier@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2e14815b - Fixed #include and/or prototype bugs in synopsis.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/share/man/man9/rtalloc.9#2e14815b</link>
        <description>Fixed #include and/or prototype bugs in synopsis.

            List of files:
            /freebsd-13.1/share/man/man9/rtalloc.9</description>
        <pubDate>Sun, 13 Apr 1997 14:49:13 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e25aeca9 - Revert $FreeBSD$ back to $Id$</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/share/man/man9/rtalloc.9#e25aeca9</link>
        <description>Revert $FreeBSD$ back to $Id$

            List of files:
            /freebsd-13.1/share/man/man9/rtalloc.9</description>
        <pubDate>Sat, 22 Feb 1997 13:26:29 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1130b656 - Make the long-awaited change from $Id$ to $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/share/man/man9/rtalloc.9#1130b656</link>
        <description>Make the long-awaited change from $Id$ to $FreeBSD$This will make a number of things easier in the future, as well as (finally!)avoiding the Id-smashing problem which has plagued developers for so long.Boy, I&apos;m glad we&apos;re not using sup anymore.  This update would have beeninsane otherwise.

            List of files:
            /freebsd-13.1/share/man/man9/rtalloc.9</description>
        <pubDate>Tue, 14 Jan 1997 07:20:47 +0000</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
