<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/sys, 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-04-12T15:15:27Z</updated>
<entry>
<title>MFC r345703:</title>
<updated>2019-04-12T15:15:27Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2019-04-12T15:15:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=df1b1afc355eb43abd04ea3d7764fabf21f85575'/>
<id>urn:sha1:df1b1afc355eb43abd04ea3d7764fabf21f85575</id>
<content type='text'>
Fix initial exec TLS mode for dynamically loaded shared objects.
</content>
</entry>
<entry>
<title>MFC r340455, r340525, r341598</title>
<updated>2019-03-21T21:56:03Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2019-03-21T21:56:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b6c816a57c374163607db19483ab029adb566c5b'/>
<id>urn:sha1:b6c816a57c374163607db19483ab029adb566c5b</id>
<content type='text'>
r340455:
fcntl.2: document an additional error condition

r340525:
mount_fusefs.8: expand HISTORY section

Note that fuse was available from ports long before joining the base system.
Also, update the upstream URL.

r341598:
stat(2): clarify which syscalls modify file timestamps

The list of syscalls that modify st_atim, st_mtim, and st_ctim was quite out
of date and probably not accurate to begin with.  Update it, and make it
clear that the list is open-ended.

Reviewed by:	kib
Differential Revision:	https://reviews.freebsd.org/D18410
</content>
</entry>
<entry>
<title>MFC r345087: Use consistent struct stat arg name in stat man page</title>
<updated>2019-03-20T03:50:45Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2019-03-20T03:50:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cb9430252f7d698fbb07739e2fe7a0059890582d'/>
<id>urn:sha1:cb9430252f7d698fbb07739e2fe7a0059890582d</id>
<content type='text'>
stat, lstat, and fstat use `*sb` as the stat struct pointer arg name,
while fstatat previously used `*buf`.
</content>
</entry>
<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 r339343,r343444:</title>
<updated>2019-02-12T02:57:34Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2019-02-12T02:57:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=37426f738c7d9d76ef4b253704f801635ed9668f'/>
<id>urn:sha1:37426f738c7d9d76ef4b253704f801635ed9668f</id>
<content type='text'>
r339343 (by allanjude):

Document that sendfile(2) can return ENOTCAPABLE

PR:		232207

r343444:

Document that `sendfile` will return an invalid value for `sbytes` if provided an invalid address

This is meant to clarify the fact that the system call will not fail
with -1/EFAULT, as one might expect, when reading the sendfile(2)
manpage today.

While here, pet the mandoc linter, when dealing with the section that
describes valid values for `flags`.

PR:		232210
Approved by:	jtl (mentor)
Differential Revision: https://reviews.freebsd.org/D19150
</content>
</entry>
<entry>
<title>MFC r343082:</title>
<updated>2019-01-25T11:46:07Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2019-01-25T11:46:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1096127ce8b01c04155a9f10de83ced78f3e2c29'/>
<id>urn:sha1:1096127ce8b01c04155a9f10de83ced78f3e2c29</id>
<content type='text'>
Implement shmat(2) flag SHM_REMAP.
</content>
</entry>
<entry>
<title>MFC r328433:</title>
<updated>2019-01-25T11:26:05Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2019-01-25T11:26:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f4d291e20d487f4ae32754f8b5dc3c40b3f327a4'/>
<id>urn:sha1:f4d291e20d487f4ae32754f8b5dc3c40b3f327a4</id>
<content type='text'>
EMFILE errno documented.
</content>
</entry>
<entry>
<title>MFC r342853:</title>
<updated>2019-01-14T07:25:44Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2019-01-14T07:25:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=abc5208a63acb338fcc06eda1a6c3e6f85027159'/>
<id>urn:sha1:abc5208a63acb338fcc06eda1a6c3e6f85027159</id>
<content type='text'>
Add a tunable which changes mincore(2) algorithm to only report data
from the local mapping.
</content>
</entry>
<entry>
<title>MFC r342816: thr_wake(2): Minor mdoc fixes</title>
<updated>2019-01-13T18:47:37Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2019-01-13T18:47:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=56478d9c1a89440a19e257e547430576d7981e7e'/>
<id>urn:sha1:56478d9c1a89440a19e257e547430576d7981e7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r312296 and r323254, which is new a socket option</title>
<updated>2018-09-12T18:52:18Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2018-09-12T18:52:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ad1ca389632cdb66d748263d04d3971c2b3eb79a'/>
<id>urn:sha1:ad1ca389632cdb66d748263d04d3971c2b3eb79a</id>
<content type='text'>
SO_TS_CLOCK to pick from several different clock sources to
return timestamps when SO_TIMESTAMP is enabled and two
new nanosecond-precision timestamp types. This also fixes
recvmsg32() system call to properly down-convert layout of the
64-bit structures to match what 32-bit app(s) expect.

Bump __FreeBSD_version to indicate presence of a new
functionality.

Differential Revision:	https://reviews.freebsd.org/D9171
</content>
</entry>
</feed>
