<?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/usr.sbin/makefs/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/usr.sbin/makefs/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>f298a94b738ab130659689d3f04c17f6991b6de5 - ufs: fixed signed/unsigned bugs affecting large file systems</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/makefs/Makefile#f298a94b738ab130659689d3f04c17f6991b6de5</link>
        <description>ufs: fixed signed/unsigned bugs affecting large file systemsApply these commits from FreeBSD:  commit e870d1e6f97cc73308c11c40684b775bcfa906a2  Author: Kirk McKusick &lt;mckusick@FreeBSD.org&gt;  Date:   Wed Feb 10 20:10:35 2010 +0000    This fix corrects a problem in the file system that treats large    inode numbers as negative rather than unsigned. For a default    (16K block) file system, this bug began to show up at a file system    size above about 16Tb.    To fully handle this problem, newfs must be updated to ensure that    it will never create a filesystem with more than 2^32 inodes. That    patch will be forthcoming soon.    Reported by: Scott Burns, John Kilburg, Bruce Evans    Followup by: Jeff Roberson    PR:          133980    MFC after:   2 weeks  commit 81479e688b0f643ffacd3f335b4b4bba460b769d  Author: Kirk McKusick &lt;mckusick@FreeBSD.org&gt;  Date:   Thu Feb 11 18:14:53 2010 +0000    One last pass to get all the unsigned comparisons correct.In additional to the changes from FreeBSD, this commit includes quite a fewrelated changes to appease -Wsign-compare.

            List of files:
            /netbsd-src/usr.sbin/makefs/Makefile</description>
        <pubDate>Sat, 07 Jan 2023 19:41:29 +0000</pubDate>
        <dc:creator>chs &lt;chs@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b9ccfe96a1c5c06ba06b0952573bb0075be9b2cc - makefs(8): Needs -lm for ceil in udf as a host tool too.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/makefs/Makefile#b9ccfe96a1c5c06ba06b0952573bb0075be9b2cc</link>
        <description>makefs(8): Needs -lm for ceil in udf as a host tool too.

            List of files:
            /netbsd-src/usr.sbin/makefs/Makefile</description>
        <pubDate>Sat, 09 Apr 2022 14:38:47 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56fc4047d2326aa7357d229162d21c7a2f53d5f0 - udf.c uses math library functions.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/makefs/Makefile#56fc4047d2326aa7357d229162d21c7a2f53d5f0</link>
        <description>udf.c uses math library functions.

            List of files:
            /netbsd-src/usr.sbin/makefs/Makefile</description>
        <pubDate>Wed, 06 Apr 2022 22:25:00 +0000</pubDate>
        <dc:creator>hauke &lt;hauke@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/usr.sbin/makefs/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/usr.sbin/makefs/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>e2036ad8dac2b1a6c24b118c923ac344622f2b6c - Implement `makefs -t udf&apos;.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/makefs/Makefile#e2036ad8dac2b1a6c24b118c923ac344622f2b6c</link>
        <description>Implement `makefs -t udf&apos;.Formatting options may be enhanced to make it more in line with newfs_udf onsay labeling.

            List of files:
            /netbsd-src/usr.sbin/makefs/Makefile</description>
        <pubDate>Mon, 05 Aug 2013 14:41:57 +0000</pubDate>
        <dc:creator>reinoud &lt;reinoud@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e502c2ffd0ddf2d17681d7ec9860e394ffa80190 - This works well enough to populate plain files in the root dir. creating</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/makefs/Makefile#e502c2ffd0ddf2d17681d7ec9860e394ffa80190</link>
        <description>This works well enough to populate plain files in the root dir. creatingdirectories fails.

            List of files:
            /netbsd-src/usr.sbin/makefs/Makefile</description>
        <pubDate>Sun, 27 Jan 2013 20:05:46 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>980139beab2eba3a9ade37ff11974508e143db84 - add debugging, fix warnings.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/makefs/Makefile#980139beab2eba3a9ade37ff11974508e143db84</link>
        <description>add debugging, fix warnings.

            List of files:
            /netbsd-src/usr.sbin/makefs/Makefile</description>
        <pubDate>Sat, 26 Jan 2013 00:31:49 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>273b781b8eef88365eeacfc0e4830c4b7ae91e55 - ok, we can create the filesystem now.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/makefs/Makefile#273b781b8eef88365eeacfc0e4830c4b7ae91e55</link>
        <description>ok, we can create the filesystem now.

            List of files:
            /netbsd-src/usr.sbin/makefs/Makefile</description>
        <pubDate>Wed, 23 Jan 2013 22:47:18 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3d364f54712ec55300f26ca2684318673cefade3 - - add support for parsing different types; not just int.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/makefs/Makefile#3d364f54712ec55300f26ca2684318673cefade3</link>
        <description>- add support for parsing different types; not just int.- add beginning of msdos support.

            List of files:
            /netbsd-src/usr.sbin/makefs/Makefile</description>
        <pubDate>Wed, 23 Jan 2013 20:46:39 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b825b96b8efcc9ac92e383b751eca060fcf4ca45 - WARNS=5</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/makefs/Makefile#b825b96b8efcc9ac92e383b751eca060fcf4ca45</link>
        <description>WARNS=5

            List of files:
            /netbsd-src/usr.sbin/makefs/Makefile</description>
        <pubDate>Thu, 19 Apr 2012 17:28:25 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0751a667c7034a03f3745e1798af76fb83db4ac6 - added chfs support for makefs</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/makefs/Makefile#0751a667c7034a03f3745e1798af76fb83db4ac6</link>
        <description>added chfs support for makefs

            List of files:
            /netbsd-src/usr.sbin/makefs/Makefile</description>
        <pubDate>Thu, 19 Apr 2012 15:36:06 +0000</pubDate>
        <dc:creator>ttoth &lt;ttoth@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>12aec0938446d530ee942987270f6b5a76d8bb93 - Re-enable v7fs support in the tools version of &quot;makefs&quot; after the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/makefs/Makefile#12aec0938446d530ee942987270f6b5a76d8bb93</link>
        <description>Re-enable v7fs support in the tools version of &quot;makefs&quot; after theissues have been fixed by Alan Barrett. Tested under Mac OS X.

            List of files:
            /netbsd-src/usr.sbin/makefs/Makefile</description>
        <pubDate>Mon, 18 Jul 2011 22:52:37 +0000</pubDate>
        <dc:creator>tron &lt;tron@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d341b47a1c0f92320422191045e1c4445ec97796 - Define &quot;USE_V7FS&quot; in the makefile of the directory with the actual source.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/makefs/Makefile#d341b47a1c0f92320422191045e1c4445ec97796</link>
        <description>Define &quot;USE_V7FS&quot; in the makefile of the directory with the actual source.

            List of files:
            /netbsd-src/usr.sbin/makefs/Makefile</description>
        <pubDate>Mon, 18 Jul 2011 21:22:55 +0000</pubDate>
        <dc:creator>tron &lt;tron@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>043cc21d99e6db9e84e794e586cf01aaf93737fc - Don&apos;t include v7fs support into tool version of &quot;makefs&quot; because it</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/makefs/Makefile#043cc21d99e6db9e84e794e586cf01aaf93737fc</link>
        <description>Don&apos;t include v7fs support into tool version of &quot;makefs&quot; because itbreaks the build.

            List of files:
            /netbsd-src/usr.sbin/makefs/Makefile</description>
        <pubDate>Mon, 18 Jul 2011 17:15:51 +0000</pubDate>
        <dc:creator>tron &lt;tron@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dd9e8309569bce86234c332b63c6db5670a118b8 - v7fs(7th edition(V7) file system) support.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/makefs/Makefile#dd9e8309569bce86234c332b63c6db5670a118b8</link>
        <description>v7fs(7th edition(V7) file system) support.

            List of files:
            /netbsd-src/usr.sbin/makefs/Makefile</description>
        <pubDate>Mon, 18 Jul 2011 08:58:38 +0000</pubDate>
        <dc:creator>uch &lt;uch@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d877c4c3c02304002c0642d7f34a58d07138d6a9 - Enable WARNS=4 by default, except for:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/makefs/Makefile#d877c4c3c02304002c0642d7f34a58d07138d6a9</link>
        <description>Enable WARNS=4 by default, except for:	cpuctl  dumplfs  hprop  ipf  iprop-log  kadmin  kcm  kdc  kdigest	kimpersonate  kstash  ktutil  makefs  ndbootd  ntp  pppd  quot	racoon  racoonctl  rtadvd  sntp  sup  tcpdchk  tcpdmatch  tcpdump	traceroute  traceroute6  user  veriexecgen  wsmoused  zic(Mostly third-party applications)

            List of files:
            /netbsd-src/usr.sbin/makefs/Makefile</description>
        <pubDate>Wed, 22 Apr 2009 15:23:01 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aeac8f51077f71e1fa9a83af86b8bee39e2480a2 - Move fs-specific stuff in Makefile to fs/Makefile.inc to clarify</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/makefs/Makefile#aeac8f51077f71e1fa9a83af86b8bee39e2480a2</link>
        <description>Move fs-specific stuff in Makefile to fs/Makefile.inc to clarifytop-level Makefile.

            List of files:
            /netbsd-src/usr.sbin/makefs/Makefile</description>
        <pubDate>Fri, 16 Jan 2009 19:39:52 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f8474b32a7ce92788b27fc5d41c3da5ee7dd4b16 - Add support for encoding RISC OS metadata into ISO 9660 filesystems.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/makefs/Makefile#f8474b32a7ce92788b27fc5d41c3da5ee7dd4b16</link>
        <description>Add support for encoding RISC OS metadata into ISO 9660 filesystems.This is done by adding the general ability to stuff non-SUSP data intothe end of the System Use field of a Directory Record, which requiredsome amount of rewriting of the SUSP support.  I think the result isat least as good as what came before, and I&apos;ve fixed at least one bugalong the way.  Tested against RISC OS 3.70 on my Risc PC.Oh, why do we want it?  It should allow us to make acorn{26,32} CDs thatcan be booted directly from RISC OS without mucking around copying thebootloader to a native filing system.

            List of files:
            /netbsd-src/usr.sbin/makefs/Makefile</description>
        <pubDate>Sat, 10 Jan 2009 22:06:29 +0000</pubDate>
        <dc:creator>bjh21 &lt;bjh21@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c9a95916d32f68650603ebdaa88991d82096b93 - Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/makefs/Makefile#3c9a95916d32f68650603ebdaa88991d82096b93</link>
        <description>Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.

            List of files:
            /netbsd-src/usr.sbin/makefs/Makefile</description>
        <pubDate>Fri, 29 Aug 2008 00:02:21 +0000</pubDate>
        <dc:creator>gmcgarry &lt;gmcgarry@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
