<?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>614c8750ce116865953916b8b5bab2467ee94187 - Remove ftpd(8)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/Makefile#614c8750ce116865953916b8b5bab2467ee94187</link>
        <description>Remove ftpd(8)This was previously deprecated and is slated for removal in 15.0.Users who still need ftpd(8) can install the ftp/freebsd-ftpd port.Retain the ftp(d) PAM services since other FTP daemons use them.Update /etc/inetd.conf to point to /usr/local.Add ftpd to ObsoleteFiles, but do not list configuration files sinceusers may want to preserve these to use with the freebsd-ftpd port.There is still some language in the manual referring to ftpd(8)which is relevant to the port, which has been retained but updatedto reference the port.MFC after:	3 daysRelnotes:	yesReviewed by:	cpercivaDifferential Revision:	https://reviews.freebsd.org/D52739

            List of files:
            /freebsd/usr.sbin/syslogd/Makefile</description>
        <pubDate>Mon, 29 Sep 2025 22:26:26 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61a29eca550b80d179934a7198c41ad4d255f81c - syslogd: Log messages using libcasper</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/Makefile#61a29eca550b80d179934a7198c41ad4d255f81c</link>
        <description>syslogd: Log messages using libcasperSome logging operations require access to external resources tocomplete. Logging to F_WALL requires on-demand access to the useraccounting database. Logging to F_CONSOLE requires access to theconsole. Logging to F_PIPE prompts execution of a command outsideof capability mode.These operations cannot be performed in capability mode, so the&quot;p_open&quot;, &quot;ttymsg&quot;, and &quot;wallmsg&quot; commands may be sent to libcasper tocircumvent these limitations.Reviewed by:	markjDifferential Revision:	https://reviews.freebsd.org/D41465

            List of files:
            /freebsd/usr.sbin/syslogd/Makefile</description>
        <pubDate>Wed, 27 Nov 2024 23:25:17 +0100</pubDate>
        <dc:creator>Jake Freeland &lt;jfree@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2567168dc49869475db79176bf5f6ae9761bc75a - syslogd: Refresh configuration using libcasper</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/Makefile#2567168dc49869475db79176bf5f6ae9761bc75a</link>
        <description>syslogd: Refresh configuration using libcasperWhen a SIGHUP signal is sent to syslogd, the configuration is reparsed,leading to new resource acquisition.If syslogd is running in capability mode and a SIGHUP is received, newresources cannot be acquired. To mitigate this issue, libcasper is usedto parse the configuration.The libcasper process runs outside of capability mode and is capable ofparsing syslogd&apos;s configuration and obtaining new resources. Theseresources are then sent to the syslogd process via nvlist.Reviewed by:	markjDifferential Revision:	https://reviews.freebsd.org/D41464

            List of files:
            /freebsd/usr.sbin/syslogd/Makefile</description>
        <pubDate>Wed, 27 Nov 2024 23:25:12 +0100</pubDate>
        <dc:creator>Jake Freeland &lt;jfree@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>964687879a38034d3f0221d3c73b9add6cadb567 - syslogd: Create syslogd libcasper service</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/Makefile#964687879a38034d3f0221d3c73b9add6cadb567</link>
        <description>syslogd: Create syslogd libcasper serviceOnce in capability mode, resource acquisition is not possible. Tomitigate this, introduce a libcasper service that is responsible forfetching and returning new, requested resources to syslogd.Some resources must be packed into an nvlist to be properly transferredbetween syslogd and the libcasper process. The filed_to_nvlist() andnvlist_to_filed() functions are included to ease the packing process forfiled structures.Two additional syslogd.h and syslogd_cap.h header files are includedwith shared declarations.Reviewed by:	markjDifferential Revision:	https://reviews.freebsd.org/D41463

            List of files:
            /freebsd/usr.sbin/syslogd/Makefile</description>
        <pubDate>Wed, 27 Nov 2024 23:25:03 +0100</pubDate>
        <dc:creator>Jake Freeland &lt;jfree@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/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.sbin/syslogd/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>dbd0366f3434e2444792b431997dcaecfbf899ee - package: move lpr into its own package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/Makefile#dbd0366f3434e2444792b431997dcaecfbf899ee</link>
        <description>package: move lpr into its own packageReviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/1171

            List of files:
            /freebsd/usr.sbin/syslogd/Makefile</description>
        <pubDate>Sat, 20 Apr 2024 00:53:30 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;lexi@le-Fay.ORG&gt;</dc:creator>
    </item>
<item>
        <title>8a7b61203704d362cfbc66c00619f51b24106b55 - usr.sbin: Remove ancient SCCS tags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/Makefile#8a7b61203704d362cfbc66c00619f51b24106b55</link>
        <description>usr.sbin: 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/usr.sbin/syslogd/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>fcace2906ddfae6bee6064b63a6df44be1bdf04b - syslogd: Add some basic regression tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/Makefile#fcace2906ddfae6bee6064b63a6df44be1bdf04b</link>
        <description>syslogd: Add some basic regression testsReviewed by:	markjMFC after:	1 weekSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D41403

            List of files:
            /freebsd/usr.sbin/syslogd/Makefile</description>
        <pubDate>Thu, 22 Jun 2023 23:19:51 +0200</pubDate>
        <dc:creator>Jake Freeland &lt;jfree@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.sbin/syslogd/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.sbin/syslogd/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>25367c806be5b321b6c7b2fd6bee264b99f240da - pkgbase: Create a FreeBSD-syslogd package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/Makefile#25367c806be5b321b6c7b2fd6bee264b99f240da</link>
        <description>pkgbase: Create a FreeBSD-syslogd packageThis allow one to not install syslogd and use syslog-ng or any othersyslog daemon.While here put some syslog.d file in their own package.MFC after:	2 weeksSponsored by:	Beckhoff Automation GmbH &amp; Co. KGDifferential Revision:	https://reviews.freebsd.org/D33455

            List of files:
            /freebsd/usr.sbin/syslogd/Makefile</description>
        <pubDate>Wed, 15 Dec 2021 10:34:00 +0100</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>da2d1e9d2582eece6aad948897489ca0b5d64d73 - Merge ^/head r338298 through r338391.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/Makefile#da2d1e9d2582eece6aad948897489ca0b5d64d73</link>
        <description>Merge ^/head r338298 through r338391.

            List of files:
            /freebsd/usr.sbin/syslogd/Makefile</description>
        <pubDate>Wed, 29 Aug 2018 22:54:56 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f1722afc8df6606b3610b247b1fc7d4c86851ed2 - Remove trailing slash in pathname so that valid METALOG is created in the</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/Makefile#f1722afc8df6606b3610b247b1fc7d4c86851ed2</link>
        <description>Remove trailing slash in pathname so that valid METALOG is created in theNO_ROOT case of make packages.Submitted by:	Dan McGregor &lt;dan.mcgregor@usask.ca&gt;Approved by:	re (rgrimes)

            List of files:
            /freebsd/usr.sbin/syslogd/Makefile</description>
        <pubDate>Sat, 25 Aug 2018 22:19:16 +0200</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7847e04111f2c2b06b36f6d19a46d78814d7836d - Merge ^/head r338026 through r338297, and resolve conflicts.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/Makefile#7847e04111f2c2b06b36f6d19a46d78814d7836d</link>
        <description>Merge ^/head r338026 through r338297, and resolve conflicts.

            List of files:
            /freebsd/usr.sbin/syslogd/Makefile</description>
        <pubDate>Fri, 24 Aug 2018 20:09:23 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64be79ef76069b725c6c7a7b22425642b77a927a - Move all syslogd related configs to usr.sbin/syslogd/</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/Makefile#64be79ef76069b725c6c7a7b22425642b77a927a</link>
        <description>Move all syslogd related configs to usr.sbin/syslogd/This helps with pkgbase as it switches these to use CONFS which properly tagsthem as config files.Approved by:	will (mentor)Differential Revision:	https://reviews.freebsd.org/D16783

            List of files:
            /freebsd/usr.sbin/syslogd/Makefile</description>
        <pubDate>Tue, 21 Aug 2018 19:01:47 +0200</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>671d7001679ca9eaf16a9ca7ceb77c139847b4db - Fix enough warnings that we can build syslogd on all targets at WARNS=6.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/Makefile#671d7001679ca9eaf16a9ca7ceb77c139847b4db</link>
        <description>Fix enough warnings that we can build syslogd on all targets at WARNS=6.This also fixes the build on MIPS.Reported by:	cy (MIPS build failure)

            List of files:
            /freebsd/usr.sbin/syslogd/Makefile</description>
        <pubDate>Sat, 07 Apr 2018 11:03:51 +0200</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d630701f86adb26b17d423fab6699c649552f9f4 - Merge ^/head r314178 through r314269.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/Makefile#d630701f86adb26b17d423fab6699c649552f9f4</link>
        <description>Merge ^/head r314178 through r314269.

            List of files:
            /freebsd/usr.sbin/syslogd/Makefile</description>
        <pubDate>Sat, 25 Feb 2017 16:04:19 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8fe70bb8f265f6e7d4b81b72b83387c56e9fecae - Use SRCTOP instead of .CURDIR relative paths with &quot;..&quot;</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/Makefile#8fe70bb8f265f6e7d4b81b72b83387c56e9fecae</link>
        <description>Use SRCTOP instead of .CURDIR relative paths with &quot;..&quot;This simplifies pathing in make/displayed outputMFC after:	1 weekSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/usr.sbin/syslogd/Makefile</description>
        <pubDate>Fri, 24 Feb 2017 22:35:59 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3ffd35307077b69e8e71772d0e2603f8ffbc4804 - Merge ^/head r309817 through r310168.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/Makefile#3ffd35307077b69e8e71772d0e2603f8ffbc4804</link>
        <description>Merge ^/head r309817 through r310168.

            List of files:
            /freebsd/usr.sbin/syslogd/Makefile</description>
        <pubDate>Fri, 16 Dec 2016 19:38:31 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc96a41b443340eed61473fe994402d63351c2c2 - - Refactor listening socket list.  All of the listening sockets are</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/Makefile#dc96a41b443340eed61473fe994402d63351c2c2</link>
        <description>- Refactor listening socket list.  All of the listening sockets are  now maintained in a single linked-list in a transport-independent manner.- Use queue.h for linked-list structure.- Use linked-list for AllowedPeers.- Use getaddrinfo(8) even for Unix Domain sockets.- Use macros to type-casting from/to struct sockaddr{,_in,_in6}.- Define fu_* macro for union f_un to shorten the member names.- Remove an extra #include &lt;sys/type.h&gt;.- Add &quot;static&quot; to non-exported symbols.- !INET support is still incomplete but will be fixed later.There is no functional change except for some minor debug messages.

            List of files:
            /freebsd/usr.sbin/syslogd/Makefile</description>
        <pubDate>Mon, 12 Dec 2016 20:33:40 +0100</pubDate>
        <dc:creator>Hiroki Sato &lt;hrs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8555a6e0a474dfe5439c10d9b1e241aaa1cd9936 - Temporarily backout the previous commit because it was totally broken due to</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/syslogd/Makefile#8555a6e0a474dfe5439c10d9b1e241aaa1cd9936</link>
        <description>Temporarily backout the previous commit because it was totally broken due tounresolved merge conflicts.Pointy hat to:	hrs

            List of files:
            /freebsd/usr.sbin/syslogd/Makefile</description>
        <pubDate>Mon, 12 Dec 2016 20:24:52 +0100</pubDate>
        <dc:creator>Hiroki Sato &lt;hrs@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
