svn commit: r265080 - stable/8/sys/dev/usb/controller

2014-04-28 Thread Hans Petter Selasky
Author: hselasky Date: Tue Apr 29 05:48:50 2014 New Revision: 265080 URL: http://svnweb.freebsd.org/changeset/base/265080 Log: MFC r265015: Setting the IMOD value below 0x3F8 can cause IRQ lockups in the Intel LynxPoint USB 3.0 controllers found in MacBookPro 2013's. Modified: stable/8/sy

svn commit: r265079 - stable/9/sys/dev/usb/controller

2014-04-28 Thread Hans Petter Selasky
Author: hselasky Date: Tue Apr 29 05:47:13 2014 New Revision: 265079 URL: http://svnweb.freebsd.org/changeset/base/265079 Log: MFC r265015: Setting the IMOD value below 0x3F8 can cause IRQ lockups in the Intel LynxPoint USB 3.0 controllers found in MacBookPro 2013's. Modified: stable/9/sy

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

2014-04-28 Thread Hans Petter Selasky
Author: hselasky Date: Tue Apr 29 05:45:17 2014 New Revision: 265078 URL: http://svnweb.freebsd.org/changeset/base/265078 Log: MFC r265015: Setting the IMOD value below 0x3F8 can cause IRQ lockups in the Intel LynxPoint USB 3.0 controllers found in MacBookPro 2013's. Modified: stable/10/s

svn commit: r265077 - stable/9/sbin/savecore

2014-04-28 Thread Mark Johnston
Author: markj Date: Tue Apr 29 03:58:17 2014 New Revision: 265077 URL: http://svnweb.freebsd.org/changeset/base/265077 Log: Revert r265076; r262775 should not be MFC'd to stable/9. Modified: stable/9/sbin/savecore/savecore.c Directory Properties: stable/9/sbin/savecore/ (props changed) M

svn commit: r265076 - stable/9/sbin/savecore

2014-04-28 Thread Mark Johnston
Author: markj Date: Tue Apr 29 03:50:23 2014 New Revision: 265076 URL: http://svnweb.freebsd.org/changeset/base/265076 Log: MFC r262775: Log the name of the file that we failed to open rather than an uninitialized buffer. Modified: stable/9/sbin/savecore/savecore.c Directory Properties:

svn commit: r265075 - stable/10/sbin/savecore

2014-04-28 Thread Mark Johnston
Author: markj Date: Tue Apr 29 03:49:40 2014 New Revision: 265075 URL: http://svnweb.freebsd.org/changeset/base/265075 Log: MFC r262775: Log the name of the file that we failed to open rather than an uninitialized buffer. Modified: stable/10/sbin/savecore/savecore.c Directory Properties:

svn commit: r265074 - stable/9/lib/libproc

2014-04-28 Thread Mark Johnston
Author: markj Date: Tue Apr 29 03:37:30 2014 New Revision: 265074 URL: http://svnweb.freebsd.org/changeset/base/265074 Log: MFC r264436: Fix some off-by-one errors. The kve_end and rdl_eaddr fields contain the first address after the end of the map entry and should therefore be excluded.

svn commit: r265073 - stable/10/lib/libproc

2014-04-28 Thread Mark Johnston
Author: markj Date: Tue Apr 29 03:36:04 2014 New Revision: 265073 URL: http://svnweb.freebsd.org/changeset/base/265073 Log: MFC r264436: Fix some off-by-one errors. The kve_end and rdl_eaddr fields contain the first address after the end of the map entry and should therefore be excluded.

svn commit: r265072 - head/sys/geom

2014-04-28 Thread Bryan Drewery
Author: bdrewery Date: Tue Apr 29 01:17:43 2014 New Revision: 265072 URL: http://svnweb.freebsd.org/changeset/base/265072 Log: Remove redundant include MFC after:3 days Modified: head/sys/geom/geom_disk.c Modified: head/sys/geom/geom_disk.c ==

svn commit: r265071 - in stable/10/sys/boot/uboot: common lib

2014-04-28 Thread Ian Lepore
Author: ian Date: Tue Apr 29 00:45:42 2014 New Revision: 265071 URL: http://svnweb.freebsd.org/changeset/base/265071 Log: MFC r263052, r263124, r263265, r263267... Enhance loaderdev env var. Enhance the mechanism that lets you configure the ubldr boot device by setting the u-boot environ

svn commit: r265070 - stable/10/sys/boot/uboot/common

2014-04-28 Thread Ian Lepore
Author: ian Date: Tue Apr 29 00:38:46 2014 New Revision: 265070 URL: http://svnweb.freebsd.org/changeset/base/265070 Log: MFC r262666: exit with code 0xbadab1 if the u-boot API support is missing. Modified: stable/10/sys/boot/uboot/common/main.c Modified: stable/10/sys/boot/uboot/common/main

svn commit: r265069 - in stable/10/sys/boot: fdt uboot/common uboot/lib

2014-04-28 Thread Ian Lepore
Author: ian Date: Tue Apr 29 00:36:51 2014 New Revision: 265069 URL: http://svnweb.freebsd.org/changeset/base/265069 Log: MFC r262664, r262694: Prevent fdt data loaded from a file from overwriting the kernel environment, by having uboot_autoload() do the fdt setup (which may load a fi

svn commit: r265068 - in stable/10/sys/boot: common fdt

2014-04-28 Thread Ian Lepore
Author: ian Date: Tue Apr 29 00:31:32 2014 New Revision: 265068 URL: http://svnweb.freebsd.org/changeset/base/265068 Log: MFC r262340, r262345, r262347, find and load an appropriate dtb file. The search order for a usable dtb in fdt_setup_fdtp() is now - A dtb loaded with an explicit

svn commit: r265067 - stable/10/sys/boot/uboot/common

2014-04-28 Thread Ian Lepore
Author: ian Date: Tue Apr 29 00:17:30 2014 New Revision: 265067 URL: http://svnweb.freebsd.org/changeset/base/265067 Log: MFC r262337: Allow the boot device to be choosen by a u-boot env variable. If a "loaderdev=" env variable is set and the named device exists, it is used. If the d

svn commit: r265066 - stable/10/sys/boot/fdt

2014-04-28 Thread Ian Lepore
Author: ian Date: Tue Apr 29 00:13:25 2014 New Revision: 265066 URL: http://svnweb.freebsd.org/changeset/base/265066 Log: MFC r262326 (white space) and r262327 (fdt_addr). This change was supposed to be whitespace only, but a functional change snuck in, as follows: Look for both fd

svn commit: r265065 - stable/10/sys/boot/fdt

2014-04-28 Thread Ian Lepore
Author: ian Date: Tue Apr 29 00:09:48 2014 New Revision: 265065 URL: http://svnweb.freebsd.org/changeset/base/265065 Log: MFC r261819 & r262242: Actually validate the header of a loaded dtb file. Modified: stable/10/sys/boot/fdt/fdt_loader_cmd.c Directory Properties: stable/10/ (props cha

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

2014-04-28 Thread Bruce Evans
On Mon, 28 Apr 2014, Ed Maste wrote: Log: Drop explicit unsigned from FD_SETSIZE constant FD_SETSIZE is often used as an argument to select or compared with an integer file descriptor. Rather than force 3rd party software to add explicit casts, just make it a plain (int) constant as on oth

svn commit: r265064 - stable/10/sys/boot/arm/uboot

2014-04-28 Thread Ian Lepore
Author: ian Date: Mon Apr 28 23:46:04 2014 New Revision: 265064 URL: http://svnweb.freebsd.org/changeset/base/265064 Log: MFC r257210, r258527: No hardfloat in ubldr, save/restore r9 for api calls. Modified: stable/10/sys/boot/arm/uboot/Makefile stable/10/sys/boot/arm/uboot/start.S Modifie

svn commit: r265063 - head

2014-04-28 Thread Warner Losh
Author: imp Date: Mon Apr 28 23:16:46 2014 New Revision: 265063 URL: http://svnweb.freebsd.org/changeset/base/265063 Log: Add dependency for libm to libstdc++. This fixes high -j value builds when not building with clang. Submitted by: ian@ Modified: head/Makefile.inc1 Modified: head/

svn commit: r265062 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel usr.sbin/bhyve usr.sbin/bhyvectl

2014-04-28 Thread Neel Natu
Author: neel Date: Mon Apr 28 22:06:40 2014 New Revision: 265062 URL: http://svnweb.freebsd.org/changeset/base/265062 Log: Allow a virtual machine to be forcibly reset or powered off. This is done by adding an argument to the VM_SUSPEND ioctl that specifies how the virtual machine should be

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

2014-04-28 Thread Glen Barber
Author: gjb Date: Mon Apr 28 20:40:36 2014 New Revision: 265061 URL: http://svnweb.freebsd.org/changeset/base/265061 Log: Remove note about hw.bus.devctl_disable removal, restored in r265060. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/artic

svn commit: r265060 - head/sys/kern

2014-04-28 Thread Brooks Davis
Author: brooks Date: Mon Apr 28 20:38:08 2014 New Revision: 265060 URL: http://svnweb.freebsd.org/changeset/base/265060 Log: Revert r263754, re-adding support for hw.bus.devctl_disable. Breaking old devd's and thus hosts that get IP addresses from DHCP was too much of a POLA violation.

Re: svn commit: r253687 - head/sys/net

2014-04-28 Thread Alan Somers
On Mon, Apr 28, 2014 at 11:55 AM, Adrian Chadd wrote: > On 28 April 2014 01:53, Gleb Smirnoff wrote: >> On Fri, Apr 25, 2014 at 02:09:21PM -0700, Adrian Chadd wrote: >> A> Someone else should do it. >> >> Someone else can simply revert a commit that introduces a LOR and >> adds nonstandard undocu

svn commit: r265059 - head/lib/libc/arm/gen

2014-04-28 Thread Andrew Turner
Author: andrew Date: Mon Apr 28 18:54:12 2014 New Revision: 265059 URL: http://svnweb.freebsd.org/changeset/base/265059 Log: Set the new floating point exception mask correctly Submitted by: Keith White Modified: head/lib/libc/arm/gen/fpsetmask_vfp.c Modified: head/lib/libc/arm/gen/fps

svn commit: r265058 - head/usr.sbin/bhyve

2014-04-28 Thread Peter Grehan
Author: grehan Date: Mon Apr 28 18:41:25 2014 New Revision: 265058 URL: http://svnweb.freebsd.org/changeset/base/265058 Log: Implement legacy interrupts for the AHCI device emulation according to the method outlined in the AHCI spec. Tested with FreeBSD 9/10/11 with MSI disabled, and al

svn commit: r265057 - head/sys/boot/amd64

2014-04-28 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Apr 28 18:25:21 2014 New Revision: 265057 URL: http://svnweb.freebsd.org/changeset/base/265057 Log: Turn off various fancy instruction sets, as well as deduplicate some options. This makes the EFI loader build work with CPUTYPE=native in make.conf on my Core i5.

svn commit: r265056 - in head/tools/bus_space: . C Python

2014-04-28 Thread Marcel Moolenaar
Author: marcel Date: Mon Apr 28 18:06:11 2014 New Revision: 265056 URL: http://svnweb.freebsd.org/changeset/base/265056 Log: Add a C libary and a Python module that implements an API similar to bus_space(9) and that uses the proto(4) driver for talking to hardware. If the I/O resource is a m

svn commit: r265055 - in head: share/man/man4 sys/dev/proto sys/modules sys/modules/proto

2014-04-28 Thread Marcel Moolenaar
Author: marcel Date: Mon Apr 28 17:58:40 2014 New Revision: 265055 URL: http://svnweb.freebsd.org/changeset/base/265055 Log: Add proto(4): A driver for prototyping and diagnostics. It exposes I/O resources to user space, so that programs can peek and poke at the hardware. It does not itself

Re: svn commit: r253687 - head/sys/net

2014-04-28 Thread Adrian Chadd
On 28 April 2014 01:53, Gleb Smirnoff wrote: > On Fri, Apr 25, 2014 at 02:09:21PM -0700, Adrian Chadd wrote: > A> Someone else should do it. > > Someone else can simply revert a commit that introduces a LOR and > adds nonstandard undocumented configuration knobs. Please do. I'm no longer doing an

svn commit: r265054 - head/sys/geom/raid

2014-04-28 Thread Alexander Motin
Author: mav Date: Mon Apr 28 15:03:52 2014 New Revision: 265054 URL: http://svnweb.freebsd.org/changeset/base/265054 Log: Reduce number of opens by REOM RAID during provider taste. Instead opening/closing provider by each of metadata classes, do it only once in core code. Since for SCSI

svn commit: r265052 - in stable/8: share/man/man4 sys/dev/usb sys/dev/usb/serial

2014-04-28 Thread Ian Lepore
Author: ian Date: Mon Apr 28 14:20:21 2014 New Revision: 265052 URL: http://svnweb.freebsd.org/changeset/base/265052 Log: MFC uftdi(4) driver changes... r264010: Support speeds up to 12mbaud on newer chips. r264018: Update list of supported FTDI chips. r264031: Use 2K IO buffers for

svn commit: r265051 - head/sys/sys

2014-04-28 Thread Ed Maste
Author: emaste Date: Mon Apr 28 13:42:41 2014 New Revision: 265051 URL: http://svnweb.freebsd.org/changeset/base/265051 Log: Drop explicit unsigned from FD_SETSIZE constant FD_SETSIZE is often used as an argument to select or compared with an integer file descriptor. Rather than force 3r

svn commit: r265050 - in stable/9: share/man/man4 sys/dev/usb sys/dev/usb/serial

2014-04-28 Thread Ian Lepore
Author: ian Date: Mon Apr 28 13:28:10 2014 New Revision: 265050 URL: http://svnweb.freebsd.org/changeset/base/265050 Log: MFC uftdi(4) driver changes... r264010: Support speeds up to 12mbaud on newer chips. r264018: Update list of supported FTDI chips. r264031: Use 2K IO buffers for

svn commit: r265049 - stable/10/share/man/man4

2014-04-28 Thread Ian Lepore
Author: ian Date: Mon Apr 28 13:18:30 2014 New Revision: 265049 URL: http://svnweb.freebsd.org/changeset/base/265049 Log: MFC r264018: update list of supported FTDI chips. Modified: stable/10/share/man/man4/uftdi.4 Directory Properties: stable/10/ (props changed) Modified: stable/10/shar

svn commit: r265048 - stable/10/sys/dev/usb/serial

2014-04-28 Thread Ian Lepore
Author: ian Date: Mon Apr 28 13:12:19 2014 New Revision: 265048 URL: http://svnweb.freebsd.org/changeset/base/265048 Log: MFC r264800: fixes for problems found by Coverity scan... - Get transmit loop more in line with the other serial drivers. - Add a comment about FTDI and ZLPs. - C

svn commit: r265047 - in stable/10: share/man/man4 sys/dev/usb sys/dev/usb/serial

2014-04-28 Thread Ian Lepore
Author: ian Date: Mon Apr 28 12:46:23 2014 New Revision: 265047 URL: http://svnweb.freebsd.org/changeset/base/265047 Log: MFC uftdi(4) driver changes... r264010: Support speeds up to 12mbaud on newer chips. r264031: Use 2K IO buffers for improved throughput. r264149: Add ioctl(2) cal

Re: svn commit: r265003 - head/secure/usr.sbin/sshd

2014-04-28 Thread Slawa Olhovchenkov
On Sun, Apr 27, 2014 at 05:28:14AM +, Konstantin Belousov wrote: > Author: kib > Date: Sun Apr 27 05:28:14 2014 > New Revision: 265003 > URL: http://svnweb.freebsd.org/changeset/base/265003 > > Log: > Fix order of libthr and libc in the global dso list for sshd, by > explicitely linking m

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

2014-04-28 Thread Steven Hartland
Author: smh Date: Mon Apr 28 09:00:00 2014 New Revision: 265046 URL: http://svnweb.freebsd.org/changeset/base/265046 Log: Fix ZIO reordering done by vdev_queue_io causing panics when zio_vdev_io_start returns ZIO_PIPELINE_CONTINUE from vdev_op_io_start to zio_execute resulting in the wrong Z

Re: svn commit: r264986 - head/sys/net

2014-04-28 Thread Gleb Smirnoff
On Sat, Apr 26, 2014 at 09:03:41PM +, Alexander V. Chernikov wrote: A> @@ -1425,6 +1431,95 @@ bad: A> #undef ifpaddr A> #undef flags A> A> +#define senderr(e) { error = e; goto bad; } ... A> +if (error != 0) A> +senderr(error); This resolves to "error

Re: svn commit: r253687 - head/sys/net

2014-04-28 Thread Gleb Smirnoff
On Fri, Apr 25, 2014 at 02:09:21PM -0700, Adrian Chadd wrote: A> Someone else should do it. Someone else can simply revert a commit that introduces a LOR and adds nonstandard undocumented configuration knobs. -- Totus tuus, Glebius. ___ svn-src-all@fre