<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/sys, 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 r320801 MFS r320887:</title>
<updated>2017-07-11T05:49:42+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2017-07-11T05:49:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4576aba38152a32b4da29ff840af11c4c5bd5754'/>
<id>4576aba38152a32b4da29ff840af11c4c5bd5754</id>
<content type='text'>
Simplify language.

Approved by:	re (delphij)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify language.

Approved by:	re (delphij)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add MAP_GUARD and use it for stack grow area protection.</title>
<updated>2017-07-07T06:29:18+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2017-07-07T06:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=aadcaf1aac0be45a1692030ac5a887dc4bd0ee94'/>
<id>aadcaf1aac0be45a1692030ac5a887dc4bd0ee94</id>
<content type='text'>
Bump __FreeBSD_version.  This is an MFS of stable/11 r320666.

MFC r320317:
Implement address space guards.

MFC r320338:
Remove stale part of the comment.

MFC r320339:
Correctly handle small MAP_STACK requests.

MFC r320344:
For now, allow mprotect(2) over the guards to succeed regardless of
the requested protection.

MFC r320430:
Treat the addr argument for mmap(2) request without MAP_FIXED flag as
a hint.

MFC r320560 (by alc):
Modify vm_map_growstack() to protect itself from the possibility of the
gap entry in the vm map being smaller than the sysctl-derived stack guard
size.

Approved by:	re (delphij)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bump __FreeBSD_version.  This is an MFS of stable/11 r320666.

MFC r320317:
Implement address space guards.

MFC r320338:
Remove stale part of the comment.

MFC r320339:
Correctly handle small MAP_STACK requests.

MFC r320344:
For now, allow mprotect(2) over the guards to succeed regardless of
the requested protection.

MFC r320430:
Treat the addr argument for mmap(2) request without MAP_FIXED flag as
a hint.

MFC r320560 (by alc):
Modify vm_map_growstack() to protect itself from the possibility of the
gap entry in the vm map being smaller than the sysctl-derived stack guard
size.

Approved by:	re (delphij)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r320314:</title>
<updated>2017-06-27T10:09:00+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2017-06-27T10:09:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0be68c4afeabccad4b79290c3e6aa15480bf2028'/>
<id>0be68c4afeabccad4b79290c3e6aa15480bf2028</id>
<content type='text'>
Remove the description of MAP_HASSEMAPHORE.

Approved by:	re (marius)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the description of MAP_HASSEMAPHORE.

Approved by:	re (marius)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r320313:</title>
<updated>2017-06-27T09:42:56+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2017-06-27T09:42:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cde34cd00fe694b450b10cff2983056b28c7bbbb'/>
<id>cde34cd00fe694b450b10cff2983056b28c7bbbb</id>
<content type='text'>
Fix typo.

Approved by:	re (marius)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix typo.

Approved by:	re (marius)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC 319490: Remove stale cap_rights_get(2) manpage.</title>
<updated>2017-06-20T15:55:15+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2017-06-20T15:55:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e0fc433218da548d45e5426b2b12b4324f194bae'/>
<id>e0fc433218da548d45e5426b2b12b4324f194bae</id>
<content type='text'>
The documentation moved to section 3 several years ago, but
'man cap_rights_get' pulls up cap_rights_limit(2) (which is
MLINKed to cap_rights_get.2) instead of cap_rights_get(3).

Approved by:	re (gjb)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The documentation moved to section 3 several years ago, but
'man cap_rights_get' pulls up cap_rights_limit(2) (which is
MLINKed to cap_rights_get.2) instead of cap_rights_get(3).

Approved by:	re (gjb)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r320035:</title>
<updated>2017-06-19T07:15:47+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2017-06-19T07:15:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c17118ea4443ded16ce458b3feecd0e63ec2249e'/>
<id>c17118ea4443ded16ce458b3feecd0e63ec2249e</id>
<content type='text'>
Move the description of kern.kq_calloutmax sysctl into a new paragraph
for better presentation.

Approved by:	re (delphij)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the description of kern.kq_calloutmax sysctl into a new paragraph
for better presentation.

Approved by:	re (delphij)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r320034:</title>
<updated>2017-06-19T06:48:21+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2017-06-19T06:48:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=543da4d08681380fac9ddd4ad95bab9836e80920'/>
<id>543da4d08681380fac9ddd4ad95bab9836e80920</id>
<content type='text'>
Start a new sentence on the new line.

Approved by:	re (delphij)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Start a new sentence on the new line.

Approved by:	re (delphij)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r318765:</title>
<updated>2017-06-11T02:04:39+00:00</updated>
<author>
<name>Allan Jude</name>
<email>allanjude@FreeBSD.org</email>
</author>
<published>2017-06-11T02:04:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=68c019041cdfb42a2b1d43956b6171cea8f3470e'/>
<id>68c019041cdfb42a2b1d43956b6171cea8f3470e</id>
<content type='text'>
	Allow cpuset_{get,set}affinity in capabilities mode

Approved by:	re (marius)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Allow cpuset_{get,set}affinity in capabilities mode

Approved by:	re (marius)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r318816:</title>
<updated>2017-06-06T09:23:12+00:00</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2017-06-06T09:23:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7538684aafb1859f2f16249f2613893b4e4f64f7'/>
<id>7538684aafb1859f2f16249f2613893b4e4f64f7</id>
<content type='text'>
Don't end up manpage titles with a full stop.

Approved by:	re (marius)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't end up manpage titles with a full stop.

Approved by:	re (marius)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r319086:</title>
<updated>2017-05-31T09:23:21+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2017-05-31T09:23:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=65c662158f87b79bd2c4b551b20a4f646166cbc5'/>
<id>65c662158f87b79bd2c4b551b20a4f646166cbc5</id>
<content type='text'>
Mention that the basep argument to getdirentries(2) can be NULL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mention that the basep argument to getdirentries(2) can be NULL.
</pre>
</div>
</content>
</entry>
</feed>
