<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/rpc, branch release/4.6.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.</title>
<updated>2002-07-03T13:01:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-07-03T13:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=db0a3b09965d55f9dee7a58fb04e31df42b6ae73'/>
<id>db0a3b09965d55f9dee7a58fb04e31df42b6ae73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct some dumb behaviour in clnt_broadcast(), where it would</title>
<updated>2002-06-30T23:34:58+00:00</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2002-06-30T23:34:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c8fe120f044a5456244dff47db0d99ccdca42cab'/>
<id>c8fe120f044a5456244dff47db0d99ccdca42cab</id>
<content type='text'>
give up and return an error if sending to any interface failed. If
an interface that comes early in the list is in a state where all
sends fail, clnt_broadcast() might never get to the interfaces that
matter. Instead, only fail if all sends are unsuccessful.

This is not an MFC; -CURRENT uses the TI-RPC code, which does not
have this bug.

PR:		misc/34842
Submitted by:	Per Hedeland &lt;per@bluetail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
give up and return an error if sending to any interface failed. If
an interface that comes early in the list is in a state where all
sends fail, clnt_broadcast() might never get to the interfaces that
matter. Instead, only fail if all sends are unsuccessful.

This is not an MFC; -CURRENT uses the TI-RPC code, which does not
have this bug.

PR:		misc/34842
Submitted by:	Per Hedeland &lt;per@bluetail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Reduce gratuitous diffs to -CURRENT.</title>
<updated>2001-12-14T18:34:06+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-12-14T18:34:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d43ba9a6c11b67f36d3ed95ec03b95462069c014'/>
<id>d43ba9a6c11b67f36d3ed95ec03b95462069c014</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PR:</title>
<updated>2001-09-05T22:29:23+00:00</updated>
<author>
<name>David E. Cross</name>
<email>dec@FreeBSD.org</email>
</author>
<published>2001-09-05T22:29:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7cbfc853aacba7fc7b08d7ef017c5ce294f8818a'/>
<id>7cbfc853aacba7fc7b08d7ef017c5ce294f8818a</id>
<content type='text'>
Submitted by:	&lt;crossd@cs.rpi.edu&gt;
Reviewed by:	&lt;re@freebsd.org&gt;
Approved by:	&lt;re@freebsd.org&gt;
Obtained from:	&lt;crossd@cs.rpi.edu&gt;
MFC after:	N/A, -CURRENT no longer uses this code
The patch in 1.28.2.1 was in error.  It used FD_ZERO on the fds (fdset)
structure, but this is a dunamically allocated array that is only as
big as it needs to be. The result of calling FD_ZERO on it would be that
it would either overwrite random data in the data-segment, happen to
be just the right size and work correctly, or not zero out all of the
data it was supposed to.  The first case is far more likely (and damaging).

This code has been in extensive testing here.  And was approved by the
release engineers for this last minute push.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	&lt;crossd@cs.rpi.edu&gt;
Reviewed by:	&lt;re@freebsd.org&gt;
Approved by:	&lt;re@freebsd.org&gt;
Obtained from:	&lt;crossd@cs.rpi.edu&gt;
MFC after:	N/A, -CURRENT no longer uses this code
The patch in 1.28.2.1 was in error.  It used FD_ZERO on the fds (fdset)
structure, but this is a dunamically allocated array that is only as
big as it needs to be. The result of calling FD_ZERO on it would be that
it would either overwrite random data in the data-segment, happen to
be just the right size and work correctly, or not zero out all of the
data it was supposed to.  The first case is far more likely (and damaging).

This code has been in extensive testing here.  And was approved by the
release engineers for this last minute push.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: markup and misc fixes.</title>
<updated>2001-08-17T15:43:08+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-08-17T15:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a8510bf414fba1220ac5eaee5b652a5813ca34ec'/>
<id>a8510bf414fba1220ac5eaee5b652a5813ca34ec</id>
<content type='text'>
Approved by:	re
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: fix double 'the'</title>
<updated>2001-07-24T08:31:48+00:00</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2001-07-24T08:31:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=dcb757a90dbf2fa76662156db514b0bedd27f6aa'/>
<id>dcb757a90dbf2fa76662156db514b0bedd27f6aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: remove whitespace at EOL.</title>
<updated>2001-07-22T12:07:25+00:00</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-07-22T12:07:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b5cf87e26a33fe12c8e2238149b5896b328f7fe2'/>
<id>b5cf87e26a33fe12c8e2238149b5896b328f7fe2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: remove duplicate words.</title>
<updated>2001-07-22T10:14:52+00:00</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-07-22T10:14:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fe0df0b0b5e72a1bbac9223d22c456f6f33094be'/>
<id>fe0df0b0b5e72a1bbac9223d22c456f6f33094be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Add the new clnt_control() request `CLSET_CONNECT', which</title>
<updated>2001-06-28T21:44:27+00:00</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2001-06-28T21:44:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=03d48ce7bd656e05c9219f03a6a10037cc8f1176'/>
<id>03d48ce7bd656e05c9219f03a6a10037cc8f1176</id>
<content type='text'>
allows a UDP RPC client to specify that connect(2) should be used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
allows a UDP RPC client to specify that connect(2) should be used.
</pre>
</div>
</content>
</entry>
<entry>
<title>svctcp_create can't fail at creating a udp socket since it didn't try.</title>
<updated>2001-06-09T23:50:37+00:00</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-06-09T23:50:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=13cd6d033291db86df40dfe5be76524deee48281'/>
<id>13cd6d033291db86df40dfe5be76524deee48281</id>
<content type='text'>
PR:		10894
Submitted by:	Erik E. Rantapaa &lt;rantapaa@uswest.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		10894
Submitted by:	Erik E. Rantapaa &lt;rantapaa@uswest.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
