<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/hesinfo/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/usr.bin/hesinfo/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/hesinfo/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.bin/hesinfo/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>91bd71d2060cd302015f7dd6e7b891014552dba4 - Remove leaf node WARNS?=2 (that mainly I added). This should</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/hesinfo/Makefile#91bd71d2060cd302015f7dd6e7b891014552dba4</link>
        <description>Remove leaf node WARNS?=2 (that mainly I added). This shouldhelp the GCC3 transition and CURRENT in general.

            List of files:
            /freebsd/usr.bin/hesinfo/Makefile</description>
        <pubDate>Fri, 08 Feb 2002 23:31:43 +0100</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1e49c24583f58cd54aa68ea021b254b181996d82 - Warns cleanup.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/hesinfo/Makefile#1e49c24583f58cd54aa68ea021b254b181996d82</link>
        <description>Warns cleanup.

            List of files:
            /freebsd/usr.bin/hesinfo/Makefile</description>
        <pubDate>Mon, 03 Dec 2001 21:58:56 +0100</pubDate>
        <dc:creator>David Malone &lt;dwmalone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>248aee623cc3e95cadc710fe1668269b841e171b - Add nsswitch support.  By creating an /etc/nsswitch.conf file, you can</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/hesinfo/Makefile#248aee623cc3e95cadc710fe1668269b841e171b</link>
        <description>Add nsswitch support.  By creating an /etc/nsswitch.conf file, you canconfigure FreeBSD so that various databases such as passwd and group can belooked up using flat files, NIS, or Hesiod.= Hesiod has been added to libc (see hesiod(3)).= A library routine for parsing nsswitch.conf and invoking callback  functions as specified has been added to libc (see nsdispatch(3)).= The following C library functions have been modified to use nsdispatch:    . getgrent, getgrnam, getgrgid    . getpwent, getpwnam, getpwuid    . getusershell    . getaddrinfo    . gethostbyname, gethostbyname2, gethostbyaddr    . getnetbyname, getnetbyaddr    . getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr= host.conf has been removed from src/etc.  rc.network has been modified  to warn that host.conf is no longer used at boot time.  In addition, if  there is a host.conf but no nsswitch.conf, the latter is created at boot  time from the former.Obtained from:	NetBSD

            List of files:
            /freebsd/usr.bin/hesinfo/Makefile</description>
        <pubDate>Wed, 06 Sep 2000 20:16:48 +0200</pubDate>
        <dc:creator>Jacques Vidrine &lt;nectar@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>91bd71d2060cd302015f7dd6e7b891014552dba4 - Remove leaf node WARNS?=2 (that mainly I added). This should</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/hesinfo/Makefile#91bd71d2060cd302015f7dd6e7b891014552dba4</link>
        <description>Remove leaf node WARNS?=2 (that mainly I added). This shouldhelp the GCC3 transition and CURRENT in general.

            List of files:
            /freebsd/usr.bin/hesinfo/Makefile</description>
        <pubDate>Fri, 08 Feb 2002 23:31:43 +0100</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1e49c24583f58cd54aa68ea021b254b181996d82 - Warns cleanup.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/hesinfo/Makefile#1e49c24583f58cd54aa68ea021b254b181996d82</link>
        <description>Warns cleanup.

            List of files:
            /freebsd/usr.bin/hesinfo/Makefile</description>
        <pubDate>Mon, 03 Dec 2001 21:58:56 +0100</pubDate>
        <dc:creator>David Malone &lt;dwmalone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>248aee623cc3e95cadc710fe1668269b841e171b - Add nsswitch support.  By creating an /etc/nsswitch.conf file, you can</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/hesinfo/Makefile#248aee623cc3e95cadc710fe1668269b841e171b</link>
        <description>Add nsswitch support.  By creating an /etc/nsswitch.conf file, you canconfigure FreeBSD so that various databases such as passwd and group can belooked up using flat files, NIS, or Hesiod.= Hesiod has been added to libc (see hesiod(3)).= A library routine for parsing nsswitch.conf and invoking callback  functions as specified has been added to libc (see nsdispatch(3)).= The following C library functions have been modified to use nsdispatch:    . getgrent, getgrnam, getgrgid    . getpwent, getpwnam, getpwuid    . getusershell    . getaddrinfo    . gethostbyname, gethostbyname2, gethostbyaddr    . getnetbyname, getnetbyaddr    . getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr= host.conf has been removed from src/etc.  rc.network has been modified  to warn that host.conf is no longer used at boot time.  In addition, if  there is a host.conf but no nsswitch.conf, the latter is created at boot  time from the former.Obtained from:	NetBSD

            List of files:
            /freebsd/usr.bin/hesinfo/Makefile</description>
        <pubDate>Wed, 06 Sep 2000 20:16:48 +0200</pubDate>
        <dc:creator>Jacques Vidrine &lt;nectar@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
