svn commit: r271451 - in head/sys/amd64: include vmm vmm/intel

2014-09-12 Thread Neel Natu
Author: neel Date: Fri Sep 12 06:15:20 2014 New Revision: 271451 URL: http://svnweb.freebsd.org/changeset/base/271451 Log: Optimize the common case of injecting an interrupt into a vcpu after a HLT by explicitly moving it out of the interrupt shadow. The hypervisor is done executing the HLT

svn commit: r271452 - head/share/vt/keymaps

2014-09-12 Thread Stefan Esser
Author: se Date: Fri Sep 12 06:23:57 2014 New Revision: 271452 URL: http://svnweb.freebsd.org/changeset/base/271452 Log: Add forgotten keymap files fr.kbd and fr.acc.kbd to the FILES list. Obtained from:thierry MFC after:3 days Modified: head/share/vt/keymaps/Makefile

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:

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 dmitryluhtio...@gmail.com Modified: head/sys/dev/ahci/ahci.c Modified:

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.

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

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 dmitryluhtio...@gmail.com Modified: head/sys/dev/mvs/mvs.c

svn commit: r271462 - svnadmin/hooks/scripts

2014-09-12 Thread Bryan Drewery
Author: bdrewery Date: Fri Sep 12 13:12:06 2014 New Revision: 271462 URL: http://svnweb.freebsd.org/changeset/base/271462 Log: Fix URL for bz hook. Reported by: ngie Pointyhat to: bdrewery Modified: svnadmin/hooks/scripts/notify_bz.sh Modified: svnadmin/hooks/scripts/notify_bz.sh

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:

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:

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

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

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: r271469 - in stable/10/libexec/rtld-elf: . amd64 arm i386 ia64 mips powerpc powerpc64 sparc64

2014-09-12 Thread Konstantin Belousov
Author: kib Date: Fri Sep 12 16:22:01 2014 New Revision: 271469 URL: http://svnweb.freebsd.org/changeset/base/271469 Log: MFC r270798: Process STT_GNU_IFUNC when doing non-plt relocations. MFC r270802: Only do the second pass over non-plt relocations when the first pass found IFUNCs.

svn commit: r271470 - stable/10/release/amd64

2014-09-12 Thread Ed Maste
Author: emaste Date: Fri Sep 12 16:37:56 2014 New Revision: 271470 URL: http://svnweb.freebsd.org/changeset/base/271470 Log: MFC r264995 (nwhitehorn): Add script to setup bootable CD ISOs for both BIOS and EFI systems. Tested and working on QEMU. Actually using this script as the

svn commit: r271471 - in stable/10/release/doc: en_US.ISO8859-1/share/xml share/mk share/xml

2014-09-12 Thread Glen Barber
Author: gjb Date: Fri Sep 12 17:01:14 2014 New Revision: 271471 URL: http://svnweb.freebsd.org/changeset/base/271471 Log: MFC r271331: Change how the recommended mailing list to track is added to the footer of the release/doc/ pages by moving a hard-coded value (that is subject to

svn commit: r271472 - in stable/9/release/doc: en_US.ISO8859-1/share/xml share/mk share/xml

2014-09-12 Thread Glen Barber
Author: gjb Date: Fri Sep 12 17:02:13 2014 New Revision: 271472 URL: http://svnweb.freebsd.org/changeset/base/271472 Log: MFC r271331: Change how the recommended mailing list to track is added to the footer of the release/doc/ pages by moving a hard-coded value (that is subject to

svn commit: r271473 - stable/10/crypto/heimdal/tools

2014-09-12 Thread Glen Barber
Author: gjb Date: Fri Sep 12 17:06:55 2014 New Revision: 271473 URL: http://svnweb.freebsd.org/changeset/base/271473 Log: MFC r271284: Include the gssapi_krb5 library in KRB5_LDFLAGS. PR: 156245 Approved by: re (marius) Sponsored by: The FreeBSD Foundation Modified:

svn commit: r271474 - stable/9/crypto/heimdal/tools

2014-09-12 Thread Glen Barber
Author: gjb Date: Fri Sep 12 17:07:19 2014 New Revision: 271474 URL: http://svnweb.freebsd.org/changeset/base/271474 Log: MFC r271284: Include the gssapi_krb5 library in KRB5_LDFLAGS. PR: 156245 Sponsored by: The FreeBSD Foundation Modified:

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

svn commit: r271476 - stable/9/sys/dev/bxe

2014-09-12 Thread David C Somayajulu
Author: davidcs Date: Fri Sep 12 18:20:35 2014 New Revision: 271476 URL: http://svnweb.freebsd.org/changeset/base/271476 Log: MFC r268854 Initiate error recovery stats fail to update after 3 retries. Change bxe_panic() ECORE_DBG_BREAK_IF() ECORE_BUG() ECORE_BUG_ON() to panic only if

svn commit: r271477 - stable/10/release

2014-09-12 Thread Glen Barber
Author: gjb Date: Fri Sep 12 18:23:22 2014 New Revision: 271477 URL: http://svnweb.freebsd.org/changeset/base/271477 Log: Connect the UEFI-capable disc1.iso and dvd1.iso variants to the build. This is a direct commit to stable/10. Approved by: re (marius) Sponsored by: The

svn commit: r271478 - stable/8/sys/dev/bxe

2014-09-12 Thread David C Somayajulu
Author: davidcs Date: Fri Sep 12 18:27:20 2014 New Revision: 271478 URL: http://svnweb.freebsd.org/changeset/base/271478 Log: MFC r268854 Initiate error recovery stats fail to update after 3 retries. Change bxe_panic() ECORE_DBG_BREAK_IF() ECORE_BUG() ECORE_BUG_ON() to panic

svn commit: r271479 - stable/7/sys/dev/bxe

2014-09-12 Thread David C Somayajulu
Author: davidcs Date: Fri Sep 12 18:31:44 2014 New Revision: 271479 URL: http://svnweb.freebsd.org/changeset/base/271479 Log: MFC r268854 Initiate error recovery stats fail to update after 3 retries. Change bxe_panic() ECORE_DBG_BREAK_IF() ECORE_BUG() ECORE_BUG_ON() to

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

svn commit: r271481 - stable/10/release

2014-09-12 Thread Glen Barber
Author: gjb Date: Fri Sep 12 19:32:18 2014 New Revision: 271481 URL: http://svnweb.freebsd.org/changeset/base/271481 Log: Include the 'mini' (bootonly) UEFI memstick image in the list of IMAGES. This is a direct commit to stable/10. Approved by: re (marius) Sponsored by: The

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

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:

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 a...@freebsd.org 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

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 touch

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:

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

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:

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

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

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),

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

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*

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

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

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

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 j...@freebsd.org 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

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=193465 Can

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

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 noticed it and filed