<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libnv/msgio.c, branch releng/12.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-11-26T02:00:33Z</updated>
<entry>
<title>lib: further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-26T02:00:33Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-26T02:00:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5e53a4f90f82c4345f277dd87cc9292f26e04a29'/>
<id>urn:sha1:5e53a4f90f82c4345f277dd87cc9292f26e04a29</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using mis-identified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
</content>
</entry>
<entry>
<title>Remove redundant initialization. Don't use variable - just return the value.</title>
<updated>2017-09-21T10:00:16Z</updated>
<author>
<name>Mariusz Zaborski</name>
<email>oshogbo@FreeBSD.org</email>
</author>
<published>2017-09-21T10:00:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=08016b31854e031ee42dd841fe0e717927210397'/>
<id>urn:sha1:08016b31854e031ee42dd841fe0e717927210397</id>
<content type='text'>
Make scan-build happy by casting to 'void *' instead of 'void **'.

Submitted by:	pjd@
MFC after:	1 month
Found by:	scan-build and cppcheck
Sponsored by:	Wheel Systems
</content>
</entry>
<entry>
<title>Remove the limit on descriptors that can be send in one nvlist.</title>
<updated>2014-09-14T09:27:12Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2014-09-14T09:27:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=586c5854a5c2893f9875d18339f3ed32639cdc46'/>
<id>urn:sha1:586c5854a5c2893f9875d18339f3ed32639cdc46</id>
<content type='text'>
Submitted by:	Mariusz Zaborski
</content>
</entry>
<entry>
<title>Assert input arguments to buf_send() and buf_recv().</title>
<updated>2014-02-02T19:06:00Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2014-02-02T19:06:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3d34ecea9ae8eae5616bf7f0c15a73e425f0ff8b'/>
<id>urn:sha1:3d34ecea9ae8eae5616bf7f0c15a73e425f0ff8b</id>
<content type='text'>
Submitted by:	Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;
</content>
</entry>
<entry>
<title>Fix sending empty nvlist.</title>
<updated>2014-02-02T19:03:52Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2014-02-02T19:03:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f7fe890a5a687075c40a764584e5a0e29a4d833'/>
<id>urn:sha1:7f7fe890a5a687075c40a764584e5a0e29a4d833</id>
<content type='text'>
Submitted by:	Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;
</content>
</entry>
<entry>
<title>MFp4 @1189139:</title>
<updated>2013-12-15T22:58:09Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2013-12-15T22:58:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=518eeaeeca43dd69fd4e9cd2ca10dc5788535a6c'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Bring in libnv library for managing name/value pairs. The following types</title>
<updated>2013-11-12T19:39:14Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2013-11-12T19:39:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=36da5199bbd36b93cb5a52708ffcc2848a6637a6'/>
<id>urn:sha1: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>
</entry>
</feed>
