<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/procstat, branch releng/12.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2020-02-04T19:31:01Z</updated>
<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>
<entry>
<title>MFC r341448:</title>
<updated>2018-12-10T01:03:16Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2018-12-10T01:03:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2f4856d751ec6fd860d120482dec17c1a10805f6'/>
<id>urn:sha1:2f4856d751ec6fd860d120482dec17c1a10805f6</id>
<content type='text'>
Print type designator 'D' for the KF_TYPE_DEV files.
</content>
</entry>
<entry>
<title>Add a rudimentary test for procstat kstack.</title>
<updated>2018-08-02T16:03:47Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2018-08-02T16:03:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0dbdecfd4f23486da21345fe446a28a1c27db3f2'/>
<id>urn:sha1:0dbdecfd4f23486da21345fe446a28a1c27db3f2</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>Don't escape '?'s in protocol output.</title>
<updated>2018-01-23T20:07:51Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2018-01-23T20:07:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8b75008beaa887d35177b742c7606df0349c8ead'/>
<id>urn:sha1:8b75008beaa887d35177b742c7606df0349c8ead</id>
<content type='text'>
This isn't required by mandoc and is nonfunctional in groff.

PR:		224632
Reported by:	w.schwarzenfeld@utanet.at
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D13779
</content>
</entry>
<entry>
<title>various: general adoption of SPDX licensing ID tags.</title>
<updated>2017-11-27T15:37:16Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-27T15:37:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1de7b4b805ddbf2429da511c053686ac4591ed89'/>
<id>urn:sha1:1de7b4b805ddbf2429da511c053686ac4591ed89</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

No functional change intended.
</content>
</entry>
</feed>
