pjd c4ff8d28a9 Bring in libnv library for managing name/value pairs. The following types
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
2013-11-12 19:39:14 +00:00
..
2013-09-27 17:42:23 +00:00
2013-10-29 08:21:22 +00:00
2013-09-24 14:52:43 +00:00
2013-05-21 19:23:49 +00:00
2013-06-17 18:34:34 +00:00
2013-10-28 18:10:35 +00:00
2013-09-22 20:30:55 +00:00
2013-11-11 16:52:02 +00:00
2013-08-02 19:21:46 +00:00
2013-11-07 00:36:39 +00:00
2013-11-05 06:32:23 +00:00
2013-09-24 09:56:58 +00:00