<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c4786f8220bd8e173130915a5491e58ae36c1f82 - Add new file to fix the build.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/rump/fs/lib/libext2fs/Makefile#c4786f8220bd8e173130915a5491e58ae36c1f82</link>
        <description>Add new file to fix the build.

            List of files:
            /netbsd-src/sys/rump/fs/lib/libext2fs/Makefile</description>
        <pubDate>Fri, 12 Aug 2016 20:25:34 +0000</pubDate>
        <dc:creator>martin &lt;martin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>26488304cc19829e49688abbb9b18c3880f43040 - Add new files</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/rump/fs/lib/libext2fs/Makefile#26488304cc19829e49688abbb9b18c3880f43040</link>
        <description>Add new files

            List of files:
            /netbsd-src/sys/rump/fs/lib/libext2fs/Makefile</description>
        <pubDate>Fri, 24 Jun 2016 21:31:30 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56a6d73206b6b46d9b7c2bd017a44f4190db2f49 - Install new header and fix rump to include the corresponding source as</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/rump/fs/lib/libext2fs/Makefile#56a6d73206b6b46d9b7c2bd017a44f4190db2f49</link>
        <description>Install new header and fix rump to include the corresponding source aswell.

            List of files:
            /netbsd-src/sys/rump/fs/lib/libext2fs/Makefile</description>
        <pubDate>Fri, 03 Jun 2016 21:55:50 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@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/history/netbsd-src/sys/rump/fs/lib/libext2fs/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/fs/lib/libext2fs/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>aeadee1d6d952702c430489c420390b830ca3a7e - Adapt ffs, lfs, and ext2fs to use genfs_rename.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/rump/fs/lib/libext2fs/Makefile#aeadee1d6d952702c430489c420390b830ca3a7e</link>
        <description>Adapt ffs, lfs, and ext2fs to use genfs_rename.ok dholland, rmind

            List of files:
            /netbsd-src/sys/rump/fs/lib/libext2fs/Makefile</description>
        <pubDate>Wed, 09 May 2012 00:21:17 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>643ba90bf04cee748e233e05593d2d6d9ff57f36 - Globally define -Wno-pointer-sign, as it has become a pointless</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/rump/fs/lib/libext2fs/Makefile#643ba90bf04cee748e233e05593d2d6d9ff57f36</link>
        <description>Globally define -Wno-pointer-sign, as it has become a pointlessexercise of &quot;add it to every Makefile individually&quot;.XXX: should autosynchronize with the rest of the kernel buildflagsin sys/conf/Makefile.kern.inc.

            List of files:
            /netbsd-src/sys/rump/fs/lib/libext2fs/Makefile</description>
        <pubDate>Tue, 16 Feb 2010 20:42:44 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bdf6e0b0340c0904bdae3034d7aaee3ab8d8a688 - Install rump libraries and utilities to the base system and remove the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/rump/fs/lib/libext2fs/Makefile#bdf6e0b0340c0904bdae3034d7aaee3ab8d8a688</link>
        <description>Install rump libraries and utilities to the base system and remove theprivate non-installed build infrastructure from sys/rump.breakdown of commit:  * install relevant headers into /usr/include/rump  * build sys/rump/librump/rumpuser and sys/rump/librump/rumpkern    from src/lib and install as librumpuser and librump, respectively    + this retains the ability to test a librump build with just the      kernel sources at hand  * move sys/rump/fs/lib/libukfs and sys/rump/fs/lib/libp2k to src/lib    for general consumption, they are not kernel-space dwellers anyway  * build and install sys/rump/fs/lib/lib$fs as librumpfs_$fs  * add chapter 3 manual pages for rump, rumpuser, ukfs and p2k  * build and install userspace kernel file system daemons if MKPUFFS=yes    is spexified  * retire fsconsole for now, it will make a comeback with an actually    implemented version shortly

            List of files:
            /netbsd-src/sys/rump/fs/lib/libext2fs/Makefile</description>
        <pubDate>Tue, 29 Jul 2008 13:17:40 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3ac2af6a15432f2fa61680dc04698fc3c3b5e822 - support ext2fs</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/rump/fs/lib/libext2fs/Makefile#3ac2af6a15432f2fa61680dc04698fc3c3b5e822</link>
        <description>support ext2fs

            List of files:
            /netbsd-src/sys/rump/fs/lib/libext2fs/Makefile</description>
        <pubDate>Tue, 07 Aug 2007 21:26:35 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
