Re: svn commit: r245149 - stable/9/sys/libkern

2013-01-15 Thread Alexey Dokuchaev
On Tue, Jan 15, 2013 at 11:30:43PM +0800, Kevin Lo wrote: > On 2013/01/14 23:18, Alexey Dokuchaev wrote: > >>Log: > >> MFC r236899: > >> Fix unloading of libiconv module. > >Do you plan to MFC this to stable/8 as well? > > Done. Awesome, thanks! ./danfe __

Re: svn commit: r245149 - stable/9/sys/libkern

2013-01-15 Thread Kevin Lo
On 2013/01/14 23:18, Alexey Dokuchaev wrote: On Tue, Jan 08, 2013 at 04:43:20AM +, Kevin Lo wrote: New Revision: 245149 URL: http://svnweb.freebsd.org/changeset/base/245149 Log: MFC r236899: Fix unloading of libiconv module. Do you plan to MFC this to stable/8 as well? Done.

Re: svn commit: r245149 - stable/9/sys/libkern

2013-01-14 Thread Alexey Dokuchaev
On Tue, Jan 08, 2013 at 04:43:20AM +, Kevin Lo wrote: > New Revision: 245149 > URL: http://svnweb.freebsd.org/changeset/base/245149 > > Log: > MFC r236899: > > Fix unloading of libiconv module. Do you plan to MFC this to stable/8 as well? ./danfe __

svn commit: r245149 - stable/9/sys/libkern

2013-01-07 Thread Kevin Lo
Author: kevlo Date: Tue Jan 8 04:43:20 2013 New Revision: 245149 URL: http://svnweb.freebsd.org/changeset/base/245149 Log: MFC r236899: Fix unloading of libiconv module. Previously it would either loop infinitely or exit with error leaking a lock. Modified: stable/9/sys/libkern/ico