<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/sys/procctl.2, branch release/11.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r306257:</title>
<updated>2016-09-28T09:33:46+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2016-09-28T09:33:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9b4944a8199bba6df4580392881ebc8f9d851f43'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document r306081, i.e. procctl(PROC_TRAPCAP) and sysctl kern.trap_enocap.

MFC r306366:
Editing fixes for r306257, documentation for trapcap.
</pre>
</div>
</content>
</entry>
<entry>
<title>Editing pass on procctl.2</title>
<updated>2015-08-21T02:42:14+00:00</updated>
<author>
<name>Benjamin Kaduk</name>
<email>bjk@FreeBSD.org</email>
</author>
<published>2015-08-21T02:42:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=328b9e0bca2459b08226526a30de9bb1a0a87841'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>If process becomes reaper (procctl(PROC_REAP_ACQUIRE)) while already</title>
<updated>2015-08-20T22:44:26+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2015-08-20T22:44:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=41d50cd6b781b4051bc32e5e3c25680670dacf66'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Reassign copyright statements on several files from Advanced</title>
<updated>2015-04-23T14:22:20+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2015-04-23T14:22:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=179fa75e6e218d71a85a6b17ccc231036a148543'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Computing Technologies LLC to Hudson River Trading LLC.

Approved by:	Hudson River Trading LLC (who owns ACT LLC)
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Add procctl(2) PROC_TRACE_CTL command to enable or disable debugger</title>
<updated>2015-01-18T15:13:11+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2015-01-18T15:13:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=677258f7e72fcafc9ff820ba1cae482182b0014b'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Various mdoc fixes and a few EOL whitespace removals.</title>
<updated>2014-12-21T12:36:36+00:00</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2014-12-21T12:36:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0aee91e1fb311f4f92779bb2c7ef0c1fe10d8d35'/>
<id>0aee91e1fb311f4f92779bb2c7ef0c1fe10d8d35</id>
<content type='text'>
Found with:	mandoc -Tlint
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found with:	mandoc -Tlint
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump Dd for r275846</title>
<updated>2014-12-17T01:36:00+00:00</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2014-12-17T01:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4bb90cbe182a382dda8c45b45312d6e23fc01577'/>
<id>4bb90cbe182a382dda8c45b45312d6e23fc01577</id>
<content type='text'>
MFC after:	3 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	3 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some additional clarification and fix a few gammer nits.</title>
<updated>2014-12-17T01:32:27+00:00</updated>
<author>
<name>Kirk McKusick</name>
<email>mckusick@FreeBSD.org</email>
</author>
<published>2014-12-17T01:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=27ae6f4af7fb2f63316b4c7668041543de5af11b'/>
<id>27ae6f4af7fb2f63316b4c7668041543de5af11b</id>
<content type='text'>
Reviewed by: kib
MFC after:   3 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by: kib
MFC after:   3 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a facility for non-init process to declare itself the reaper of</title>
<updated>2014-12-15T12:01:42+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2014-12-15T12:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=237623b02808af9a7e6f7476746b7db93367bc61'/>
<id>237623b02808af9a7e6f7476746b7db93367bc61</id>
<content type='text'>
the orphaned descendants.  Base of the API is modelled after the same
feature from the DragonFlyBSD.

Requested by:	bapt
Reviewed by:	jilles (previous version)
Tested by:	pho
Sponsored by:	The FreeBSD Foundation
MFC after:	3 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the orphaned descendants.  Base of the API is modelled after the same
feature from the DragonFlyBSD.

Requested by:	bapt
Reviewed by:	jilles (previous version)
Tested by:	pho
Sponsored by:	The FreeBSD Foundation
MFC after:	3 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a typo.</title>
<updated>2014-07-09T01:33:35+00:00</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2014-07-09T01:33:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d3fe75eb62245e1d9377aea73d60ba7851f674b3'/>
<id>d3fe75eb62245e1d9377aea73d60ba7851f674b3</id>
<content type='text'>
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	3 days
</pre>
</div>
</content>
</entry>
</feed>
