Re: svn commit: r275633 - in head: contrib/llvm/lib/Transforms/Vectorize sys/sys

2014-12-12 Thread Andrey Chernov
On 09.12.2014 10:34, Dimitry Andric wrote: > PR21302. Vectorize only bottom-tested loops. ... > MFC after: 3 days Hi. More than 3 days already passed, do you plan to MFC it? I have irrational fear to compile anything under -stable until this change will be committed) -- http://ache.vniz.n

svn commit: r275740 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2014-12-12 Thread Xin LI
Author: delphij Date: Sat Dec 13 02:08:18 2014 New Revision: 275740 URL: https://svnweb.freebsd.org/changeset/base/275740 Log: MFV r275548: Verify that the block pointer is structurally valid, before attempting to read it in. It can only be invalid in the case of a ZFS bug, but this ch

svn commit: r275739 - head/cddl/contrib/opensolaris/cmd/zfs

2014-12-12 Thread Xin LI
Author: delphij Date: Sat Dec 13 01:55:02 2014 New Revision: 275739 URL: https://svnweb.freebsd.org/changeset/base/275739 Log: MFV r275547: Port Illumos 'zfs allow' examples update. While I'm there also fix a typo. Illumos issue: 4181 zfs(1m): 'zfs allow' examples in the man p

svn commit: r275738 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-12-12 Thread Xin LI
Author: delphij Date: Sat Dec 13 01:39:24 2014 New Revision: 275738 URL: https://svnweb.freebsd.org/changeset/base/275738 Log: MFV r275546: Reduce scrub activities when system there is enough dirty data, namely when dirty data is more than zfs_vdev_async_write_active_min_dirty_percent (on

svn commit: r275737 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-12-12 Thread Xin LI
Author: delphij Date: Sat Dec 13 01:26:06 2014 New Revision: 275737 URL: https://svnweb.freebsd.org/changeset/base/275737 Log: MFV r275545: If zio_checksum_error() returns other than ECKSUM (e.g. EINVAL), it does not fill in the "zio_bad_cksum_t *info" parameter. Caller should not attempt

svn commit: r275736 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-12-12 Thread Xin LI
Author: delphij Date: Sat Dec 13 01:18:23 2014 New Revision: 275736 URL: https://svnweb.freebsd.org/changeset/base/275736 Log: MFV r275544: Clean up some duplicated code in dnode_sync() around freeing spill blocks. Illumos issue: 5350 clean up code in dnode_sync() MFC after:

svn commit: r275735 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-12-12 Thread Xin LI
Author: delphij Date: Sat Dec 13 01:14:59 2014 New Revision: 275735 URL: https://svnweb.freebsd.org/changeset/base/275735 Log: MFV r275543: Remove always true tests for ds->ds_phys' presence. Clean up assertions in dsl_dataset_disown. Remove unreachable code in dsl_dataset_disown(

svn commit: r275734 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-12-12 Thread Xin LI
Author: delphij Date: Sat Dec 13 01:10:17 2014 New Revision: 275734 URL: https://svnweb.freebsd.org/changeset/base/275734 Log: MFV r275542: If a dnode has a spill block and there is an error while accessing a data block then traverse_dnode() loses information about that error and return

svn commit: r275733 - in head/sys/dev/cxgbe: . tom

2014-12-12 Thread Navdeep Parhar
Author: np Date: Fri Dec 12 21:54:59 2014 New Revision: 275733 URL: https://svnweb.freebsd.org/changeset/base/275733 Log: Move KTR_CXGBE from t4_tom.h to adapter.h so that the base if_cxgbe code can use it too. MFC after:1 week Modified: head/sys/dev/cxgbe/adapter.h head/sys/dev/

Re: svn commit: r275732 - in head: etc/mtree share/man/man4 share/man/man7 share/man/man9 sys/conf sys/crypto/aesni sys/crypto/via sys/geom/eli sys/libkern sys/mips/rmi/dev/sec sys/modules/aesni sys/m

2014-12-12 Thread John Baldwin
On Friday, December 12, 2014 12:35:17 PM John-Mark Gurney wrote: > John Baldwin wrote this message on Fri, Dec 12, 2014 at 15:23 -0500: > > On Friday, December 12, 2014 07:56:38 PM John-Mark Gurney wrote: > > > Author: jmg > > > Date: Fri Dec 12 19:56:36 2014 > > > New Revision: 275732 > > > URL: h

Re: svn commit: r275732 - in head: etc/mtree share/man/man4 share/man/man7 share/man/man9 sys/conf sys/crypto/aesni sys/crypto/via sys/geom/eli sys/libkern sys/mips/rmi/dev/sec sys/modules/aesni sys/m

2014-12-12 Thread John-Mark Gurney
John Baldwin wrote this message on Fri, Dec 12, 2014 at 15:23 -0500: > On Friday, December 12, 2014 07:56:38 PM John-Mark Gurney wrote: > > Author: jmg > > Date: Fri Dec 12 19:56:36 2014 > > New Revision: 275732 > > URL: https://svnweb.freebsd.org/changeset/base/275732 > > > > Log: > > Add some

Re: svn commit: r275732 - in head: etc/mtree share/man/man4 share/man/man7 share/man/man9 sys/conf sys/crypto/aesni sys/crypto/via sys/geom/eli sys/libkern sys/mips/rmi/dev/sec sys/modules/aesni sys/m

2014-12-12 Thread John Baldwin
On Friday, December 12, 2014 07:56:38 PM John-Mark Gurney wrote: > Author: jmg > Date: Fri Dec 12 19:56:36 2014 > New Revision: 275732 > URL: https://svnweb.freebsd.org/changeset/base/275732 > > Log: > Add some new modes to OpenCrypto. These modes are AES-ICM (can be used > for counter mode),

svn commit: r275732 - in head: etc/mtree share/man/man4 share/man/man7 share/man/man9 sys/conf sys/crypto/aesni sys/crypto/via sys/geom/eli sys/libkern sys/mips/rmi/dev/sec sys/modules/aesni sys/mo...

2014-12-12 Thread John-Mark Gurney
Author: jmg Date: Fri Dec 12 19:56:36 2014 New Revision: 275732 URL: https://svnweb.freebsd.org/changeset/base/275732 Log: Add some new modes to OpenCrypto. These modes are AES-ICM (can be used for counter mode), and AES-GCM. Both of these modes have been added to the aesni module. In

svn commit: r275731 - head/share/mk

2014-12-12 Thread Warner Losh
Author: imp Date: Fri Dec 12 18:54:31 2014 New Revision: 275731 URL: https://svnweb.freebsd.org/changeset/base/275731 Log: Fix typo in comments. Noticed by: brooks@ Modified: head/share/mk/bsd.opts.mk head/share/mk/src.opts.mk Modified: head/share/mk/bsd.opts.mk ==

Re: svn commit: r275659 - head/bin/freebsd-version

2014-12-12 Thread Dmitry Marakasov
* Dag-Erling Smørgrav (d...@freebsd.org) wrote: > Log: > Fix dependency on newvers.sh > > Noticed by: marck > MFC after: 1 week This is wrong. Target uses ${.ALLSRC} to which you've appended ${NEWVERS}, and now the target appends newvers.sh contents to freebsd-version script. > Modifie

Re: svn commit: r275730 - head/sys/net

2014-12-12 Thread John Baldwin
On Friday, December 12, 2014 04:10:43 PM John Baldwin wrote: > Author: jhb > Date: Fri Dec 12 16:10:42 2014 > New Revision: 275730 > URL: https://svnweb.freebsd.org/changeset/base/275730 > > Log: > Provide a dead version of if_get_counter. > > Submitted by: glebius > Reported by:

svn commit: r275730 - head/sys/net

2014-12-12 Thread John Baldwin
Author: jhb Date: Fri Dec 12 16:10:42 2014 New Revision: 275730 URL: https://svnweb.freebsd.org/changeset/base/275730 Log: Provide a dead version of if_get_counter. Submitted by: glebius Reported by: np Modified: head/sys/net/if_dead.c Modified: head/sys/net/if_dead.c ===

svn commit: r275729 - head/usr.sbin/syslogd

2014-12-12 Thread Andrey V. Elsukov
Author: ae Date: Fri Dec 12 11:29:54 2014 New Revision: 275729 URL: https://svnweb.freebsd.org/changeset/base/275729 Log: Increase the buffer size to keep the list of programm names when parsing programm specification. It is safe to not check out of bounds access, because !isprint(p[i]) chec

svn commit: r275728 - in head/sys/dev: beri/virtio virtio virtio/mmio

2014-12-12 Thread Ruslan Bukin
Author: br Date: Fri Dec 12 11:19:10 2014 New Revision: 275728 URL: https://svnweb.freebsd.org/changeset/base/275728 Log: Add virtio bus 'poll' method allowing us to inform backend we are going to poll virtqueue. Use on BERI soft-core to invalidate cpu caches. Reviewed by: bryanv

svn commit: r275727 - head/sys/kern

2014-12-12 Thread Konstantin Belousov
Author: kib Date: Fri Dec 12 09:37:18 2014 New Revision: 275727 URL: https://svnweb.freebsd.org/changeset/base/275727 Log: For architectures where time_t is wide enough, in particular, 64bit platforms, avoid overflow after year 2038 in clock_ct_to_ts(). PR: 195868 Reviewed by: bde