svn commit: r282482 - head/bin/cp

2015-05-05 Thread Jilles Tjoelker
Author: jilles Date: Tue May 5 13:23:03 2015 New Revision: 282482 URL: https://svnweb.freebsd.org/changeset/base/282482 Log: cp: Remove fts sorting. In an attempt to improve performance, cp reordered directories first (although the comment says directories last). This is not effective

svn commit: r282517 - head/sys/arm/amlogic/aml8726

2015-05-05 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Wed May 6 01:07:59 2015 New Revision: 282517 URL: https://svnweb.freebsd.org/changeset/base/282517 Log: This patch adds support for the extended baud rate register available on the aml8726-m6 (and later) SoC which allows for lower speeds. Differential Revision:

svn commit: r282518 - head/share/misc

2015-05-05 Thread Sergey A. Osokin
Author: osa (ports committer) Date: Wed May 6 01:29:31 2015 New Revision: 282518 URL: https://svnweb.freebsd.org/changeset/base/282518 Log: Fix DragonFly 4.0.5 release date. Reported by: vangyzen Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

svn commit: r282516 - head/sys/arm/freescale/imx

2015-05-05 Thread Ian Lepore
Author: ian Date: Tue May 5 23:27:49 2015 New Revision: 282516 URL: https://svnweb.freebsd.org/changeset/base/282516 Log: Add the code necessary to run the imx6 chip at its lowest clock/power operating point (396MHz/950mV). Modified: head/sys/arm/freescale/imx/imx6_anatop.c

Re: svn commit: r282429 - head/usr.sbin/bhyve

2015-05-05 Thread Neel Natu
Hi Alexander, I am getting the following error(?) messages with an ahci-cd device on Centos 6.4 x86_64: ata1.00: qc timeout (cmd 0xa0) ata1: limiting SATA link speed to 1.5 Gbps ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen ata1.00: irq_stat 0x4001 sr 0:0:0:0: [sr0] CDB:

svn commit: r282520 - in head/sys/amd64/vmm: . amd

2015-05-05 Thread Neel Natu
Author: neel Date: Wed May 6 05:40:20 2015 New Revision: 282520 URL: https://svnweb.freebsd.org/changeset/base/282520 Log: Do a proper emulation of guest writes to MSR_EFER. - Must-Be-Zero bits cannot be set. - EFER_LME and EFER_LMA should respect the long mode consistency checks. -

Re: svn commit: r282468 - head/usr.bin/checknr

2015-05-05 Thread Julian Elischer
On 5/5/15 5:54 PM, Baptiste Daroussin wrote: Author: bapt Date: Tue May 5 09:54:47 2015 New Revision: 282468 URL: https://svnweb.freebsd.org/changeset/base/282468 Log: Enlarge the buffer for storing macros as some macros can be longer than 5 Modified: head/usr.bin/checknr/checknr.c

svn commit: r282519 - head/sys/x86/include

2015-05-05 Thread Neel Natu
Author: neel Date: Wed May 6 05:12:29 2015 New Revision: 282519 URL: https://svnweb.freebsd.org/changeset/base/282519 Log: Add macros for AMD-specific bits in MSR_EFER: LMSLE, FFXSR and TCE. AMDID_FFXSR is at bit 25 so correct its value to 0x0200. MFC after:1 week Modified:

svn commit: r282489 - in head/release/doc: en_US.ISO8859-1/relnotes share/xml

2015-05-05 Thread Glen Barber
Author: gjb Date: Tue May 5 15:16:05 2015 New Revision: 282489 URL: https://svnweb.freebsd.org/changeset/base/282489 Log: Document r282212, several improvements/updates to the HyperV drivers. Add Microsoft OSTC to sponsors.ent. Sponsored by: The FreeBSD Foundation Modified:

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

2015-05-05 Thread Glen Barber
Author: gjb Date: Tue May 5 15:16:10 2015 New Revision: 282491 URL: https://svnweb.freebsd.org/changeset/base/282491 Log: Document r282274, xen(4) PV domU kernel support removed. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml

svn commit: r282488 - in head/release/doc: en_US.ISO8859-1/relnotes share/xml

2015-05-05 Thread Glen Barber
Author: gjb Date: Tue May 5 15:16:02 2015 New Revision: 282488 URL: https://svnweb.freebsd.org/changeset/base/282488 Log: Document r282208, chmod(1), chflags(1), chgrp(1), and chown(8) now affect symbolic links when '-R' is used. Add Multiplay to sponsors.ent. Sponsored by: The

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

2015-05-05 Thread Glen Barber
Author: gjb Date: Tue May 5 15:16:00 2015 New Revision: 282487 URL: https://svnweb.freebsd.org/changeset/base/282487 Log: Fix a typo. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r282498 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2015-05-05 Thread Glen Barber
Author: gjb Date: Tue May 5 15:48:25 2015 New Revision: 282498 URL: https://svnweb.freebsd.org/changeset/base/282498 Log: Update the last svn rev marker. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

Re: svn commit: r282480 - in head/sys: arm64/arm64 dev/ofw

2015-05-05 Thread John Baldwin
On 5/5/15 7:13 AM, Andrew Turner wrote: Author: andrew Date: Tue May 5 11:13:16 2015 New Revision: 282480 URL: https://svnweb.freebsd.org/changeset/base/282480 Log: Move the point we attach the ofw driver on arm64 to nexus.c. This will allow us to have a single place to decide to use

svn commit: r282497 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2015-05-05 Thread Glen Barber
Author: gjb Date: Tue May 5 15:16:38 2015 New Revision: 282497 URL: https://svnweb.freebsd.org/changeset/base/282497 Log: Document r282278, wc(1) race when receiving SIGINFO fixed. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml

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

2015-05-05 Thread Glen Barber
Author: gjb Date: Tue May 5 15:16:12 2015 New Revision: 282492 URL: https://svnweb.freebsd.org/changeset/base/282492 Log: Document r282434, openresolv updated to version 3.7.0. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml

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

2015-05-05 Thread Glen Barber
Author: gjb Date: Tue May 5 15:16:15 2015 New Revision: 282493 URL: https://svnweb.freebsd.org/changeset/base/282493 Log: Update the svn revision marker. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

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

2015-05-05 Thread Glen Barber
Author: gjb Date: Tue May 5 15:16:19 2015 New Revision: 282495 URL: https://svnweb.freebsd.org/changeset/base/282495 Log: Fix a FDP style nit. Wrap the lines as a result. Found with: textproc/igor Sponsored by: The FreeBSD Foundation Modified:

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

2015-05-05 Thread Glen Barber
Author: gjb Date: Tue May 5 15:16:21 2015 New Revision: 282496 URL: https://svnweb.freebsd.org/changeset/base/282496 Log: Document r281617, wc(1) race when receiving SIGINFO fixed. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml

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

2015-05-05 Thread Glen Barber
Author: gjb Date: Tue May 5 15:16:08 2015 New Revision: 282490 URL: https://svnweb.freebsd.org/changeset/base/282490 Log: Document r282213, kern.racct.enable tunable and RACCT_DISABLED kernel configuration option. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r282485 - head/lib/libc/gen

2015-05-05 Thread Julian Elischer
Author: julian Date: Tue May 5 14:52:33 2015 New Revision: 282485 URL: https://svnweb.freebsd.org/changeset/base/282485 Log: Tweak seekdir, telldir and readdir so that when htere are deletes going on, as seek to teh last location saved will still work. This is needed for Samba to be able

svn commit: r282486 - stable/10/sys/dev/cxgbe

2015-05-05 Thread Navdeep Parhar
Author: np Date: Tue May 5 15:13:59 2015 New Revision: 282486 URL: https://svnweb.freebsd.org/changeset/base/282486 Log: Backport some parts of r272200. - a lock to protect indirect register access - put code that deals with stats in a separate cxgbe_refresh_stats. This is a direct

Re: svn commit: r282485 - head/lib/libc/gen

2015-05-05 Thread Benjamin Kaduk
On Tue, May 5, 2015 at 10:52 AM, Julian Elischer jul...@freebsd.org wrote: Author: julian Date: Tue May 5 14:52:33 2015 New Revision: 282485 URL: https://svnweb.freebsd.org/changeset/base/282485 Log: Tweak seekdir, telldir and readdir so that when htere are deletes going on, as seek

svn commit: r282484 - head/sys/conf

2015-05-05 Thread Andrew Turner
Author: andrew Date: Tue May 5 14:19:22 2015 New Revision: 282484 URL: https://svnweb.freebsd.org/changeset/base/282484 Log: Add DEV_ACPI to opt_acpi.h to be used to detect when ACPI is enabled in the kernel. Modified: head/sys/conf/options Modified: head/sys/conf/options

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

2015-05-05 Thread Glen Barber
Author: gjb Date: Tue May 5 15:16:17 2015 New Revision: 282494 URL: https://svnweb.freebsd.org/changeset/base/282494 Log: Document r281802, support added for building FreeBSD/aarch64 virtual machine and memory stick images. Sponsored by: The FreeBSD Foundation Modified:

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

2015-05-05 Thread Andrew Turner
Author: andrew Date: Tue May 5 14:17:15 2015 New Revision: 282483 URL: https://svnweb.freebsd.org/changeset/base/282483 Log: Update the comment on what CPUs this driver supports. Modified: head/sys/arm/arm/generic_timer.c Modified: head/sys/arm/arm/generic_timer.c

svn commit: r282501 - head/release/arm

2015-05-05 Thread Glen Barber
Author: gjb Date: Tue May 5 16:37:59 2015 New Revision: 282501 URL: https://svnweb.freebsd.org/changeset/base/282501 Log: Remove buildenv_setup(), and set EMBEDDEDPORTS to the sysutils/u-boot-rpi2 port, since these cases are already handled by arm/release.sh. Sponsored by: The FreeBSD

svn commit: r282500 - in head/release: . arm tools/arm

2015-05-05 Thread Glen Barber
Author: gjb Date: Tue May 5 16:28:04 2015 New Revision: 282500 URL: https://svnweb.freebsd.org/changeset/base/282500 Log: Add initial support for building RPI2 images. In release.sh, allow overriding buildenv_setup() before the handoff to arm/release.sh. Copy arm/RPI-B.conf -

svn commit: r282499 - head/sys/arm/conf

2015-05-05 Thread Ian Lepore
Author: ian Date: Tue May 5 16:09:25 2015 New Revision: 282499 URL: https://svnweb.freebsd.org/changeset/base/282499 Log: Create std.arm and std.armv6 config files and include the right one from each of the existing kernel configs. This gives a place to put config that applies to the

svn commit: r282481 - head/share/misc

2015-05-05 Thread Sergey A. Osokin
Author: osa (ports committer) Date: Tue May 5 11:39:54 2015 New Revision: 282481 URL: https://svnweb.freebsd.org/changeset/base/282481 Log: Add The Design and Implementation of the FreeBSD OS, 2nd Ed.. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

svn commit: r282502 - head/sys/arm/conf

2015-05-05 Thread Andrew Turner
Author: andrew Date: Tue May 5 17:59:02 2015 New Revision: 282502 URL: https://svnweb.freebsd.org/changeset/base/282502 Log: Move the first batch of common armv6 options to std.armv6. Modified: head/sys/arm/conf/AML8726 head/sys/arm/conf/ARMADAXP head/sys/arm/conf/BEAGLEBONE

svn commit: r282504 - head/sys/arm/conf

2015-05-05 Thread Andrew Turner
Author: andrew Date: Tue May 5 18:29:51 2015 New Revision: 282504 URL: https://svnweb.freebsd.org/changeset/base/282504 Log: Start to reduce the diff between the Atmel kernel configs. Modified: head/sys/arm/conf/ATMEL head/sys/arm/conf/SAM9260EK head/sys/arm/conf/SAM9G20EK Modified:

svn commit: r282505 - in head/sys/dev/usb: . serial

2015-05-05 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 5 19:34:23 2015 New Revision: 282505 URL: https://svnweb.freebsd.org/changeset/base/282505 Log: Add new USB ID. PR: 199843 MFC after:1 week Modified: head/sys/dev/usb/serial/uftdi.c head/sys/dev/usb/usbdevs Modified:

svn commit: r282506 - in stable/10/sys: arm/arm ia64/ia64 mips/mips powerpc/powerpc x86/x86

2015-05-05 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 5 19:47:17 2015 New Revision: 282506 URL: https://svnweb.freebsd.org/changeset/base/282506 Log: MFC r282120: The add_bounce_page() function can be called when loading physical pages which pass a NULL virtual address. If the BUS_DMA_KEEP_PG_OFFSET flag is

svn commit: r282451 - head/usr.bin/vgrind

2015-05-05 Thread Baptiste Daroussin
Author: bapt Date: Tue May 5 07:42:40 2015 New Revision: 282451 URL: https://svnweb.freebsd.org/changeset/base/282451 Log: upper the warning level to 3 Modified: head/usr.bin/vgrind/Makefile Modified: head/usr.bin/vgrind/Makefile

svn commit: r282452 - head/usr.bin/vgrind

2015-05-05 Thread Baptiste Daroussin
Author: bapt Date: Tue May 5 07:47:36 2015 New Revision: 282452 URL: https://svnweb.freebsd.org/changeset/base/282452 Log: Use strlcpy(3) instead of strcpy(3) Modified: head/usr.bin/vgrind/vgrindefs.c Modified: head/usr.bin/vgrind/vgrindefs.c

svn commit: r282449 - head/usr.bin/vgrind

2015-05-05 Thread Baptiste Daroussin
Author: bapt Date: Tue May 5 07:33:38 2015 New Revision: 282449 URL: https://svnweb.freebsd.org/changeset/base/282449 Log: Ansify to allow to work on it later Modified: head/usr.bin/vgrind/regexp.c head/usr.bin/vgrind/vfontedpr.c head/usr.bin/vgrind/vgrindefs.c Modified:

svn commit: r282453 - head/usr.bin/vgrind

2015-05-05 Thread Baptiste Daroussin
Author: bapt Date: Tue May 5 07:49:46 2015 New Revision: 282453 URL: https://svnweb.freebsd.org/changeset/base/282453 Log: Explicitly use O_RDONLY instead of 0 Modified: head/usr.bin/vgrind/vgrindefs.c Modified: head/usr.bin/vgrind/vgrindefs.c

svn commit: r282455 - head/usr.bin/vgrind

2015-05-05 Thread Baptiste Daroussin
Author: bapt Date: Tue May 5 07:52:41 2015 New Revision: 282455 URL: https://svnweb.freebsd.org/changeset/base/282455 Log: Another function to ansify Modified: head/usr.bin/vgrind/vgrindefs.c Modified: head/usr.bin/vgrind/vgrindefs.c

Re: svn commit: r282280 - in head/sys/dev: e1000 ixgbe ixl

2015-05-05 Thread Gleb Smirnoff
John, On Mon, May 04, 2015 at 04:01:28PM -0400, John Baldwin wrote: J Your answer seems quite orthogonal to my question. I reread it couple of times, J but still can't figure out how exactly do you prefet to fetch per-queue stats. J Can you please explain in more detail? J J struct

svn commit: r282450 - head/usr.bin/vgrind

2015-05-05 Thread Baptiste Daroussin
Author: bapt Date: Tue May 5 07:42:10 2015 New Revision: 282450 URL: https://svnweb.freebsd.org/changeset/base/282450 Log: Another bit of ansification Modified: head/usr.bin/vgrind/vfontedpr.c Modified: head/usr.bin/vgrind/vfontedpr.c

svn commit: r282454 - head/usr.bin/vgrind

2015-05-05 Thread Baptiste Daroussin
Author: bapt Date: Tue May 5 07:51:57 2015 New Revision: 282454 URL: https://svnweb.freebsd.org/changeset/base/282454 Log: Remove unused variables Modified: head/usr.bin/vgrind/vgrindefs.c Modified: head/usr.bin/vgrind/vgrindefs.c

svn commit: r282456 - stable/10/sys/vm

2015-05-05 Thread Konstantin Belousov
Author: kib Date: Tue May 5 08:12:24 2015 New Revision: 282456 URL: https://svnweb.freebsd.org/changeset/base/282456 Log: MFC r282128: Do not sleep waiting for the MAP_ENTRY_IN_TRANSITION state ending with the vnode locked. Modified: stable/10/sys/vm/vm_fault.c Directory Properties:

svn commit: r282457 - head/usr.bin/vgrind

2015-05-05 Thread Baptiste Daroussin
Author: bapt Date: Tue May 5 08:15:10 2015 New Revision: 282457 URL: https://svnweb.freebsd.org/changeset/base/282457 Log: Use stdbool instead of homebrewed boolean Modified: head/usr.bin/vgrind/extern.h head/usr.bin/vgrind/regexp.c head/usr.bin/vgrind/vfontedpr.c Modified:

svn commit: r282458 - stable/9/sys/vm

2015-05-05 Thread Konstantin Belousov
Author: kib Date: Tue May 5 08:16:47 2015 New Revision: 282458 URL: https://svnweb.freebsd.org/changeset/base/282458 Log: MFC r282128: Do not sleep waiting for the MAP_ENTRY_IN_TRANSITION state ending with the vnode locked. Modified: stable/9/sys/vm/vm_fault.c Directory Properties:

svn commit: r282461 - head/usr.bin/vgrind

2015-05-05 Thread Baptiste Daroussin
Author: bapt Date: Tue May 5 09:01:42 2015 New Revision: 282461 URL: https://svnweb.freebsd.org/changeset/base/282461 Log: Apply seom style(9) fixes from NetBSD Obtained from:NetBSD Modified: head/usr.bin/vgrind/regexp.c head/usr.bin/vgrind/vfontedpr.c Modified:

svn commit: r282460 - head/usr.bin/vgrind

2015-05-05 Thread Baptiste Daroussin
Author: bapt Date: Tue May 5 08:25:25 2015 New Revision: 282460 URL: https://svnweb.freebsd.org/changeset/base/282460 Log: Prevent useless use of strdup(3) Obtained from:NetBSD Modified: head/usr.bin/vgrind/vfontedpr.c Modified: head/usr.bin/vgrind/vfontedpr.c

svn commit: r282462 - head/usr.bin/checknr

2015-05-05 Thread Baptiste Daroussin
Author: bapt Date: Tue May 5 09:24:29 2015 New Revision: 282462 URL: https://svnweb.freebsd.org/changeset/base/282462 Log: cosmetic fixes Obtained from:NetBSD Modified: head/usr.bin/checknr/checknr.c Modified: head/usr.bin/checknr/checknr.c

svn commit: r282463 - head/usr.bin/checknr

2015-05-05 Thread Baptiste Daroussin
Author: bapt Date: Tue May 5 09:26:32 2015 New Revision: 282463 URL: https://svnweb.freebsd.org/changeset/base/282463 Log: Use stdup(3) and check its return instead from homebrew version using strcpy(3) and malloc(3) Obtained from:NetBSD Modified:

svn commit: r282464 - head/usr.bin/checknr

2015-05-05 Thread Baptiste Daroussin
Author: bapt Date: Tue May 5 09:29:32 2015 New Revision: 282464 URL: https://svnweb.freebsd.org/changeset/base/282464 Log: Ensure we read existing values of the stk table Obtained from:NetBSD Modified: head/usr.bin/checknr/checknr.c Modified: head/usr.bin/checknr/checknr.c

svn commit: r282459 - head/usr.bin/vgrind

2015-05-05 Thread Baptiste Daroussin
Author: bapt Date: Tue May 5 08:17:40 2015 New Revision: 282459 URL: https://svnweb.freebsd.org/changeset/base/282459 Log: Replace homebrewed NIL by NULL Modified: head/usr.bin/vgrind/regexp.c head/usr.bin/vgrind/vfontedpr.c Modified: head/usr.bin/vgrind/regexp.c

svn commit: r282465 - in head: sbin/geom/class/part sys/geom/part sys/sys

2015-05-05 Thread Andrey V. Elsukov
Author: ae Date: Tue May 5 09:33:02 2015 New Revision: 282465 URL: https://svnweb.freebsd.org/changeset/base/282465 Log: Add apple-boot, apple-hfs and apple-ufs aliases to MBR scheme. Sort DOSPTYP_* entries in diskmbr.h by value. Document these scheme-specific types in gpart(8). MFC

svn commit: r282466 - head/usr.bin/checknr

2015-05-05 Thread Baptiste Daroussin
Author: bapt Date: Tue May 5 09:33:32 2015 New Revision: 282466 URL: https://svnweb.freebsd.org/changeset/base/282466 Log: Properly assign open and close brackets and checks memory Obtained from:NetBSD Modified: head/usr.bin/checknr/checknr.c Modified:

svn commit: r282509 - stable/10/sys/dev/usb

2015-05-05 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 5 19:59:15 2015 New Revision: 282509 URL: https://svnweb.freebsd.org/changeset/base/282509 Log: MFC r280598: Add definition of the ISOCHRONOUS endpoint usage bits. Refer to the USB v2.0 specification for more information. Modified:

svn commit: r282510 - stable/9/sys/dev/usb

2015-05-05 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 5 20:00:20 2015 New Revision: 282510 URL: https://svnweb.freebsd.org/changeset/base/282510 Log: MFC r280598: Add definition of the ISOCHRONOUS endpoint usage bits. Refer to the USB v2.0 specification for more information. Modified:

svn commit: r282511 - stable/8/sys/dev/usb

2015-05-05 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 5 20:01:28 2015 New Revision: 282511 URL: https://svnweb.freebsd.org/changeset/base/282511 Log: MFC r280598: Add definition of the ISOCHRONOUS endpoint usage bits. Refer to the USB v2.0 specification for more information. Modified:

svn commit: r282512 - stable/10/sys/cam/scsi

2015-05-05 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 5 20:04:01 2015 New Revision: 282512 URL: https://svnweb.freebsd.org/changeset/base/282512 Log: MFC r280597: Add DA_Q_NO_RC16 quirk for USB mass storage device. PR: 198647 Modified: stable/10/sys/cam/scsi/scsi_da.c Directory Properties:

svn commit: r282507 - in stable/9/sys: arm/arm ia64/ia64 mips/mips powerpc/powerpc x86/x86

2015-05-05 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 5 19:52:22 2015 New Revision: 282507 URL: https://svnweb.freebsd.org/changeset/base/282507 Log: MFC r282120: The add_bounce_page() function can be called when loading physical pages which pass a NULL virtual address. If the BUS_DMA_KEEP_PG_OFFSET flag is

svn commit: r282508 - stable/10/sys/dev/usb/controller

2015-05-05 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 5 19:56:23 2015 New Revision: 282508 URL: https://svnweb.freebsd.org/changeset/base/282508 Log: MFC r281881: Disable multi process interrupts, because the current code doesn't use them. Else we can end up in an infinite interrupt loop in USB device mode.

svn commit: r282514 - in stable/9/sys/ofed/include: linux net

2015-05-05 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 5 20:59:43 2015 New Revision: 282514 URL: https://svnweb.freebsd.org/changeset/base/282514 Log: MFC r277396, r278681, r278865, r278924, r279205, r280208, r280210, r280764 and r280768: Update the Linux compatibility layer: - Add more functions. - Add

svn commit: r282503 - head/sys/arm/conf

2015-05-05 Thread Andrew Turner
Author: andrew Date: Tue May 5 18:04:47 2015 New Revision: 282503 URL: https://svnweb.freebsd.org/changeset/base/282503 Log: The VIRT kernel config targets armv6. Modified: head/sys/arm/conf/VIRT Modified: head/sys/arm/conf/VIRT

Re: svn commit: r282280 - in head/sys/dev: e1000 ixgbe ixl

2015-05-05 Thread John Baldwin
On Tuesday, May 05, 2015 09:45:56 AM Gleb Smirnoff wrote: John, On Mon, May 04, 2015 at 04:01:28PM -0400, John Baldwin wrote: J Your answer seems quite orthogonal to my question. I reread it couple of times, J but still can't figure out how exactly do you prefet to fetch per-queue

svn commit: r282467 - head/usr.bin/checknr

2015-05-05 Thread Baptiste Daroussin
Author: bapt Date: Tue May 5 09:50:21 2015 New Revision: 282467 URL: https://svnweb.freebsd.org/changeset/base/282467 Log: Update the list of known roff commands (adding the mdoc package) Obtained from:NetBSD Modified: head/usr.bin/checknr/checknr.c Modified:

svn commit: r282471 - head/contrib/binutils/bfd

2015-05-05 Thread Andrew Turner
Author: andrew Date: Tue May 5 10:35:29 2015 New Revision: 282471 URL: https://svnweb.freebsd.org/changeset/base/282471 Log: Copy new attribute types when linking. bfd will copy attributes as needed, however it will fail to output them if the type is not set correctly. This can happen when

svn commit: r282468 - head/usr.bin/checknr

2015-05-05 Thread Baptiste Daroussin
Author: bapt Date: Tue May 5 09:54:47 2015 New Revision: 282468 URL: https://svnweb.freebsd.org/changeset/base/282468 Log: Enlarge the buffer for storing macros as some macros can be longer than 5 Modified: head/usr.bin/checknr/checknr.c Modified: head/usr.bin/checknr/checknr.c

Re: svn commit: r282280 - in head/sys/dev: e1000 ixgbe ixl

2015-05-05 Thread Gleb Smirnoff
On Tue, May 05, 2015 at 05:32:11AM -0400, John Baldwin wrote: J On Mon, May 04, 2015 at 04:01:28PM -0400, John Baldwin wrote: J J Your answer seems quite orthogonal to my question. I reread it couple of times, J J but still can't figure out how exactly do you prefet to fetch per-queue

svn commit: r282469 - in head/sys/dev/usb: . serial

2015-05-05 Thread Renato Botelho
Author: garga (ports committer) Date: Tue May 5 10:19:43 2015 New Revision: 282469 URL: https://svnweb.freebsd.org/changeset/base/282469 Log: Add support for Sierra MC7354 card Author: Jeremy Porter jpor...@netgate.com Differential Revision:

svn commit: r282470 - head/sys/boot/efi/loader

2015-05-05 Thread Andrew Turner
Author: andrew Date: Tue May 5 10:32:59 2015 New Revision: 282470 URL: https://svnweb.freebsd.org/changeset/base/282470 Log: When cross-building ${LIBSTAND} may be set to the host copy. Point to the version built with the toolchain. Differential Revision:

Re: svn commit: r282470 - head/sys/boot/efi/loader

2015-05-05 Thread Andrew Turner
On Tue, 5 May 2015 10:33:00 + (UTC) Andrew Turner and...@freebsd.org wrote: Author: andrew Date: Tue May 5 10:32:59 2015 New Revision: 282470 URL: https://svnweb.freebsd.org/changeset/base/282470 Log: When cross-building ${LIBSTAND} may be set to the host copy. Point to the

svn commit: r282513 - in stable/10/sys/ofed/include: linux net

2015-05-05 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 5 20:58:12 2015 New Revision: 282513 URL: https://svnweb.freebsd.org/changeset/base/282513 Log: MFC r277396, r278681, r278865, r278924, r279205, r280208, r280210, r280764 and r280768: Update the Linux compatibility layer: - Add more functions. - Add

svn commit: r282515 - in head/release: arm tools/arm

2015-05-05 Thread Glen Barber
Author: gjb Date: Tue May 5 21:08:50 2015 New Revision: 282515 URL: https://svnweb.freebsd.org/changeset/base/282515 Log: Fix building BEAGLEBONE images with Crochet using the sysutils/u-boot-beaglebone port: - In arm/BEAGLEBONE.conf, set EMBEDDEDPORTS to the

svn commit: r282472 - head/lib/libc/stdlib

2015-05-05 Thread Sergey Kandaurov
Author: pluknet Date: Tue May 5 10:44:17 2015 New Revision: 282472 URL: https://svnweb.freebsd.org/changeset/base/282472 Log: Fix major copy/paste and other style errors. Modified: head/lib/libc/stdlib/reallocarray.3 Modified: head/lib/libc/stdlib/reallocarray.3

svn commit: r282473 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-05-05 Thread Andriy Gapon
Author: avg Date: Tue May 5 10:56:16 2015 New Revision: 282473 URL: https://svnweb.freebsd.org/changeset/base/282473 Log: dmu_recv_end_check: don't leak hold if dsl_destroy_snapshot_check_impl fails The leak may happen if !drc_newfs drc_force and there is an error iterating through

svn commit: r282475 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2015-05-05 Thread Andriy Gapon
Author: avg Date: Tue May 5 11:01:06 2015 New Revision: 282475 URL: https://svnweb.freebsd.org/changeset/base/282475 Log: zfs: do not hold an extra reference on a root vnode while a filesystem is mounted At present zfs_domount() acquires a reference on the filesystem's root vnode and

svn commit: r282474 - in head/sys/boot/efi: boot1 libefi loader/arch/arm64

2015-05-05 Thread Andrew Turner
Author: andrew Date: Tue May 5 11:00:50 2015 New Revision: 282474 URL: https://svnweb.freebsd.org/changeset/base/282474 Log: Disable the use of floating-point and vector registers in the loader. They need the vfp unit to be enabled which may not be the case. Modified:

svn commit: r282477 - head/sys/boot/efi/loader

2015-05-05 Thread Andrew Turner
Author: andrew Date: Tue May 5 11:07:43 2015 New Revision: 282477 URL: https://svnweb.freebsd.org/changeset/base/282477 Log: Add FDT to the list of known GUIDs. Modified: head/sys/boot/efi/loader/main.c Modified: head/sys/boot/efi/loader/main.c

svn commit: r282478 - head/share/misc

2015-05-05 Thread Sergey A. Osokin
Author: osa (ports committer) Date: Tue May 5 11:12:20 2015 New Revision: 282478 URL: https://svnweb.freebsd.org/changeset/base/282478 Log: Document DragonFly releases 4.0.2 - 4.0.5 and OpenBSD 5.7. Fix typo for NetBSD 6.1.5. Modified: head/share/misc/bsd-family-tree Modified:

svn commit: r282479 - head/sys/cddl/contrib/opensolaris

2015-05-05 Thread Andriy Gapon
Author: avg Date: Tue May 5 11:12:33 2015 New Revision: 282479 URL: https://svnweb.freebsd.org/changeset/base/282479 Log: mergeinfo for commits r282125 and r282126 Those were MFVs: MFV r282124: 5393 spurious failures from dsl_dataset_hold_obj() MFV r282123: 5610 zfs clone from

svn commit: r282480 - in head/sys: arm64/arm64 dev/ofw

2015-05-05 Thread Andrew Turner
Author: andrew Date: Tue May 5 11:13:16 2015 New Revision: 282480 URL: https://svnweb.freebsd.org/changeset/base/282480 Log: Move the point we attach the ofw driver on arm64 to nexus.c. This will allow us to have a single place to decide to use ofw or acpi. Modified: