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-10-19 06:51:34 +00:00
2013-03-01 03:25:43 +00:00
2013-06-13 18:26:12 +00:00
2013-06-07 21:40:02 +00:00
2013-10-25 05:11:10 +00:00
2013-09-08 09:40:23 +00:00
2013-11-12 19:39:14 +00:00
2013-11-11 21:19:18 +00:00
2013-11-04 21:54:56 +00:00
2013-04-22 18:11:29 +00:00
2013-06-14 16:25:41 +00:00
2013-04-19 19:45:00 +00:00
2013-10-25 05:12:31 +00:00
2013-11-08 14:24:47 +00:00
2013-10-25 05:31:26 +00:00
2013-08-27 23:09:34 +00:00