<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/procstat, branch releng/12.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2021-02-21T09:44:36Z</updated>
<entry>
<title>procstat: distinguish vm map guards in procstat vm output.</title>
<updated>2021-02-21T09:44:36Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2021-02-14T00:37:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1946484bcc156f69a08203aabfab61a15e53bf55'/>
<id>urn:sha1:1946484bcc156f69a08203aabfab61a15e53bf55</id>
<content type='text'>
(cherry picked from commit 25c6318c7906f6f4e0c66ce16f81bdb830ba2e3b)
</content>
</entry>
<entry>
<title>MFC r366210:</title>
<updated>2020-10-04T00:40:28Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2020-10-04T00:40:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=06fd59ae48ee99fb911706ac7afe75607e27c35d'/>
<id>urn:sha1:06fd59ae48ee99fb911706ac7afe75607e27c35d</id>
<content type='text'>
Consistently use __FBSDID("FreeBSD") for ids in usr.bin/procstat.
</content>
</entry>
<entry>
<title>MFC r366237:</title>
<updated>2020-10-02T10:03:17Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2020-10-02T10:03:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2ecdc99092a63343a405c98e1a9bb23feec43306'/>
<id>urn:sha1:2ecdc99092a63343a405c98e1a9bb23feec43306</id>
<content type='text'>
procstat: Fix regression after 365880.
</content>
</entry>
<entry>
<title>MFC r365880:</title>
<updated>2020-09-25T12:54:42Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2020-09-25T12:54:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c9e888bdfe1c9646e024ed14da165f3072e965dd'/>
<id>urn:sha1:c9e888bdfe1c9646e024ed14da165f3072e965dd</id>
<content type='text'>
Add pargs, penv, pwdx commands and aliases to procstat(1).
</content>
</entry>
<entry>
<title>MFC r357268:</title>
<updated>2020-02-04T19:31:01Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2020-02-04T19:31:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=086d58ed343b9e1c78d88b3d97eef9ec89036f13'/>
<id>urn:sha1:086d58ed343b9e1c78d88b3d97eef9ec89036f13</id>
<content type='text'>
Merge r357260 from the clang1000-import branch:

Fix the following -Werror warning from clang 10.0.0 in procstat:

usr.bin/procstat/procstat_sigs.c:79:3: error: misleading indentation; statement is not part of the previous 'else' [-Werror,-Wmisleading-indentation]
                xo_close_container(name);
                ^
usr.bin/procstat/procstat_sigs.c:77:4: note: previous statement is here
        } else
          ^

The intent was to group the xo_close_container() call to the previous
snprintf() call.
</content>
</entry>
<entry>
<title>MFC r351819: procstat/tests: Fix flakiness by waiting for program to start</title>
<updated>2019-09-18T19:21:20Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2019-09-18T19:21:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c47438a13df086deec733050272ff9b8278b9841'/>
<id>urn:sha1:c47438a13df086deec733050272ff9b8278b9841</id>
<content type='text'>
Some of the procstat tests start a program "while1" and examine the process
using procstat, but did not wait properly for it to start (kill -0 will
succeed immediately after the child process has been created).

Instead, have "while1" write something when it starts, and use a fifo to
wait for that.

PR:		233587, 233588
</content>
</entry>
<entry>
<title>MFC r348887:</title>
<updated>2019-06-28T01:03:55Z</updated>
<author>
<name>Mitchell Horne</name>
<email>mhorne@FreeBSD.org</email>
</author>
<published>2019-06-28T01:03:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ed571da8a32c3d9d37dea55170e62d197a9b9341'/>
<id>urn:sha1:ed571da8a32c3d9d37dea55170e62d197a9b9341</id>
<content type='text'>
procstat: Recognize HWCAP and HWCAP2 with auxv command

Approved by:	markj (mentor, implicit)
</content>
</entry>
<entry>
<title>MFC r346571,r346572:</title>
<updated>2019-04-29T19:34:09Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2019-04-29T19:34:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1ce971762d0447035a9ab2ed9c7ab8b7bdc9a7e5'/>
<id>urn:sha1:1ce971762d0447035a9ab2ed9c7ab8b7bdc9a7e5</id>
<content type='text'>
Update the spelling of my name

Previous spellings of my name (NGie, Ngie) weren't my legal spelling. Use Enji
instead for clarity.

While here, remove "All Rights Reserved" from copyrights I "own".
</content>
</entry>
<entry>
<title>MFC r344823:</title>
<updated>2019-03-25T14:08:49Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-03-25T14:08:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=180fa920b3ff675bb79d138ce5e7bd8f01647410'/>
<id>urn:sha1:180fa920b3ff675bb79d138ce5e7bd8f01647410</id>
<content type='text'>
Show wiring state of map entries in procstat -v.
</content>
</entry>
<entry>
<title>MFC 339894: Teach procstat -x about the AT_EHDRFLAGS ELF auxiliary vector.</title>
<updated>2019-01-02T23:57:37Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2019-01-02T23:57:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7479443f24bc73de9e43214a5e7355d1a3b1b5c5'/>
<id>urn:sha1:7479443f24bc73de9e43214a5e7355d1a3b1b5c5</id>
<content type='text'>
</content>
</entry>
</feed>
