<?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>cc4cee6c - procstat(1): add rlimitusage subcommand</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/procstat/Makefile#cc4cee6c</link>
        <description>procstat(1): add rlimitusage subcommand(cherry picked from commit 5ac9320ddf50702e4fe05c10adc46dcdbd8ed5ee)

            List of files:
            /freebsd-14.2/usr.bin/procstat/Makefile</description>
        <pubDate>Sun, 22 Sep 2024 17:55:14 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@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/usr.bin/procstat/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.bin/procstat/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>a5229a25 - Implement procstat(1) advlocks command</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/procstat/Makefile#a5229a25</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-14.2/usr.bin/procstat/Makefile</description>
        <pubDate>Sat, 02 Apr 2022 14:13:17 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>085e0494 - Add pargs, penv, pwdx commands and aliases to procstat(1).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/procstat/Makefile#085e0494</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-14.2/usr.bin/procstat/Makefile</description>
        <pubDate>Fri, 18 Sep 2020 12:59:27 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d511b20a - Add HAS_TESTS to all Makefiles that are currently using the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/procstat/Makefile#d511b20a</link>
        <description>Add HAS_TESTS to all Makefiles that are currently using the`SUBDIR.${MK_TESTS}+= tests` idiom.This is a follow up to r321912.

            List of files:
            /freebsd-14.2/usr.bin/procstat/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:50:42 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b330699 - Convert traditional ${MK_TESTS} conditional idiom for including test</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/procstat/Makefile#4b330699</link>
        <description>Convert traditional ${MK_TESTS} conditional idiom for including testdirectories to SUBDIR.${MK_TESTS} idiomThis is being done to pave the way for future work (and homogenity) in^/projects/make-check-sandbox .No functional change intended.MFC after:	1 weeks

            List of files:
            /freebsd-14.2/usr.bin/procstat/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:35:51 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c7d813a9 - Start writing up some basic feature tests for procstat</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/procstat/Makefile#c7d813a9</link>
        <description>Start writing up some basic feature tests for procstatThese tests query a running process for information related to the -b,-c, -e, and -f flags; the -f testcase is largely stubbed out, pendingadditional work to determine a good, deterministic descriptor.Core file test support is coming soon--it requires a bit more effortdue to the fact that:- coredumps can be disabled (kern.coredump=0).- corefiles can be put in different directories than the current  directory, or be named something other than `&lt;prog&gt;.core`  (`kern.corefile`).MFC after:	2 monthsSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/usr.bin/procstat/Makefile</description>
        <pubDate>Mon, 15 May 2017 22:52:25 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>86be94fc - Add support for capturing &apos;struct ptrace_lwpinfo&apos; for signals</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/procstat/Makefile#86be94fc</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-14.2/usr.bin/procstat/Makefile</description>
        <pubDate>Thu, 30 Mar 2017 18:21:36 +0000</pubDate>
        <dc:creator>Tycho Nightingale &lt;tychon@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>474b62b8 - Introduce libxo to procstat(1)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/procstat/Makefile#474b62b8</link>
        <description>Introduce libxo to procstat(1)Reviewed by:	rodrigc, baptApproved by:	marcel (mentor)Relnotes:	yesSponsored by:	ScaleEngine Inc.Differential Revision:	https://reviews.freebsd.org/D2446

            List of files:
            /freebsd-14.2/usr.bin/procstat/Makefile</description>
        <pubDate>Sat, 05 Sep 2015 17:02:01 +0000</pubDate>
        <dc:creator>Allan Jude &lt;allanjude@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cee9136c - Implement basic cpuset reporting in procstat via the -S flag.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/procstat/Makefile#cee9136c</link>
        <description>Implement basic cpuset reporting in procstat via the -S flag.Obtained from:	Netflix, Inc.MFC after:	3 days

            List of files:
            /freebsd-14.2/usr.bin/procstat/Makefile</description>
        <pubDate>Tue, 10 Mar 2015 09:41:48 +0000</pubDate>
        <dc:creator>Scott Long &lt;scottl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e11bd9e - Convert to usr.bin/ to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/procstat/Makefile#3e11bd9e</link>
        <description>Convert to usr.bin/ to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.bin/procstat/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 14:29:10 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc0aa067 - - Add support for dumping current resource usage for processes via a new -r</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/procstat/Makefile#dc0aa067</link>
        <description>- Add support for dumping current resource usage for processes via a new -r  flag to procstat.- Add an -H flag to request information about threads rather than processes  when dumping statistics.  Currently it is only used for -r to display  resource usage for individual threads instead of the entire process.Reviewed by:	kib (older version without -H)MFC after:	1 month

            List of files:
            /freebsd-14.2/usr.bin/procstat/Makefile</description>
        <pubDate>Sat, 17 May 2014 03:54:51 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1eb96951 - Bring DPADD in sync with LDADD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/procstat/Makefile#1eb96951</link>
        <description>Bring DPADD in sync with LDADD.

            List of files:
            /freebsd-14.2/usr.bin/procstat/Makefile</description>
        <pubDate>Sat, 19 May 2012 05:07:03 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>598585e8 - usr.bin/procstat</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/procstat/Makefile#598585e8</link>
        <description>usr.bin/procstatAdd -l flag to display resource limits.PR:		bin/161257Reviewed by:	kibMFC after:	2 weeks

            List of files:
            /freebsd-14.2/usr.bin/procstat/Makefile</description>
        <pubDate>Thu, 24 Nov 2011 20:54:06 +0000</pubDate>
        <dc:creator>Mikolaj Golub &lt;trociny@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e99272c7 - Add new options, -e and -x, to display process environment variables</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/procstat/Makefile#e99272c7</link>
        <description>Add new options, -e and -x, to display process environment variablesand ELF auxiliary vectors.MFC after:	2 weeks

            List of files:
            /freebsd-14.2/usr.bin/procstat/Makefile</description>
        <pubDate>Tue, 22 Nov 2011 20:59:52 +0000</pubDate>
        <dc:creator>Mikolaj Golub &lt;trociny@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0daf62d9 - - Commit work from libprocstat project.  These patches add support for runtime</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/procstat/Makefile#0daf62d9</link>
        <description>- Commit work from libprocstat project.  These patches add support for runtime  file and processes information retrieval from the running kernel via sysctl  in the form of new library, libprocstat.  The library also supports KVM backend  for analyzing memory crash dumps.  Both procstat(1) and fstat(1) utilities have  been modified to take advantage of the library (as the bonus point the fstat(1)  utility no longer need superuser privileges to operate), and the procstat(1)  utility is now able to display information from memory dumps as well.  The newly introduced fuser(1) utility also uses this library and able to operate  via sysctl and kvm backends.  The library is by no means complete (e.g. KVM backend is missing vnode name  resolution routines, and there&apos;re no manpages for the library itself) so I  plan to improve it further.  I&apos;m commiting it so it will get wider exposure  and review.  We won&apos;t be able to MFC this work as it relies on changes in HEAD, which  was introduced some time ago, that break kernel ABI.  OTOH we may be able  to merge the library with KVM backend if we really need it there.Discussed with:	rwatson

            List of files:
            /freebsd-14.2/usr.bin/procstat/Makefile</description>
        <pubDate>Thu, 12 May 2011 10:11:39 +0000</pubDate>
        <dc:creator>Stanislav Sedov &lt;stas@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1b90b87f - MFC r204879:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/procstat/Makefile#1b90b87f</link>
        <description>MFC r204879:Teach procstat(1) to display some information about signal dispositionand pending/blocked status for signals.MFC r204880:Add file forgotten in r204879.

            List of files:
            /freebsd-14.2/usr.bin/procstat/Makefile</description>
        <pubDate>Mon, 22 Mar 2010 09:29:56 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>55f65cd9 - Teach procstat(1) to display some information about signal disposition</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/procstat/Makefile#55f65cd9</link>
        <description>Teach procstat(1) to display some information about signal dispositionand pending/blocked status for signals.Reviewed by:	rwatsonMFC after:	2 weeks

            List of files:
            /freebsd-14.2/usr.bin/procstat/Makefile</description>
        <pubDate>Mon, 08 Mar 2010 20:44:22 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b7946da9 - Build usr.bin/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/procstat/Makefile#b7946da9</link>
        <description>Build usr.bin/ with WARNS=6 by default.Also add some missing $FreeBSD$ to keep svn happy.

            List of files:
            /freebsd-14.2/usr.bin/procstat/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 10:27:05 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43151ee6 - Merge user/peter/kinfo branch as of r185547 into head.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/procstat/Makefile#43151ee6</link>
        <description>Merge user/peter/kinfo branch as of r185547 into head.This changes struct kinfo_filedesc and kinfo_vmentry such that they aresame on both 32 and 64 bit platforms like i386/amd64 and won&apos;t requiresysctl wrapping.Two new OIDs are assigned.  The old ones are available underCOMPAT_FREEBSD7 - but it isn&apos;t that simple.  The superceded interfacewas never actually released on 7.x.The other main change is to pack the data passed to userland via thesysctl.  kf_structsize and kve_structsize are reduced for the copyout.If you have a process with 100,000+ sockets open, the unpacked recordsrequire a 132MB+ copyout.  With packing, it is &quot;only&quot; ~35MB.  (Stillseriously unpleasant, but not quite as devastating).  A similar problemexists for the vmentry structure - have lots and lots of shared librariesand small mmaps and its copyout gets expensive too.My immediate problem is valgrind.  It traditionally achieves thisfunctionality by parsing procfs output, in a packed format.  Secondly, whentracing 32 bit binaries on amd64 under valgrind, it uses a cross compiled32 bit binary which ran directly into the differing data structures in 32vs 64 bit mode.  (valgrind uses this to track file descriptor operationsand this therefore affected every single 32 bit binary)I&apos;ve added two utility functions to libutil to unpack the structures intoa fixed record length and to make it a little more convenient to use.

            List of files:
            /freebsd-14.2/usr.bin/procstat/Makefile</description>
        <pubDate>Tue, 02 Dec 2008 06:50:26 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
