Re: svn commit: r282257 - in head: lib/libnv sys/kern sys/sys

2015-04-30 Thread Bryan Drewery
On 4/30/2015 2:52 PM, Mariusz Zaborski wrote: > On 30 April 2015 at 20:28, Bryan Drewery > wrote: > > You should either bump the SHLIB_MAJOR or consider making this a > PRIVATELIB so it is not in the public /lib but in the private > /usr/lib/private or use

Re: svn commit: r282257 - in head: lib/libnv sys/kern sys/sys

2015-04-30 Thread Mariusz Zaborski
On 30 April 2015 at 20:28, Bryan Drewery wrote: > You should either bump the SHLIB_MAJOR or consider making this a > PRIVATELIB so it is not in the public /lib but in the private > /usr/lib/private or use symbol versioning. Being in /lib we must maintain ABI compatibility among the same shlib

Re: svn commit: r282257 - in head: lib/libnv sys/kern sys/sys

2015-04-30 Thread Bryan Drewery
On 4/29/2015 5:57 PM, Mariusz Zaborski wrote: > Author: oshogbo > Date: Wed Apr 29 22:57:04 2015 > New Revision: 282257 > URL: https://svnweb.freebsd.org/changeset/base/282257 > > Log: > Remove the nvlist_.*[fv] functions. > > Those functions are problematic, because there is no way to repo

svn commit: r282257 - in head: lib/libnv sys/kern sys/sys

2015-04-29 Thread Mariusz Zaborski
Author: oshogbo Date: Wed Apr 29 22:57:04 2015 New Revision: 282257 URL: https://svnweb.freebsd.org/changeset/base/282257 Log: Remove the nvlist_.*[fv] functions. Those functions are problematic, because there is no way to report memory allocation problems without complicating the API, so