<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/lib/libc/xdr, branch stable/6</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=stable%2F6</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=stable%2F6'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2008-04-24T10:46:25Z</updated>
<entry>
<title>MFC: kernel-mode NFS lock manager.</title>
<updated>2008-04-24T10:46:25Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2008-04-24T10:46:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a00f27bf3c371e363f050e8f9f7fe6c866b1a98d'/>
<id>urn:sha1:a00f27bf3c371e363f050e8f9f7fe6c866b1a98d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable building with LIBC_SCCS defined.</title>
<updated>2004-10-16T06:32:43Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2004-10-16T06:32:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a9bdcd3711af3df1131ef95d45b810c28b3941f6'/>
<id>urn:sha1:a9bdcd3711af3df1131ef95d45b810c28b3941f6</id>
<content type='text'>
Bug submitted by:	Andrea Campi &lt;andrea+freebsd_current@webcom.it&gt;
</content>
</entry>
<entry>
<title>We use __arm__, not __arm32__.</title>
<updated>2004-05-14T11:51:22Z</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2004-05-14T11:51:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1d7c6c331170245ef103514c9cf98abe3a83e36b'/>
<id>urn:sha1:1d7c6c331170245ef103514c9cf98abe3a83e36b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>When writing/reading longs use explicit 32bit temporary values.</title>
<updated>2004-01-24T01:23:30Z</updated>
<author>
<name>Martin Blapp</name>
<email>mbr@FreeBSD.org</email>
</author>
<published>2004-01-24T01:23:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=09c37f5de6504c70e38cfb0dd90cece5180c90da'/>
<id>urn:sha1:09c37f5de6504c70e38cfb0dd90cece5180c90da</id>
<content type='text'>
MFNetBSD rev. 1.15 + rev 1.16

PR:		bin/60901
Submitted by:	Logan Gabriel &lt;gersh@sonn.com&gt;
Obtained from:	NetBSD
</content>
</entry>
<entry>
<title>Fix amd(8) clients, if a FreeBSD mountd(8) server is used.</title>
<updated>2003-05-28T09:13:09Z</updated>
<author>
<name>Martin Blapp</name>
<email>mbr@FreeBSD.org</email>
</author>
<published>2003-05-28T09:13:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=22e4d31a81e3c2d663c2c6302d3c2b2af3526222'/>
<id>urn:sha1:22e4d31a81e3c2d663c2c6302d3c2b2af3526222</id>
<content type='text'>
Remove the special treatment of non-blocking mode in
the "look ahead function" xdrrec_eof(). It currently
assumes that the last read() in a row of several reads
does not have zero lenght. If this is the case, svc_vc_stat()
does return XPRT_MOREREQS, and the RPC-request aborts because
there is no data to read anymore.

To fix this, go back to the original version of the code
for non-blocking mode until NetBSD comes up with another
possible fix like this one in xdrrec_eof()

	if (rstrm-&gt;last_frag &amp;&amp; rstrm-&gt;in_finger == rstrm-&gt;in_boundry) {
		return TRUE;
	}

Return always FALSE in set_input_fragment() for non-blocking
mode. Since this was not used in FreeBSD, I omitted it at the
first time. Now we use this function and we should always
return FALSE for it.

Reviewed by:	rwatson
Approved by:	re
</content>
</entry>
<entry>
<title>Add __amd64__ to the list of things that use IEEEFP</title>
<updated>2003-04-30T19:32:25Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-04-30T19:32:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f7f1bb1485525f5c604997d5177b8dbeb9a1536e'/>
<id>urn:sha1:f7f1bb1485525f5c604997d5177b8dbeb9a1536e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up some signed/unsigned issues in the XDR code.</title>
<updated>2003-03-07T13:19:40Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2003-03-07T13:19:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d7f15c948f3f6c25f301c074a0c581d0eb4e03d5'/>
<id>urn:sha1:d7f15c948f3f6c25f301c074a0c581d0eb4e03d5</id>
<content type='text'>
Obtained from:	OpenBSD
</content>
</entry>
<entry>
<title>Eliminate 19 warnings in libc (at level WARNS=2) of the</title>
<updated>2003-02-27T13:40:01Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2003-02-27T13:40:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2bbd7cf8204609d07c36511f2a57ca282f05b6f2'/>
<id>urn:sha1:2bbd7cf8204609d07c36511f2a57ca282f05b6f2</id>
<content type='text'>
`implicit declaration of function' variety.
</content>
</entry>
<entry>
<title>Reset the record lenght and received bytes once a record</title>
<updated>2003-01-27T22:19:32Z</updated>
<author>
<name>Martin Blapp</name>
<email>mbr@FreeBSD.org</email>
</author>
<published>2003-01-27T22:19:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=40525d3debff0cc5e5d3175efd1492d5ef3efaa1'/>
<id>urn:sha1:40525d3debff0cc5e5d3175efd1492d5ef3efaa1</id>
<content type='text'>
is finished. This fixes clients doing two RPCs over the
same connection at the same time. Without this fix, we
could end with a reply to old data.

Submitted by:	Frank van der Linden &lt;fvdl@netbsd.org&gt;
Reviewed by:	rwatson
Obtained from:	NetBSD
</content>
</entry>
<entry>
<title>Implement non-blocking tcp-connections.</title>
<updated>2003-01-16T07:13:51Z</updated>
<author>
<name>Martin Blapp</name>
<email>mbr@FreeBSD.org</email>
</author>
<published>2003-01-16T07:13:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=08497c026ce2b54dadb727e04f08b26f2ecb7663'/>
<id>urn:sha1:08497c026ce2b54dadb727e04f08b26f2ecb7663</id>
<content type='text'>
Reviewed by:	rwatson
Obtained from:	NetBSD
MFC after:	1 day
</content>
</entry>
</feed>
