svn commit: r245482 - stable/9/crypto/openssl/crypto

2013-01-15 Thread Xin LI
Author: delphij Date: Wed Jan 16 00:45:05 2013 New Revision: 245482 URL: http://svnweb.freebsd.org/changeset/base/245482 Log: MFC r244975: Indicate that we are using OpenSSL with some local modifications. Modified: stable/9/crypto/openssl/crypto/opensslv.h Directory Properties: stable/

svn commit: r245481 - stable/9/crypto/openssl/crypto/bn

2013-01-15 Thread Xin LI
Author: delphij Date: Wed Jan 16 00:42:25 2013 New Revision: 245481 URL: http://svnweb.freebsd.org/changeset/base/245481 Log: MFC r244973: Integrate OpenSSL changeset 22950 (appro): bn_word.c: fix overflow bug in BN_add_word. Modified: stable/9/crypto/openssl/crypto/bn/bn_word

svn commit: r245462 - in stable/9: share/man/man5 share/mk tools/build/options usr.sbin usr.sbin/mtree

2013-01-15 Thread Brooks Davis
Author: brooks Date: Tue Jan 15 16:46:51 2013 New Revision: 245462 URL: http://svnweb.freebsd.org/changeset/base/245462 Log: MFC r244562,245241,245435 Add NetBSD's mtree to the tree and install it as nmtree. Always install our mtree as /usr/sbin/fmtree and link it as /usr/sbin/mtree

svn commit: r245461 - stable/9/lib

2013-01-15 Thread Brooks Davis
Author: brooks Date: Tue Jan 15 16:41:52 2013 New Revision: 245461 URL: http://svnweb.freebsd.org/changeset/base/245461 Log: MFC r244557: Add libnetbsd, a thin compatibility layer intended to allow a limited set of NetBSD software to compile as part of the FreeBSD build with little or n

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.

svn commit: r245451 - stable/9/usr.sbin/pkg

2013-01-15 Thread Baptiste Daroussin
Author: bapt Date: Tue Jan 15 09:14:18 2013 New Revision: 245451 URL: http://svnweb.freebsd.org/changeset/base/245451 Log: MFC r244553,244594,244608,244639 In preparation for making 'pkg -N' the one true method of determining whether a system has been configured to use pkgng, cause /usr/s