<?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/libexec/talkd/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/libexec/talkd/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>43581d7b6617959e4452094d9330ef020034a6c9 - libexec: Remove ancient SCCS tags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/talkd/Makefile#43581d7b6617959e4452094d9330ef020034a6c9</link>
        <description>libexec: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl script.Sponsored by:		Netflix

            List of files:
            /freebsd/libexec/talkd/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 18:21:37 +0100</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/libexec/talkd/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/libexec/talkd/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>a251f9dcf891805ae2101945d0d3082ec5a1768c - libexec: normalize paths using SRCTOP-relative paths or :H when possible</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/talkd/Makefile#a251f9dcf891805ae2101945d0d3082ec5a1768c</link>
        <description>libexec: normalize paths using SRCTOP-relative paths or :H when possibleThis simplifies make logic/outputMFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/libexec/talkd/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 12:28:03 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a0fda2b547365c9453523592a445dfe21266d4b - IFH@204581</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/talkd/Makefile#1a0fda2b547365c9453523592a445dfe21266d4b</link>
        <description>IFH@204581

            List of files:
            /freebsd/libexec/talkd/Makefile</description>
        <pubDate>Thu, 04 Mar 2010 14:35:57 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>006ab5b3e71ad64133e4cbb87c32551d935055b2 - Port all apps in libexec/ from libulog to utmpx.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/talkd/Makefile#006ab5b3e71ad64133e4cbb87c32551d935055b2</link>
        <description>Port all apps in libexec/ from libulog to utmpx.

            List of files:
            /freebsd/libexec/talkd/Makefile</description>
        <pubDate>Wed, 13 Jan 2010 19:28:58 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9199c09a159c4e3e98c212d4eec1edc5252d9e33 - Merge from head at r201628.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/talkd/Makefile#9199c09a159c4e3e98c212d4eec1edc5252d9e33</link>
        <description>Merge from head at r201628.# This hasn&apos;t been tested, and there are at least three bad commits# that need to be backed out before the branch will be stable again.

            List of files:
            /freebsd/libexec/talkd/Makefile</description>
        <pubDate>Wed, 06 Jan 2010 06:58:07 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1100c0013116f4af50d7a5b8bf23db2a13892714 - Make WARNS=6 the default for libexec/.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/talkd/Makefile#1100c0013116f4af50d7a5b8bf23db2a13892714</link>
        <description>Make WARNS=6 the default for libexec/.Just like bin/ and sbin/, I think setting WARNS to the highest valuepossible will make it more attractive for people to fix warnings.- The WARNS variable is set in the Makefile in the directory of the  application itself, making it more likely that it will be removed out  of curiosity to see what happens.- New applications will most likely build with WARNS=6 out of the box,  because the author would more likely fix the warnings during  development than lower WARNS.Unfortunately almost all apps in libexec require a lowered value ofWARNS.

            List of files:
            /freebsd/libexec/talkd/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 10:50:19 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>af5bd8feb3abaa220342f37cd932312fd5b59eda - Modify the sources to make WARNS=6 work.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/talkd/Makefile#af5bd8feb3abaa220342f37cd932312fd5b59eda</link>
        <description>Modify the sources to make WARNS=6 work.

            List of files:
            /freebsd/libexec/talkd/Makefile</description>
        <pubDate>Sat, 26 Dec 2009 15:33:55 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3af5aa46ebca8db10b017dc842fe6e18fb89bb5b - Unbreak the build.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/talkd/Makefile#3af5aa46ebca8db10b017dc842fe6e18fb89bb5b</link>
        <description>Unbreak the build.I increased the WARNS, but it looks like it breaks certain architectureswith more strict alignment requirements (mips, sparc64, ia64).Pointy hat to:	me

            List of files:
            /freebsd/libexec/talkd/Makefile</description>
        <pubDate>Sat, 26 Dec 2009 12:00:18 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3eb56f7efffbbfcf5aaefb3719e4e17943e22bf1 - Let talkd use utmpx instead of utmp.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/talkd/Makefile#3eb56f7efffbbfcf5aaefb3719e4e17943e22bf1</link>
        <description>Let talkd use utmpx instead of utmp.Because strings are null terminated now, there is no need to copyut_line into a separate buffer first. Also enable WARNS.

            List of files:
            /freebsd/libexec/talkd/Makefile</description>
        <pubDate>Fri, 25 Dec 2009 12:12:05 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9357f4121d711efe51bf00036d474d5fc95f9efc - Lock down with WFORMAT?=1, with overrides in the subdirectories which</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/talkd/Makefile#9357f4121d711efe51bf00036d474d5fc95f9efc</link>
        <description>Lock down with WFORMAT?=1, with overrides in the subdirectories whichare not yet warning-clean.  Tested on i386 and alpha.

            List of files:
            /freebsd/libexec/talkd/Makefile</description>
        <pubDate>Mon, 04 Feb 2002 03:33:51 +0100</pubDate>
        <dc:creator>Kris Kennaway &lt;kris@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f218b7fcbbc8bbf6a2b09f04cfe1eeb52eedf481 - Include ttymsg.h from ../../usr.bin/wall instead of rolling our own</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/talkd/Makefile#f218b7fcbbc8bbf6a2b09f04cfe1eeb52eedf481</link>
        <description>Include ttymsg.h from ../../usr.bin/wall instead of rolling our ownprototype.

            List of files:
            /freebsd/libexec/talkd/Makefile</description>
        <pubDate>Sun, 09 Sep 2001 16:30:11 +0200</pubDate>
        <dc:creator>Dima Dorfman &lt;dd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e5b5c66bcad3c6a5639669f734a19ec37d1ed0ff - - Backout botched attempt to intoduce MANSECT feature.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/talkd/Makefile#e5b5c66bcad3c6a5639669f734a19ec37d1ed0ff</link>
        <description>- Backout botched attempt to intoduce MANSECT feature.- MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd/libexec/talkd/Makefile</description>
        <pubDate>Mon, 26 Mar 2001 16:22:12 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f3dea244c40159a41ab22da77a434d7c5b5e85a - $Id$ -&gt; $FreeBSD$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/talkd/Makefile#7f3dea244c40159a41ab22da77a434d7c5b5e85a</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd/libexec/talkd/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 02:22:10 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e522f7a18a64d3b9ea901ed70d0eee78342f0c6 - Revert $FreeBSD$ to $Id$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/talkd/Makefile#9e522f7a18a64d3b9ea901ed70d0eee78342f0c6</link>
        <description>Revert $FreeBSD$ to $Id$

            List of files:
            /freebsd/libexec/talkd/Makefile</description>
        <pubDate>Sat, 22 Feb 1997 15:22:49 +0100</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1130b656e5fe4c2d1ba299e024d1b40eaeebd380 - Make the long-awaited change from $Id$ to $FreeBSD$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/talkd/Makefile#1130b656e5fe4c2d1ba299e024d1b40eaeebd380</link>
        <description>Make the long-awaited change from $Id$ to $FreeBSD$This will make a number of things easier in the future, as well as (finally!)avoiding the Id-smashing problem which has plagued developers for so long.Boy, I&apos;m glad we&apos;re not using sup anymore.  This update would have beeninsane otherwise.

            List of files:
            /freebsd/libexec/talkd/Makefile</description>
        <pubDate>Tue, 14 Jan 1997 08:20:47 +0100</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>148531ef1e6681bf21fa82c8afd667377b9c057f - add forgotten $Id$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/talkd/Makefile#148531ef1e6681bf21fa82c8afd667377b9c057f</link>
        <description>add forgotten $Id$

            List of files:
            /freebsd/libexec/talkd/Makefile</description>
        <pubDate>Sun, 22 Sep 1996 23:56:57 +0200</pubDate>
        <dc:creator>Wolfram Schneider &lt;wosch@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a3c26c889c75ccac7691214370e683e89309883 - Update to new make macros and disable Kerberos because we haven&apos;t got it</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/talkd/Makefile#2a3c26c889c75ccac7691214370e683e89309883</link>
        <description>Update to new make macros and disable Kerberos because we haven&apos;t got itset up right yet.

            List of files:
            /freebsd/libexec/talkd/Makefile</description>
        <pubDate>Fri, 05 Aug 1994 23:24:58 +0200</pubDate>
        <dc:creator>Garrett Wollman &lt;wollman@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ea022d1687fe11220adeb9cacec1f8d0333e970a - BSD 4.4 Lite Libexec Sources</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/talkd/Makefile#ea022d1687fe11220adeb9cacec1f8d0333e970a</link>
        <description>BSD 4.4 Lite Libexec Sources

            List of files:
            /freebsd/libexec/talkd/Makefile</description>
        <pubDate>Fri, 27 May 1994 14:39:25 +0200</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
