<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>4e8e66439e246961c4367c78584be80e23f52897 - Merge nick-nhusb</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/rump/dev/lib/libugenhc/Makefile#4e8e66439e246961c4367c78584be80e23f52897</link>
        <description>Merge nick-nhusb- API / infrastructure changes to support memory management changes.- Memory management improvements and bug fixes.- HCDs should now be MP safe- conversion to KERNHIST based debug- FS/LS isoc support on ehci(4).- conversion to kmem(9)- Some USB 3 support - mostly from Takahiro HAYASHI (t-hash).- interrupt transfers now get proper DMA operations- general bug fixes    - kern/48308    - uhub status notification improvements    - umass(4) probe fix (applied to HEAD already)    - ohci(4) short transfer fix

            List of files:
            /netbsd-src/sys/rump/dev/lib/libugenhc/Makefile</description>
        <pubDate>Sat, 23 Apr 2016 10:15:27 +0000</pubDate>
        <dc:creator>skrll &lt;skrll@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6bb51422881aa32822c80737814503e72f496e36 - Put the kernelside rump kernel headers into &lt;rump-sys&gt; instead of</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/rump/dev/lib/libugenhc/Makefile#6bb51422881aa32822c80737814503e72f496e36</link>
        <description>Put the kernelside rump kernel headers into &lt;rump-sys&gt; instead ofsprinkling them around the faction directories.  Avoids havingto add a CPPFLAGS (or several) to pretty much every componentMakefile.Leave compat headers around in the old locations.The commit changes some autogenerated files, but I&apos;ll fix thegenerators shortly and regen.

            List of files:
            /netbsd-src/sys/rump/dev/lib/libugenhc/Makefile</description>
        <pubDate>Tue, 26 Jan 2016 23:12:14 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eda4460d2b31a8775182d509de8c470a90dcc252 - Use IOCONF #define to determine component name.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/rump/dev/lib/libugenhc/Makefile#eda4460d2b31a8775182d509de8c470a90dcc252</link>
        <description>Use IOCONF #define to determine component name.Avoids having to manually retype info already in .ioconf.Also, COMPONENT_SIMPLE -&gt; RUMP_COMPONENT=simple.  That way, we can addother attributes where necessary.  As &quot;future directions&quot;, the &quot;ioconf&quot;attribute for RUMP_COMPONENT can just be removed when a driver isconverted to modular and has a proper modcmd.

            List of files:
            /netbsd-src/sys/rump/dev/lib/libugenhc/Makefile</description>
        <pubDate>Mon, 16 Nov 2015 23:27:07 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4ff6638b3de9201585aa2ff1ce772eaf3e844039 - Make it easier to create rump kernel components, part 1.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/rump/dev/lib/libugenhc/Makefile#4ff6638b3de9201585aa2ff1ce772eaf3e844039</link>
        <description>Make it easier to create rump kernel components, part 1.Reduce copypasteware for the component constructors.  If a constructorcalls only config_init_component(), handle it from a common source fileinstead of copying the same(ish) file around to every component.

            List of files:
            /netbsd-src/sys/rump/dev/lib/libugenhc/Makefile</description>
        <pubDate>Wed, 11 Nov 2015 21:52:45 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2b6f2602eb45dc7eb73534a35f96e8f34b0bc70 - Add a COMMENT describing what each component roughly does.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/rump/dev/lib/libugenhc/Makefile#b2b6f2602eb45dc7eb73534a35f96e8f34b0bc70</link>
        <description>Add a COMMENT describing what each component roughly does.&quot;make describe&quot; prints the comment.Requested/inspired by Vincent Schwarzer on rumpkernel-users

            List of files:
            /netbsd-src/sys/rump/dev/lib/libugenhc/Makefile</description>
        <pubDate>Mon, 19 Oct 2015 16:16:32 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e62609a73be80d8cd91a4da00e7e0c18b25c4b63 - Fully build ugenhc only on archs where libusb is built.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/rump/dev/lib/libugenhc/Makefile#e62609a73be80d8cd91a4da00e7e0c18b25c4b63</link>
        <description>Fully build ugenhc only on archs where libusb is built.

            List of files:
            /netbsd-src/sys/rump/dev/lib/libugenhc/Makefile</description>
        <pubDate>Mon, 14 Sep 2015 15:09:35 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>121efaacc1defa81764471d26461029919b4de3e - rename rumpcomp_user.* -&gt; ugenhc_user.*</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/rump/dev/lib/libugenhc/Makefile#121efaacc1defa81764471d26461029919b4de3e</link>
        <description>rename rumpcomp_user.* -&gt; ugenhc_user.*

            List of files:
            /netbsd-src/sys/rump/dev/lib/libugenhc/Makefile</description>
        <pubDate>Thu, 13 Mar 2014 01:38:11 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>67be9b8a432def29c1c470445374fc3776aed4d6 - Move the bus_dma implementation that works only with ugenhc into the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/rump/dev/lib/libugenhc/Makefile#67be9b8a432def29c1c470445374fc3776aed4d6</link>
        <description>Move the bus_dma implementation that works only with ugenhc into theugenhc component itself.

            List of files:
            /netbsd-src/sys/rump/dev/lib/libugenhc/Makefile</description>
        <pubDate>Thu, 19 Sep 2013 17:55:22 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6dace0b3878ece611d2304eacf0c409eecd1a09c - problem with ioconf.c solved, reenable</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/rump/dev/lib/libugenhc/Makefile#6dace0b3878ece611d2304eacf0c409eecd1a09c</link>
        <description>problem with ioconf.c solved, reenable

            List of files:
            /netbsd-src/sys/rump/dev/lib/libugenhc/Makefile</description>
        <pubDate>Sun, 28 Apr 2013 10:25:41 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>284b8252f5d0f0c07b7151a4c3e82b74f898e0d0 - duh, the untypoed version doesn&apos;t work with bsd.ioconf.mk.  comment it</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/rump/dev/lib/libugenhc/Makefile#284b8252f5d0f0c07b7151a4c3e82b74f898e0d0</link>
        <description>duh, the untypoed version doesn&apos;t work with bsd.ioconf.mk.  comment itout while i figure it out

            List of files:
            /netbsd-src/sys/rump/dev/lib/libugenhc/Makefile</description>
        <pubDate>Sun, 28 Apr 2013 10:16:52 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6270e64d0661452fad8d2f01963a69534381af1c - typo</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/rump/dev/lib/libugenhc/Makefile#6270e64d0661452fad8d2f01963a69534381af1c</link>
        <description>typo

            List of files:
            /netbsd-src/sys/rump/dev/lib/libugenhc/Makefile</description>
        <pubDate>Sun, 28 Apr 2013 10:06:16 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b985b935c617915735d8e9904ec647f2454d8fe2 - The ioctl hypercall is used only by the usb host controller driver,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/rump/dev/lib/libugenhc/Makefile#b985b935c617915735d8e9904ec647f2454d8fe2</link>
        <description>The ioctl hypercall is used only by the usb host controller driver,so make it exclusive to that component.  I&apos;m happy to see it gone.

            List of files:
            /netbsd-src/sys/rump/dev/lib/libugenhc/Makefile</description>
        <pubDate>Sun, 28 Apr 2013 09:58:11 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e5fc54d8689944cc516db0c6c39138a98d063d7d - Use config pseudo-root keyword instead of monolithic configurations</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/rump/dev/lib/libugenhc/Makefile#e5fc54d8689944cc516db0c6c39138a98d063d7d</link>
        <description>Use config pseudo-root keyword instead of monolithic configurationsstarting from root.

            List of files:
            /netbsd-src/sys/rump/dev/lib/libugenhc/Makefile</description>
        <pubDate>Mon, 08 Mar 2010 10:24:37 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a73349894422cbf6d5af0d02adaa5a497ded395b - Move a bunch of rump components from dev/wip to dev/lib now that</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/rump/dev/lib/libugenhc/Makefile#a73349894422cbf6d5af0d02adaa5a497ded395b</link>
        <description>Move a bunch of rump components from dev/wip to dev/lib now thatthey&apos;ve reached a certain maturity.

            List of files:
            /netbsd-src/sys/rump/dev/lib/libugenhc/Makefile</description>
        <pubDate>Thu, 11 Feb 2010 02:22:09 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
