<?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>696896edc90765445c24083ee7f34c075174bce4 - Add evbmips support for u-boot handling.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tools/installboot/Makefile#696896edc90765445c24083ee7f34c075174bce4</link>
        <description>Add evbmips support for u-boot handling.

            List of files:
            /netbsd-src/tools/installboot/Makefile</description>
        <pubDate>Sun, 21 Jun 2020 17:17:01 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>02d67d10660cd0d3f72f9f7ee9ceeb2fc880da41 - Add installboot(8) support for evbarm (and, in the future, other evb*)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tools/installboot/Makefile#02d67d10660cd0d3f72f9f7ee9ceeb2fc880da41</link>
        <description>Add installboot(8) support for evbarm (and, in the future, other evb*)boards that use u-boot.  A known board database lists boards and theirrespective u-boot packages.  u-boot packages are discovered at run-time(in /usr/pkg/share/u-boot, by default).  These packages contain boarddatabase overlays that describe u-boot installation procedure that&apos;sspecific for that board.Support this as a native tool and as a host tool.  The native toolwill attempt to determine the running board type using OpenFirmwarecalls.  Host tool and native tool alike may also specify a board typedirectly using the &quot;-o board=xxx option&quot; or have installboot(8) determinethe board type from a device tree blob using &quot;-o dtb=/path/to/board.dtb&quot;.A &quot;-o media=xxx&quot; option is provided for boards that have different u-bootbinaries and/or installation procedures for different media types (e.g.SDMMC, eMMC, or USB).This is trivial to extend to other evb* platforms that use u-boot, even ifthey don&apos;t use FDT for autoconfiguration.

            List of files:
            /netbsd-src/tools/installboot/Makefile</description>
        <pubDate>Tue, 07 May 2019 05:02:41 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fcf38c8c34aa7b7a20a8a6938b1bfc16aaa14da7 - merge the bouyer-quota2 branch. This adds a new on-disk format</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tools/installboot/Makefile#fcf38c8c34aa7b7a20a8a6938b1bfc16aaa14da7</link>
        <description>merge the bouyer-quota2 branch. This adds a new on-disk formatto store disk quota usage and limits, integrated with ffsmetadata. Usage is checked by fsck_ffs (no more quotacheck)and is covered by the WAPBL journal. Enabled with kerneloption QUOTA2 (added where QUOTA was enabled in kernel config files),turned on with tunefs(8) on a per-filesystembasis. mount_mfs(8) can also turn quotas on.See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.htmlfor details.

            List of files:
            /netbsd-src/tools/installboot/Makefile</description>
        <pubDate>Sun, 06 Mar 2011 18:15:30 +0000</pubDate>
        <dc:creator>bouyer &lt;bouyer@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>59292318144076933ea9399f6b08b98495e874ad - Rename Makefile.disklabel to Makefile.nbincludes, as this file has</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tools/installboot/Makefile#59292318144076933ea9399f6b08b98495e874ad</link>
        <description>Rename Makefile.disklabel to Makefile.nbincludes, as this file hasbeen used by more than disklabel for years.  New name suggestion frommrg@ .

            List of files:
            /netbsd-src/tools/installboot/Makefile</description>
        <pubDate>Sat, 19 Jun 2010 23:11:10 +0000</pubDate>
        <dc:creator>riz &lt;riz@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f67833ef13f4242c7b856fc4eb2ed862c266e7a - .include Makefile.disklabel in installboot, so that the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tools/installboot/Makefile#7f67833ef13f4242c7b856fc4eb2ed862c266e7a</link>
        <description>.include Makefile.disklabel in installboot, so that thenbinclude/ header files will be installed.  Build installboot afterpax, since Makefile.disklabel uses pax to install the headers.

            List of files:
            /netbsd-src/tools/installboot/Makefile</description>
        <pubDate>Sun, 12 Jun 2005 20:24:14 +0000</pubDate>
        <dc:creator>dyoung &lt;dyoung@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>41b9cfff20d32e0d3a452562fe3eeb707bdc666b - use reachover relative paths in compat include files instead of</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tools/installboot/Makefile#41b9cfff20d32e0d3a452562fe3eeb707bdc666b</link>
        <description>use reachover relative paths in compat include files instead ofsymlinking ufs include files into installboot and makefs tool objdirsreviewed by lukem and thorpej on tech-toolchain

            List of files:
            /netbsd-src/tools/installboot/Makefile</description>
        <pubDate>Wed, 14 May 2003 00:30:26 +0000</pubDate>
        <dc:creator>dbj &lt;dbj@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c4a72b64362cdaf56b20ef58a2b9eb3d98492c47 - Centralize the definition of the tool name prefix (i.e. &quot;nb&quot;) into</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tools/installboot/Makefile#c4a72b64362cdaf56b20ef58a2b9eb3d98492c47</link>
        <description>Centralize the definition of the tool name prefix (i.e. &quot;nb&quot;) intobsd.own.mk, as the _TOOL_PREFIX variable.

            List of files:
            /netbsd-src/tools/installboot/Makefile</description>
        <pubDate>Sun, 08 Dec 2002 20:19:56 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9a6861e363024fcd00cf86ae0d0fda415c338df3 - Make Solaris 8 happy: use ln -f -s instead of ln -fs</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tools/installboot/Makefile#9a6861e363024fcd00cf86ae0d0fda415c338df3</link>
        <description>Make Solaris 8 happy: use ln -f -s instead of ln -fs

            List of files:
            /netbsd-src/tools/installboot/Makefile</description>
        <pubDate>Fri, 31 May 2002 05:50:03 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2e4e5254164f1d85bc53112476c89be59cb1b844 - add -I. to HOST_CPPFLAGS</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tools/installboot/Makefile#2e4e5254164f1d85bc53112476c89be59cb1b844</link>
        <description>add -I. to HOST_CPPFLAGS

            List of files:
            /netbsd-src/tools/installboot/Makefile</description>
        <pubDate>Mon, 22 Apr 2002 15:18:57 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9ed0aaa314f9a4a951401e6079cc7a4a37089b71 - borrow trick from ../makefs/Makefile to make this more portable for &lt;ufs/...</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tools/installboot/Makefile#9ed0aaa314f9a4a951401e6079cc7a4a37089b71</link>
        <description>borrow trick from ../makefs/Makefile to make this more portable for &lt;ufs/...

            List of files:
            /netbsd-src/tools/installboot/Makefile</description>
        <pubDate>Fri, 19 Apr 2002 07:19:09 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>87f91a310faa7af5136de80081c9c97eec85fc18 - Add -I../mips-elf2ecoff to take advantage of the host friendly sys/exec_elf.h</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tools/installboot/Makefile#87f91a310faa7af5136de80081c9c97eec85fc18</link>
        <description>Add -I../mips-elf2ecoff to take advantage of the host friendly sys/exec_elf.hthat&apos;s in that directory.  Fixes compile issue on (older source ?) armsystems noted by Richard Earnshaw.XXX: arguably a better version of sys/exec_elf.h (and others) shouldbe in ../compat instead, but that&apos;s a problem for another day.

            List of files:
            /netbsd-src/tools/installboot/Makefile</description>
        <pubDate>Thu, 04 Apr 2002 13:27:33 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>28376496ffb5d1e9f011bc29943d3655986a4af0 - Add shim dev/dec/dec_boot.h (#includes &quot;../../sys/dev/dec/dec_boot.h&quot;)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tools/installboot/Makefile#28376496ffb5d1e9f011bc29943d3655986a4af0</link>
        <description>Add shim dev/dec/dec_boot.h (#includes &quot;../../sys/dev/dec/dec_boot.h&quot;)so that we don&apos;t rely upon host&apos;s &lt;dev/dec/dec_boot.h&gt;

            List of files:
            /netbsd-src/tools/installboot/Makefile</description>
        <pubDate>Thu, 04 Apr 2002 00:24:18 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0f02c341658d782d8f35639d0c5b0665e1338f66 - add nbinstallboot</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tools/installboot/Makefile#0f02c341658d782d8f35639d0c5b0665e1338f66</link>
        <description>add nbinstallboot

            List of files:
            /netbsd-src/tools/installboot/Makefile</description>
        <pubDate>Wed, 03 Apr 2002 06:02:03 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
