<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/sys/procctl.2, branch releng/11.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2019-03-01T11:30:19Z</updated>
<entry>
<title>MFC r344592:</title>
<updated>2019-03-01T11:30:19Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2019-03-01T11:30:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=328effd861694a819ce3e32a63f1e6b797ef8eb6'/>
<id>urn:sha1:328effd861694a819ce3e32a63f1e6b797ef8eb6</id>
<content type='text'>
procctl(2): fix -width parameter to .Bl.
</content>
</entry>
<entry>
<title>MFC r333521:</title>
<updated>2018-05-15T12:11:52Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2018-05-15T12:11:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=99c5fdbbf14d01c20ec2b58bdb6d8ecd425fc028'/>
<id>urn:sha1:99c5fdbbf14d01c20ec2b58bdb6d8ecd425fc028</id>
<content type='text'>
PROC_PDEATHSIG_CTL will appear first in 11.2.

Approved by:	re (marius)
</content>
</entry>
<entry>
<title>MFC r332740:</title>
<updated>2018-05-02T07:57:36Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2018-05-02T07:57:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=09ed7ec7664907c41d13533d6bedbcb221947199'/>
<id>urn:sha1:09ed7ec7664907c41d13533d6bedbcb221947199</id>
<content type='text'>
Add PROC_PDEATHSIG_SET to procctl interface.

MFC r332825:
Rename PROC_PDEATHSIG_SET -&gt; PROC_PDEATHSIG_CTL.

MFC r333067:
Remove redundant pipe from pdeathsig.c test.
</content>
</entry>
<entry>
<title>MFC r326122:</title>
<updated>2017-11-30T14:19:47Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2017-11-30T14:19:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e43f35de2146e6c90cbf011476867e2f3846f8fb'/>
<id>urn:sha1:e43f35de2146e6c90cbf011476867e2f3846f8fb</id>
<content type='text'>
Kill all descendants of the reaper, even if they are descendants of a
subordinate reaper.  Also, mark reapers when listing pids.

PR:	223745
</content>
</entry>
<entry>
<title>MFC r306257:</title>
<updated>2016-09-28T09:33:46Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2016-09-28T09:33:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9b4944a8199bba6df4580392881ebc8f9d851f43'/>
<id>urn:sha1:9b4944a8199bba6df4580392881ebc8f9d851f43</id>
<content type='text'>
Document r306081, i.e. procctl(PROC_TRAPCAP) and sysctl kern.trap_enocap.

MFC r306366:
Editing fixes for r306257, documentation for trapcap.
</content>
</entry>
<entry>
<title>Editing pass on procctl.2</title>
<updated>2015-08-21T02:42:14Z</updated>
<author>
<name>Benjamin Kaduk</name>
<email>bjk@FreeBSD.org</email>
</author>
<published>2015-08-21T02:42:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=328b9e0bca2459b08226526a30de9bb1a0a87841'/>
<id>urn:sha1:328b9e0bca2459b08226526a30de9bb1a0a87841</id>
<content type='text'>
Spell "descendant" correctly.

Grammar fixes.

Use correct width argument to Bl.

Use Po and Pc to avoid leaving a dangling '(' on the end of a line.
</content>
</entry>
<entry>
<title>If process becomes reaper (procctl(PROC_REAP_ACQUIRE)) while already</title>
<updated>2015-08-20T22:44:26Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2015-08-20T22:44:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=41d50cd6b781b4051bc32e5e3c25680670dacf66'/>
<id>urn:sha1:41d50cd6b781b4051bc32e5e3c25680670dacf66</id>
<content type='text'>
having some children, the children' reaper is not reset to the parent.
This allows for the situation where reaper has children but not
descendands and the too strict asserts in the reap_status() fire.

Remove the wrong asserts, add some clarification for the situation to
the procctl(2) REAP_STATUS.

Reported and tested by:	feld
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
</content>
</entry>
<entry>
<title>Reassign copyright statements on several files from Advanced</title>
<updated>2015-04-23T14:22:20Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2015-04-23T14:22:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=179fa75e6e218d71a85a6b17ccc231036a148543'/>
<id>urn:sha1:179fa75e6e218d71a85a6b17ccc231036a148543</id>
<content type='text'>
Computing Technologies LLC to Hudson River Trading LLC.

Approved by:	Hudson River Trading LLC (who owns ACT LLC)
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add procctl(2) PROC_TRACE_CTL command to enable or disable debugger</title>
<updated>2015-01-18T15:13:11Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2015-01-18T15:13:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=677258f7e72fcafc9ff820ba1cae482182b0014b'/>
<id>urn:sha1:677258f7e72fcafc9ff820ba1cae482182b0014b</id>
<content type='text'>
attachment to the process.  Note that the command is not intended to
be a security measure, rather it is an obfuscation feature,
implemented for parity with other operating systems.

Discussed with:	jilles, rwatson
Man page fixes by:	rwatson
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
</content>
</entry>
<entry>
<title>Various mdoc fixes and a few EOL whitespace removals.</title>
<updated>2014-12-21T12:36:36Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2014-12-21T12:36:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0aee91e1fb311f4f92779bb2c7ef0c1fe10d8d35'/>
<id>urn:sha1:0aee91e1fb311f4f92779bb2c7ef0c1fe10d8d35</id>
<content type='text'>
Found with:	mandoc -Tlint
</content>
</entry>
</feed>
