freebsd-dev/lib/libnv
Mariusz Zaborski 0bb5e6ef80 Remove the nvlist_.*[fv] functions.
Those functions are problematic, because there is no way to report
memory allocation problems without complicating the API, so we can
either abort or potentially return invalid results. None of which is
acceptable.

In most cases the caller knows the size of the name, so he can allocate
buffer on the stack and use snprintf(3) to prepare the name.

After some discussion the conclusion is to removed those functions,
which also simplifies the API.

Discussed with: pjd, rstone
Approved by:	pjd (mentor)
2015-04-29 22:57:04 +00:00
..
tests Remove the use of nvlist_.*[fv] functions from tests. 2015-04-29 22:46:18 +00:00
common_impl.h
Makefile Remove the nvlist_.*[fv] functions. 2015-04-29 22:57:04 +00:00
msgio.c Remove the limit on descriptors that can be send in one nvlist. 2014-09-14 09:27:12 +00:00
msgio.h MFp4 @1189139: 2013-12-15 22:58:09 +00:00
nv.3 Add function to force an nvlist into the error state 2015-03-01 00:22:23 +00:00