svn commit: r284867 - stable/10/sys/dev/sfxge

2015-06-26 Thread Andrew Rybchenko
Author: arybchik Date: Fri Jun 26 06:08:52 2015 New Revision: 284867 URL: https://svnweb.freebsd.org/changeset/base/284867 Log: MFC: r284747 sfxge: skip VPD info population if access is denied The patch allows to run on unprivileged PF (PFIOV) passed to a virtual machine.

svn commit: r284868 - stable/10/sys/fs/tmpfs

2015-06-26 Thread Konstantin Belousov
Author: kib Date: Fri Jun 26 06:25:14 2015 New Revision: 284868 URL: https://svnweb.freebsd.org/changeset/base/284868 Log: MFC r284594: Restore the td_cookie value upon detach. Modified: stable/10/sys/fs/tmpfs/tmpfs_subr.c Directory Properties: stable/10/ (props changed) Modified:

Re: svn commit: r284865 - head/sys/dev/sound/midi

2015-06-26 Thread NGie Cooper
On Thu, Jun 25, 2015 at 9:12 PM, Adrian Chadd adr...@freebsd.org wrote: Author: adrian Date: Fri Jun 26 04:12:06 2015 New Revision: 284865 URL: https://svnweb.freebsd.org/changeset/base/284865 Log: Rename seq_* to mseq_*, to avoid clashes with seq.h (namely, seq_read.) Should this be

Re: svn commit: r284863 - head/sys/net/altq

2015-06-26 Thread Ermal Luçi
On Fri, Jun 26, 2015 at 1:16 AM, Bjoern A. Zeeb b...@freebsd.org wrote: Author: bz Date: Thu Jun 25 23:16:01 2015 New Revision: 284863 URL: https://svnweb.freebsd.org/changeset/base/284863 Log: Another attempt to make this compile on more architectures after r284777. Modified:

svn commit: r284869 - head/sys/x86/iommu

2015-06-26 Thread Konstantin Belousov
Author: kib Date: Fri Jun 26 07:01:29 2015 New Revision: 284869 URL: https://svnweb.freebsd.org/changeset/base/284869 Log: Split the DMAR unit domains and contexts. Domains carry address space and related data structures. Contexts attach requests initiators to domains. There is still 1:1

svn commit: r284870 - in head/sys: amd64/amd64 conf

2015-06-26 Thread Roger Pau Monné
Author: royger Date: Fri Jun 26 07:12:17 2015 New Revision: 284870 URL: https://svnweb.freebsd.org/changeset/base/284870 Log: amd64: set the correct LMA values The current linker script generates program headers with VMA == LMA: Entry point 0x802e7000 There are 6 program

Re: svn commit: r284865 - head/sys/dev/sound/midi

2015-06-26 Thread Adrian Chadd
On 25 June 2015 at 23:46, NGie Cooper yaneurab...@gmail.com wrote: On Thu, Jun 25, 2015 at 9:12 PM, Adrian Chadd adr...@freebsd.org wrote: Author: adrian Date: Fri Jun 26 04:12:06 2015 New Revision: 284865 URL: https://svnweb.freebsd.org/changeset/base/284865 Log: Rename seq_* to mseq_*,

svn commit: r284875 - head/usr.sbin/ctld

2015-06-26 Thread Alexander Motin
Author: mav Date: Fri Jun 26 16:14:00 2015 New Revision: 284875 URL: https://svnweb.freebsd.org/changeset/base/284875 Log: Plug minor memory leak at r284765. Reported by: Coverity CID: 1308401 MFC after:3 days Modified: head/usr.sbin/ctld/kernel.c Modified:

svn commit: r284876 - stable/10/sys/dev/ixgbe

2015-06-26 Thread Eric Joyner
Author: erj Date: Fri Jun 26 17:13:23 2015 New Revision: 284876 URL: https://svnweb.freebsd.org/changeset/base/284876 Log: Limit the number of autoconfigured queues to 8. This limit was in a previous version of the driver, but it is being re- added to match the behavior of previous

svn commit: r284878 - head/sys/boot/i386/boot2

2015-06-26 Thread Xin LI
Author: delphij Date: Fri Jun 26 18:03:19 2015 New Revision: 284878 URL: https://svnweb.freebsd.org/changeset/base/284878 Log: Reduce warnings: - Add prototype for boot2 main() - Don't make assignment within if statement, split it into two. No functional or binary change --

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

2015-06-26 Thread Tycho Nightingale
Author: tychon Date: Fri Jun 26 18:00:29 2015 New Revision: 284877 URL: https://svnweb.freebsd.org/changeset/base/284877 Log: verify_gla() needs to account for non-zero segment base addresses. Reviewed by: neel Modified: head/sys/amd64/vmm/vmm_instruction_emul.c Modified:

svn commit: r284880 - stable/10/sys/sys

2015-06-26 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jun 26 21:35:36 2015 New Revision: 284880 URL: https://svnweb.freebsd.org/changeset/base/284880 Log: MFC r284743: Rename __weak to __weak_symbol to avoid language conflict with objective-C. PR: 200972 (exp-run) Suggested by: theraven@ Modified:

Re: svn commit: r268137 - head/sys/sys

2015-06-26 Thread Hans Petter Selasky
Hi David, On 06/19/15 12:16, David Chisnall wrote: I only just caught this (having seen the fallout from NetBSD doing the same thing in a shipping release and the pain that it’s caused): __weak is a reserved keyword in Objective-C, please pick another name for this. Should be fixed by

svn commit: r284879 - stable/10/sys/dev/hpt27xx

2015-06-26 Thread Xin LI
Author: delphij Date: Fri Jun 26 19:55:01 2015 New Revision: 284879 URL: https://svnweb.freebsd.org/changeset/base/284879 Log: MFC r267386,269611,284730: Update vendor driver to 1.2.7. This update improves driver reliability and adds support of 4Kn drives and report LUNs command.

svn commit: r284882 - in head/release: . tools

2015-06-26 Thread Glen Barber
Author: gjb Date: Sat Jun 27 01:29:59 2015 New Revision: 284882 URL: https://svnweb.freebsd.org/changeset/base/284882 Log: Add initial support for automatically uploading GCE virtual machine images to the Google Compute Engine platform. By default, gcutil/gsutil requires an Oauth2 login

svn commit: r284881 - head/usr.bin/xinstall

2015-06-26 Thread Baptiste Daroussin
Author: bapt Date: Fri Jun 26 23:55:02 2015 New Revision: 284881 URL: https://svnweb.freebsd.org/changeset/base/284881 Log: short circuit install -l rs When requesting install(1) to only make relative symlinks, by pass all the done to actually compute the relative symlink if the path

svn commit: r284871 - head/sys/arm/arm

2015-06-26 Thread Andrew Turner
Author: andrew Date: Fri Jun 26 09:02:40 2015 New Revision: 284871 URL: https://svnweb.freebsd.org/changeset/base/284871 Log: pc_curpmap is only in the armv6 pcpu data. Modified: head/sys/arm/arm/genassym.c Modified: head/sys/arm/arm/genassym.c

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

2015-06-26 Thread Marcel Moolenaar
Author: marcel Date: Sat Jun 27 03:28:04 2015 New Revision: 284883 URL: https://svnweb.freebsd.org/changeset/base/284883 Log: Add the ntfs alias and support it with the MBR and GPT schemes as DOSPTYP_NTFS and GPT_ENT_TYPE_MS_BASIC_DATA (resp). Modified: head/usr.bin/mkimg/gpt.c

svn commit: r284884 - head/release

2015-06-26 Thread Glen Barber
Author: gjb Date: Sat Jun 27 05:18:08 2015 New Revision: 284884 URL: https://svnweb.freebsd.org/changeset/base/284884 Log: Fix a vi-invoked typo. Submitted by: jkim (privately) Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile.gce Modified:

svn commit: r284873 - head/sys/dev/mrsas

2015-06-26 Thread Kashyap D Desai
Author: kadesai Date: Fri Jun 26 12:00:51 2015 New Revision: 284873 URL: https://svnweb.freebsd.org/changeset/base/284873 Log: Counter part of mfi driver commit in mrsas Switch from make_dev_alias to make_dev_alias_p since make_dev_alias_p can gracefully fail if the

Re: svn commit: r284817 - head/release/doc/en_US.ISO8859-1/relnotes

2015-06-26 Thread Glen Barber
On Fri, Jun 26, 2015 at 12:55:30PM +0100, Andrew Turner wrote: On Thu, 25 Jun 2015 18:44:06 + (UTC) Glen Barber g...@freebsd.org wrote: Author: gjb Date: Thu Jun 25 18:44:06 2015 New Revision: 284817 URL: https://svnweb.freebsd.org/changeset/base/284817 Log: Document

svn commit: r284874 - head/release/doc/en_US.ISO8859-1/relnotes

2015-06-26 Thread Glen Barber
Author: gjb Date: Fri Jun 26 13:33:46 2015 New Revision: 284874 URL: https://svnweb.freebsd.org/changeset/base/284874 Log: Clarify the note about Thumb-2 kernel support. Submitted by: andrew Sponsored by: The FreeBSD Foundation Modified:

Re: svn commit: r284817 - head/release/doc/en_US.ISO8859-1/relnotes

2015-06-26 Thread Andrew Turner
On Thu, 25 Jun 2015 18:44:06 + (UTC) Glen Barber g...@freebsd.org wrote: Author: gjb Date: Thu Jun 25 18:44:06 2015 New Revision: 284817 URL: https://svnweb.freebsd.org/changeset/base/284817 Log: Document r282779, Thumb-2 support for ARMv7 added. Sponsored by: The

svn commit: r284872 - head/sys/dev/mrsas

2015-06-26 Thread Kashyap D Desai
Author: kadesai Date: Fri Jun 26 11:58:42 2015 New Revision: 284872 URL: https://svnweb.freebsd.org/changeset/base/284872 Log: Kernel panic may be observed by user, if MR controller is under Chip reset (OCR) and there are some pending IOs at the time of OCR. This is mainly because of