svn commit: r267897 - in head: contrib/file contrib/file/Magdir contrib/file/doc contrib/file/m4 contrib/file/magic contrib/file/python contrib/file/src contrib/file/tests lib/libmagic usr.bin/file

2014-06-25 Thread Xin LI
Author: delphij Date: Thu Jun 26 06:03:39 2014 New Revision: 267897 URL: http://svnweb.freebsd.org/changeset/base/267897 Log: MFV r267843: update file/libmagic to 5.19. MFC after:2 weeks Added: head/contrib/file/config.guess - copied unchanged from r267843, vendor/file/dist/conf

svn commit: r267896 - head/sys/sys

2014-06-25 Thread Davide Italiano
Author: davide Date: Thu Jun 26 05:23:48 2014 New Revision: 267896 URL: http://svnweb.freebsd.org/changeset/base/267896 Log: Improve r264388 removing namespace pollution previously introduced in . INT64_MAX actually requires __INT64_C() hack to get the type right on exotic architectures (e.g

svn commit: r267895 - head/sys/netinet

2014-06-25 Thread Adrian Chadd
Author: adrian Date: Thu Jun 26 04:12:41 2014 New Revision: 267895 URL: http://svnweb.freebsd.org/changeset/base/267895 Log: Retire IP_RSSCPUID ; the right thing to do is query the RSS bucket; map the bucket to an RSS queue, then map the queue to a CPU ID. This way the bucket->queue and queu

Re: svn commit: r267683 - in stable/9/usr.sbin/bsdconfig: include share share/media share/packages

2014-06-25 Thread Glen Barber
On Fri, Jun 20, 2014 at 05:57:30PM +, Devin Teske wrote: > Author: dteske > Date: Fri Jun 20 17:57:29 2014 > New Revision: 267683 > URL: http://svnweb.freebsd.org/changeset/base/267683 > > Log: > MFC revisions 257795,257817,257819,257937-257938,258264-258265,258267, > 258854,259113,259427

svn commit: r267892 - in releng/9.3/usr.sbin/bsdconfig: include share share/media share/packages

2014-06-25 Thread Glen Barber
Author: gjb Date: Thu Jun 26 03:27:12 2014 New Revision: 267892 URL: http://svnweb.freebsd.org/changeset/base/267892 Log: MFS9 r267683 (dteske): - Replace pkg-tools with pkgng - Fix cosmetic typos - Use `pkg -vv' to obtain ABI - Unbreak the installer - Remove the env(1) but k

svn commit: r267891 - head/sys/netinet

2014-06-25 Thread Adrian Chadd
Author: adrian Date: Thu Jun 26 02:49:51 2014 New Revision: 267891 URL: http://svnweb.freebsd.org/changeset/base/267891 Log: Add another RSS method to query the indirection table entries. There's 128 indirection table entries which correspond to the low 7 bits of the 32 bit RSS hash. Eac

svn commit: r267887 - head/usr.bin/gzip

2014-06-25 Thread Xin LI
Author: delphij Date: Thu Jun 26 00:31:58 2014 New Revision: 267887 URL: http://svnweb.freebsd.org/changeset/base/267887 Log: Correct buffer size. Submitted by: Sascha Wildner MFC after:2 weeks Modified: head/usr.bin/gzip/zuncompress.c Modified: head/usr.bin/gzip/zuncompress.c ==

svn commit: r267886 - head/usr.bin/procstat

2014-06-25 Thread Xin LI
Author: delphij Date: Wed Jun 25 23:42:53 2014 New Revision: 267886 URL: http://svnweb.freebsd.org/changeset/base/267886 Log: Use correct length for buffer. Submitted by: Sascha Wildner MFC after:2 weeks Modified: head/usr.bin/procstat/procstat_files.c Modified: head/usr.bin/proc

svn commit: r267884 - head/sys/amd64/vmm

2014-06-25 Thread Peter Grehan
Author: grehan Date: Wed Jun 25 22:13:35 2014 New Revision: 267884 URL: http://svnweb.freebsd.org/changeset/base/267884 Log: Expose the amount of resident and wired memory from the guest's vmspace. This is different than the amount shown for the process e.g. by /usr/bin/top - that is the

svn commit: r267883 - head/sys/dev/acpica

2014-06-25 Thread John Baldwin
Author: jhb Date: Wed Jun 25 20:30:47 2014 New Revision: 267883 URL: http://svnweb.freebsd.org/changeset/base/267883 Log: Expand r261243 even further and ignore any I/O port resources assigned to PCI root bridges except for the one known-valid case on x86 where bridges claim the I/O port reg

svn commit: r267881 - releng/9.3/usr.bin/grep

2014-06-25 Thread Glen Barber
Author: gjb Date: Wed Jun 25 19:22:40 2014 New Revision: 267881 URL: http://svnweb.freebsd.org/changeset/base/267881 Log: MFS9 r267879: Fix a bug in bsdgrep(1) where patterns are not correctly detected. Certain criteria must be met for this bug to show up: * the -w flag is

svn commit: r267879 - stable/9/usr.bin/grep

2014-06-25 Thread Glen Barber
Author: gjb Date: Wed Jun 25 19:00:11 2014 New Revision: 267879 URL: http://svnweb.freebsd.org/changeset/base/267879 Log: MFC r267693: Fix a bug in bsdgrep(1) where patterns are not correctly detected. Certain criteria must be met for this bug to show up: * the -w flag is

svn commit: r267878 - stable/10/usr.bin/grep

2014-06-25 Thread Glen Barber
Author: gjb Date: Wed Jun 25 18:59:43 2014 New Revision: 267878 URL: http://svnweb.freebsd.org/changeset/base/267878 Log: MFC r267693: Fix a bug in bsdgrep(1) where patterns are not correctly detected. Certain criteria must be met for this bug to show up: * the -w flag is

Re: svn commit: r267874 - stable/10/lib/libc/net

2014-06-25 Thread Alexander V. Chernikov
On 25.06.2014 21:10, Hajimu UMEMOTO wrote: > Author: ume > Date: Wed Jun 25 17:10:26 2014 > New Revision: 267874 > URL: http://svnweb.freebsd.org/changeset/base/267874 > > Log: > MFC r267616, 267640: > > Retooling addrconfig() to exclude addresses on loopback interfaces > when looking for

svn commit: r267877 - head/sys/cam/ctl

2014-06-25 Thread Alexander Motin
Author: mav Date: Wed Jun 25 17:54:36 2014 New Revision: 267877 URL: http://svnweb.freebsd.org/changeset/base/267877 Log: Lock devstat updates in block backend to make it usable. Polish lock names. MFC after:2 weeks Sponsored by: iXsystems, Inc. Modified: head/sys/cam/ctl/ctl_back

Re: svn commit: r267858 - in head/sys/dev: virtio/balloon xen/balloon

2014-06-25 Thread Roger Pau Monné
On 25/06/14 18:47, Alan Cox wrote: > On 06/25/2014 08:29, Roger Pau Monné wrote: >> On 25/06/14 13:58, Attilio Rao wrote: >>> On Wed, Jun 25, 2014 at 11:51 AM, Roger Pau Monné >>> wrote: Author: royger Date: Wed Jun 25 09:51:08 2014 New Revision: 267858 URL: http://svnweb.free

svn commit: r267876 - stable/9/lib/libc/net

2014-06-25 Thread Hajimu UMEMOTO
Author: ume Date: Wed Jun 25 17:34:04 2014 New Revision: 267876 URL: http://svnweb.freebsd.org/changeset/base/267876 Log: MFC r267616: Retooling addrconfig() to exclude addresses on loopback interfaces when looking for configured addresses. This change is based upon the code from the su

svn commit: r267875 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2014-06-25 Thread Pedro F. Giffuni
Author: pfg Date: Wed Jun 25 17:27:15 2014 New Revision: 267875 URL: http://svnweb.freebsd.org/changeset/base/267875 Log: MFV r258381: 4251 libdtrace leaks open file handles Illumos commit: 93ed8d0d4b068b95d0bb50d57bb854df462a8485 (partial) Ref

Re: svn commit: r267858 - in head/sys/dev: virtio/balloon xen/balloon

2014-06-25 Thread Alan Cox
On 06/25/2014 12:12, Julian Elischer wrote: > On 6/25/14, 11:16 PM, Alfred Perlstein wrote: >> On 6/25/14 5:41 AM, Attilio Rao wrote: >>> On Wed, Jun 25, 2014 at 2:09 PM, Gleb Smirnoff >>> wrote: On Wed, Jun 25, 2014 at 01:58:29PM +0200, Attilio Rao wrote: A> > Log: A> > xen/virti

Re: svn commit: r267858 - in head/sys/dev: virtio/balloon xen/balloon

2014-06-25 Thread Julian Elischer
On 6/25/14, 11:16 PM, Alfred Perlstein wrote: On 6/25/14 5:41 AM, Attilio Rao wrote: On Wed, Jun 25, 2014 at 2:09 PM, Gleb Smirnoff wrote: On Wed, Jun 25, 2014 at 01:58:29PM +0200, Attilio Rao wrote: A> > Log: A> > xen/virtio: fix balloon drivers to not mark pages as WIRED A> > A> > Preven

svn commit: r267874 - stable/10/lib/libc/net

2014-06-25 Thread Hajimu UMEMOTO
Author: ume Date: Wed Jun 25 17:10:26 2014 New Revision: 267874 URL: http://svnweb.freebsd.org/changeset/base/267874 Log: MFC r267616, 267640: Retooling addrconfig() to exclude addresses on loopback interfaces when looking for configured addresses. This change is based upon the code fro

svn commit: r267873 - head/sys/cam/ctl

2014-06-25 Thread Alexander Motin
Author: mav Date: Wed Jun 25 17:02:01 2014 New Revision: 267873 URL: http://svnweb.freebsd.org/changeset/base/267873 Log: Introduce fine-grained CTL locking to improve SMP scalability. Split global ctl_lock, historically protecting most of CTL context: - remaining ctl_lock now protects l

Re: svn commit: r267858 - in head/sys/dev: virtio/balloon xen/balloon

2014-06-25 Thread Alan Cox
On 06/25/2014 08:29, Roger Pau Monné wrote: > On 25/06/14 13:58, Attilio Rao wrote: >> On Wed, Jun 25, 2014 at 11:51 AM, Roger Pau Monné wrote: >>> Author: royger >>> Date: Wed Jun 25 09:51:08 2014 >>> New Revision: 267858 >>> URL: http://svnweb.freebsd.org/changeset/base/267858 >>> >>> Log: >>>

svn commit: r267872 - head/sys/cam/ctl

2014-06-25 Thread Alexander Motin
Author: mav Date: Wed Jun 25 16:12:14 2014 New Revision: 267872 URL: http://svnweb.freebsd.org/changeset/base/267872 Log: Allow to use iSCSI immediate data by several ctl_datamove() calls. While for FreeBSD client that is only a minor optimization, VMWare client doesn't support additional

svn commit: r267871 - head/usr.bin/whois

2014-06-25 Thread Hajimu UMEMOTO
Author: ume Date: Wed Jun 25 15:39:08 2014 New Revision: 267871 URL: http://svnweb.freebsd.org/changeset/base/267871 Log: Introduce $RA_SERVER to set default whois server. Requested by: nork Reviewed by: nork MFC after:1 week Modified: head/usr.bin/whois/whois.c Modified: head/

Re: svn commit: r267858 - in head/sys/dev: virtio/balloon xen/balloon

2014-06-25 Thread Attilio Rao
On Wed, Jun 25, 2014 at 5:16 PM, Alfred Perlstein wrote: > On 6/25/14 5:41 AM, Attilio Rao wrote: >> >> On Wed, Jun 25, 2014 at 2:09 PM, Gleb Smirnoff >> wrote: >>> >>> On Wed, Jun 25, 2014 at 01:58:29PM +0200, Attilio Rao wrote: >>> A> > Log: >>> A> > xen/virtio: fix balloon drivers to not mar

svn commit: r267870 - head/tools/ifnet

2014-06-25 Thread Marcel Moolenaar
Author: marcel Date: Wed Jun 25 15:22:14 2014 New Revision: 267870 URL: http://svnweb.freebsd.org/changeset/base/267870 Log: * Handle ++x as well as x++ while converting. * Add special case handling where normal conversion would not work (some APIs have special names) * Fix conversion fo

Re: svn commit: r267858 - in head/sys/dev: virtio/balloon xen/balloon

2014-06-25 Thread Alfred Perlstein
On 6/25/14 6:49 AM, Andriy Gapon wrote: On 25/06/2014 17:44, Attilio Rao wrote: Why? If VM needs more wired memory I assume that we can tune up the default value of max_wired? I think that however your case makes an interesting point: if we want to make unmanaged pages as inherently wired, we l

Re: svn commit: r267858 - in head/sys/dev: virtio/balloon xen/balloon

2014-06-25 Thread Alfred Perlstein
On 6/25/14 5:41 AM, Attilio Rao wrote: On Wed, Jun 25, 2014 at 2:09 PM, Gleb Smirnoff wrote: On Wed, Jun 25, 2014 at 01:58:29PM +0200, Attilio Rao wrote: A> > Log: A> > xen/virtio: fix balloon drivers to not mark pages as WIRED A> > A> > Prevent the Xen and VirtIO balloon drivers from marki

Re: svn commit: r267858 - in head/sys/dev: virtio/balloon xen/balloon

2014-06-25 Thread Attilio Rao
On Wed, Jun 25, 2014 at 4:06 PM, Roger Pau Monné wrote: > On 25/06/14 15:44, Attilio Rao wrote: >> On Wed, Jun 25, 2014 at 3:29 PM, Roger Pau Monné wrote: >>> On 25/06/14 13:58, Attilio Rao wrote: On Wed, Jun 25, 2014 at 11:51 AM, Roger Pau Monné wrote: > Author: royger > Date

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

2014-06-25 Thread Pedro F. Giffuni
Author: pfg Date: Wed Jun 25 14:23:30 2014 New Revision: 267869 URL: http://svnweb.freebsd.org/changeset/base/267869 Log: MFV r260708 4427 pid provider rejects probes with valid UTF-8 names This make use of Solaris' u8_validate() which we happen to use since r185029 for ZFS. I

Re: svn commit: r267858 - in head/sys/dev: virtio/balloon xen/balloon

2014-06-25 Thread Roger Pau Monné
On 25/06/14 15:44, Attilio Rao wrote: > On Wed, Jun 25, 2014 at 3:29 PM, Roger Pau Monné wrote: >> On 25/06/14 13:58, Attilio Rao wrote: >>> On Wed, Jun 25, 2014 at 11:51 AM, Roger Pau Monné >>> wrote: Author: royger Date: Wed Jun 25 09:51:08 2014 New Revision: 267858 URL: ht

Re: svn commit: r267858 - in head/sys/dev: virtio/balloon xen/balloon

2014-06-25 Thread Andriy Gapon
On 25/06/2014 17:44, Attilio Rao wrote: > Why? If VM needs more wired memory I assume that we can tune up the > default value of max_wired? > > I think that however your case makes an interesting point: if we want > to make unmanaged pages as inherently wired, we likely need a little > bit higher

Re: svn commit: r267858 - in head/sys/dev: virtio/balloon xen/balloon

2014-06-25 Thread Attilio Rao
On Wed, Jun 25, 2014 at 3:29 PM, Roger Pau Monné wrote: > On 25/06/14 13:58, Attilio Rao wrote: >> On Wed, Jun 25, 2014 at 11:51 AM, Roger Pau Monné wrote: >>> Author: royger >>> Date: Wed Jun 25 09:51:08 2014 >>> New Revision: 267858 >>> URL: http://svnweb.freebsd.org/changeset/base/267858 >>> >

svn commit: r267868 - stable/10/sys/contrib/ipfilter/netinet

2014-06-25 Thread Cy Schubert
Author: cy Date: Wed Jun 25 13:33:31 2014 New Revision: 267868 URL: http://svnweb.freebsd.org/changeset/base/267868 Log: MFC r267634: Fix case where fastroute or "to interface" is used with incorrect FIB. PR: 183065 Submitted by: p-freebsd-b...@ziemba.us Approved by: glebiu

Re: svn commit: r267858 - in head/sys/dev: virtio/balloon xen/balloon

2014-06-25 Thread Roger Pau Monné
On 25/06/14 13:58, Attilio Rao wrote: > On Wed, Jun 25, 2014 at 11:51 AM, Roger Pau Monné wrote: >> Author: royger >> Date: Wed Jun 25 09:51:08 2014 >> New Revision: 267858 >> URL: http://svnweb.freebsd.org/changeset/base/267858 >> >> Log: >> xen/virtio: fix balloon drivers to not mark pages as

Re: svn commit: r267858 - in head/sys/dev: virtio/balloon xen/balloon

2014-06-25 Thread Attilio Rao
On Wed, Jun 25, 2014 at 2:09 PM, Gleb Smirnoff wrote: > On Wed, Jun 25, 2014 at 01:58:29PM +0200, Attilio Rao wrote: > A> > Log: > A> > xen/virtio: fix balloon drivers to not mark pages as WIRED > A> > > A> > Prevent the Xen and VirtIO balloon drivers from marking pages as > A> > wired. This

svn commit: r267867 - in head: . etc/mtree share/examples share/examples/cvsup

2014-06-25 Thread Gavin Atkinson
Author: gavin Date: Wed Jun 25 12:32:41 2014 New Revision: 267867 URL: http://svnweb.freebsd.org/changeset/base/267867 Log: Remove example cvsup config files. MFC after:1 week Deleted: head/share/examples/cvsup/ Modified: head/ObsoleteFiles.inc head/etc/mtree/BSD.usr.dist head/

svn commit: r267866 - head/share/man/man7

2014-06-25 Thread Gavin Atkinson
Author: gavin Date: Wed Jun 25 12:28:22 2014 New Revision: 267866 URL: http://svnweb.freebsd.org/changeset/base/267866 Log: Drop references to updating over csup from build(7). MFC after:1 week Modified: head/share/man/man7/build.7 Modified: head/share/man/man7/build.7 =

svn commit: r267865 - head/share/examples/etc

2014-06-25 Thread Gavin Atkinson
Author: gavin Date: Wed Jun 25 12:23:16 2014 New Revision: 267865 URL: http://svnweb.freebsd.org/changeset/base/267865 Log: Drop example variables for updating over csup. These have not functioned since r251084. MFC after:1 week Modified: head/share/examples/etc/make.conf Modifie

svn commit: r267864 - head/release/scripts

2014-06-25 Thread Gavin Atkinson
Author: gavin Date: Wed Jun 25 12:17:00 2014 New Revision: 267864 URL: http://svnweb.freebsd.org/changeset/base/267864 Log: Remove an nunnecessary reference to csup. Modified: head/release/scripts/mm-mtree.sh Modified: head/release/scripts/mm-mtree.sh

Re: svn commit: r267858 - in head/sys/dev: virtio/balloon xen/balloon

2014-06-25 Thread Gleb Smirnoff
On Wed, Jun 25, 2014 at 01:58:29PM +0200, Attilio Rao wrote: A> > Log: A> > xen/virtio: fix balloon drivers to not mark pages as WIRED A> > A> > Prevent the Xen and VirtIO balloon drivers from marking pages as A> > wired. This prevents them from increasing the system wired page count, A> >

svn commit: r267863 - in head: . usr.bin usr.bin/csup

2014-06-25 Thread Gavin Atkinson
== --- head/ObsoleteFiles.inc Wed Jun 25 10:27:17 2014(r267862) +++ head/ObsoleteFiles.inc Wed Jun 25 12:06:45 2014(r267863) @@ -38,6 +38,11 @@ # xargs -n1 | sort | uniq -d; # done +# 20140625: csup removal +OLD_FILES+=usr/bin/csup +OLD_FILES+=usr/bin/cpasswd

Re: svn commit: r267858 - in head/sys/dev: virtio/balloon xen/balloon

2014-06-25 Thread Attilio Rao
On Wed, Jun 25, 2014 at 11:51 AM, Roger Pau Monné wrote: > Author: royger > Date: Wed Jun 25 09:51:08 2014 > New Revision: 267858 > URL: http://svnweb.freebsd.org/changeset/base/267858 > > Log: > xen/virtio: fix balloon drivers to not mark pages as WIRED > > Prevent the Xen and VirtIO balloon

svn commit: r267862 - releng/9.3/sys/geom/eli

2014-06-25 Thread Marius Strobl
Author: marius Date: Wed Jun 25 10:27:17 2014 New Revision: 267862 URL: http://svnweb.freebsd.org/changeset/base/267862 Log: MFC: r267145 Fix the keyfile being cleared prematurely after r259428 (MFCed to stable/9 in r266750). PR: 185084 Submitted by: f...@fabiankeil.de

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

2014-06-25 Thread Marius Strobl
Author: marius Date: Wed Jun 25 10:17:00 2014 New Revision: 267860 URL: http://svnweb.freebsd.org/changeset/base/267860 Log: MFC: r267145 Fix the keyfile being cleared prematurely after r259428 (MFCed to stable/10 in r266749). PR: 185084 Submitted by: f...@fabiankeil.de

svn commit: r267861 - stable/9/sys/geom/eli

2014-06-25 Thread Marius Strobl
Author: marius Date: Wed Jun 25 10:17:10 2014 New Revision: 267861 URL: http://svnweb.freebsd.org/changeset/base/267861 Log: MFC: r267145 Fix the keyfile being cleared prematurely after r259428 (MFCed to stable/9 in r266750). PR: 185084 Submitted by: f...@fabiankeil.de

svn commit: r267859 - head

2014-06-25 Thread Baptiste Daroussin
Author: bapt Date: Wed Jun 25 10:01:02 2014 New Revision: 267859 URL: http://svnweb.freebsd.org/changeset/base/267859 Log: Mark send-pr info page as an obsolete file Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r267858 - in head/sys/dev: virtio/balloon xen/balloon

2014-06-25 Thread Roger Pau Monné
Author: royger Date: Wed Jun 25 09:51:08 2014 New Revision: 267858 URL: http://svnweb.freebsd.org/changeset/base/267858 Log: xen/virtio: fix balloon drivers to not mark pages as WIRED Prevent the Xen and VirtIO balloon drivers from marking pages as wired. This prevents them from increasin

svn commit: r267854 - head/share/man/man9

2014-06-25 Thread Konstantin Belousov
Author: kib Date: Wed Jun 25 07:57:01 2014 New Revision: 267854 URL: http://svnweb.freebsd.org/changeset/base/267854 Log: Add fpu_kern.9 man page to the install. Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/share/man/man9/Makefile Modified: head/share/man/m

svn commit: r267853 - head/share/man/man9

2014-06-25 Thread Kevin Lo
Author: kevlo Date: Wed Jun 25 07:29:40 2014 New Revision: 267853 URL: http://svnweb.freebsd.org/changeset/base/267853 Log: Add m_pulldown and m_unshare to MLINKS. Modified: head/share/man/man9/Makefile Modified: head/share/man/man9/Makefile ==