<?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>c4b7a9e7940c62d92a81ee31e05e281e6035fadc - bsd.own.mk: rename GCC_NO_* to CC_WNO_*</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/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/lib/libutil/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>b2baa50111d645353fa30b4deab0f79d93650c8c - lint: warn about extern declarations outside headers</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/Makefile#b2baa50111d645353fa30b4deab0f79d93650c8c</link>
        <description>lint: warn about extern declarations outside headershttps://mail-index.netbsd.org/tech-userlevel/2023/03/15/msg013727.html

            List of files:
            /netbsd-src/lib/libutil/Makefile</description>
        <pubDate>Tue, 28 Mar 2023 14:44:34 +0000</pubDate>
        <dc:creator>rillig &lt;rillig@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/history/netbsd-src/lib/libutil/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/lib/libutil/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>bfdd69f658ed9825ebe6e2c6c1bb15a0820bdd98 - -Wstringop-truncation is only gcc.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/Makefile#bfdd69f658ed9825ebe6e2c6c1bb15a0820bdd98</link>
        <description>-Wstringop-truncation is only gcc.

            List of files:
            /netbsd-src/lib/libutil/Makefile</description>
        <pubDate>Tue, 08 Oct 2019 18:50:34 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>573d86567669461023fed6133ca3986f0f6130a3 - Ignore strncpy(foo, bar, sizeof(foo)) for the wtmp fields where we don&apos;t</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/Makefile#573d86567669461023fed6133ca3986f0f6130a3</link>
        <description>Ignore strncpy(foo, bar, sizeof(foo)) for the wtmp fields where we don&apos;twant NUL termination. We can&apos;t use pragma&apos;s because the old gcc complainsabout the new warnings it does not understand.

            List of files:
            /netbsd-src/lib/libutil/Makefile</description>
        <pubDate>Fri, 04 Oct 2019 00:03:56 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>deb0051437e84b6f4131c0df6adeed9e5c8d3b31 - Document opendisk1() - it has been around long enough.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/Makefile#deb0051437e84b6f4131c0df6adeed9e5c8d3b31</link>
        <description>Document opendisk1() - it has been around long enough.(pity about the name...)XXX pullup-8

            List of files:
            /netbsd-src/lib/libutil/Makefile</description>
        <pubDate>Wed, 04 Apr 2018 04:43:46 +0000</pubDate>
        <dc:creator>kre &lt;kre@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9f9499a40c5c6034f92afd83d9f7d70ba19dada7 - Add man page links for:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/Makefile#9f9499a40c5c6034f92afd83d9f7d70ba19dada7</link>
        <description>Add man page links for:   EV_SET to kqueue(2)   getmntoptstr, getmntoptnum, freemntopts to getmntopts(3)Reviewed by wiz@

            List of files:
            /netbsd-src/lib/libutil/Makefile</description>
        <pubDate>Sat, 01 Apr 2017 14:31:05 +0000</pubDate>
        <dc:creator>abhinav &lt;abhinav@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5d7e998696ff94d2b72a059628d4f6dfafb235b2 - Make this portable to other OSs</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/Makefile#5d7e998696ff94d2b72a059628d4f6dfafb235b2</link>
        <description>Make this portable to other OSs

            List of files:
            /netbsd-src/lib/libutil/Makefile</description>
        <pubDate>Thu, 29 Dec 2016 18:30:55 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b9006e83cc7fe76173d6460f741af7bc100f814 - Implement pidfile_lock, pidfile_read and pidfile_clean.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/Makefile#6b9006e83cc7fe76173d6460f741af7bc100f814</link>
        <description>Implement pidfile_lock, pidfile_read and pidfile_clean.Discussed on tech-net@, ok core@.

            List of files:
            /netbsd-src/lib/libutil/Makefile</description>
        <pubDate>Sun, 10 Apr 2016 19:05:50 +0000</pubDate>
        <dc:creator>roy &lt;roy@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>80a7733395a9574eadce83abb11e5439bfce1c9a - Add kinfo_getvmmap from FreeBSD</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/Makefile#80a7733395a9574eadce83abb11e5439bfce1c9a</link>
        <description>Add kinfo_getvmmap from FreeBSD

            List of files:
            /netbsd-src/lib/libutil/Makefile</description>
        <pubDate>Thu, 24 Sep 2015 14:39:20 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2cf5f6af2bb996b72b122e9fd13f2171cb4e933c - Add ereallocarr(3) to libutil</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/Makefile#2cf5f6af2bb996b72b122e9fd13f2171cb4e933c</link>
        <description>Add ereallocarr(3) to libutilereallocarr(3) wraps reallocarr(3) and embeds return status validation.Older version reviewed by &lt;riastradh&gt; and &lt;christos&gt;

            List of files:
            /netbsd-src/lib/libutil/Makefile</description>
        <pubDate>Sun, 26 Jul 2015 02:20:30 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>57b77f77cda494115b2d8205285518065d3c5a71 - add estro{i,u} (Kamil Rytarowski)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/Makefile#57b77f77cda494115b2d8205285518065d3c5a71</link>
        <description>add estro{i,u} (Kamil Rytarowski)

            List of files:
            /netbsd-src/lib/libutil/Makefile</description>
        <pubDate>Sun, 18 Jan 2015 18:09:36 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d93337995dd85817c1a355686813055215d65fef - document login_getpwclass(3)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/Makefile#d93337995dd85817c1a355686813055215d65fef</link>
        <description>document login_getpwclass(3)

            List of files:
            /netbsd-src/lib/libutil/Makefile</description>
        <pubDate>Thu, 20 Jun 2013 20:42:30 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b1fc4bee0277ce4e0e3456c5cad64e2245884697 - Add getbyteorder() call.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/Makefile#b1fc4bee0277ce4e0e3456c5cad64e2245884697</link>
        <description>Add getbyteorder() call.

            List of files:
            /netbsd-src/lib/libutil/Makefile</description>
        <pubDate>Thu, 02 May 2013 07:17:09 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1e9ca58635be9a885237363ae3553a43e20539be - - add getdiskrawname.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/Makefile#1e9ca58635be9a885237363ae3553a43e20539be</link>
        <description>- add getdiskrawname.- exit on error for lint.

            List of files:
            /netbsd-src/lib/libutil/Makefile</description>
        <pubDate>Sat, 07 Apr 2012 16:44:39 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>29484ab26f0d01c7ac49f947c1ea516565b56030 - add getfsspecname</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/Makefile#29484ab26f0d01c7ac49f947c1ea516565b56030</link>
        <description>add getfsspecname

            List of files:
            /netbsd-src/lib/libutil/Makefile</description>
        <pubDate>Sat, 07 Apr 2012 04:04:21 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fa835e8c8b0010777bd91803f15ae5587f224dd7 - These directories default to WARNS?=5</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/Makefile#fa835e8c8b0010777bd91803f15ae5587f224dd7</link>
        <description>These directories default to WARNS?=5

            List of files:
            /netbsd-src/lib/libutil/Makefile</description>
        <pubDate>Wed, 21 Mar 2012 05:37:42 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>89cf253562e7a7ef571825450e7c5381f69edc6c - - add strspct</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/Makefile#89cf253562e7a7ef571825450e7c5381f69edc6c</link>
        <description>- add strspct- be explicit about string not being NUL terminated if bufsiz == 0

            List of files:
            /netbsd-src/lib/libutil/Makefile</description>
        <pubDate>Sat, 07 Jan 2012 18:40:55 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>da80e3ab34194923ea535e7498e430ac523a053c - add manual page</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/Makefile#da80e3ab34194923ea535e7498e430ac523a053c</link>
        <description>add manual page

            List of files:
            /netbsd-src/lib/libutil/Makefile</description>
        <pubDate>Sun, 13 Nov 2011 22:03:34 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b51eeccc620beacd16b8f4e9acf046f25bc74b79 - Add proc_compare</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/Makefile#b51eeccc620beacd16b8f4e9acf046f25bc74b79</link>
        <description>Add proc_compare

            List of files:
            /netbsd-src/lib/libutil/Makefile</description>
        <pubDate>Fri, 21 Oct 2011 02:05:36 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
