svn commit: r277291 - head/sys/boot/common

2015-01-17 Thread Roger Pau Monné
Author: royger Date: Sat Jan 17 08:09:07 2015 New Revision: 277291 URL: https://svnweb.freebsd.org/changeset/base/277291 Log: loader: use correct types for parse_modmetadata Use the proper types in parse_modmetadata for the p_start and p_end parameters. This was causing problems in the AR

Re: svn commit: r277204 - head/sys/amd64/conf

2015-01-17 Thread Alexey Dokuchaev
Among emails in this thread, Warner Losh wrote: [ so to avoid replying on per-email bases ] > (2) is the exact problem I'm working on. Since the design of that will > allow us to read from the kernel these modules, (1) becomes largely > irrelevant because the only /boot/loader incursion would be to

Re: svn commit: r277204 - head/sys/amd64/conf

2015-01-17 Thread Alexey Dokuchaev
On Thu, Jan 15, 2015 at 04:23:03PM +0300, Slawa Olhovchenkov wrote: > I think defining UFS options in kernel connfig affect to module too. > When I define this options in kernel config (w/o options FFS) I got > ufs.ko with this SU, quota, acl etc. Nice point I missed in earlier replies. In my sta

svn commit: r277295 - head/sys/net

2015-01-17 Thread Andrey V. Elsukov
Author: ae Date: Sat Jan 17 11:32:09 2015 New Revision: 277295 URL: https://svnweb.freebsd.org/changeset/base/277295 Log: Fix condition and really sort ports. Also add comment describing the intent of this code. Reported by: sbruno MFC after:1 week Sponsored by: Yandex LLC Modif

svn commit: r277296 - in stable: 10/lib/libmagic 9/lib/libmagic

2015-01-17 Thread Dimitry Andric
Author: dim Date: Sat Jan 17 11:41:04 2015 New Revision: 277296 URL: https://svnweb.freebsd.org/changeset/base/277296 Log: MFC r277147: Since the merge of file 5.21 in r276415 and r276416, stable/9 and stable/10 cannot be built from FreeBSD 8.x. This is because the build-tools stage re

svn commit: r277296 - in stable: 10/lib/libmagic 9/lib/libmagic

2015-01-17 Thread Dimitry Andric
Author: dim Date: Sat Jan 17 11:41:04 2015 New Revision: 277296 URL: https://svnweb.freebsd.org/changeset/base/277296 Log: MFC r277147: Since the merge of file 5.21 in r276415 and r276416, stable/9 and stable/10 cannot be built from FreeBSD 8.x. This is because the build-tools stage re

svn commit: r277297 - stable/10/sys/net

2015-01-17 Thread Andrey V. Elsukov
Author: ae Date: Sat Jan 17 11:43:13 2015 New Revision: 277297 URL: https://svnweb.freebsd.org/changeset/base/277297 Log: MFC r276901: Move the recursion detection code into separate function gif_check_nesting(). Also make MTAG_GIF definition private to if_gif.c. MFC r276907: Re

svn commit: r277298 - head/sys/dev/usb/net

2015-01-17 Thread Ruslan Bukin
Author: br Date: Sat Jan 17 12:31:26 2015 New Revision: 277298 URL: https://svnweb.freebsd.org/changeset/base/277298 Log: o Notify USB host about connection when operating in device mode. Required when communicating to Mac OS X USB host stack. o Also don't set stall bit to TX pipe in devic

svn commit: r277299 - in stable: 10/contrib/libc++/include 9/contrib/libc++/include

2015-01-17 Thread Dimitry Andric
Author: dim Date: Sat Jan 17 12:54:02 2015 New Revision: 277299 URL: https://svnweb.freebsd.org/changeset/base/277299 Log: MFC r276517: Pull in r200010 from upstream libc++ trunk (by Marshall Clow): Rename some internal templates to avoid conflict with complier intrinsics. __is_c

svn commit: r277299 - in stable: 10/contrib/libc++/include 9/contrib/libc++/include

2015-01-17 Thread Dimitry Andric
Author: dim Date: Sat Jan 17 12:54:02 2015 New Revision: 277299 URL: https://svnweb.freebsd.org/changeset/base/277299 Log: MFC r276517: Pull in r200010 from upstream libc++ trunk (by Marshall Clow): Rename some internal templates to avoid conflict with complier intrinsics. __is_c

Re: svn commit: r277285 - head/sys/x86/isa

2015-01-17 Thread Bjoern A. Zeeb
> On 17 Jan 2015, at 02:18 , Warner Losh wrote: > > Author: imp > Date: Sat Jan 17 02:17:59 2015 > New Revision: 277285 > URL: https://svnweb.freebsd.org/changeset/base/277285 > > Log: > Need to include opt_mca.h to test for DEV_MCA. > > Modified: > head/sys/x86/isa/atpic.c i386 LINT kerne

svn commit: r277300 - in head: cddl/contrib/opensolaris/cmd/dtrace cddl/contrib/opensolaris/cmd/lockstat cddl/contrib/opensolaris/cmd/mdb/tools/common cddl/contrib/opensolaris/cmd/plockstat cddl/co...

2015-01-17 Thread Steven Hartland
Author: smh Date: Sat Jan 17 14:44:59 2015 New Revision: 277300 URL: https://svnweb.freebsd.org/changeset/base/277300 Log: Mechanically convert cddl sun #ifdef's to illumos Since the upstream for cddl code is now illumos not sun, mechanically convert all sun #ifdef's to illumos #ifdef's w

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

2015-01-17 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jan 17 15:19:18 2015 New Revision: 277301 URL: https://svnweb.freebsd.org/changeset/base/277301 Log: ext2: cosmetical issues Minor sorting and note when the cases are expected to fall through. MFC after:1 week Modified: head/sys/fs/ext2fs/ext2_hash.c Modif

svn commit: r277302 - in head/sys: conf modules modules/ibcore modules/ipoib modules/linuxapi modules/mlx4 modules/mlx4ib ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mlx4 ofed/drivers/i...

2015-01-17 Thread Hans Petter Selasky
Author: hselasky Date: Sat Jan 17 16:36:39 2015 New Revision: 277302 URL: https://svnweb.freebsd.org/changeset/base/277302 Log: Start importing the basic OFED linux compatibility layer changes made by dumbbell@ to be able to compile this layer as a dependency module. Clean up some Makefiles

svn commit: r277303 - head/sys/contrib/dev/ath/ath_hal/ar9300

2015-01-17 Thread Adrian Chadd
Author: adrian Date: Sat Jan 17 17:31:47 2015 New Revision: 277303 URL: https://svnweb.freebsd.org/changeset/base/277303 Log: Skip the OFDM weak signal threshold detection programming for AR9462/AR9565. This and some upcoming changes to the HAL for these chips should address some of the

svn commit: r277304 - head/sys/contrib/dev/ath/ath_hal/ar9300

2015-01-17 Thread Adrian Chadd
Author: adrian Date: Sat Jan 17 17:37:08 2015 New Revision: 277304 URL: https://svnweb.freebsd.org/changeset/base/277304 Log: Correct the descriptor length for AR9462/AR9565 and set the final field to zero - TX drops are otherwise reported. Tested: * AR9462 (WB222), STA mode Obt

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

2015-01-17 Thread Ian Lepore
Author: ian Date: Sat Jan 17 18:40:46 2015 New Revision: 277305 URL: https://svnweb.freebsd.org/changeset/base/277305 Log: Minor cleanups, comment changes. No need to load 3 values when setting up the stack for secondary cores, the other two values are only used for zeroing bss on the prima

svn commit: r277306 - head/sys/dev/sdhci

2015-01-17 Thread Ian Lepore
Author: ian Date: Sat Jan 17 18:56:22 2015 New Revision: 277306 URL: https://svnweb.freebsd.org/changeset/base/277306 Log: Add defines for SDHCI 3.0 controllers. Submitted by: Michal Meloun Modified: head/sys/dev/sdhci/sdhci.h Modified: head/sys/dev/sdhci/sdhci.h ==

svn commit: r277307 - in head/sys: arm/broadcom/bcm2835 dev/sdhci

2015-01-17 Thread Ian Lepore
Author: ian Date: Sat Jan 17 19:57:03 2015 New Revision: 277307 URL: https://svnweb.freebsd.org/changeset/base/277307 Log: Add a new SDHCI quirk, SDHCI_QUIRK_DONT_SET_HISPD_BIT. Apparently some sdhci controllers, such as the one on a Raspberry Pi, mishandle the signal timing in high speed s

Re: svn commit: r277285 - head/sys/x86/isa

2015-01-17 Thread Warner Losh
> On Jan 17, 2015, at 6:31 AM, Bjoern A. Zeeb wrote: > > >> On 17 Jan 2015, at 02:18 , Warner Losh wrote: >> >> Author: imp >> Date: Sat Jan 17 02:17:59 2015 >> New Revision: 277285 >> URL: https://svnweb.freebsd.org/changeset/base/277285 >> >> Log: >> Need to include opt_mca.h to test for D

svn commit: r277308 - head/sys/conf

2015-01-17 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jan 18 01:28:08 2015 New Revision: 277308 URL: https://svnweb.freebsd.org/changeset/base/277308 Log: There are still kernel configs and mk files depending on the OFED option. This will need a proper cleanup and in the meantime after r277302 unbreak LINT builds. Modified

Re: svn commit: r277302 - in head/sys: conf modules modules/ibcore modules/ipoib modules/linuxapi modules/mlx4 modules/mlx4ib ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mlx4 ofed/drivers/

2015-01-17 Thread Bjoern A. Zeeb
> On 17 Jan 2015, at 16:36 , Hans Petter Selasky wrote: > > Author: hselasky > Date: Sat Jan 17 16:36:39 2015 > New Revision: 277302 > URL: https://svnweb.freebsd.org/changeset/base/277302 > > Log: > Start importing the basic OFED linux compatibility layer changes made > by dumbbell@ to be ab

Re: svn commit: r277285 - head/sys/x86/isa

2015-01-17 Thread Bjoern A. Zeeb
> On 17 Jan 2015, at 23:19 , Warner Losh wrote: > > >> On Jan 17, 2015, at 6:31 AM, Bjoern A. Zeeb wrote: >> >> >>> On 17 Jan 2015, at 02:18 , Warner Losh wrote: >>> >>> Author: imp >>> Date: Sat Jan 17 02:17:59 2015 >>> New Revision: 277285 >>> URL: https://svnweb.freebsd.org/changeset/ba

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

2015-01-17 Thread Neel Natu
Author: neel Date: Sun Jan 18 01:50:10 2015 New Revision: 277309 URL: https://svnweb.freebsd.org/changeset/base/277309 Log: Make the error message explicit instead of just printing the usage if the virtual machine name is not specified. Requested by: grehan MFC after:1 week Modifie

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

2015-01-17 Thread Neel Natu
Author: neel Date: Sun Jan 18 03:08:30 2015 New Revision: 277310 URL: https://svnweb.freebsd.org/changeset/base/277310 Log: Simplify instruction restart logic in bhyve. Keep track of the next instruction to be executed by the vcpu as 'nextrip'. As a result the VM_RUN ioctl no longer takes

Re: svn commit: r277302 - in head/sys: conf modules modules/ibcore modules/ipoib modules/linuxapi modules/mlx4 modules/mlx4ib ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mlx4 ofed/drivers/

2015-01-17 Thread Bjoern A. Zeeb
> On 18 Jan 2015, at 01:33 , Bjoern A. Zeeb wrote: > > >> On 17 Jan 2015, at 16:36 , Hans Petter Selasky wrote: >> >> Author: hselasky >> Date: Sat Jan 17 16:36:39 2015 >> New Revision: 277302 >> URL: https://svnweb.freebsd.org/changeset/base/277302 >> >> Log: >> Start importing the basic OF

svn commit: r277311 - head/sys/x86/isa

2015-01-17 Thread Warner Losh
Author: imp Date: Sun Jan 18 03:43:47 2015 New Revision: 277311 URL: https://svnweb.freebsd.org/changeset/base/277311 Log: Include mca_machdep.h. Modified: head/sys/x86/isa/atpic.c Modified: head/sys/x86/isa/atpic.c

svn commit: r277313 - head/sys/arm/ti/am335x

2015-01-17 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Jan 18 06:43:09 2015 New Revision: 277313 URL: https://svnweb.freebsd.org/changeset/base/277313 Log: Fix programming timing parameters to LCDC. Actual value used for HBP, HFP, HSW, VSW is register's programmed value + 1. Modified: head/sys/arm/ti/am335x/am335x_lcd.c

svn commit: r277314 - head/sys/dev/iicbus

2015-01-17 Thread Justin Hibbits
Author: jhibbits Date: Sun Jan 18 07:08:06 2015 New Revision: 277314 URL: https://svnweb.freebsd.org/changeset/base/277314 Log: Use proper signed types. The ADT746x uses signed 8-bit numbers for the temperature. MFC after:2 weeks Modified: head/sys/dev/iicbus/adt746x.c Modified: