<?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>efb74e16 - libsysdecode: add a decoder for pollfd events</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libsysdecode/Makefile#efb74e16</link>
        <description>libsysdecode: add a decoder for pollfd eventsWe&apos;ll use this in another change to read pollfd arrays coming from asuccessful poll(2) operation.Reviewed by:	bapt, jhb(cherry picked from commit bd23e71f91ceec5dfdffc28bbd0020849fdd20b4)

            List of files:
            /freebsd-14.2/lib/libsysdecode/Makefile</description>
        <pubDate>Tue, 05 Mar 2024 04:14:06 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libsysdecode/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/lib/libsysdecode/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>45be5010 - libsysdecode: Migrate from COMPAT_32BIT to generic COMPAT_LIBCOMPAT</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libsysdecode/Makefile#45be5010</link>
        <description>libsysdecode: Migrate from COMPAT_32BIT to generic COMPAT_LIBCOMPATThe use isn&apos;t any more generic, just the variable itself, which willallow COMPAT_32BIT to be removed. The fact we even have to checkCOMPAT_LIBCOMPAT here in order to pass the right flags to CPP points atour libcompat infrastructure not suitably modifying the CPP variable(which we barely use for world; this and bsd.symver.mk are the twouses, and the latter could benefit from the right flags too), but thischange doesn&apos;t attempt to fix that.See commit 8fad2cda93c7 (&quot;bsd.compat.mk: Provide new CPP and sub-makevariables&quot;) for the context behind this change.Reviewed by:	emaste, imp, brooks, jhbDifferential Revision:	https://reviews.freebsd.org/D40930

            List of files:
            /freebsd-14.2/lib/libsysdecode/Makefile</description>
        <pubDate>Sun, 09 Jul 2023 17:49:43 +0000</pubDate>
        <dc:creator>Jessica Clarke &lt;jrtc27@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b69ae1a3 - libsysdecode: Add preliminary support for decoding Linux syscalls</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libsysdecode/Makefile#b69ae1a3</link>
        <description>libsysdecode: Add preliminary support for decoding Linux syscallsDifferential revision:	https://reviews.freebsd.org/D35354MFC after:		2 weeks

            List of files:
            /freebsd-14.2/lib/libsysdecode/Makefile</description>
        <pubDate>Wed, 22 Jun 2022 10:58:53 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9dac6096 - libsysdecode: For future use extract common code to a separate files</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libsysdecode/Makefile#9dac6096</link>
        <description>libsysdecode: For future use extract common code to a separate filesReviewed by:		jhb, emasteDifferential revision:	https://reviews.freebsd.org/D35353MFC after:		2 weeks

            List of files:
            /freebsd-14.2/lib/libsysdecode/Makefile</description>
        <pubDate>Wed, 22 Jun 2022 10:12:21 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0f245d2 - libsysdecode: Add regression tests for sysdecode_cap_rights(3)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libsysdecode/Makefile#d0f245d2</link>
        <description>libsysdecode: Add regression tests for sysdecode_cap_rights(3)Reviewed by:	jhb, emasteMFC after:	1 weekSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D34900

            List of files:
            /freebsd-14.2/lib/libsysdecode/Makefile</description>
        <pubDate>Fri, 15 Apr 2022 14:23:32 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>59838c1a - Retire procfs-based process debugging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libsysdecode/Makefile#59838c1a</link>
        <description>Retire procfs-based process debugging.Modern debuggers and process tracers use ptrace() rather than procfsfor debugging.  ptrace() has a supserset of functionality availablevia procfs and new debugging features are only added to ptrace().While the two debugging services share some fields in struct proc,they each use dedicated fields and separate code.  This results inextra complexity to support a feature that hasn&apos;t been enabled in thedefault install for several years.PR:		244939 (exp-run)Reviewed by:	kib, mjg (earlier version)Relnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D23837

            List of files:
            /freebsd-14.2/lib/libsysdecode/Makefile</description>
        <pubDate>Wed, 01 Apr 2020 19:22:09 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7a9cfa08 - Fix the workaround to ignore the #warning for GCC.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libsysdecode/Makefile#7a9cfa08</link>
        <description>Fix the workaround to ignore the #warning for GCC.clang and gcc use different warning flags for #warning preprocessordirectives.Reported by:	JenkinsMFC after:	1 week

            List of files:
            /freebsd-14.2/lib/libsysdecode/Makefile</description>
        <pubDate>Tue, 17 Mar 2020 23:22:07 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8d8a74e6 - Mark procfs-based process debugging as deprecated for FreeBSD 13.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libsysdecode/Makefile#8d8a74e6</link>
        <description>Mark procfs-based process debugging as deprecated for FreeBSD 13.Attempting to use ioctls on /proc/&lt;pid&gt;/mem to control a process willtrigger warnings on the console.  The &lt;sys/pioctl.h&gt; include file willalso now emit a compile-time warning when used from userland.Reviewed by:	emasteMFC after:	1 weekRelnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D23822

            List of files:
            /freebsd-14.2/lib/libsysdecode/Makefile</description>
        <pubDate>Tue, 17 Mar 2020 18:44:03 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4c1a82ce - pkgbase: Create a FreeBSD-utilities package and make it the default one</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libsysdecode/Makefile#4c1a82ce</link>
        <description>pkgbase: Create a FreeBSD-utilities package and make it the default oneThe default package use to be FreeBSD-runtime but it should only containbinaries and libs enough to boot to single user and repair the system, itis also very handy to have a package that can be tranform to a small mfsroot.So create a new package named FreeBSD-utilities and make it the default one.Also move a few binaries and lib into this package when it make sense.Reviewed by:	bapt, gjbDifferential Revision:	https://reviews.freebsd.org/D21506

            List of files:
            /freebsd-14.2/lib/libsysdecode/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 14:15:47 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc89d069 - Rework r339635 to fix .depend.tables.h handling.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libsysdecode/Makefile#dc89d069</link>
        <description>Rework r339635 to fix .depend.tables.h handling.Avoid touching the tables.h file unless it has changed to avoid unneededrebuilds.Also revert r350301&apos;s explicit dependencies.Reviewed by:	emasteMFC after:	2 weeksX-MFC-With:	r339635 (kevans request)PR:		238828Sponsored by:	DellEMCDifferential Revision:	https://reviews.freebsd.org/D21295

            List of files:
            /freebsd-14.2/lib/libsysdecode/Makefile</description>
        <pubDate>Fri, 16 Aug 2019 22:34:10 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>78aee653 - libsysdecode: use the proper include directory</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libsysdecode/Makefile#78aee653</link>
        <description>libsysdecode: use the proper include directoryReported by:	cyReviewed by:	lwhsuSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D21068

            List of files:
            /freebsd-14.2/lib/libsysdecode/Makefile</description>
        <pubDate>Thu, 25 Jul 2019 17:10:17 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e92b0f0 - libsysdecode: add explicit dependencies on recently changed headers</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libsysdecode/Makefile#9e92b0f0</link>
        <description>libsysdecode: add explicit dependencies on recently changed headersr349369 removed IP_MIN_MEMBERSHIPS and IPV6_MIN_MEMBERSHIPS, and r349893removed TCP_RACK_SESS_CWV. libsysdecode lacked dependencies to trigger arebuild of tables.h.Add explicit dependencies as a workaround to address these specificcases; a holistic solution is still needed.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libsysdecode/Makefile</description>
        <pubDate>Wed, 24 Jul 2019 21:06:19 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c5c5072b - Fix regex for extracting SHM_* values for libsysdecode</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libsysdecode/Makefile#c5c5072b</link>
        <description>Fix regex for extracting SHM_* values for libsysdecodeThere was an additional + after the {6} which is apparently ignored by theFreeBSD regex implementation but was giving me an error when compiling onMacOS.While changing this also make sure that tables.h is not created if mktablesfails. The current rule would create a partial tables.h which causes followingincremental builds to use that broken file and fail with an unrelatedcompilation error or even succeed even though they shouldn&apos;t.Approved By:	jhb (mentor)Differential Revision: https://reviews.freebsd.org/D17069

            List of files:
            /freebsd-14.2/lib/libsysdecode/Makefile</description>
        <pubDate>Tue, 23 Oct 2018 06:31:19 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>23ff19c6 - Don&apos;t rebuild ioctl.c and relink libsysdecode if there are no changes</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libsysdecode/Makefile#23ff19c6</link>
        <description>Don&apos;t rebuild ioctl.c and relink libsysdecode if there are no changesInstead generate a temporary file and only overwrite ioctl.c if thefiles are actually different.Approved By:	jhb (mentor)

            List of files:
            /freebsd-14.2/lib/libsysdecode/Makefile</description>
        <pubDate>Mon, 20 Aug 2018 10:59:49 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e6a376d1 - Retire lmc(4)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libsysdecode/Makefile#e6a376d1</link>
        <description>Retire lmc(4)This driver supports legacy, 32-bit PCI devices, and had an ambiguouslicense.  Supported devices were already reported to be rare in 2003(when an earlier version of the driver was removed in r123201).Reviewed by:	rgrimesRelnotes:	YesSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D15245

            List of files:
            /freebsd-14.2/lib/libsysdecode/Makefile</description>
        <pubDate>Tue, 01 May 2018 16:30:48 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0faae8b9 - Add support for decoding the nxt_flags, rcv_flags, and snd_flags of</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libsysdecode/Makefile#0faae8b9</link>
        <description>Add support for decoding the nxt_flags, rcv_flags, and snd_flags ofSCTP level cmsgs.

            List of files:
            /freebsd-14.2/lib/libsysdecode/Makefile</description>
        <pubDate>Mon, 15 Jan 2018 20:37:11 +0000</pubDate>
        <dc:creator>Michael Tuexen &lt;tuexen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a826eb5a - Add support for decoding the type of a cmsg.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libsysdecode/Makefile#a826eb5a</link>
        <description>Add support for decoding the type of a cmsg.

            List of files:
            /freebsd-14.2/lib/libsysdecode/Makefile</description>
        <pubDate>Mon, 15 Jan 2018 10:59:04 +0000</pubDate>
        <dc:creator>Michael Tuexen &lt;tuexen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1e6455d8 - Add a function is decode the sinfo_flags of struct sctp_sndrcvinfo.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libsysdecode/Makefile#1e6455d8</link>
        <description>Add a function is decode the sinfo_flags of struct sctp_sndrcvinfo.

            List of files:
            /freebsd-14.2/lib/libsysdecode/Makefile</description>
        <pubDate>Sun, 14 Jan 2018 14:27:42 +0000</pubDate>
        <dc:creator>Michael Tuexen &lt;tuexen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a62bf68d - Add suppor for the supported PR-SCTP policies.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libsysdecode/Makefile#a62bf68d</link>
        <description>Add suppor for the supported PR-SCTP policies.

            List of files:
            /freebsd-14.2/lib/libsysdecode/Makefile</description>
        <pubDate>Sun, 14 Jan 2018 12:08:41 +0000</pubDate>
        <dc:creator>Michael Tuexen &lt;tuexen@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
