Re: svn commit: r254627 - in head: bin/chflags bin/ls lib/libc/gen lib/libc/sys sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/fs/msdosfs sys/fs/smbfs sys/sys sys/ufs/ufs

2014-06-28 Thread Bruce Evans
On Fri, 27 Jun 2014, Kenneth D. Merry wrote: On Fri, Jun 27, 2014 at 12:48:29 -0700, Xin LI wrote: Hi, Craig have hit an interesting issue today, where he tried to 'mv' a file from ZFS dataset to a NFS mount, 'mv' bails out because chflags failed. I think it's probably sensible to have mv

svn commit: r268003 - in head/contrib/llvm: lib/Target/PowerPC patches

2014-06-28 Thread Dimitry Andric
Author: dim Date: Sat Jun 28 09:53:44 2014 New Revision: 268003 URL: http://svnweb.freebsd.org/changeset/base/268003 Log: Fix breakage after r267981. Pointy hat to:dim MFC after:3 days X-MFC-With: r267981 Modified: head/contrib/llvm/lib/Target/PowerPC/PPCFastISel.cpp

Re: svn commit: r267961 - in head/sys: amd64/acpica amd64/amd64 amd64/pci amd64/vmm arm/arm arm/freescale/imx arm/xscale/ixp425 cam cam/ata cam/ctl cam/scsi cddl/compat/opensolaris/kern cddl/contrib/o

2014-06-28 Thread Hans Petter Selasky
FYI: Possibly the sysctl patches will not get MFCed, and be a FreeBSD-11 and onwards only feature, even though the commit message states MFC after xxx. --HPS ___ svn-src-head@freebsd.org mailing list

svn commit: r268004 - head/usr.sbin/rwhod

2014-06-28 Thread David Malone
Author: dwmalone Date: Sat Jun 28 15:53:28 2014 New Revision: 268004 URL: http://svnweb.freebsd.org/changeset/base/268004 Log: Don't accidently skip every second line when calculating the idle time. MFC after:2 weeks Modified: head/usr.sbin/rwhod/rwhod.c Modified:

svn commit: r268005 - in head/sys: kern ofed/drivers/infiniband/ulp/sdp ofed/drivers/net/mlx4 ofed/include/linux pc98/pc98 sys

2014-06-28 Thread Hans Petter Selasky
Author: hselasky Date: Sat Jun 28 17:36:18 2014 New Revision: 268005 URL: http://svnweb.freebsd.org/changeset/base/268005 Log: Compile fixes: Remove duplicate debug_ktr.mask sysctl definition. Remove now unused variable from kern_ktr.c. This fixes build of ktr which was broken by

svn commit: r268006 - head/sys/modules/dtrace/dtrace

2014-06-28 Thread Rui Paulo
Author: rpaulo Date: Sat Jun 28 18:53:02 2014 New Revision: 268006 URL: http://svnweb.freebsd.org/changeset/base/268006 Log: Move the -I of common/util to the proper place to fix the powerpc build. MFC after:2 weeks Modified: head/sys/modules/dtrace/dtrace/Makefile Modified:

svn commit: r268007 - in head/sys: cddl/contrib/opensolaris/uts/common/dtrace modules/dtrace/fasttrap

2014-06-28 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jun 28 19:59:12 2014 New Revision: 268007 URL: http://svnweb.freebsd.org/changeset/base/268007 Log: Revertr267869: MFV r260708 4427 pid provider rejects probes with valid UTF-8 names Use of u8_textprep.c broke the build on powerpc. Reported by:

svn commit: r268008 - head/sys/fs/nfsclient

2014-06-28 Thread Rick Macklem
Author: rmacklem Date: Sat Jun 28 21:47:15 2014 New Revision: 268008 URL: http://svnweb.freebsd.org/changeset/base/268008 Log: There might be a potential race condition for the NFSv4 client when a newly created file has another open done on it that update the open mode. This patch moves the

svn commit: r268012 - head/sys/dev/vmware/vmxnet3

2014-06-28 Thread Bryan Venteicher
Author: bryanv Date: Sun Jun 29 01:04:11 2014 New Revision: 268012 URL: http://svnweb.freebsd.org/changeset/base/268012 Log: Give each interrupt a descriptive name when using MSIX MFC after:3 days Modified: head/sys/dev/vmware/vmxnet3/if_vmx.c Modified:

svn commit: r268014 - head/sys/cddl/contrib/opensolaris/common/unicode

2014-06-28 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jun 29 02:28:05 2014 New Revision: 268014 URL: http://svnweb.freebsd.org/changeset/base/268014 Log: Reduce some warnings in the Solaris unicode support. Clean some warnings from parenthesis and minor style issues. MFC after:3 days Modified: