<?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>
    <link>http://nxr.netbsd.org/rss/src/sbin/fdisk/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>fdisk: remove unreachable options 'T' and 't', fix lint warnings</title>
    <description>/src/sbin/fdisk/Makefile - 1.45</description>
    <pubDate>Fri Jan 03 16:16:14 UTC 2025</pubDate>
    <dc:creator>rillig</dc:creator>
</item>

<item>
    <title>branches:  1.44.2;<br/>bsd.own.mk: rename GCC_NO_* to CC_WNO_*<br/><br/>Rename compiler-warning-disable variables from<br/>	GCC_NO_warning<br/>to<br/>	CC_WNO_warning<br/>where warning is the full warning name as used by the compiler.<br/><br/>GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH<br/><br/>Using the convention CC_compilerflag, where compilerflag<br/>is based on the full compiler flag name.</title>
    <description>/src/sbin/fdisk/Makefile - 1.44</description>
    <pubDate>Sat Jun 03 09:09:12 UTC 2023</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>introduce some common variables for use in GCC warning disables:<br/><br/>GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)<br/>GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)<br/>GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)<br/>GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)<br/><br/>use these to turn off warnings for most GCC-8 complaints.  many<br/>of these are false positives, most of the real bugs are already<br/>commited, or are yet to come.<br/><br/><br/>we plan to introduce versions of (some?) of these that use the<br/>"-Wno-error=" form, which still displays the warnings but does<br/>not make it an error, and all of the above will be re-considered<br/>as either being "fix me" (warning still displayed) or "warning<br/>is wrong."</title>
    <description>/src/sbin/fdisk/Makefile - 1.43</description>
    <pubDate>Sun Oct 13 07:28:12 UTC 2019</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.42.32;<br/>Don't use "#if defined(__i386__) || defined(__x86_64__)" conditionals<br/>in C source file to define option features.<br/>Define proper options in each Makefile per ${MACHINE_ARCH} variable instead.<br/><br/>Previously if a host is x86 and it has /usr/mdec/mbr file in its system,<br/>tools fdisk implicitly installs it as mbr bootcode even for !x86 targets.</title>
    <description>/src/sbin/fdisk/Makefile - 1.42</description>
    <pubDate>Sat May 05 16:03:55 UTC 2012</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>branches:  1.41.6;  1.41.8;<br/>Remove fdisk/mbr for macppc which was blindly pulled from OpenBSD.<br/>It just fakes MBR partition map which contains 1MB FAT16B partition<br/>and ~1GB OpenBSD partition, and we can always create necessary<br/>MBR partitions for OpenFirmware by the fdisk(8) command itself.</title>
    <description>/src/sbin/fdisk/Makefile - 1.41</description>
    <pubDate>Fri Nov 27 15:37:32 UTC 2009</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>Delete GPT partitions if we overwrite with MBR to avoid confusion with disks<br/>that have both MBR and a secondary left over GPT partition signature. From<br/>Mike M. Volokhov</title>
    <description>/src/sbin/fdisk/Makefile - 1.40</description>
    <pubDate>Mon Jun 01 19:57:33 UTC 2009</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>remove mispelt WARNS.  (it will be set in ../Makefile.inc "soon")</title>
    <description>/src/sbin/fdisk/Makefile - 1.39</description>
    <pubDate>Mon Apr 06 00:19:16 UTC 2009</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>branches:  1.38.2;  1.38.16;<br/>Make this compile without -Wno-pointer-sign<br/>(Needs updated bootblock.h)</title>
    <description>/src/sbin/fdisk/Makefile - 1.38</description>
    <pubDate>Thu Nov 29 23:19:25 UTC 2007</pubDate>
    <dc:creator>dsl</dc:creator>
</item>

<item>
    <title>branches:  1.37.4;<br/>WARNS= 4</title>
    <description>/src/sbin/fdisk/Makefile - 1.37</description>
    <pubDate>Sat Mar 10 18:22:04 UTC 2007</pubDate>
    <dc:creator>apb</dc:creator>
</item>

<item>
    <title>don't do the -Wno-pointer-sign dance for host programs.</title>
    <description>/src/sbin/fdisk/Makefile - 1.36</description>
    <pubDate>Fri May 12 01:18:25 UTC 2006</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.</title>
    <description>/src/sbin/fdisk/Makefile - 1.35</description>
    <pubDate>Thu May 11 23:16:29 UTC 2006</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>If HOSTPROG is empty, do not pull in libutil, since we do not need it in that<br/>case, and several host platforms do not have libutil. Fixes the build of<br/>these programs as host tools on platforms without libutil.</title>
    <description>/src/sbin/fdisk/Makefile - 1.34</description>
    <pubDate>Thu Jun 23 00:54:47 UTC 2005</pubDate>
    <dc:creator>fvdl</dc:creator>
</item>

<item>
    <title>Turn fdisk(8) into a host tool.  Still todo: commit the host-tool<br/>build infrastructure to src/tools/fdisk/.</title>
    <description>/src/sbin/fdisk/Makefile - 1.33</description>
    <pubDate>Sun Jun 12 19:14:10 UTC 2005</pubDate>
    <dc:creator>dyoung</dc:creator>
</item>

<item>
    <title>Make fdisk(8) available on all platforms, since MS-DOS partitioning<br/>is the de-facto standard for many removable media types.</title>
    <description>/src/sbin/fdisk/Makefile - 1.32</description>
    <pubDate>Sun May 22 03:45:30 UTC 2005</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>WARNS=2 is the default defined in sbin/Makefile.inc. (thanks wiz)</title>
    <description>/src/sbin/fdisk/Makefile - 1.31</description>
    <pubDate>Thu Jan 20 16:39:23 UTC 2005</pubDate>
    <dc:creator>xtraeme</dc:creator>
</item>

<item>
    <title>Remove main() prototype; WARNS=2</title>
    <description>/src/sbin/fdisk/Makefile - 1.30</description>
    <pubDate>Thu Jan 20 16:01:02 UTC 2005</pubDate>
    <dc:creator>xtraeme</dc:creator>
</item>

<item>
    <title>Initial import of iyonix port.<br/><br/>The Iyonix is a desktop machine from Castle Technology, based on a 600MHz<br/>XScale[tm] 80321 processor.<br/><br/>* Uses the bootloader from NetBSD/acorn32, which is now 32-bit compatible.<br/>* Currently boots multiuser with a serial console.<br/>* Device support is not yet complete.<br/><br/>With help from abs.</title>
    <description>/src/sbin/fdisk/Makefile - 1.29</description>
    <pubDate>Wed Oct 13 23:28:35 UTC 2004</pubDate>
    <dc:creator>gavan</dc:creator>
</item>

<item>
    <title>Don't descend into mbr_bootsel.<br/>i386/and64 mbr code is built in arch i386/stand/mbr</title>
    <description>/src/sbin/fdisk/Makefile - 1.28</description>
    <pubDate>Wed Apr 30 19:49:01 UTC 2003</pubDate>
    <dc:creator>dsl</dc:creator>
</item>

<item>
    <title>x86_64 -&gt; amd64</title>
    <description>/src/sbin/fdisk/Makefile - 1.27</description>
    <pubDate>Sat Apr 26 19:10:09 UTC 2003</pubDate>
    <dc:creator>fvdl</dc:creator>
</item>

<item>
    <title>Compile mbr and mbr_bootsel on x86_64</title>
    <description>/src/sbin/fdisk/Makefile - 1.26</description>
    <pubDate>Sat Nov 23 23:45:51 UTC 2002</pubDate>
    <dc:creator>fvdl</dc:creator>
</item>
</channel></rss>

