Pawel Jakub Dawidek 36da5199bb 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-11-08 14:33:41 +00:00
2013-01-01 18:29:25 +00:00
2013-11-12 12:23:54 +00:00
2013-10-30 15:46:50 +00:00
2013-10-25 05:25:19 +00:00
2012-06-02 08:47:26 +00:00
2012-04-18 07:02:53 +00:00
2013-10-28 14:47:33 +00:00
2013-09-08 10:04:26 +00:00
2013-05-30 08:02:00 +00:00
2013-05-12 22:22:12 +00:00
2012-10-18 15:39:29 +00:00
2013-05-12 22:22:12 +00:00
2013-09-05 12:21:11 +00:00