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

2014-09-12 Thread Gleb Smirnoff
Author: glebius Date: Fri Sep 12 08:33:53 2014 New Revision: 271455 URL: http://svnweb.freebsd.org/changeset/base/271455 Log: - Fix argument list after 271387. - While here fix typo. Submitted by: markj Modified: head/share/man/man9/VOP_GETPAGES.9 Modified: head/share/man/man9/VOP_GET

svn commit: r271457 - head/sys/dev/ahci

2014-09-12 Thread Alexander Motin
Author: mav Date: Fri Sep 12 08:37:21 2014 New Revision: 271457 URL: http://svnweb.freebsd.org/changeset/base/271457 Log: Initialize variables before resource_int_value(). Submitted by: Dmitry Luhtionov Modified: head/sys/dev/ahci/ahci.c Modified: head/sys/dev/ahci/ahci.c =

svn commit: r271458 - head/sys/netpfil/pf

2014-09-12 Thread Gleb Smirnoff
Author: glebius Date: Fri Sep 12 08:39:15 2014 New Revision: 271458 URL: http://svnweb.freebsd.org/changeset/base/271458 Log: - Provide a sleepable lock to protect against ioctl() vs ioctl() races. - Use the new lock to protect against simultaneous DIOCSTART and/or DIOCSTOP ioctls. Re

svn commit: r271459 - head/tools/regression/acltools

2014-09-12 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Sep 12 09:50:32 2014 New Revision: 271459 URL: http://svnweb.freebsd.org/changeset/base/271459 Log: Fix ACL tests to correctly work with ZFS; previous version used wrong paths. PR: 191545 MFC after:1 week Sponsored by: The FreeBSD Foundation Modi

svn commit: r271461 - in head/sys/dev: mvs siis

2014-09-12 Thread Alexander Motin
Author: mav Date: Fri Sep 12 12:04:51 2014 New Revision: 271461 URL: http://svnweb.freebsd.org/changeset/base/271461 Log: Initialize variables before resource_int_value(). Submitted by: Dmitry Luhtionov Modified: head/sys/dev/mvs/mvs.c head/sys/dev/mvs/mvs_pci.c head/sys/dev/mvs/mvs

svn commit: r271463 - in head/sys/dev/vt: . hw/ofwfb logo

2014-09-12 Thread Aleksandr Rybalko
Author: ray Date: Fri Sep 12 14:07:20 2014 New Revision: 271463 URL: http://svnweb.freebsd.org/changeset/base/271463 Log: Remove stray whitespaces. Modified: head/sys/dev/vt/hw/ofwfb/ofwfb.c head/sys/dev/vt/logo/logo_freebsd.c head/sys/dev/vt/vt_consolectl.c Modified: head/sys/dev/vt/hw/

svn commit: r271464 - head/sys/dev/vt

2014-09-12 Thread Aleksandr Rybalko
Author: ray Date: Fri Sep 12 14:14:50 2014 New Revision: 271464 URL: http://svnweb.freebsd.org/changeset/base/271464 Log: Switch vt(4) to traditional behaviour with copy-paste same as syscons(4) do. Reviewed by: dumbbell (as D755) MFC after:1 week Modified: head/sys/dev/vt/vt_core

svn commit: r271465 - head/sys/dev/vt

2014-09-12 Thread Aleksandr Rybalko
Author: ray Date: Fri Sep 12 14:16:10 2014 New Revision: 271465 URL: http://svnweb.freebsd.org/changeset/base/271465 Log: Switch vt(4) to traditional behaviour with copy-paste same as syscons(4) do. (forgetted in last commit) Reviewed by: dumbbell (as D755) MFC after:1 week Modifi

svn commit: r271466 - head/sys/dev/vt

2014-09-12 Thread Aleksandr Rybalko
Author: ray Date: Fri Sep 12 14:17:09 2014 New Revision: 271466 URL: http://svnweb.freebsd.org/changeset/base/271466 Log: Fix stray char on paste. Tested by:dumbbell and me MFC after:1 week Modified: head/sys/dev/vt/vt_buf.c Modified: head/sys/dev/vt/vt_buf.c =

svn commit: r271467 - head/sys/fs/ext2fs

2014-09-12 Thread Pedro F. Giffuni
Author: pfg Date: Fri Sep 12 15:49:21 2014 New Revision: 271467 URL: http://svnweb.freebsd.org/changeset/base/271467 Log: ext2fs: add ext2_getpages(). Literally copy/pasted from ffs_getpages(). Tested with: fsx MFC after:2 months Modified: head/sys/fs/ext2fs/ext2_vnops.c Mod

svn commit: r271468 - head/sys/fs/ext2fs

2014-09-12 Thread Pedro F. Giffuni
Author: pfg Date: Fri Sep 12 15:54:18 2014 New Revision: 271468 URL: http://svnweb.freebsd.org/changeset/base/271468 Log: Extra space from r271467. MFC after:2 months Modified: head/sys/fs/ext2fs/ext2_vnops.c Modified: head/sys/fs/ext2fs/ext2_vnops.c

svn commit: r271475 - in head/sys/boot: amd64/efi efi/libefi i386/libi386

2014-09-12 Thread Doug Ambrisko
Author: ambrisko Date: Fri Sep 12 17:32:28 2014 New Revision: 271475 URL: http://svnweb.freebsd.org/changeset/base/271475 Log: Add support for serial and null console to UEFI boot loader. Modified: head/sys/boot/amd64/efi/bootinfo.c head/sys/boot/amd64/efi/conf.c head/sys/boot/efi/libefi/

svn commit: r271480 - head/release/scripts

2014-09-12 Thread Glen Barber
Author: gjb Date: Fri Sep 12 18:52:01 2014 New Revision: 271480 URL: http://svnweb.freebsd.org/changeset/base/271480 Log: Set PKG_CACHEDIR to an 'All/' directory one level lower to fix 'pkg repo' generating repository metadata for the on-disc packages. MFC after:3 days X-MFC-to-10

Re: svn commit: r269964 - head/sys/kern

2014-09-12 Thread Adrian Chadd
Hi guys, Both r269963 and r269964 have broken the MIPS platforms with smaller amounts of RAM (< 64MB.) Sean noticed it and filed a bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193465 Can we please figure out what changed? Otherwise I'm going to revert these two changes until we figure

svn commit: r271482 - head/usr.bin/mkimg

2014-09-12 Thread Marcel Moolenaar
Author: marcel Date: Fri Sep 12 20:05:08 2014 New Revision: 271482 URL: http://svnweb.freebsd.org/changeset/base/271482 Log: Add support for adding empty partition entries. I.e. skip partition numbers or names. This gives more control over the actual layout and helps to construct BSD disklab

svn commit: r271483 - head/release/scripts

2014-09-12 Thread Glen Barber
Author: gjb Date: Fri Sep 12 20:16:55 2014 New Revision: 271483 URL: http://svnweb.freebsd.org/changeset/base/271483 Log: Fix duplicate PKG_ABI in the PKG_CACHEDIR path. MFC after:3 days X-MFC-With: r271480 Sponsored by: The FreeBSD Foundation Modified: head/release/scripts/pkg

svn commit: r271484 - in head/sys/arm: arm xscale/ixp425

2014-09-12 Thread John Baldwin
Author: jhb Date: Fri Sep 12 20:34:19 2014 New Revision: 271484 URL: http://svnweb.freebsd.org/changeset/base/271484 Log: - Don't let rman_reserve_resource() activate the resource in nexus_alloc_resource() and don't set a bushandle. nexus_activate_resource() will set a proper bushandle.

Re: svn commit: r271418 - head/sbin/dhclient

2014-09-12 Thread John Baldwin
On Thursday, September 11, 2014 06:15:34 PM Hiroki Sato wrote: > Andriy Gapon wrote > in <541163c0.2080...@freebsd.org>: > > av> On 11/09/2014 11:11, Robert Watson wrote: > av> > A bit behind on commits, but: does this mean that an older userspace > dhclient av> > will no longer work with a new

svn commit: r271485 - head/sys/dev/vt

2014-09-12 Thread Aleksandr Rybalko
Author: ray Date: Fri Sep 12 20:55:17 2014 New Revision: 271485 URL: http://svnweb.freebsd.org/changeset/base/271485 Log: Fix 'function declaration isn't a prototype' warning. Pointed by: ian MFC after:1 week Modified: head/sys/dev/vt/vt_core.c Modified: head/sys/dev/vt/vt_core.

svn commit: r271486 - head/sys/kern

2014-09-12 Thread John Baldwin
Author: jhb Date: Fri Sep 12 20:56:09 2014 New Revision: 271486 URL: http://svnweb.freebsd.org/changeset/base/271486 Log: Simplify vntype_to_kinfo() by returning when the desired value is found instead of breaking out of the loop and then immediately checking the loop index so that if it was

svn commit: r271487 - head/sbin/sysctl

2014-09-12 Thread John Baldwin
Author: jhb Date: Fri Sep 12 21:01:39 2014 New Revision: 271487 URL: http://svnweb.freebsd.org/changeset/base/271487 Log: Pass the length of an structure to the pretty-printer backends as a size_t instead of an int. Modified: head/sbin/sysctl/sysctl.c Modified: head/sbin/sysctl/sysctl.c ==

svn commit: r271488 - head/sys/kern

2014-09-12 Thread John Baldwin
Author: jhb Date: Fri Sep 12 21:20:36 2014 New Revision: 271488 URL: http://svnweb.freebsd.org/changeset/base/271488 Log: Tweak pipe_truncate() to more closely match pipe_chown() and pipe_chmod() by checking PIPE_NAMED and using invfo_truncate() for unnamed pipes. Modified: head/sys/kern/sy

Re: svn commit: r271480 - head/release/scripts

2014-09-12 Thread Bryan Drewery
On 9/12/2014 1:52 PM, Glen Barber wrote: > Author: gjb > Date: Fri Sep 12 18:52:01 2014 > New Revision: 271480 > URL: http://svnweb.freebsd.org/changeset/base/271480 > > Log: > Set PKG_CACHEDIR to an 'All/' directory one level lower > to fix 'pkg repo' generating repository metadata for the >

Re: svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-09-12 Thread John Baldwin
On Wednesday, September 10, 2014 11:29:21 PM Slawa Olhovchenkov wrote: > On Wed, Sep 10, 2014 at 02:29:30PM -0400, John Baldwin wrote: > > > Application must change behaviour when reach limit (run GC, switch > > > algorithm and etc.). > > > But mmap of big data file for scaning and processing don't

svn commit: r271489 - in head/sys: kern ofed/include/linux opencrypto sys

2014-09-12 Thread John Baldwin
Author: jhb Date: Fri Sep 12 21:29:10 2014 New Revision: 271489 URL: http://svnweb.freebsd.org/changeset/base/271489 Log: Fix various issues with invalid file operations: - Add invfo_rdwr() (for read and write), invfo_ioctl(), invfo_poll(), and invfo_kqfilter() for use by file types that d

Re: svn commit: r271489 - in head/sys: kern ofed/include/linux opencrypto sys

2014-09-12 Thread John Baldwin
On Friday, September 12, 2014 09:29:11 PM John Baldwin wrote: > Author: jhb > Date: Fri Sep 12 21:29:10 2014 > New Revision: 271489 > URL: http://svnweb.freebsd.org/changeset/base/271489 > > Log: > Fix various issues with invalid file operations: > - Add invfo_rdwr() (for read and write), invf

svn commit: r271490 - head/sys/dev/cxgbe

2014-09-12 Thread Navdeep Parhar
Author: np Date: Fri Sep 12 21:56:57 2014 New Revision: 271490 URL: http://svnweb.freebsd.org/changeset/base/271490 Log: cxgbe(4): add support for the SIOCGI2C ioctl. Modified: head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev/cxgbe/t4_main.c ===

svn commit: r271491 - head/release/scripts

2014-09-12 Thread Glen Barber
Author: gjb Date: Fri Sep 12 22:20:07 2014 New Revision: 271491 URL: http://svnweb.freebsd.org/changeset/base/271491 Log: Simplify dvd package population with pkg-1.3. Submitted by: bdrewery MFC after:3 days X-MFC-With: r271480, r271483 Sponsored by: The FreeBSD Foundation Modi

Re: svn commit: r271480 - head/release/scripts

2014-09-12 Thread Glen Barber
On Fri, Sep 12, 2014 at 04:21:26PM -0500, Bryan Drewery wrote: > There's still an issue with 1.3 here. pkg-fetch now uses mangled package > names in its cache dir, and does not use the All/ subdir anymore as > you've found. > > # ls /var/cache/pkg/psutils-1.17_4* > /var/cache/pkg/psutils-1.17_4-fe

svn commit: r271492 - head/sys/dev/usb/serial

2014-09-12 Thread Hans Petter Selasky
Author: hselasky Date: Fri Sep 12 22:40:12 2014 New Revision: 271492 URL: http://svnweb.freebsd.org/changeset/base/271492 Log: Workaround for receiving Voice Calls using the E1750 dongle from Huawei. It might appear as if the firmware is allocating memory blocks according to the USB transfer

svn commit: r271493 - in head: contrib/hyperv contrib/hyperv/tools contrib/hyperv/tools/scripts etc/mtree etc/rc.d libexec libexec/hyperv share/mk sys/conf sys/dev/hyperv/include sys/dev/hyperv/uti...

2014-09-12 Thread Xin LI
Author: delphij Date: Sat Sep 13 02:15:31 2014 New Revision: 271493 URL: http://svnweb.freebsd.org/changeset/base/271493 Log: Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft, many thanks for their continued support of FreeBSD. While I'm there, also implement a new b

svn commit: r271494 - head/share/man/man5

2014-09-12 Thread Xin LI
Author: delphij Date: Sat Sep 13 02:18:54 2014 New Revision: 271494 URL: http://svnweb.freebsd.org/changeset/base/271494 Log: Regen. Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 =

svn commit: r271495 - in head: sbin/sysctl sys/amd64/amd64

2014-09-12 Thread John Baldwin
Author: jhb Date: Sat Sep 13 03:10:02 2014 New Revision: 271495 URL: http://svnweb.freebsd.org/changeset/base/271495 Log: Add a sysctl to export the EFI memory map along with a handler in the sysctl(8) binary to format it. Reviewed by: emaste MFC after:2 weeks Differential Revisi

Re: svn commit: r271495 - in head: sbin/sysctl sys/amd64/amd64

2014-09-12 Thread Ed Maste
On 12 September 2014 23:10, John Baldwin wrote: > Author: jhb > Date: Sat Sep 13 03:10:02 2014 > New Revision: 271495 > URL: http://svnweb.freebsd.org/changeset/base/271495 > > Log: > Add a sysctl to export the EFI memory map along with a handler in the > sysctl(8) binary to format it. The ou

Re: svn commit: r269964 - head/sys/kern

2014-09-12 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 9/13/14 3:41 AM, Adrian Chadd wrote: > Hi guys, > > Both r269963 and r269964 have broken the MIPS platforms with > smaller amounts of RAM (< 64MB.) > > Sean noticed it and filed a bug: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=19346

svn commit: r271496 - head/share/examples/bhyve

2014-09-12 Thread Craig Rodrigues
Author: rodrigc Date: Sat Sep 13 05:08:35 2014 New Revision: 271496 URL: http://svnweb.freebsd.org/changeset/base/271496 Log: Propagate the error status of /usr/sbin/bhyve out of the vmrun.sh script. Clean up the /dev/vmm entry for this VM when vmrun.sh exits. Reviewed by: neel Phabric:

Re: svn commit: r269964 - head/sys/kern

2014-09-12 Thread John-Mark Gurney
Xin Li wrote this message on Sat, Sep 13, 2014 at 12:23 +0800: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 9/13/14 3:41 AM, Adrian Chadd wrote: > > Hi guys, > > > > Both r269963 and r269964 have broken the MIPS platforms with > > smaller amounts of RAM (< 64MB.) > > > > Sean notic

Re: svn commit: r269964 - head/sys/kern

2014-09-12 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 9/13/14 1:22 PM, John-Mark Gurney wrote: > Xin Li wrote this message on Sat, Sep 13, 2014 at 12:23 +0800: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 >> >> On 9/13/14 3:41 AM, Adrian Chadd wrote: >>> Hi guys, >>> >>> Both r269963 and r269