<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc, branch releng/4.9</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.9</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.9'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-10-22T20:36:28Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4_9'.</title>
<updated>2003-10-22T20:36:28Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-10-22T20:36:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fc871bad453b9a069f31c4931af59a89e7f8905e'/>
<id>urn:sha1:fc871bad453b9a069f31c4931af59a89e7f8905e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: 1.17, 1.18, 1.24, 1.28.</title>
<updated>2003-09-26T07:55:18Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-09-26T07:55:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8242b22ae1a8109da29e300db15e6d4c074f9b73'/>
<id>urn:sha1:8242b22ae1a8109da29e300db15e6d4c074f9b73</id>
<content type='text'>
Urged by:	Sergey Benner &lt;sigurd@sunbay.com&gt;
Approved by:	re (blanket)
</content>
</entry>
<entry>
<title>MFC of revision 1.22:</title>
<updated>2003-09-17T14:28:21Z</updated>
<author>
<name>Ollivier Robert</name>
<email>roberto@FreeBSD.org</email>
</author>
<published>2003-09-17T14:28:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f15dc20ce061ae54803a05da5b5a70fa21503311'/>
<id>urn:sha1:f15dc20ce061ae54803a05da5b5a70fa21503311</id>
<content type='text'>
Document the fact that send(2) can return EPIPE (like when a socket is not
connected).

PR:             docs/56683
Submitted by:   Chris S.J. Peron &lt;maneo@bsdpro.com&gt;
Approved by:    re (bmah)
</content>
</entry>
<entry>
<title>MFC: sync with NetBSD -- sl_add() now returns an int.</title>
<updated>2003-08-28T22:13:04Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-28T22:13:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ff0ec8acc0bc869380e8b2de877d79e92d195ce6'/>
<id>urn:sha1:ff0ec8acc0bc869380e8b2de877d79e92d195ce6</id>
<content type='text'>
Approved by:	murray
</content>
</entry>
<entry>
<title>MFC revision 1.22: When size is 1 should just null terminate the string.</title>
<updated>2003-08-27T18:20:57Z</updated>
<author>
<name>Kelly Yancey</name>
<email>kbyanc@FreeBSD.org</email>
</author>
<published>2003-08-27T18:20:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=de58aa68b0f730dba431bbab8f7aad866fba6612'/>
<id>urn:sha1:de58aa68b0f730dba431bbab8f7aad866fba6612</id>
<content type='text'>
This fix has the side effect of making vsnprintf() properly return the
length of the string that would have been created if the buffer were
infinite length when the passed size is 1.  Previously, it would
erroniously return 0 which causes auto-extending sbufs to misbehave in
userland apps linked against libsbuf.

Approved by:	re (jhb)
</content>
</entry>
<entry>
<title>MFC: add support for using kqueue to watch bpf sockets.</title>
<updated>2003-08-21T23:50:54Z</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>2003-08-21T23:50:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b08280f6a276147549756a1bbd95aee99a09b4f7'/>
<id>urn:sha1:b08280f6a276147549756a1bbd95aee99a09b4f7</id>
<content type='text'>
v1.33 lib/libc/sys/kqueue.2
v1.113 sys/net/bpf.c
v1.23 sys/net/bpfdesc.h

Submitted by:	Brian Buchanan of nCircle
</content>
</entry>
<entry>
<title>MFC:	Makefile.inc 1.33, index(3) 1.8 + 1.9, rindex(3) 1.9,</title>
<updated>2003-08-12T21:03:38Z</updated>
<author>
<name>Simon L. B. Nielsen</name>
<email>simon@FreeBSD.org</email>
</author>
<published>2003-08-12T21:03:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e0aaeff77dd9fecc6c4cc28a939c840555131d51'/>
<id>urn:sha1:e0aaeff77dd9fecc6c4cc28a939c840555131d51</id>
<content type='text'>
	strchr(3) 1.9 + 1.10, strrchr(3) 1.10

* Merge index(3) and rindex(3) to index(3) since the two functions are
  almost identical.
* Merge strchr(3) and strrchr(3) to strchr(3) since the two functions
  are almost identical.
* Make the wording of index(3) and strchr(3) more similar.
* mdoc(7) cleanup.
</content>
</entry>
<entry>
<title>MFC: Remove bogus "temporary" gethostbyaddr_r implementation</title>
<updated>2003-08-11T01:08:48Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2003-08-11T01:08:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6eee7effd58c7be2142ad1ca6cc9ea1c62c4e6ba'/>
<id>urn:sha1:6eee7effd58c7be2142ad1ca6cc9ea1c62c4e6ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2003-08-10T11:36:43Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-08-10T11:36:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=29d94a0479a7390a6f974ee302e66f9f32cce8b7'/>
<id>urn:sha1:29d94a0479a7390a6f974ee302e66f9f32cce8b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Revision 1.23: Document ENOSPC.</title>
<updated>2003-08-10T05:30:42Z</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2003-08-10T05:30:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=060fec9a5c8a45e228c1c0fa300a5d34ed54a683'/>
<id>urn:sha1:060fec9a5c8a45e228c1c0fa300a5d34ed54a683</id>
<content type='text'>
</content>
</entry>
</feed>
