<?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 vchain</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d1b98547c92afde594e7251c292a3cb083ab6a7a - more updates for the vnode and mount list iterator changes</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/gdbscripts/vchain#d1b98547c92afde594e7251c292a3cb083ab6a7a</link>
        <description>more updates for the vnode and mount list iterator changesthat happened a while back.  also, port to 64 bit properly.now these all appear to work again.

            List of files:
            /netbsd-src/sys/gdbscripts/vchain</description>
        <pubDate>Fri, 06 Dec 2019 02:37:53 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>76df07a4cff401dd5c681aa5d07a089ffe39eab2 - it&apos;s mountlist not mount_list.  now &apos;mountdump&apos; works again.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/gdbscripts/vchain#76df07a4cff401dd5c681aa5d07a089ffe39eab2</link>
        <description>it&apos;s mountlist not mount_list.  now &apos;mountdump&apos; works again.

            List of files:
            /netbsd-src/sys/gdbscripts/vchain</description>
        <pubDate>Fri, 06 Dec 2019 01:01:02 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb023de545b15a116629f8c3b30fe691bdc7f389 - Change command mountdump to evaluate mountlist_entry.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/gdbscripts/vchain#cb023de545b15a116629f8c3b30fe691bdc7f389</link>
        <description>Change command mountdump to evaluate mountlist_entry.

            List of files:
            /netbsd-src/sys/gdbscripts/vchain</description>
        <pubDate>Thu, 13 Apr 2017 09:52:18 +0000</pubDate>
        <dc:creator>hannken &lt;hannken@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>70ec436e39f0642c35aa43797801056dc361ad5e - Move vnode members &quot;v_freelisthd&quot; and &quot;v_freelist&quot; from &quot;struct vnode&quot;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/gdbscripts/vchain#70ec436e39f0642c35aa43797801056dc361ad5e</link>
        <description>Move vnode members &quot;v_freelisthd&quot; and &quot;v_freelist&quot; from &quot;struct vnode&quot;to &quot;struct vnode_impl&quot; and rename to &quot;vi_lrulisthd&quot; and &quot;vi_lrulist&quot;.No functional change intended.Welcome to 7.99.48

            List of files:
            /netbsd-src/sys/gdbscripts/vchain</description>
        <pubDate>Wed, 14 Dec 2016 15:48:54 +0000</pubDate>
        <dc:creator>hannken &lt;hannken@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4d884f3fb416ae94826b19ef1bd67b6b02382af9 - Since mountlist is now a TAILQ, convert some missed usages</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/gdbscripts/vchain#4d884f3fb416ae94826b19ef1bd67b6b02382af9</link>
        <description>Since mountlist is now a TAILQ, convert some missed usagesso things build again.

            List of files:
            /netbsd-src/sys/gdbscripts/vchain</description>
        <pubDate>Sat, 23 Nov 2013 16:15:24 +0000</pubDate>
        <dc:creator>riz &lt;riz@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eea5c3505fe7f88cf3ea66882ac0e4e4f85f2c3e - Print out all 64-bits of 64-bit values on 64-bit machines and add documentation</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/gdbscripts/vchain#eea5c3505fe7f88cf3ea66882ac0e4e4f85f2c3e</link>
        <description>Print out all 64-bits of 64-bit values on 64-bit machines and add documentationof these commands to gdb.

            List of files:
            /netbsd-src/sys/gdbscripts/vchain</description>
        <pubDate>Wed, 18 Nov 2009 18:04:26 +0000</pubDate>
        <dc:creator>eeh &lt;eeh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>78e8aceaac8b806b1ce7cb00f389d61739e0fcce - adapt to mnt_vnodelist being TAILQ</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/gdbscripts/vchain#78e8aceaac8b806b1ce7cb00f389d61739e0fcce</link>
        <description>adapt to mnt_vnodelist being TAILQ

            List of files:
            /netbsd-src/sys/gdbscripts/vchain</description>
        <pubDate>Sat, 04 Nov 2006 20:33:17 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>88134b62a2984af8e213a7a2220b1dd3e9ca0a9b - add mountdump, prints mount point information a little like mount(8)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/gdbscripts/vchain#88134b62a2984af8e213a7a2220b1dd3e9ca0a9b</link>
        <description>add mountdump, prints mount point information a little like mount(8)

            List of files:
            /netbsd-src/sys/gdbscripts/vchain</description>
        <pubDate>Sat, 04 Nov 2006 20:29:30 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>751537fe38310eea5f506f934818bee8a418be10 - Make these work again.  I know, I&apos;m a bit impatient, since they&apos;ve</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/gdbscripts/vchain#751537fe38310eea5f506f934818bee8a418be10</link>
        <description>Make these work again.  I know, I&apos;m a bit impatient, since they&apos;veonly been broken for 12 years, but some things are better donesooner than later.While meddling here, introduce mp_vchain, which prints the vnodechain given a mount point.

            List of files:
            /netbsd-src/sys/gdbscripts/vchain</description>
        <pubDate>Fri, 29 Sep 2006 15:43:06 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>69506806eacbba15fa925fd119e17998442604f0 - Add NetBSD cvs id lines.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/gdbscripts/vchain#69506806eacbba15fa925fd119e17998442604f0</link>
        <description>Add NetBSD cvs id lines.

            List of files:
            /netbsd-src/sys/gdbscripts/vchain</description>
        <pubDate>Wed, 12 Feb 1997 23:35:06 +0000</pubDate>
        <dc:creator>gwr &lt;gwr@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>48faabf317999ce87848ffc09c14de2e88028e1d - Macros for gdb when debugging the kernel (from 4.4-Lite2).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/gdbscripts/vchain#48faabf317999ce87848ffc09c14de2e88028e1d</link>
        <description>Macros for gdb when debugging the kernel (from 4.4-Lite2).

            List of files:
            /netbsd-src/sys/gdbscripts/vchain</description>
        <pubDate>Wed, 12 Feb 1997 22:09:45 +0000</pubDate>
        <dc:creator>gwr &lt;gwr@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
