<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include, branch release/10.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2016-01-13T01:32:04Z</updated>
<entry>
<title>MFC r293491:</title>
<updated>2016-01-13T01:32:04Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2016-01-13T01:32:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=07ff9b0d14a1a359d4efdcac371ec510ef62a481'/>
<id>urn:sha1:07ff9b0d14a1a359d4efdcac371ec510ef62a481</id>
<content type='text'>
- Add the definition of CHARCLASS_NAME_MAX, as per POSIX.1-2001.
- Avoid namespace pollution and move definitions of _POSIX2_CHARCLASS_NAME_MAX
  and _POSIX2_COLL_WEIGHTS_MAX into the .2001 section.
  With input from bde.

Reviewed by:	bde
</content>
</entry>
<entry>
<title>MFC r292514:</title>
<updated>2015-12-27T00:37:04Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2015-12-27T00:37:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1fa294028aadae7d8580873cc2a7269441c82ce2'/>
<id>urn:sha1:1fa294028aadae7d8580873cc2a7269441c82ce2</id>
<content type='text'>
  addrinfo.ai_family is an address family, not a protocol family.

PR:		162434
</content>
</entry>
<entry>
<title>Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3).</title>
<updated>2015-12-25T11:17:21Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2015-12-25T11:17:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=daa8a0754e7474a97df59a33fa433d00397c2119'/>
<id>urn:sha1:daa8a0754e7474a97df59a33fa433d00397c2119</id>
<content type='text'>
PR:		198092
</content>
</entry>
<entry>
<title>MFC r284289,r288267:</title>
<updated>2015-12-04T18:59:20Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2015-12-04T18:59:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ea04617c944c324a92e1b4fd0f70177a495feb17'/>
<id>urn:sha1:ea04617c944c324a92e1b4fd0f70177a495feb17</id>
<content type='text'>
  r284289:
    Misc fixes from projects/bmake
  r288267:
    Remove redundant .NOPATH.
</content>
</entry>
<entry>
<title>MFC r289393:</title>
<updated>2015-12-04T18:14:31Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2015-12-04T18:14:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=677dfcac9f405eb023fb1a69ce77249e89210cf1'/>
<id>urn:sha1:677dfcac9f405eb023fb1a69ce77249e89210cf1</id>
<content type='text'>
  Add more SUBDIR_PARALLEL.
</content>
</entry>
<entry>
<title>MFC r285140:</title>
<updated>2015-12-01T18:19:23Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-12-01T18:19:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3d49a3c074ed1f5dc64deb77f8d53f0d6ab12c2e'/>
<id>urn:sha1:3d49a3c074ed1f5dc64deb77f8d53f0d6ab12c2e</id>
<content type='text'>
r285140 (by oshogbo):

Add fdclose(3) function.

This function is equivalent to fclose(3) function except that it
does not close the underlying file descriptor.
fdclose(3) is step forward to make FILE structure private.

Reviewed by:	wblock, jilles, jhb, pjd
Approved by:	pjd (mentor)
Differential Revision:	https://reviews.freebsd.org/D2697
</content>
</entry>
<entry>
<title>MFC: 	r289863,r289931,r290110,r290230,r290231,r290232</title>
<updated>2015-11-08T13:37:16Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2015-11-08T13:37:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8ebe0f53597789057018d353c2b38b45470ea16e'/>
<id>urn:sha1:8ebe0f53597789057018d353c2b38b45470ea16e</id>
<content type='text'>
r290232:

Microoptimize.

r290231:

Addition to prev. commit.
In some edge cases fp-&gt;_p can be changed in _sseek(), recalculate.

r290230:

Don't seek to the end if write buffer is empty (in append modes).
PR:     204156

r290110:

Add _flags2 per jhb@ suggestion since no room left in _flags.
Rewrite O_APPEND flag checking using new __S2OAP flag.

r289931:

According to POSIX, a write operation shall start at the current size of
the stream (if mode had 'a' as the first character).

r289863:

Since no room left in the _flags, reuse __SALC for O_APPEND.
It helps to remove _fcntl() call from _ftello() and optimize seek position
calculation in _swrite().
</content>
</entry>
<entry>
<title>MFC r275805:</title>
<updated>2015-04-30T16:08:47Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2015-04-30T16:08:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cb784c9f283e7e1908b76643109bd98a527a13c4'/>
<id>urn:sha1:cb784c9f283e7e1908b76643109bd98a527a13c4</id>
<content type='text'>
Fix incorrect type of "invalids" argument in __iconv() prototype.

MFC r281550,281591:

Remove the const qualifier from iconv(3) to comply with POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html

Adjust all code that calls iconv.

PR:		199099
</content>
</entry>
<entry>
<title>MFC r278600:</title>
<updated>2015-04-03T17:19:29Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2015-04-03T17:19:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=05771b590ee6d3d6f42503cbb0c573e3898a400e'/>
<id>urn:sha1:05771b590ee6d3d6f42503cbb0c573e3898a400e</id>
<content type='text'>
  Correct and clarify comment for __SMBF.
</content>
</entry>
<entry>
<title>MFC r278204:</title>
<updated>2015-03-24T08:24:55Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-03-24T08:24:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2d99ab2ea2c32d54a514238805031b2d26098d8e'/>
<id>urn:sha1:2d99ab2ea2c32d54a514238805031b2d26098d8e</id>
<content type='text'>
Sort the entries by build knob, then MACHINE_ARCH like other areas of the tree

Sponsored by: EMC / Isilon Storage Division
</content>
</entry>
</feed>
