<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libnv/msgio.c, branch upstream/11.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Remove the limit on descriptors that can be send in one nvlist.</title>
<updated>2014-09-14T09:27:12+00:00</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2014-09-14T09:27:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=586c5854a5c2893f9875d18339f3ed32639cdc46'/>
<id>586c5854a5c2893f9875d18339f3ed32639cdc46</id>
<content type='text'>
Submitted by:	Mariusz Zaborski
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Mariusz Zaborski
</pre>
</div>
</content>
</entry>
<entry>
<title>Assert input arguments to buf_send() and buf_recv().</title>
<updated>2014-02-02T19:06:00+00:00</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2014-02-02T19:06:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3d34ecea9ae8eae5616bf7f0c15a73e425f0ff8b'/>
<id>3d34ecea9ae8eae5616bf7f0c15a73e425f0ff8b</id>
<content type='text'>
Submitted by:	Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix sending empty nvlist.</title>
<updated>2014-02-02T19:03:52+00:00</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2014-02-02T19:03:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7f7fe890a5a687075c40a764584e5a0e29a4d833'/>
<id>7f7fe890a5a687075c40a764584e5a0e29a4d833</id>
<content type='text'>
Submitted by:	Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MFp4 @1189139:</title>
<updated>2013-12-15T22:58:09+00:00</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2013-12-15T22:58:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=518eeaeeca43dd69fd4e9cd2ca10dc5788535a6c'/>
<id>518eeaeeca43dd69fd4e9cd2ca10dc5788535a6c</id>
<content type='text'>
Get rid of the msg_peek() function, which has a problem.  If there was less
data in the socket buffer than requested by the caller, the function would busy
loop, as select(2) will always return immediately.

We can just receive nvlhdr now, because some time ago we splitted receive of
data from the receive of descriptors.

MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Get rid of the msg_peek() function, which has a problem.  If there was less
data in the socket buffer than requested by the caller, the function would busy
loop, as select(2) will always return immediately.

We can just receive nvlhdr now, because some time ago we splitted receive of
data from the receive of descriptors.

MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Bring in libnv library for managing name/value pairs. The following types</title>
<updated>2013-11-12T19:39:14+00:00</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2013-11-12T19:39:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=36da5199bbd36b93cb5a52708ffcc2848a6637a6'/>
<id>36da5199bbd36b93cb5a52708ffcc2848a6637a6</id>
<content type='text'>
are currently supported:

- NV_TYPE_NULL - only name, no data;
- NV_TYPE_BOOL - boolean (true or false);
- NV_TYPE_NUMBER - 64bit unsigned integer;
- NV_TYPE_STRING - C string;
- NV_TYPE_NVLIST - nested nvlist;
- NV_TYPE_DESCRIPTOR - file descriptor;
- NV_TYPE_BINARY - binary data.

For detailed documentation and examples see nv(3) manual page.

Sponsored by:	The FreeBSD Foundation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
are currently supported:

- NV_TYPE_NULL - only name, no data;
- NV_TYPE_BOOL - boolean (true or false);
- NV_TYPE_NUMBER - 64bit unsigned integer;
- NV_TYPE_STRING - C string;
- NV_TYPE_NVLIST - nested nvlist;
- NV_TYPE_DESCRIPTOR - file descriptor;
- NV_TYPE_BINARY - binary data.

For detailed documentation and examples see nv(3) manual page.

Sponsored by:	The FreeBSD Foundation
</pre>
</div>
</content>
</entry>
</feed>
