<?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>59838c1a - Retire procfs-based process debugging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/lib/libsysdecode/Makefile#a826eb5a</link>
        <description>Add support for decoding the type of a cmsg.

            List of files:
            /freebsd-13.1/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-13.1/lib/libsysdecode/Makefile#1e6455d8</link>
        <description>Add a function is decode the sinfo_flags of struct sctp_sndrcvinfo.

            List of files:
            /freebsd-13.1/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-13.1/lib/libsysdecode/Makefile#a62bf68d</link>
        <description>Add suppor for the supported PR-SCTP policies.

            List of files:
            /freebsd-13.1/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>
<item>
        <title>ffb66079 - Decode kevent structures logged via ktrace(2) in kdump.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libsysdecode/Makefile#ffb66079</link>
        <description>Decode kevent structures logged via ktrace(2) in kdump.- Add a new KTR_STRUCT_ARRAY ktrace record type which dumps an array of  structures.  The structure name in the record payload is preceded by a size_t  containing the size of the individual structures.  Use this to  replace the previous code that dumped the kevent arrays dumped for  kevent().  kdump is now able to decode the kevent structures rather  than dumping their contents via a hexdump.  One change from before is that the &apos;changes&apos; and &apos;events&apos; arrays are  not marked with separate &apos;read&apos; and &apos;write&apos; annotations in kdump  output.  Instead, the first array is the &apos;changes&apos; array, and the  second array (only present if kevent doesn&apos;t fail with an error) is  the &apos;events&apos; array.  For kevent(), empty arrays are denoted by an  entry with an array containing zero entries rather than no record.- Move kevent decoding tables from truss to libsysdecode.  This adds three new functions to decode members of struct kevent:  sysdecode_kevent_filter, sysdecode_kevent_flags, and  sysdecode_kevent_fflags.  kdump uses these helper functions to pretty-print kevent fields.- Move structure definitions for freebsd11 and freebsd32 kevent  structures to &lt;sys/event.h&gt; so that they can be shared with userland.  The 32-bit structures are only exposed if _WANT_KEVENT32 is defined.  The freebsd11 structures are only exposed if _WANT_FREEBSD11_KEVENT is  defined.  The 32-bit freebsd11 structure requires both.- Decode freebsd11 kevent structures in truss for the compat11.kevent()  system call.- Log 32-bit kevent structures via ktrace for 32-bit compat kevent()  system calls.- While here, constify the &apos;void *data&apos; argument to ktrstruct().Reviewed by:	kib (earlier version)MFC after:	1 monthDifferential Revision:	https://reviews.freebsd.org/D12470

            List of files:
            /freebsd-13.1/lib/libsysdecode/Makefile</description>
        <pubDate>Sat, 25 Nov 2017 04:49:12 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>39a3a438 - Decode pathconf() names, *at() flags, and sysarch() numbers in libsysdecode.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libsysdecode/Makefile#39a3a438</link>
        <description>Decode pathconf() names, *at() flags, and sysarch() numbers in libsysdecode.Move tables that were previously in truss over to libsysdecode.  trussoutput is unchanged, but kdump has been updated to decode these fields.In addition, sysdecode_sysarch_number() should support all platformswhereas the old table in truss only supported x86.

            List of files:
            /freebsd-13.1/lib/libsysdecode/Makefile</description>
        <pubDate>Mon, 04 Sep 2017 05:34:36 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a342f435 - Handle WITH/WITHOUT_PF in libsysdecode</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libsysdecode/Makefile#a342f435</link>
        <description>Handle WITH/WITHOUT_PF in libsysdecodeOnly filter out the PF ioctls if we&apos;re building without pf support.Until now those were always filtered out, so truss did not show symbolicnames for pf ioctls.Differential Revision:	https://reviews.freebsd.org/D11629

            List of files:
            /freebsd-13.1/lib/libsysdecode/Makefile</description>
        <pubDate>Sat, 22 Jul 2017 12:51:19 +0000</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c99b67a7 - Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libsysdecode/Makefile#c99b67a7</link>
        <description>Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Since buildenv exports SYSROOT all of these uses will now look inWORLDTMP by default.sys/boot/efi/loader/Makefile        A LIBSTAND hack is no longer required for buildenv.MFC after:	2 weeksSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-13.1/lib/libsysdecode/Makefile</description>
        <pubDate>Mon, 19 Jun 2017 20:47:24 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee8aa41d - Decode the &apos;who&apos; argument passed to getrusage().</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libsysdecode/Makefile#ee8aa41d</link>
        <description>Decode the &apos;who&apos; argument passed to getrusage().Add a new sysdecode_getrusage_who() which decodes the RUSAGE_* constantpassed as the first argument to getrusage().  Use this function in bothkdump and truss to decode the first argument to getrusage().PR:		215448Submitted by:	Anton Yuzhaninov &lt;citrin+pr@citrin.ru&gt;MFC after:	1 month

            List of files:
            /freebsd-13.1/lib/libsysdecode/Makefile</description>
        <pubDate>Sat, 03 Jun 2017 14:22:15 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>738a93a4 - Improve the decoding of the third argument of the socket() call.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libsysdecode/Makefile#738a93a4</link>
        <description>Improve the decoding of the third argument of the socket() call.Decoding of the third argument depends on the first one. For doing this,add a corresponding function to libsysdecode.Thanks to jhb@ for suggesting this.

            List of files:
            /freebsd-13.1/lib/libsysdecode/Makefile</description>
        <pubDate>Thu, 25 May 2017 14:27:54 +0000</pubDate>
        <dc:creator>Michael Tuexen &lt;tuexen@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
