<?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>c4b7a9e7940c62d92a81ee31e05e281e6035fadc - bsd.own.mk: rename GCC_NO_* to CC_WNO_*</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sbin/disklabel/Makefile#c4b7a9e7940c62d92a81ee31e05e281e6035fadc</link>
        <description>bsd.own.mk: rename GCC_NO_* to CC_WNO_*Rename compiler-warning-disable variables from	GCC_NO_warningto	CC_WNO_warningwhere warning is the full warning name as used by the compiler.GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGHUsing the convention CC_compilerflag, where compilerflagis based on the full compiler flag name.

            List of files:
            /netbsd-src/sbin/disklabel/Makefile</description>
        <pubDate>Sat, 03 Jun 2023 09:09:01 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de11d876419df3570c2418468613aebcebafe6ae - introduce some common variables for use in GCC warning disables:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sbin/disklabel/Makefile#de11d876419df3570c2418468613aebcebafe6ae</link>
        <description>introduce some common variables for use in GCC warning disables:GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)use these to turn off warnings for most GCC-8 complaints.  manyof these are false positives, most of the real bugs are alreadycommited, or are yet to come.we plan to introduce versions of (some?) of these that use the&quot;-Wno-error=&quot; form, which still displays the warnings but doesnot make it an error, and all of the above will be re-consideredas either being &quot;fix me&quot; (warning still displayed) or &quot;warningis wrong.&quot;

            List of files:
            /netbsd-src/sbin/disklabel/Makefile</description>
        <pubDate>Sun, 13 Oct 2019 07:28:04 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac344355818cabb30d36c6cae34daa86658a1d2e - Remove port-acorn26</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sbin/disklabel/Makefile#ac344355818cabb30d36c6cae34daa86658a1d2e</link>
        <description>Remove port-acorn26OK core@

            List of files:
            /netbsd-src/sbin/disklabel/Makefile</description>
        <pubDate>Wed, 24 Jan 2018 09:04:40 +0000</pubDate>
        <dc:creator>skrll &lt;skrll@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a97d476aa451c49321079d0e876012f01e25f8c3 - fix broken patch</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sbin/disklabel/Makefile#a97d476aa451c49321079d0e876012f01e25f8c3</link>
        <description>fix broken patch

            List of files:
            /netbsd-src/sbin/disklabel/Makefile</description>
        <pubDate>Sun, 31 Jan 2016 23:11:49 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0636a2fe9762aa2b4b0b7a12f5725feaf489d182 - PR/50729: Izumi Tsutsui: Add &quot;SMALLPROG&quot;-like options to disklabel(8)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sbin/disklabel/Makefile#0636a2fe9762aa2b4b0b7a12f5725feaf489d182</link>
        <description>PR/50729: Izumi Tsutsui: Add &quot;SMALLPROG&quot;-like options to disklabel(8)

            List of files:
            /netbsd-src/sbin/disklabel/Makefile</description>
        <pubDate>Sun, 31 Jan 2016 18:57:29 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>af8f0546ca619cdb5607560c9088cfe62df6bb1d - Make disklabel a MI tool.  It will use MACHINE/MACHINE_ARCH to determine</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sbin/disklabel/Makefile#af8f0546ca619cdb5607560c9088cfe62df6bb1d</link>
        <description>Make disklabel a MI tool.  It will use MACHINE/MACHINE_ARCH to determinethe disklabel params as well as allowing command-line options of -M &lt;machine&gt;and -B {le,be} to specify MACHINE and byteorder to be used.

            List of files:
            /netbsd-src/sbin/disklabel/Makefile</description>
        <pubDate>Fri, 03 May 2013 16:05:11 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a47e2eb75818146a02ebb0a41df61c325b8d3935 - Add getlabelusesmbr(), as proposed in</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sbin/disklabel/Makefile#a47e2eb75818146a02ebb0a41df61c325b8d3935</link>
        <description>Add getlabelusesmbr(), as proposed inhttp://mail-index.netbsd.org/tech-userlevel/2011/08/25/msg005404.htmlThis is used by disk tools such as disklabel(8) to dynamically decide isthe undelyling platform uses a disklabel-in-mbr-partition or not(instead of using a compile-time list of ports).getlabelusesmbr() reads the sysctl kern.labelusesmbr, takes its value from themachdep #define LABELUSESMBR.For evbmips, make LABELUSESMBR 1 if the platform uses pmonas bootloader, and 0 (the previous value) otherwise.

            List of files:
            /netbsd-src/sbin/disklabel/Makefile</description>
        <pubDate>Tue, 30 Aug 2011 12:39:49 +0000</pubDate>
        <dc:creator>bouyer &lt;bouyer@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>233e75c9c0be812bac72aa287d1d5bf70d4e3f86 - Define USE_MBR for ofppc.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sbin/disklabel/Makefile#233e75c9c0be812bac72aa287d1d5bf70d4e3f86</link>
        <description>Define USE_MBR for ofppc.

            List of files:
            /netbsd-src/sbin/disklabel/Makefile</description>
        <pubDate>Thu, 18 Aug 2011 08:42:07 +0000</pubDate>
        <dc:creator>phx &lt;phx@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>df520b101353b7b0b763fd7deb0893f7e885df67 - Disable COMPAT_386BSD_MBRPART. The code is still here if anyone needs it</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sbin/disklabel/Makefile#df520b101353b7b0b763fd7deb0893f7e885df67</link>
        <description>Disable COMPAT_386BSD_MBRPART. The code is still here if anyone needs itfor some reason. (But I have no idea why that would be -- if you have oneof these really ancient partitions and you&apos;re about to run disklabel, youcan easily run fdisk first and change the partition type to NetBSD.)As it stands, the code will munch FreeBSD installs under somecircumstances, which is really not acceptable behavior.The code, along with the kernel support that&apos;s been disabled bydefault for several years, and some related but less dangerous code insysinst, should prboably be removed entirely after -6 is branched.Discussed on tech-kern and tech-userlevel; closes PR 44496.This is also almost certainly the cause of PR 42521 and PR 38841.

            List of files:
            /netbsd-src/sbin/disklabel/Makefile</description>
        <pubDate>Sat, 12 Feb 2011 22:23:01 +0000</pubDate>
        <dc:creator>dholland &lt;dholland@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1c54a66d9956e2ed3dd2f5058fb3c2113d5fb129 - System utilities, boot programs and kernel modules are machine</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sbin/disklabel/Makefile#1c54a66d9956e2ed3dd2f5058fb3c2113d5fb129</link>
        <description>System utilities, boot programs and kernel modules are machine(port) specific not CPU, so use MACHINE not MACHINE_ARCH.

            List of files:
            /netbsd-src/sbin/disklabel/Makefile</description>
        <pubDate>Sun, 13 Dec 2009 05:01:32 +0000</pubDate>
        <dc:creator>nakayama &lt;nakayama@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d6224f450717ed473bf24ebc664ba0d23c7b01ab - Remove support for NetBSD/playstation2.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sbin/disklabel/Makefile#d6224f450717ed473bf24ebc664ba0d23c7b01ab</link>
        <description>Remove support for NetBSD/playstation2.

            List of files:
            /netbsd-src/sbin/disklabel/Makefile</description>
        <pubDate>Sat, 05 Dec 2009 16:29:10 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e7730664e09972547bd7f56d78116f4c324e323c - Don&apos;t use #ifdef __${MACHINE_ARCH}__ to enable machine dependent features.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sbin/disklabel/Makefile#e7730664e09972547bd7f56d78116f4c324e323c</link>
        <description>Don&apos;t use #ifdef __${MACHINE_ARCH}__ to enable machine dependent features.Instead, use proper macro defined in Makefile per ${MACHINE_ARCH}.__${MACHINE_ARCH}__ doesn&apos;t represent an architecture of tool&apos;s targetbut an architecture of binaries being compiled, so required featuresare not prolery enabled or unintentionally enabled on certain hostand target combinations during src/tools build.

            List of files:
            /netbsd-src/sbin/disklabel/Makefile</description>
        <pubDate>Sat, 28 Nov 2009 12:14:53 +0000</pubDate>
        <dc:creator>tsutsui &lt;tsutsui@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>93f39165aeec11451f2fe49b19837d2d2157d11a - Make dreamcast, evbsh3, and mmeye use -DUSE_MBR.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sbin/disklabel/Makefile#93f39165aeec11451f2fe49b19837d2d2157d11a</link>
        <description>Make dreamcast, evbsh3, and mmeye use -DUSE_MBR.All of these ports use src/sys/arch/sh3/sh3/disksubr.cwhich is MBR aware.

            List of files:
            /netbsd-src/sbin/disklabel/Makefile</description>
        <pubDate>Sat, 28 Nov 2009 11:26:36 +0000</pubDate>
        <dc:creator>tsutsui &lt;tsutsui@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>515e52158b68d17ead4719b168982c7f61185111 - Convert more MACHINE tests to MACHINE_ARCH</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sbin/disklabel/Makefile#515e52158b68d17ead4719b168982c7f61185111</link>
        <description>Convert more MACHINE tests to MACHINE_ARCH

            List of files:
            /netbsd-src/sbin/disklabel/Makefile</description>
        <pubDate>Sat, 14 Feb 2009 13:50:50 +0000</pubDate>
        <dc:creator>abs &lt;abs@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fc91709981cb58e21ee66e900768991108814c50 - The hpcsh kernel does for sure USE_MBR. Make disklabel use it too on hpcsh.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sbin/disklabel/Makefile#fc91709981cb58e21ee66e900768991108814c50</link>
        <description>The hpcsh kernel does for sure USE_MBR. Make disklabel use it too on hpcsh.With this, it is possible to bootstrap a MBR partitioned CF card withoutpartitioning and disklabelling it first on another platform.

            List of files:
            /netbsd-src/sbin/disklabel/Makefile</description>
        <pubDate>Tue, 11 Mar 2008 08:18:22 +0000</pubDate>
        <dc:creator>aymeric &lt;aymeric@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5637a5d46ab26d9ebd9c43aba2bc552b747678f4 - zaurus use MBR partition info.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sbin/disklabel/Makefile#5637a5d46ab26d9ebd9c43aba2bc552b747678f4</link>
        <description>zaurus use MBR partition info.

            List of files:
            /netbsd-src/sbin/disklabel/Makefile</description>
        <pubDate>Mon, 18 Dec 2006 13:39:10 +0000</pubDate>
        <dc:creator>nonaka &lt;nonaka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cc439cea4f88561b0524d51cea087c59f8638470 - New NetBSD/landisk port uses MBR too.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sbin/disklabel/Makefile#cc439cea4f88561b0524d51cea087c59f8638470</link>
        <description>New NetBSD/landisk port uses MBR too.

            List of files:
            /netbsd-src/sbin/disklabel/Makefile</description>
        <pubDate>Fri, 01 Sep 2006 21:44:02 +0000</pubDate>
        <dc:creator>uwe &lt;uwe@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>65151c95f1095b09d82fdf5fec5d526d6ec94298 - Rototil the way disklabel -r reads and writes labels.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sbin/disklabel/Makefile#65151c95f1095b09d82fdf5fec5d526d6ec94298</link>
        <description>Rototil the way disklabel -r reads and writes labels.In particular the &apos;read&apos; part plays &apos;hunt the disklabel&apos; in order to get alabel into a local buffer - from where it can be displayed/edited.The &apos;write&apos; part makes a separate scan of the disk looking for places towrite the label.The main changes are:- It can no longer write the first 8k of the mbr to the pbr (or v.v.)- All labels on the disk (that it can find) get updated during a write- With -A all the labels are displayed (inc. those deleted by -D)- Addition of -D which will delete (by one&apos;s complimenting dk_magic{2}) and  existing labels before writing labels to the expected locations.- -v gives some verbose output to stderr, -vv more etcA better basis for processing incorrect endian labels, or labels from otherarchitectures.

            List of files:
            /netbsd-src/sbin/disklabel/Makefile</description>
        <pubDate>Wed, 19 Oct 2005 21:22:21 +0000</pubDate>
        <dc:creator>dsl &lt;dsl@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a33a5a18b589d3b276cd04d8ee2e8928a3d67753 - If HOSTPROG is empty, do not pull in libutil, since we do not need it in that</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sbin/disklabel/Makefile#a33a5a18b589d3b276cd04d8ee2e8928a3d67753</link>
        <description>If HOSTPROG is empty, do not pull in libutil, since we do not need it in thatcase, and several host platforms do not have libutil. Fixes the build ofthese programs as host tools on platforms without libutil.

            List of files:
            /netbsd-src/sbin/disklabel/Makefile</description>
        <pubDate>Thu, 23 Jun 2005 00:54:47 +0000</pubDate>
        <dc:creator>fvdl &lt;fvdl@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>506fe1826c10aad59f97137624e405f9cd838470 - Rip out the support for writing bootstrap code.  installboot(8) contains</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sbin/disklabel/Makefile#506fe1826c10aad59f97137624e405f9cd838470</link>
        <description>Rip out the support for writing bootstrap code.  installboot(8) containssupport for hp300, hp700 and vax, $MACHINE is never arm32.Fix usage output to only contain progname() once - bug introduced in rev 1.89

            List of files:
            /netbsd-src/sbin/disklabel/Makefile</description>
        <pubDate>Fri, 17 Jun 2005 21:20:18 +0000</pubDate>
        <dc:creator>dsl &lt;dsl@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
