svn commit: r262331 - in head: sys/boot/userboot sys/boot/userboot/userboot sys/boot/userboot/zfs usr.sbin/bhyveload

2014-02-21 Thread Peter Grehan
Author: grehan Date: Sat Feb 22 07:18:06 2014 New Revision: 262331 URL: http://svnweb.freebsd.org/changeset/base/262331 Log: ZFS boot support for bhyveload. Modelled after the i386 zfsloader. However, with no 2nd stage zfsboot to search for a bootable dataset, attempt a ZFS boot if ther

svn commit: r262330 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/dtrace

2014-02-21 Thread Mark Johnston
Author: markj Date: Sat Feb 22 05:18:55 2014 New Revision: 262330 URL: http://svnweb.freebsd.org/changeset/base/262330 Log: 1452 DTrace buffer autoscaling should be less violent illumos/illumos-gate@6fb4854bed54ce82bd8610896b64ddebcd4af706 This fixes the tst.resize1.d and tst.resize2.d

svn commit: r262329 - head/sys/cddl/compat/opensolaris/sys

2014-02-21 Thread Mark Johnston
Author: markj Date: Sat Feb 22 05:13:35 2014 New Revision: 262329 URL: http://svnweb.freebsd.org/changeset/base/262329 Log: Define the KM_NORMALPRI flag for kmem_alloc(), as it is used in some upstream DTrace code. It indicates that the kernel memory allocator need not attempt to satisfy non

svn commit: r262328 - head/sys/kern

2014-02-21 Thread Bryan Drewery
Author: bdrewery Date: Sat Feb 22 04:28:49 2014 New Revision: 262328 URL: http://svnweb.freebsd.org/changeset/base/262328 Log: Fix style of comment blocks. Reported by: peter Approved by: bapt (mentor, implicit) X-MFC with: r262006 Modified: head/sys/kern/kern_descrip.c Modified

svn commit: r262327 - head/sys/boot/fdt

2014-02-21 Thread Ian Lepore
Author: ian Date: Sat Feb 22 03:36:45 2014 New Revision: 262327 URL: http://svnweb.freebsd.org/changeset/base/262327 Log: Look for both fdtaddr and fdt_addr env var names. Grepping the u-boot source shows that board vendors seem to be about evenly split on this. This commit is a trivial

svn commit: r262326 - head/sys/boot/fdt

2014-02-21 Thread Ian Lepore
Author: ian Date: Sat Feb 22 03:29:53 2014 New Revision: 262326 URL: http://svnweb.freebsd.org/changeset/base/262326 Log: Fix the strange 2-space indentation that appears only in this one function. Modified: head/sys/boot/fdt/fdt_loader_cmd.c Modified: head/sys/boot/fdt/fdt_loader_cmd.c

svn commit: r262325 - head/sys/kern

2014-02-21 Thread Mark Johnston
Author: markj Date: Sat Feb 22 01:41:45 2014 New Revision: 262325 URL: http://svnweb.freebsd.org/changeset/base/262325 Log: Print a backtrace if the SDT(9) stub gets called so that there's at least some hope of figuring out how it happened. Suggested by: rstone MFC after:1 week Mod

svn commit: r262324 - in head/contrib/serf: . auth buckets build

2014-02-21 Thread Peter Wemm
Author: peter Date: Sat Feb 22 01:19:47 2014 New Revision: 262324 URL: http://svnweb.freebsd.org/changeset/base/262324 Log: Update serf-1.3.0 -> 1.3.4 - fixes multiple issues (see the CHANGES file) including an SSL issue that turned up in the cluster with svn-1.8.8. Modified: head/contrib/s

svn commit: r262323 - in stable: 8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs 9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-02-21 Thread Xin LI
Author: delphij Date: Sat Feb 22 01:13:48 2014 New Revision: 262323 URL: http://svnweb.freebsd.org/changeset/base/262323 Log: MFC r261620: MFV r261619: 4574 get_clones_stat does not call zap_count in non-debug kernel zap_count(...) is never called in non-DEBUG kernel. As result "coun

svn commit: r262323 - in stable: 8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs 9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-02-21 Thread Xin LI
Author: delphij Date: Sat Feb 22 01:13:48 2014 New Revision: 262323 URL: http://svnweb.freebsd.org/changeset/base/262323 Log: MFC r261620: MFV r261619: 4574 get_clones_stat does not call zap_count in non-debug kernel zap_count(...) is never called in non-DEBUG kernel. As result "coun

svn commit: r262322 - vendor/serf/serf-1.3.4

2014-02-21 Thread Peter Wemm
Author: peter Date: Sat Feb 22 01:09:50 2014 New Revision: 262322 URL: http://svnweb.freebsd.org/changeset/base/262322 Log: Tag import of serf-1.3.4 Added: vendor/serf/serf-1.3.4/ - copied from r262321, vendor/serf/dist/ ___ svn-src-all@freebsd

svn commit: r262321 - in vendor/serf/dist: . auth buckets build

2014-02-21 Thread Peter Wemm
Author: peter Date: Sat Feb 22 01:09:12 2014 New Revision: 262321 URL: http://svnweb.freebsd.org/changeset/base/262321 Log: Vendor import serf-1.3.4 Modified: vendor/serf/dist/CHANGES vendor/serf/dist/README vendor/serf/dist/SConstruct vendor/serf/dist/auth/auth.c vendor/serf/dist/aut

svn commit: r262320 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-02-21 Thread Xin LI
Author: delphij Date: Sat Feb 22 00:57:55 2014 New Revision: 262320 URL: http://svnweb.freebsd.org/changeset/base/262320 Log: MFC r261620: MFV r261619: 4574 get_clones_stat does not call zap_count in non-debug kernel zap_count(...) is never called in non-DEBUG kernel. As result "coun

svn commit: r262319 - in stable: 7/sys/geom/eli 8/sys/geom/eli 9/sys/geom/eli

2014-02-21 Thread Xin LI
Author: delphij Date: Sat Feb 22 00:41:03 2014 New Revision: 262319 URL: http://svnweb.freebsd.org/changeset/base/262319 Log: MFC r261618: In g_eli_crypto_hmac_init(), zero out after using the ipad buffer, k_ipad. Note that the two consumers in geli(4) are not affected by this issu

svn commit: r262319 - in stable: 7/sys/geom/eli 8/sys/geom/eli 9/sys/geom/eli

2014-02-21 Thread Xin LI
Author: delphij Date: Sat Feb 22 00:41:03 2014 New Revision: 262319 URL: http://svnweb.freebsd.org/changeset/base/262319 Log: MFC r261618: In g_eli_crypto_hmac_init(), zero out after using the ipad buffer, k_ipad. Note that the two consumers in geli(4) are not affected by this issu

svn commit: r262319 - in stable: 7/sys/geom/eli 8/sys/geom/eli 9/sys/geom/eli

2014-02-21 Thread Xin LI
Author: delphij Date: Sat Feb 22 00:41:03 2014 New Revision: 262319 URL: http://svnweb.freebsd.org/changeset/base/262319 Log: MFC r261618: In g_eli_crypto_hmac_init(), zero out after using the ipad buffer, k_ipad. Note that the two consumers in geli(4) are not affected by this issu

svn commit: r262318 - stable/10/sys/geom/eli

2014-02-21 Thread Xin LI
Author: delphij Date: Sat Feb 22 00:30:33 2014 New Revision: 262318 URL: http://svnweb.freebsd.org/changeset/base/262318 Log: MFC r261618: In g_eli_crypto_hmac_init(), zero out after using the ipad buffer, k_ipad. Note that the two consumers in geli(4) are not affected by this issu

svn commit: r262311 - head/usr.sbin/bhyve

2014-02-21 Thread Peter Grehan
Author: grehan Date: Fri Feb 21 22:45:35 2014 New Revision: 262311 URL: http://svnweb.freebsd.org/changeset/base/262311 Log: Fix virtio spec URL. Submitted by: lwhsu MFC after:1 week Modified: head/usr.sbin/bhyve/virtio.h Modified: head/usr.sbin/bhyve/virtio.h

svn commit: r262310 - head/share/mk

2014-02-21 Thread Dimitry Andric
Author: dim Date: Fri Feb 21 22:38:25 2014 New Revision: 262310 URL: http://svnweb.freebsd.org/changeset/base/262310 Log: Move the part in bsd.own.mk that sets -Wno-c++11-extensions for clang to bsd.sys.mk, where it really belongs. This also causes the flag to get added when clang is *not*

svn commit: r262309 - head/sys/kern

2014-02-21 Thread Mateusz Guzik
Author: mjg Date: Fri Feb 21 22:29:09 2014 New Revision: 262309 URL: http://svnweb.freebsd.org/changeset/base/262309 Log: Fix a race between kern_proc_{o,}filedesc_out and fdescfree leading to use-after-free. fdescfree proceeds to free file pointers once fd_refcnt reaches 0, but kern_pr

svn commit: r262304 - in head/etc: . dma

2014-02-21 Thread Baptiste Daroussin
Author: bapt Date: Fri Feb 21 21:02:19 2014 New Revision: 262304 URL: http://svnweb.freebsd.org/changeset/base/262304 Log: Install a default configuration file for dma Suggested by: flo Added: head/etc/dma/ head/etc/dma/Makefile (contents, props changed) head/etc/dma/dma.conf (co

svn commit: r262303 - head/contrib/llvm/tools/clang/lib/Driver

2014-02-21 Thread Dimitry Andric
Author: dim Date: Fri Feb 21 20:55:34 2014 New Revision: 262303 URL: http://svnweb.freebsd.org/changeset/base/262303 Log: Pull in r197521 from upstream clang trunk (by rdivacky): Use the integrated assembler by default on FreeBSD/ppc and ppc64. Requested by: jhibbits MFC after:

Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/buil

2014-02-21 Thread Baptiste Daroussin
On Fri, Feb 21, 2014 at 12:56:29PM -0500, Benjamin Kaduk wrote: > On Fri, Feb 21, 2014 at 12:38 PM, Baptiste Daroussin wrote: > > > On Fri, Feb 21, 2014 at 09:07:23AM -0800, Rui Paulo wrote: > > > On 21 Feb 2014, at 08:32, Baptiste Daroussin wrote: > > > > > > > On Fri, Feb 21, 2014 at 08:01:44AM

svn commit: r262300 - stable/9/sys/cam/ctl

2014-02-21 Thread Alexander Motin
Author: mav Date: Fri Feb 21 18:33:54 2014 New Revision: 262300 URL: http://svnweb.freebsd.org/changeset/base/262300 Log: MFC r261538: Make CTL block backend return proper error code for operations unsupposed by the underlying device. Modified: stable/9/sys/cam/ctl/ctl_backend_block.c Dir

svn commit: r262299 - stable/10/sys/cam/ctl

2014-02-21 Thread Alexander Motin
Author: mav Date: Fri Feb 21 18:32:45 2014 New Revision: 262299 URL: http://svnweb.freebsd.org/changeset/base/262299 Log: MFC r261538: Make CTL block backend return proper error code for operations unsupposed by the underlying device. Modified: stable/10/sys/cam/ctl/ctl_backend_block.c Di

Re: svn commit: r262266 - in vendor/dma: . dist dist/debian dist/debian/migrate dist/debian/source dist/test

2014-02-21 Thread Slawa Olhovchenkov
On Fri, Feb 21, 2014 at 09:04:50AM +0100, Baptiste Daroussin wrote: > On Thu, Feb 20, 2014 at 05:54:59PM -0800, Xin Li wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA512 > > > > On 02/20/14 14:39, Baptiste Daroussin wrote: > > > Author: bapt Date: Thu Feb 20 22:39:55 2014 New Revision

Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/buil

2014-02-21 Thread Benjamin Kaduk
On Fri, Feb 21, 2014 at 12:38 PM, Baptiste Daroussin wrote: > On Fri, Feb 21, 2014 at 09:07:23AM -0800, Rui Paulo wrote: > > On 21 Feb 2014, at 08:32, Baptiste Daroussin wrote: > > > > > On Fri, Feb 21, 2014 at 08:01:44AM -0800, Steve Kargl wrote: > > >> Why? There is /usr/ports/mail/dma. > > >>

Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/buil

2014-02-21 Thread Steve Kargl
On Fri, Feb 21, 2014 at 06:41:51PM +0100, Baptiste Daroussin wrote: > On Fri, Feb 21, 2014 at 09:32:04AM -0800, Steve Kargl wrote: > > On Fri, Feb 21, 2014 at 05:32:18PM +0100, Baptiste Daroussin wrote: > > > On Fri, Feb 21, 2014 at 08:01:44AM -0800, Steve Kargl wrote: > > > > On Fri, Feb 21, 2014

Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/buil

2014-02-21 Thread Baptiste Daroussin
On Fri, Feb 21, 2014 at 09:32:04AM -0800, Steve Kargl wrote: > On Fri, Feb 21, 2014 at 05:32:18PM +0100, Baptiste Daroussin wrote: > > On Fri, Feb 21, 2014 at 08:01:44AM -0800, Steve Kargl wrote: > > > On Fri, Feb 21, 2014 at 07:26:49AM +, Baptiste Daroussin wrote: > > > > Author: bapt > > > >

Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/buil

2014-02-21 Thread Baptiste Daroussin
On Fri, Feb 21, 2014 at 09:07:23AM -0800, Rui Paulo wrote: > On 21 Feb 2014, at 08:32, Baptiste Daroussin wrote: > > > On Fri, Feb 21, 2014 at 08:01:44AM -0800, Steve Kargl wrote: > >> On Fri, Feb 21, 2014 at 07:26:49AM +, Baptiste Daroussin wrote: > >>> Author: bapt > >>> Date: Fri Feb 21 07

Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/buil

2014-02-21 Thread Steve Kargl
On Fri, Feb 21, 2014 at 05:32:18PM +0100, Baptiste Daroussin wrote: > On Fri, Feb 21, 2014 at 08:01:44AM -0800, Steve Kargl wrote: > > On Fri, Feb 21, 2014 at 07:26:49AM +, Baptiste Daroussin wrote: > > > Author: bapt > > > Date: Fri Feb 21 07:26:49 2014 > > > New Revision: 262282 > > > URL: ht

Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/buil

2014-02-21 Thread Ian Lepore
On Fri, 2014-02-21 at 07:26 +, Baptiste Daroussin wrote: > Author: bapt > Date: Fri Feb 21 07:26:49 2014 > New Revision: 262282 > URL: http://svnweb.freebsd.org/changeset/base/262282 > > Log: > Import Dragonfly Mail Agent into base system > > It is a small and lightweight Mail Transport

Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/buil

2014-02-21 Thread Rui Paulo
On 21 Feb 2014, at 08:32, Baptiste Daroussin wrote: > On Fri, Feb 21, 2014 at 08:01:44AM -0800, Steve Kargl wrote: >> On Fri, Feb 21, 2014 at 07:26:49AM +, Baptiste Daroussin wrote: >>> Author: bapt >>> Date: Fri Feb 21 07:26:49 2014 >>> New Revision: 262282 >>> URL: http://svnweb.freebsd.org

Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/buil

2014-02-21 Thread Baptiste Daroussin
On Fri, Feb 21, 2014 at 08:01:44AM -0800, Steve Kargl wrote: > On Fri, Feb 21, 2014 at 07:26:49AM +, Baptiste Daroussin wrote: > > Author: bapt > > Date: Fri Feb 21 07:26:49 2014 > > New Revision: 262282 > > URL: http://svnweb.freebsd.org/changeset/base/262282 > > > > Log: > > Import Dragonf

svn commit: r262298 - head/contrib/dma

2014-02-21 Thread Baptiste Daroussin
Author: bapt Date: Fri Feb 21 16:14:40 2014 New Revision: 262298 URL: http://svnweb.freebsd.org/changeset/base/262298 Log: Fix build on i386 Modified: head/contrib/dma/spool.c Modified: head/contrib/dma/spool.c == --

Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/buil

2014-02-21 Thread Steve Kargl
On Fri, Feb 21, 2014 at 07:26:49AM +, Baptiste Daroussin wrote: > Author: bapt > Date: Fri Feb 21 07:26:49 2014 > New Revision: 262282 > URL: http://svnweb.freebsd.org/changeset/base/262282 > > Log: > Import Dragonfly Mail Agent into base system > > It is a small and lightweight Mail Tr

svn commit: r262297 - head/libexec/dma

2014-02-21 Thread Baptiste Daroussin
Author: bapt Date: Fri Feb 21 14:14:48 2014 New Revision: 262297 URL: http://svnweb.freebsd.org/changeset/base/262297 Log: Lower warning level when built with gcc Modified: head/libexec/dma/Makefile Modified: head/libexec/dma/Makefile =

svn commit: r262296 - head/lib/libc/sys

2014-02-21 Thread Christian Brueffer
Author: brueffer Date: Fri Feb 21 13:53:41 2014 New Revision: 262296 URL: http://svnweb.freebsd.org/changeset/base/262296 Log: Match the correct variable to the variable description. PR: 121173 Submitted by: Thomas Mueller MFC after:1 week Modified: head/lib/libc/sys/m

svn commit: r262295 - head/contrib/dma

2014-02-21 Thread Baptiste Daroussin
Author: bapt Date: Fri Feb 21 13:17:10 2014 New Revision: 262295 URL: http://svnweb.freebsd.org/changeset/base/262295 Log: Fix build with gcc Modified: head/contrib/dma/conf.c head/contrib/dma/dma.c head/contrib/dma/mail.c Modified: head/contrib/dma/conf.c ===

svn commit: r262294 - head/share/man/man4

2014-02-21 Thread Ivan Voras
Author: ivoras Date: Fri Feb 21 12:17:27 2014 New Revision: 262294 URL: http://svnweb.freebsd.org/changeset/base/262294 Log: Explain how and where kern.cam.ada.write_cache can be set in practical situations. Reviewed by: hrs Approved by: mav Modified: head/share/man/man4/ada.4 Mod

svn commit: r262293 - head/libexec/dma

2014-02-21 Thread Baptiste Daroussin
Author: bapt Date: Fri Feb 21 11:06:22 2014 New Revision: 262293 URL: http://svnweb.freebsd.org/changeset/base/262293 Log: Enforce mail user and group Modified: head/libexec/dma/Makefile Modified: head/libexec/dma/Makefile =

svn commit: r262292 - head/etc/mtree

2014-02-21 Thread Baptiste Daroussin
Author: bapt Date: Fri Feb 21 10:34:59 2014 New Revision: 262292 URL: http://svnweb.freebsd.org/changeset/base/262292 Log: Fix typo Modified: head/etc/mtree/BSD.var.dist Modified: head/etc/mtree/BSD.var.dist == --- h

svn commit: r262291 - stable/10/sys/vm

2014-02-21 Thread Attilio Rao
Author: attilio Date: Fri Feb 21 09:43:34 2014 New Revision: 262291 URL: http://svnweb.freebsd.org/changeset/base/262291 Log: MFC r261867: Use the right index to free swapspace after vm_page_rename(). Modified: stable/10/sys/vm/vm_object.c Directory Properties: stable/10/ (props changed

svn commit: r262290 - head/libexec/dma-mbox-create

2014-02-21 Thread Baptiste Daroussin
Author: bapt Date: Fri Feb 21 09:42:50 2014 New Revision: 262290 URL: http://svnweb.freebsd.org/changeset/base/262290 Log: Add dma-mbox-create forgotten in the previous commit Added: head/libexec/dma-mbox-create/ head/libexec/dma-mbox-create/Makefile (contents, props changed) Added: head

svn commit: r262289 - stable/8/usr.sbin/ppp

2014-02-21 Thread Christian Brueffer
Author: brueffer Date: Fri Feb 21 09:27:48 2014 New Revision: 262289 URL: http://svnweb.freebsd.org/changeset/base/262289 Log: MFC: r261900 In chat_UpdateSet(), initialize the input buffer to prevent stale data from previous timed out commands. PR: 186530 Submitted by: Al

svn commit: r262288 - stable/9/usr.sbin/ppp

2014-02-21 Thread Christian Brueffer
Author: brueffer Date: Fri Feb 21 09:26:51 2014 New Revision: 262288 URL: http://svnweb.freebsd.org/changeset/base/262288 Log: MFC: r261900 In chat_UpdateSet(), initialize the input buffer to prevent stale data from previous timed out commands. PR: 186530 Submitted by: Al

svn commit: r262287 - stable/10/usr.sbin/ppp

2014-02-21 Thread Christian Brueffer
Author: brueffer Date: Fri Feb 21 09:25:52 2014 New Revision: 262287 URL: http://svnweb.freebsd.org/changeset/base/262287 Log: MFC: r261900 In chat_UpdateSet(), initialize the input buffer to prevent stale data from previous timed out commands. PR: 186530 Submitted by: Al

svn commit: r262286 - stable/8/libexec/ftpd

2014-02-21 Thread Christian Brueffer
Author: brueffer Date: Fri Feb 21 09:22:37 2014 New Revision: 262286 URL: http://svnweb.freebsd.org/changeset/base/262286 Log: MFC: r261885 In sgetpwnam(), save and free pw_class like all other char members of struct passwd. This fixes spurious "login_getclass: unknown class" errors.

svn commit: r262285 - stable/9/libexec/ftpd

2014-02-21 Thread Christian Brueffer
Author: brueffer Date: Fri Feb 21 09:21:02 2014 New Revision: 262285 URL: http://svnweb.freebsd.org/changeset/base/262285 Log: MFC: r261885 In sgetpwnam(), save and free pw_class like all other char members of struct passwd. This fixes spurious "login_getclass: unknown class" errors.

svn commit: r262284 - stable/10/libexec/ftpd

2014-02-21 Thread Christian Brueffer
Author: brueffer Date: Fri Feb 21 09:19:16 2014 New Revision: 262284 URL: http://svnweb.freebsd.org/changeset/base/262284 Log: MFC: r261885 In sgetpwnam(), save and free pw_class like all other char members of struct passwd. This fixes spurious "login_getclass: unknown class" errors.

Re: svn commit: r262266 - in vendor/dma: . dist dist/debian dist/debian/migrate dist/debian/source dist/test

2014-02-21 Thread Baptiste Daroussin
On Thu, Feb 20, 2014 at 05:54:59PM -0800, Xin Li wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 02/20/14 14:39, Baptiste Daroussin wrote: > > Author: bapt Date: Thu Feb 20 22:39:55 2014 New Revision: 262266 > > URL: http://svnweb.freebsd.org/changeset/base/262266 > > > > Log: