<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libprocstat/core.c, branch release/11.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2018-03-29T02:50:57Z</updated>
<entry>
<title>Revert r330897:</title>
<updated>2018-03-29T02:50:57Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-29T02:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4ab2e064d7950be84256d671a7ae93f87cc6aa36'/>
<id>urn:sha1:4ab2e064d7950be84256d671a7ae93f87cc6aa36</id>
<content type='text'>
This was intended to be a non-functional change. It wasn't. The commit
message was thus wrong. In addition it broke arm, and merged crypto
related code.

Revert with prejudice.

This revert skips files touched in r316370 since that commit was since
MFCed. This revert also skips files that require $FreeBSD$ property
changes.

Thank you to those who helped me get out of this mess including but not
limited to gonzo, kevans, rgrimes.

Requested by: gjb (re)
</content>
</entry>
<entry>
<title>Partial merge of the SPDX changes</title>
<updated>2018-03-14T03:19:51Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-14T03:19:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=be5d0b9566b13fdf8cabebb63334cbec12bfc409'/>
<id>urn:sha1:be5d0b9566b13fdf8cabebb63334cbec12bfc409</id>
<content type='text'>
These changes are incomplete but are making it difficult
to determine what other changes can/should be merged.

No objections from:	pfg
</content>
</entry>
<entry>
<title>MFC r316286:</title>
<updated>2017-10-23T18:25:21Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2017-10-23T18:25:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=76fe1394564da491d556754bb602560437aaaa1d'/>
<id>urn:sha1:76fe1394564da491d556754bb602560437aaaa1d</id>
<content type='text'>
  Add support for capturing 'struct ptrace_lwpinfo' for signals resulting in a
  process dumping core in the corefile.

  Direct stable changed: Padding added to struct thread and td_si added to end
  with explicit bzeroing when forking/initializing a thread to preserve KBI.
</content>
</entry>
<entry>
<title>Embed revision id in the library.</title>
<updated>2013-04-21T17:10:10Z</updated>
<author>
<name>Mikolaj Golub</name>
<email>trociny@FreeBSD.org</email>
</author>
<published>2013-04-21T17:10:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b03e2d772987099120f10ccadedde269205cfb3c'/>
<id>urn:sha1:b03e2d772987099120f10ccadedde269205cfb3c</id>
<content type='text'>
MFC after:	29 days
</content>
</entry>
<entry>
<title>Add procstat_getauxv function to retrieve a process auxiliary vector.</title>
<updated>2013-04-20T08:10:47Z</updated>
<author>
<name>Mikolaj Golub</name>
<email>trociny@FreeBSD.org</email>
</author>
<published>2013-04-20T08:10:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2ff020d3c3de8d32dc8c413d07e4b1d5fa6ee766'/>
<id>urn:sha1:2ff020d3c3de8d32dc8c413d07e4b1d5fa6ee766</id>
<content type='text'>
MFC after:	1 month
</content>
</entry>
<entry>
<title>Extend libprocstat with functions to retrieve process command line</title>
<updated>2013-04-20T08:07:04Z</updated>
<author>
<name>Mikolaj Golub</name>
<email>trociny@FreeBSD.org</email>
</author>
<published>2013-04-20T08:07:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4482b5e320803848ddb826e071a17bae7148e1a8'/>
<id>urn:sha1:4482b5e320803848ddb826e071a17bae7148e1a8</id>
<content type='text'>
arguments and environment variables.

Suggested by:	stas
Reviewed by:	jhb and stas (initial version)
MFC after:	1 month
</content>
</entry>
<entry>
<title>Add procstat_getosrel function to retrieve a process osrel info.</title>
<updated>2013-04-20T08:03:56Z</updated>
<author>
<name>Mikolaj Golub</name>
<email>trociny@FreeBSD.org</email>
</author>
<published>2013-04-20T08:03:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=eec6cb1cf20290299c34bcab79119823f6ac7a1f'/>
<id>urn:sha1:eec6cb1cf20290299c34bcab79119823f6ac7a1f</id>
<content type='text'>
MFC after:	1 month
</content>
</entry>
<entry>
<title>Add procstat_getrlimit function to retrieve a process resource limits info.</title>
<updated>2013-04-20T07:59:44Z</updated>
<author>
<name>Mikolaj Golub</name>
<email>trociny@FreeBSD.org</email>
</author>
<published>2013-04-20T07:59:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7cc0ebfd10f73b2fdb7ef33a013ba38c4293d7ae'/>
<id>urn:sha1:7cc0ebfd10f73b2fdb7ef33a013ba38c4293d7ae</id>
<content type='text'>
MFC after:	1 month
</content>
</entry>
<entry>
<title>Add procstat_getumask function to retrieve a process umask.</title>
<updated>2013-04-20T07:57:08Z</updated>
<author>
<name>Mikolaj Golub</name>
<email>trociny@FreeBSD.org</email>
</author>
<published>2013-04-20T07:57:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5b9bcba971ab2c6bc9f1240e43ac8459e1de9075'/>
<id>urn:sha1:5b9bcba971ab2c6bc9f1240e43ac8459e1de9075</id>
<content type='text'>
MFC after:	1 month
</content>
</entry>
<entry>
<title>Add procstat_getgroups function to retrieve process groups.</title>
<updated>2013-04-20T07:54:07Z</updated>
<author>
<name>Mikolaj Golub</name>
<email>trociny@FreeBSD.org</email>
</author>
<published>2013-04-20T07:54:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7f1d14e6e67f6c42b23d598a811cb3593302f6c4'/>
<id>urn:sha1:7f1d14e6e67f6c42b23d598a811cb3593302f6c4</id>
<content type='text'>
MFC after:	1 month
</content>
</entry>
</feed>
