<?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 procstat.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>28f4cf9217c27edea42c5c024c9e71816890bb3c - procstat(1): dump kqueues</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/procstat/procstat.h#28f4cf9217c27edea42c5c024c9e71816890bb3c</link>
        <description>procstat(1): dump kqueuesExample output from the &apos;procstat -a kqueues&apos;:    PID       KQFD   FILTER      IDENT      FLAGS     FFLAGS       DATA      UDATA     STATUS   2323         13     READ          5          -          -          0 0x19c290616000          -   2323         13     READ          8          -          -          0 0x19c29064f070          -   2323         13     READ         10          -          -          0 0x19c29064f0e0          -   2323         13   SIGNAL          1          C          -          0        0x0          -   2323         13   SIGNAL          2          C          -          0        0x0          -   2323         13   SIGNAL          3          C          -          0        0x0          -   2323         13   SIGNAL         13          C          -          0        0x0          -   2323         13   SIGNAL         14          C          -          0        0x0          -   2323         13   SIGNAL         15          C          -          0        0x0          -   2323         13   SIGNAL         20          C          -          0        0x0          -Reviewed by:	markjSponsored by:	The FreeBSD FoundationMFC after:	1 weekDifferential revision:	https://reviews.freebsd.org/D49163

            List of files:
            /freebsd/usr.bin/procstat/procstat.h</description>
        <pubDate>Wed, 26 Feb 2025 01:29:49 +0100</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5ac9320ddf50702e4fe05c10adc46dcdbd8ed5ee - procstat(1): add rlimitusage subcommand</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/procstat/procstat.h#5ac9320ddf50702e4fe05c10adc46dcdbd8ed5ee</link>
        <description>procstat(1): add rlimitusage subcommandReviewed by:	markj, olceSponsored by:	The FreeBSD FoundationMFC after:	1 weekDifferential revision:	https://reviews.freebsd.org/D46747

            List of files:
            /freebsd/usr.bin/procstat/procstat.h</description>
        <pubDate>Sun, 22 Sep 2024 19:55:14 +0200</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b3e7694832e81d7a904a10f525f8797b753bf0d3 - Remove $FreeBSD$: two-line .h pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/procstat/procstat.h#b3e7694832e81d7a904a10f525f8797b753bf0d3</link>
        <description>Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/

            List of files:
            /freebsd/usr.bin/procstat/procstat.h</description>
        <pubDate>Wed, 16 Aug 2023 19:54:16 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4d846d260e2b9a3d4d0a701462568268cbfe7a5b - spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/procstat/procstat.h#4d846d260e2b9a3d4d0a701462568268cbfe7a5b</link>
        <description>spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of BSD-2-Clause.Discussed with:		pfgMFC After:		3 daysSponsored by:		Netflix

            List of files:
            /freebsd/usr.bin/procstat/procstat.h</description>
        <pubDate>Wed, 10 May 2023 17:40:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a5229a255ea9e67fe935da1f566be803c1e7f99f - Implement procstat(1) advlocks command</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/procstat/procstat.h#a5229a255ea9e67fe935da1f566be803c1e7f99f</link>
        <description>Implement procstat(1) advlocks commandto display list of the advisory file locks in the system.Example output$ procstat advlockRW  TYPE   PID SYSID          FSID               RDEV   INO START LEN PATHRO FCNTL  5836     0  0x878700ff02 0xffffffffffffffff    57     0   0 /tmp/2RW FLOCK    -1     0  0x878700ff02 0xffffffffffffffff    13     0   0 /tmp/1Reviewed by:	markjSponsored by:	The FreeBSD FoundationMFC after:	1 weekDifferential revision:	https://reviews.freebsd.org/D34834

            List of files:
            /freebsd/usr.bin/procstat/procstat.h</description>
        <pubDate>Sat, 02 Apr 2022 16:13:17 +0200</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e79866ddf1c2147890226830838dcca5174c18e1 - procstat(1): add ability to specify subcommands not requiring pid lists</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/procstat/procstat.h#e79866ddf1c2147890226830838dcca5174c18e1</link>
        <description>procstat(1): add ability to specify subcommands not requiring pid listsAdd PS_MODE_NO_KINFO_PROC cmd modifier that indicates that neitherprocess list should be queried from the kernel, nor list of pids or `-a`switch provided on the command line to filter the output.This is intended for use by commands that query information notneccessary attributed to specific process.Reviewed by:	markjSponsored by:	The FreeBSD FoundationMFC after:	1 weekDifferential revision:	https://reviews.freebsd.org/D34834

            List of files:
            /freebsd/usr.bin/procstat/procstat.h</description>
        <pubDate>Thu, 07 Apr 2022 20:27:12 +0200</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>085e04945cc3cb3a725a2b0cd992ad0358e49f7e - Add pargs, penv, pwdx commands and aliases to procstat(1).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/procstat/procstat.h#085e04945cc3cb3a725a2b0cd992ad0358e49f7e</link>
        <description>Add pargs, penv, pwdx commands and aliases to procstat(1).Intent is to mimic Solaris commands with the same names.Submitted by:	Juraj Lutter &lt;juraj@lutter.sk&gt;MFC after:	1 weekDifferential revision:	https://reviews.freebsd.org/D26310

            List of files:
            /freebsd/usr.bin/procstat/procstat.h</description>
        <pubDate>Fri, 18 Sep 2020 14:59:27 +0200</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>44e86fbdcf5a3e625095652a3d0ab99532e54eea - Merge ^/head r357662 through r357854.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/procstat/procstat.h#44e86fbdcf5a3e625095652a3d0ab99532e54eea</link>
        <description>Merge ^/head r357662 through r357854.

            List of files:
            /freebsd/usr.bin/procstat/procstat.h</description>
        <pubDate>Thu, 13 Feb 2020 13:52:24 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24d57fa83e114d537fe6b3906898c4e95a976530 - Add procstat(1) sigfastblock command to show process sigfastblock word address.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/procstat/procstat.h#24d57fa83e114d537fe6b3906898c4e95a976530</link>
        <description>Add procstat(1) sigfastblock command to show process sigfastblock word address.Tested by:	phoDisscussed with:	cem, emaste, jillesSponsored by:	The FreeBSD FoundationDifferential revision:	https://reviews.freebsd.org/D12773

            List of files:
            /freebsd/usr.bin/procstat/procstat.h</description>
        <pubDate>Sun, 09 Feb 2020 13:30:50 +0100</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1de7b4b805ddbf2429da511c053686ac4591ed89 - various: general adoption of SPDX licensing ID tags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/procstat/procstat.h#1de7b4b805ddbf2429da511c053686ac4591ed89</link>
        <description>various: general adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 2-Clause license, however the tool Iwas using misidentified many licenses so this was mostly a manual - errorprone - task.The Software Package Data Exchange (SPDX) group provides a specificationto make it easier for automated tools to detect and summarize well knownopensource licenses. We are gradually adopting the specification, notingthat the tags are considered only advisory and do not, in any way,superceed or replace the license texts.No functional change intended.

            List of files:
            /freebsd/usr.bin/procstat/procstat.h</description>
        <pubDate>Mon, 27 Nov 2017 16:37:16 +0100</pubDate>
        <dc:creator>Pedro F. Giffuni &lt;pfg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c2c014f24c10f90d85126ac5fbd4d8524de32b1c - Merge ^/head r323559 through r325504.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/procstat/procstat.h#c2c014f24c10f90d85126ac5fbd4d8524de32b1c</link>
        <description>Merge ^/head r323559 through r325504.

            List of files:
            /freebsd/usr.bin/procstat/procstat.h</description>
        <pubDate>Tue, 07 Nov 2017 09:39:14 +0100</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0a8f81bc28a96b5f4cbfed46b4f7334e927fd745 - MFhead@r324837</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/procstat/procstat.h#0a8f81bc28a96b5f4cbfed46b4f7334e927fd745</link>
        <description>MFhead@r324837While here, diff reduce some of the changes in sys/boot by movingMK_COVERAGE=no to sys/boot/Makefile.inc .

            List of files:
            /freebsd/usr.bin/procstat/procstat.h</description>
        <pubDate>Sun, 22 Oct 2017 01:40:52 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a243b9539a45b392a515569cab2091844cf2bdf - Switch procstat from subcommand flags to verbs</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/procstat/procstat.h#2a243b9539a45b392a515569cab2091844cf2bdf</link>
        <description>Switch procstat from subcommand flags to verbs- Use an enumerated value instead of separate flags for commands- Look for a verb if no command flag is set- Lookup the &quot;xocontainer&quot; value based on the command- Document the new command verbs in the man-pageSubmitted by:	kdrakehp@zoho.comDifferential Revision:	https://reviews.freebsd.org/D10916

            List of files:
            /freebsd/usr.bin/procstat/procstat.h</description>
        <pubDate>Sat, 14 Oct 2017 20:38:36 +0200</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>86be94fca32cba783d836da0200837f914d56cac - Add support for capturing &apos;struct ptrace_lwpinfo&apos; for signals</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/procstat/procstat.h#86be94fca32cba783d836da0200837f914d56cac</link>
        <description>Add support for capturing &apos;struct ptrace_lwpinfo&apos; for signalsresulting in a process dumping core in the corefile.Also extend procstat to view select members of &apos;struct ptrace_lwpinfo&apos;from the contents of the note.Sponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/usr.bin/procstat/procstat.h</description>
        <pubDate>Thu, 30 Mar 2017 20:21:36 +0200</pubDate>
        <dc:creator>Tycho Nightingale &lt;tychon@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1bde3b70660fe02e45b1d5b3b8b89eaa7a563b82 - Merge ^/head r309519 through r309757.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/procstat/procstat.h#1bde3b70660fe02e45b1d5b3b8b89eaa7a563b82</link>
        <description>Merge ^/head r309519 through r309757.

            List of files:
            /freebsd/usr.bin/procstat/procstat.h</description>
        <pubDate>Fri, 09 Dec 2016 21:57:43 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3d32d4a7c97401beb9eb1aaafbcb0389e50d9109 - Export the whole thread name in kinfo_proc</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/procstat/procstat.h#3d32d4a7c97401beb9eb1aaafbcb0389e50d9109</link>
        <description>Export the whole thread name in kinfo_prockinfo_proc::ki_tdname is three characters shorter thanthread::td_name.  Add a ki_moretdname field for these threeextra characters.  Add the new field to kinfo_proc32, as well.Update all in-tree consumers to read the new field and assemblethe full name, except for lldb&apos;s HostThreadFreeBSD.cpp, whichI will handle separately.  Bump __FreeBSD_version.Reviewed by:	kibMFC after:	1 weekRelnotes:	yesSponsored by:	Dell EMCDifferential Revision:	https://reviews.freebsd.org/D8722

            List of files:
            /freebsd/usr.bin/procstat/procstat.h</description>
        <pubDate>Wed, 07 Dec 2016 16:04:22 +0100</pubDate>
        <dc:creator>Eric van Gyzen &lt;vangyzen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11d38a5764295585a2472d5e861fa8abe1a11eb2 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/procstat/procstat.h#11d38a5764295585a2472d5e861fa8abe1a11eb2</link>
        <description>Merge from headSponsored by:	Gandi.net

            List of files:
            /freebsd/usr.bin/procstat/procstat.h</description>
        <pubDate>Wed, 28 Oct 2015 12:58:18 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>becbad1f6e18fec7c3bf286778a766ffca4457be - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/procstat/procstat.h#becbad1f6e18fec7c3bf286778a766ffca4457be</link>
        <description>Merge from head

            List of files:
            /freebsd/usr.bin/procstat/procstat.h</description>
        <pubDate>Tue, 13 Oct 2015 21:44:36 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b5ff185e19f6013ca565b2a15bc2d6abce933f46 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/procstat/procstat.h#b5ff185e19f6013ca565b2a15bc2d6abce933f46</link>
        <description>Merge from head

            List of files:
            /freebsd/usr.bin/procstat/procstat.h</description>
        <pubDate>Sat, 12 Sep 2015 13:41:31 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>00176600f60d0016594f5b7ef03656a3159012b4 - Merge r286744-r287584 from head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/procstat/procstat.h#00176600f60d0016594f5b7ef03656a3159012b4</link>
        <description>Merge r286744-r287584 from head.

            List of files:
            /freebsd/usr.bin/procstat/procstat.h</description>
        <pubDate>Wed, 09 Sep 2015 05:05:13 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
