svn commit: r266393 - in stable/10: sys/amd64/include sys/amd64/vmm usr.sbin/bhyve

2014-05-17 Thread John Baldwin
Author: jhb Date: Sun May 18 04:33:24 2014 New Revision: 266393 URL: http://svnweb.freebsd.org/changeset/base/266393 Log: MFC 259737, 262646: Fix a couple of issues with vcpu state: - Add a parameter to 'vcpu_set_state()' to enforce that the vcpu is in the IDLE state before the requested

svn commit: r266392 - in head: share/misc usr.bin/calendar/calendars

2014-05-17 Thread Allan Jude
Author: allanjude (doc committer) Date: Sun May 18 04:21:12 2014 New Revision: 266392 URL: http://svnweb.freebsd.org/changeset/base/266392 Log: Note my mentors in the committers graph. Add my birthday to the calendar. Approved by: bcr (mentor) Modified: head/share/misc/committers-doc.

svn commit: r266391 - head/contrib/binutils/opcodes

2014-05-17 Thread John Baldwin
Author: jhb Date: Sun May 18 03:57:54 2014 New Revision: 266391 URL: http://svnweb.freebsd.org/changeset/base/266391 Log: Add support for the 'rdseed' instruction. Modified: head/contrib/binutils/opcodes/i386-dis.c head/contrib/binutils/opcodes/i386-opc.tbl head/contrib/binutils/opcodes/i

svn commit: r266390 - head/sys/amd64/vmm/intel

2014-05-17 Thread Peter Grehan
Author: grehan Date: Sun May 18 03:50:17 2014 New Revision: 266390 URL: http://svnweb.freebsd.org/changeset/base/266390 Log: Make the vmx asm code dtrace-fbt-friendly by - inserting frame enter/leave sequences - restructuring the vmx_enter_guest routine so that it subsumes the vm_exit

svn commit: r266389 - stable/10

2014-05-17 Thread Ian Lepore
Author: ian Date: Sun May 18 01:20:51 2014 New Revision: 266389 URL: http://svnweb.freebsd.org/changeset/base/266389 Log: MFC 265915: Build modules in parallel. This is a record-only merge, because the actual change got merged by accident several days ago along with some other MFC I did.

svn commit: r266388 - stable/10/sys/arm/arm

2014-05-17 Thread Ian Lepore
Author: ian Date: Sun May 18 01:18:42 2014 New Revision: 266388 URL: http://svnweb.freebsd.org/changeset/base/266388 Log: MFC 265913, 265914: Interrupts need to be disabled on entry to cpu_sleep() for ARM. Given that and the need to be in a critical section when switching to idlecloc

svn commit: r266387 - in stable/10/sys/arm: arm include

2014-05-17 Thread Ian Lepore
Author: ian Date: Sun May 18 00:55:26 2014 New Revision: 266387 URL: http://svnweb.freebsd.org/changeset/base/266387 Log: MFC 265861, 265870: Make the hardware memory and instruction barrier functions work on armv4 and armv5 as well. Add cpu_l2cache_drain_writebuf(), use it to

svn commit: r266386 - in stable/10/sys/arm: at91 cavium/cns11xx mv mv/orion s3c2xx0 xscale/i80321 xscale/i8134x xscale/ixp425 xscale/pxa

2014-05-17 Thread Ian Lepore
Author: ian Date: Sun May 18 00:32:35 2014 New Revision: 266386 URL: http://svnweb.freebsd.org/changeset/base/266386 Log: MFC 265852: Map device memory using PTE_DEVICE rather than PTE_NOCACHE. Modified: stable/10/sys/arm/at91/at91_machdep.c stable/10/sys/arm/cavium/cns11xx/econa_machdep.c

svn commit: r266385 - in stable/10/sys/arm: arm mv/armadaxp

2014-05-17 Thread Ian Lepore
Author: ian Date: Sun May 18 00:30:04 2014 New Revision: 266385 URL: http://svnweb.freebsd.org/changeset/base/266385 Log: MFC 265694, 265705, 265784: Move the mptramp code which is specific to the Marvell ArmadaXP SoC out of the common locore.S file and into the mv/armadaxp directory.

svn commit: r266384 - in stable/10/sys/arm: arm freescale/imx include

2014-05-17 Thread Ian Lepore
Author: ian Date: Sun May 18 00:26:42 2014 New Revision: 266384 URL: http://svnweb.freebsd.org/changeset/base/266384 Log: MFC 265440, 265441, 265444, 265445, 265446, 265447: Move the pl310.enabled tunable to hw.pl310.enabled. Clean up a few minor style(9) nits. Use DEVMETHOD_END.

svn commit: r266383 - in stable/10: . sys/arm/conf

2014-05-17 Thread Ian Lepore
Author: ian Date: Sun May 18 00:21:14 2014 New Revision: 266383 URL: http://svnweb.freebsd.org/changeset/base/266383 Log: MFC 265155, 265254: Omit from the universe build all config files tagged with #NO_UNIVERSE. Add FDT to the VYBRID kernel. Added: stable/10/sys/arm/conf/VYBRI

svn commit: r266382 - in stable/10/sys: boot/fdt/dts/arm dev/sdhci

2014-05-17 Thread Ian Lepore
Author: ian Date: Sun May 18 00:15:48 2014 New Revision: 266382 URL: http://svnweb.freebsd.org/changeset/base/266382 Log: MFC 265208: Honor the max-frequency property if it appears in the fdt data. Modified: stable/10/sys/boot/fdt/dts/arm/exynos5250.dtsi stable/10/sys/boot/fdt/dts/arm/zedbo

svn commit: r266381 - stable/10/sys/arm/rockchip

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 23:29:45 2014 New Revision: 266381 URL: http://svnweb.freebsd.org/changeset/base/266381 Log: MFC 265207: Use arm_devmap_add_entry() to setup static device mapping. Modified: stable/10/sys/arm/rockchip/rk30xx_machdep.c Directory Properties: stable/10/ (props c

svn commit: r266380 - stable/10/sys/arm/conf

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 23:27:02 2014 New Revision: 266380 URL: http://svnweb.freebsd.org/changeset/base/266380 Log: MFC 265156: Remove WANDBOARD.common, it was replaced by IMX6. Deleted: stable/10/sys/arm/conf/WANDBOARD.common Modified: Directory Properties: stable/10/ (props change

svn commit: r266379 - in stable/10/sys/arm: conf xilinx

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 23:25:20 2014 New Revision: 266379 URL: http://svnweb.freebsd.org/changeset/base/266379 Log: MFC 265099, 265148, 265690: Add SMP support for Zedboard. Use edge-triggered interrupts rather than polling loops to avoid missing transitions of the INIT_B

svn commit: r266378 - stable/10/sys/arm/include

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 23:21:53 2014 New Revision: 266378 URL: http://svnweb.freebsd.org/changeset/base/266378 Log: MFC 265111: Make a declaration into a proper function prototype. Modified: stable/10/sys/arm/include/cpufunc.h Directory Properties: stable/10/ (props changed) Modifi

svn commit: r266377 - stable/10/lib/libc/arm/gen

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 23:20:29 2014 New Revision: 266377 URL: http://svnweb.freebsd.org/changeset/base/266377 Log: MFC 265059: Set the new floating point exception mask correctly. Modified: stable/10/lib/libc/arm/gen/fpsetmask_vfp.c Directory Properties: stable/10/ (props changed)

svn commit: r266376 - stable/10/sys/boot/fdt/dts/arm

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 23:16:18 2014 New Revision: 266376 URL: http://svnweb.freebsd.org/changeset/base/266376 Log: MFC 265038: Move common device tree informations to separate dtsi files for A10 and A20 SoC. Change cubieboard1 and cubieboard2 dts files accordingly. Added: st

svn commit: r266375 - in stable/10/sys/arm: arm freescale/imx include ti/omap4

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 23:07:26 2014 New Revision: 266375 URL: http://svnweb.freebsd.org/changeset/base/266375 Log: MFC 265035: Move duplicated code to print l2 config into the common code. Modified: stable/10/sys/arm/arm/pl310.c stable/10/sys/arm/freescale/imx/imx6_pl310.c stable/1

svn commit: r266374 - in stable/10/sys/arm: arm include

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 23:03:04 2014 New Revision: 266374 URL: http://svnweb.freebsd.org/changeset/base/266374 Log: MFC 265023, 265024, 265036: There is no difference between IPI_STOP and IPI_STOP_HARD on ARM, so map them both to the same interrupt number like other arches do.

svn commit: r266373 - in stable/10/sys/arm: arm include

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 22:50:16 2014 New Revision: 266373 URL: http://svnweb.freebsd.org/changeset/base/266373 Log: MFC 264990, 264994, 265020, 265025: Call cpu_icache_sync_range() rather than sync_all since we know the range and flushing the entire icache is needlessly expensiv

svn commit: r266372 - stable/10/sys/dev/uart

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 22:31:40 2014 New Revision: 266372 URL: http://svnweb.freebsd.org/changeset/base/266372 Log: MFC 264981, 264983, 264985: The freescale imx uart driver works for the whole i.MX family, so rename the header file to not have "5xx" in the name. Flesh ou

svn commit: r266371 - in stable/10/sys: arm/freescale/imx dev/usb/controller

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 22:29:24 2014 New Revision: 266371 URL: http://svnweb.freebsd.org/changeset/base/266371 Log: MFC 264977: Stop calling imx51_ccm_foo() clock functions from imx6 code. Instead define a few imx_ccm_foo() functions that are implemented by the imx51 or imx

svn commit: r266370 - stable/10/lib/libc/arm/gen

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 22:19:16 2014 New Revision: 266370 URL: http://svnweb.freebsd.org/changeset/base/266370 Log: MFC 264696, 264721, Add the deprecated fp{get,set}* functions, a few ports use them. Rename the fp{get,set}* files so they no longer conflict with the softf

svn commit: r266369 - stable/10/sys/arm/arm

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 22:05:31 2014 New Revision: 266369 URL: http://svnweb.freebsd.org/changeset/base/266369 Log: MFC 264702: Remove uncessary armv6 cache and TLB maintenance ops. Modified: stable/10/sys/arm/arm/pmap-v6.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r266368 - stable/10/sys/kern

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 22:03:44 2014 New Revision: 266368 URL: http://svnweb.freebsd.org/changeset/base/266368 Log: MFC 264694: Fix a comment typo; conversion tables are for leap years. Modified: stable/10/sys/kern/subr_fattime.c Directory Properties: stable/10/ (props changed) Mod

svn commit: r266367 - stable/10/sys/boot/fdt/dts/arm

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 22:02:26 2014 New Revision: 266367 URL: http://svnweb.freebsd.org/changeset/base/266367 Log: MFC 264428: Improve the i.MX53 / Digi DTS: * Fix the IPU address. * Fix the PATA definition. * Add another I2C. * Add more UARTs. * Add SATA. M

svn commit: r266366 - stable/10/sys/dev/ata

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 22:01:17 2014 New Revision: 266366 URL: http://svnweb.freebsd.org/changeset/base/266366 Log: MFC 264389: Fix the style of ata_interrupt_locked(). Modified: stable/10/sys/dev/ata/ata-all.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sy

svn commit: r266365 - in stable/10/sys: arm/conf arm/freescale/imx boot/fdt/dts/arm

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 22:00:10 2014 New Revision: 266365 URL: http://svnweb.freebsd.org/changeset/base/266365 Log: MFC 264251: Updates to i.MX53: * Define support for the SDHCI driver, although it doesn't work yet * Fix the memory mappings for IPU Modified: stable/10/sys/ar

svn commit: r266364 - in stable/10/sys/boot/fdt/dts: arm powerpc

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 21:55:00 2014 New Revision: 266364 URL: http://svnweb.freebsd.org/changeset/base/266364 Log: MFC 264230: Move dts files accidentally placed in arm dir to powerpc dir. Added: stable/10/sys/boot/fdt/dts/powerpc/p1020rdb.dts - copied unchanged from r264230, head

svn commit: r266363 - in stable/10/sys/arm: cavium conf econa

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 21:53:34 2014 New Revision: 266363 URL: http://svnweb.freebsd.org/changeset/base/266363 Log: MFC 264219: Move sys/arm/econa to sys/arm/cavium/cns11xx. Added: stable/10/sys/arm/cavium/ - copied from r264219, head/sys/arm/cavium/ Deleted: stable/10/sys/arm/e

svn commit: r266362 - in stable/10/sys: arm/include boot/fdt/dts/arm dev/uart

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 21:46:25 2014 New Revision: 266362 URL: http://svnweb.freebsd.org/changeset/base/266362 Log: MFC 264203, 264204, 264206, 264218: Tell VM we now have ARM platforms with physically discontiguous memory. Define the full 1024M of ram on the imx51 and imx53

Re: svn commit: r266356 - stable/10/sys/arm/conf

2014-05-17 Thread Ian Lepore
On Sat, 2014-05-17 at 21:19 +, Ian Lepore wrote: > Author: ian > Date: Sat May 17 21:19:44 2014 > New Revision: 266356 > URL: http://svnweb.freebsd.org/changeset/base/266356 > > Log: > MFC 264137: Switch wandboards over to the common IMX6 kernel config, which > has SMP enabled. Also swit

svn commit: r266361 - stable/10/contrib/compiler-rt/lib

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 21:35:26 2014 New Revision: 266361 URL: http://svnweb.freebsd.org/changeset/base/266361 Log: MFC 264190: Mark __fixdfdi/__aeabi_d2lz with COMPILER_RT_ABI so it uses the correct calling convention for __aeabi_* functions. Modified: stable/10/contrib/comp

svn commit: r266360 - in stable/10/sys: arm/freescale/imx dev/ata/chipsets dev/vt/hw/fb

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 21:31:58 2014 New Revision: 266360 URL: http://svnweb.freebsd.org/changeset/base/266360 Log: MFC 264180, 264181, 264182: Follow files.imx51 and add vt support for imx53. Add fsl,imx53 compatible string. Need to include machine/fdt.h in vt_early_f

svn commit: r266359 - stable/10/sys/arm/arm

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 21:28:49 2014 New Revision: 266359 URL: http://svnweb.freebsd.org/changeset/base/266359 Log: MFC 264160: Remove code under PMAP_CACHE_VIVT, not compiled on armv6. Modified: stable/10/sys/arm/arm/cpufunc_asm_arm11.S stable/10/sys/arm/arm/cpufunc_asm_arm11x6.S

svn commit: r266358 - stable/10/sys/arm/samsung/exynos

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 21:26:33 2014 New Revision: 266358 URL: http://svnweb.freebsd.org/changeset/base/266358 Log: MFC 264150: Exynos: Correct the end address of the video frame buffer. Modified: stable/10/sys/arm/samsung/exynos/exynos5_fimd.c Directory Properties: stable/10/ (pro

svn commit: r266357 - stable/10/sys/arm/arm

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 21:23:46 2014 New Revision: 266357 URL: http://svnweb.freebsd.org/changeset/base/266357 Log: MFC 264183: Add a couple more required TLB flushes. Modified: stable/10/sys/arm/arm/pmap-v6.c Directory Properties: stable/10/ (props changed) Modified: stable/10/s

svn commit: r266356 - stable/10/sys/arm/conf

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 21:19:44 2014 New Revision: 266356 URL: http://svnweb.freebsd.org/changeset/base/266356 Log: MFC 264137: Switch wandboards over to the common IMX6 kernel config, which has SMP enabled. Also switch IMX6 to use SCHED_ULE. Modified: stable/10/sys/arm/conf/PANDABO

svn commit: r266355 - stable/10/sys/arm/conf

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 21:18:08 2014 New Revision: 266355 URL: http://svnweb.freebsd.org/changeset/base/266355 Log: MFC 264137: Switch wandboards over to the common IMX6 kernel config, which has SMP enabled. Also switch IMX6 to use SCHED_ULE. Modified: stable/10/sys/arm/conf/IMX6

svn commit: r266354 - head/sys/amd64/amd64

2014-05-17 Thread John Baldwin
Author: jhb Date: Sat May 17 21:10:03 2014 New Revision: 266354 URL: http://svnweb.freebsd.org/changeset/base/266354 Log: Add support for decoding rdrand and rdseed. Modified: head/sys/amd64/amd64/db_disasm.c Modified: head/sys/amd64/amd64/db_disasm.c

svn commit: r266353 - in stable/10/sys/arm: arm include

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 21:07:54 2014 New Revision: 266353 URL: http://svnweb.freebsd.org/changeset/base/266353 Log: MFC 264128, 264129, 264130, 264135, Fix TTB set operation for armv7. Perform sychronization (by "isb" barrier) after TTB is set. Fix TLB maintenance issues

svn commit: r266352 - in stable/10/sys: arm/arm arm/freescale/imx arm/samsung/exynos boot/fdt/dts/arm

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 20:52:10 2014 New Revision: 266352 URL: http://svnweb.freebsd.org/changeset/base/266352 Log: MFC 264052, 264057, 264065, 264094, 264103, 264120 Actually save the mpcore clock frequency retrieved from fdt data. imx6.. - Don't call sdhci_init_slot() u

svn commit: r266351 - head/lib/libnv

2014-05-17 Thread Ryan Stone
Author: rstone Date: Sat May 17 20:39:39 2014 New Revision: 266351 URL: http://svnweb.freebsd.org/changeset/base/266351 Log: Correct a typo. MFC after:1 week Modified: head/lib/libnv/nv.3 Modified: head/lib/libnv/nv.3 =

svn commit: r266350 - head/share/mk

2014-05-17 Thread Warner Losh
Author: imp Date: Sat May 17 20:31:40 2014 New Revision: 266350 URL: http://svnweb.freebsd.org/changeset/base/266350 Log: Move inclusion of /etc/make.conf and others to old location (this also moves local.sys.mk). The new location broke adding things to CXXFLAGS in /etc/src.conf with +=. Mov

svn commit: r266349 - in head: share/mk sys/conf

2014-05-17 Thread Warner Losh
Author: imp Date: Sat May 17 20:31:34 2014 New Revision: 266349 URL: http://svnweb.freebsd.org/changeset/base/266349 Log: The time is not yet ripe to break the lack of dependencies between src/sys and the rest of the tree for builds. o eliminate including bsd.mkopts.mk for the moment in kern

svn commit: r266348 - in stable/10/sys: arm/freescale/imx boot/fdt/dts/arm conf

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 20:22:22 2014 New Revision: 266348 URL: http://svnweb.freebsd.org/changeset/base/266348 Log: MFC 264054, 264056 Switch imx6 to using the mpcore per-cpu event timers, but continue to use the GPT timer, which is fixed-frequency, as a timecounter. Chan

svn commit: r266347 - in stable/10: share/man/man9 sys/arm/arm sys/arm/ti/omap4 sys/kern sys/sys

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 20:10:12 2014 New Revision: 266347 URL: http://svnweb.freebsd.org/changeset/base/266347 Log: MFC 264019, 264041, 264048, 264049, 264050, 264051 Add support for event timers whose clock frequency can change while running. Apparently all ARM configs build

svn commit: r266346 - stable/9/release/doc/en_US.ISO8859-1/relnotes

2014-05-17 Thread Glen Barber
Author: gjb Date: Sat May 17 19:59:46 2014 New Revision: 266346 URL: http://svnweb.freebsd.org/changeset/base/266346 Log: Reword r266269 text, based on feedback from cperciva. Mention the kld module name. Sponsored by: The FreeBSD Foundation Modified: stable/9/release/doc/en_US.ISO8859

svn commit: r266344 - stable/9/release/doc/en_US.ISO8859-1/relnotes

2014-05-17 Thread Glen Barber
Author: gjb Date: Sat May 17 19:45:55 2014 New Revision: 266344 URL: http://svnweb.freebsd.org/changeset/base/266344 Log: Document r266167, power management bug with Intel Turbo Boost. Sponsored by: The FreeBSD Foundation Modified: stable/9/release/doc/en_US.ISO8859-1/relnotes/article.xm

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

2014-05-17 Thread Glen Barber
Author: gjb Date: Sat May 17 19:45:23 2014 New Revision: 266342 URL: http://svnweb.freebsd.org/changeset/base/266342 Log: Document r266209, pmcstat(8) '-l' flag. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/d

svn commit: r266345 - stable/9/release/doc/en_US.ISO8859-1/relnotes

2014-05-17 Thread Glen Barber
Author: gjb Date: Sat May 17 19:45:58 2014 New Revision: 266345 URL: http://svnweb.freebsd.org/changeset/base/266345 Log: Document r266269, xenhvm.ko. Sponsored by: The FreeBSD Foundation Modified: stable/9/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/9/release/doc/

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

2014-05-17 Thread Glen Barber
Author: gjb Date: Sat May 17 19:45:40 2014 New Revision: 266343 URL: http://svnweb.freebsd.org/changeset/base/266343 Log: Document r266165, power management bug with Intel Turbo Boost. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.x

svn commit: r266341 - in stable/10/sys: arm/arm arm/conf arm/include arm/samsung/exynos boot/fdt/dts/arm

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 19:37:04 2014 New Revision: 266341 URL: http://svnweb.freebsd.org/changeset/base/266341 Log: MFC 263910, 263913, 263914, 263933, 263934, 263935, 263936, 263981, 263982, Add more flags for the fpexc register from the ARM1176JZF-S Manual Initialise fpscr

svn commit: r266340 - stable/10/sys/boot/fdt/dts/arm

2014-05-17 Thread Luiz Otavio O Souza
Author: loos Date: Sat May 17 19:16:45 2014 New Revision: 266340 URL: http://svnweb.freebsd.org/changeset/base/266340 Log: MFC r265013 Revert r258678. Make the led gpio-specifier match again the #gpio-cells settings from the GPIO controller, which i had broken in r258678. Restore the

svn commit: r266339 - in stable/10: sys/amd64/amd64 sys/amd64/include sys/amd64/vmm sys/amd64/vmm/amd sys/amd64/vmm/intel sys/amd64/vmm/io usr.sbin/bhyvectl

2014-05-17 Thread John Baldwin
Author: jhb Date: Sat May 17 19:11:08 2014 New Revision: 266339 URL: http://svnweb.freebsd.org/changeset/base/266339 Log: MFC 259641,259863,259924,259937,259961,259978,260380,260383,260410,260466, 260531,260532,260550,260619,261170,261453,261621,263280,263290,264516: Add support for local AP

svn commit: r266338 - in stable/10: share/man/man4/man4.arm sys/arm/conf sys/arm/ti sys/arm/ti/am335x sys/boot/fdt/dts/arm

2014-05-17 Thread Luiz Otavio O Souza
Author: loos Date: Sat May 17 19:06:46 2014 New Revision: 266338 URL: http://svnweb.freebsd.org/changeset/base/266338 Log: Adds the ADC driver for TI AM3xxx SoC family. The ADC has a 12bit resolution and its raw output can be read via sysctl(8) interface. The driver allows the setup

svn commit: r266337 - in stable/10: contrib/llvm/patches lib/libc/arm/gen sys/arm/allwinner sys/arm/allwinner/a20 sys/arm/conf sys/arm/include sys/arm/rockchip sys/boot/fdt/dts/arm

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 18:53:36 2014 New Revision: 266337 URL: http://svnweb.freebsd.org/changeset/base/266337 Log: MFC 263631, 263637, 263664, 263676, 263679, 263698, 263711, Implement __flt_rounds for ARMv6 hard-float. The fpscr register stores the current rounding mode used b

svn commit: r266336 - head/sys/arm/ti

2014-05-17 Thread Andrew Turner
Author: andrew Date: Sat May 17 18:52:20 2014 New Revision: 266336 URL: http://svnweb.freebsd.org/changeset/base/266336 Log: Allow us to compile the Ti iic driver for both OMAP4 and AM335x. MFC after:1 week Modified: head/sys/arm/ti/ti_i2c.c Modified: head/sys/arm/ti/ti_i2c.c ==

svn commit: r266335 - head/sys/conf

2014-05-17 Thread Li-Wen Hsu
Author: lwhsu (ports committer) Date: Sat May 17 18:40:43 2014 New Revision: 266335 URL: http://svnweb.freebsd.org/changeset/base/266335 Log: ADd axge(4) to LINT Approved by: markj Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES =

svn commit: r266334 - in head/sys/arm: conf ti

2014-05-17 Thread Andrew Turner
Author: andrew Date: Sat May 17 18:35:22 2014 New Revision: 266334 URL: http://svnweb.freebsd.org/changeset/base/266334 Log: Move the Ti SoCs to use the ARM platform. This should help allowing a single kernel to work on both PandaBoard and BeagleBone. Modified: head/sys/arm/conf/BEAGLEBONE

svn commit: r266333 - head/sys/arm/include

2014-05-17 Thread Andrew Turner
Author: andrew Date: Sat May 17 18:02:46 2014 New Revision: 266333 URL: http://svnweb.freebsd.org/changeset/base/266333 Log: Add FDT_PLATFORM_DEF2 for when there are multiple platforms needing to use the same platform methods. Modified: head/sys/arm/include/platformvar.h Modified: head/sys

svn commit: r266332 - in stable/10/sys: arm/arm arm/conf arm/samsung/exynos boot/fdt/dts/arm

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 17:54:38 2014 New Revision: 266332 URL: http://svnweb.freebsd.org/changeset/base/266332 Log: MFC 263250, 263251, 263424, 263425, 263426, 263427, 263430, 263431 Use the same cache terminology as the ARM docs in comments. No functional changes. Use ar

svn commit: r266331 - in stable/10/sys: amd64/conf arm/conf i386/conf ia64/conf mips/conf powerpc/conf

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 17:34:37 2014 New Revision: 266331 URL: http://svnweb.freebsd.org/changeset/base/266331 Log: MFC 263301 In kernel config files, it is supposed to be 'options' not 'options', per long standing (but recently not so strictly enforced) convention. Modifie

svn commit: r266330 - in stable/10/sys: kern powerpc/conf

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 17:18:35 2014 New Revision: 266330 URL: http://svnweb.freebsd.org/changeset/base/266330 Log: MFC 261357, 261358, 261421: Enable SCHED_ULE for ppc book-e. Add driver for the ADT7460/ADT7467 fan controller found in later PowerBooks and iBooks. Modifi

Re: svn commit: r266278 - head/share/mk

2014-05-17 Thread Warner Losh
On May 17, 2014, at 10:57 AM, Dimitry Andric wrote: > On 17 May 2014, at 16:27, Warner Losh wrote: >> >> On May 17, 2014, at 9:56 AM, Dimitry Andric wrote: >> >>> On 17 May 2014, at 03:47, Warner Losh wrote: Author: imp Date: Sat May 17 01:47:06 2014 New Revision: 266278

svn commit: r266329 - in stable/10/sys: amd64/conf i386/conf

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 16:57:17 2014 New Revision: 266329 URL: http://svnweb.freebsd.org/changeset/base/266329 Log: MFC 263246: Align all comments in config files on same column. Modified: stable/10/sys/amd64/conf/GENERIC stable/10/sys/i386/conf/GENERIC Directory Properties: stable

svn commit: r266328 - stable/10/sys/arm/conf

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 16:46:15 2014 New Revision: 266328 URL: http://svnweb.freebsd.org/changeset/base/266328 Log: MFC 263245: Make all the comments '# ' and align to same column. Modified: stable/10/sys/arm/conf/AC100 stable/10/sys/arm/conf/ARMADAXP stable/10/sys/arm/conf/ARNDALE

svn commit: r266327 - stable/9/lib/libc/gen

2014-05-17 Thread Konstantin Belousov
Author: kib Date: Sat May 17 16:29:39 2014 New Revision: 266327 URL: http://svnweb.freebsd.org/changeset/base/266327 Log: MFC r265847: Fix sem_unlink(3) to properly invalidate the semaphores name cache. PR: standards/189353 Modified: stable/9/lib/libc/gen/sem_new.c Directory Properti

svn commit: r266326 - stable/9/lib/libc/gen

2014-05-17 Thread Konstantin Belousov
Author: kib Date: Sat May 17 16:28:29 2014 New Revision: 266326 URL: http://svnweb.freebsd.org/changeset/base/266326 Log: MFC r246894 (by davidxu): Make more code be protected by internal mutex. Modified: stable/9/lib/libc/gen/sem_new.c Directory Properties: stable/9/lib/libc/ (props ch

svn commit: r266325 - stable/9/lib/libc/gen

2014-05-17 Thread Konstantin Belousov
Author: kib Date: Sat May 17 16:26:59 2014 New Revision: 266325 URL: http://svnweb.freebsd.org/changeset/base/266325 Log: MFC r246872 (by davidxu): Simplify code by using flag O_EXLOCK. Modified: stable/9/lib/libc/gen/sem_new.c Directory Properties: stable/9/lib/libc/ (props changed)

svn commit: r266324 - stable/9/lib/libc/gen

2014-05-17 Thread Konstantin Belousov
Author: kib Date: Sat May 17 16:22:25 2014 New Revision: 266324 URL: http://svnweb.freebsd.org/changeset/base/266324 Log: MFC r265845: Style. Modified: stable/9/lib/libc/gen/sem_new.c Directory Properties: stable/9/lib/libc/ (props changed) Modified: stable/9/lib/libc/gen/sem_new.c ===

svn commit: r266323 - head/usr.bin/procstat

2014-05-17 Thread John Baldwin
Author: jhb Date: Sat May 17 16:12:50 2014 New Revision: 266323 URL: http://svnweb.freebsd.org/changeset/base/266323 Log: Add descriptions of the display formats for -e, -l, -r, and -x. Fix a few typos in indent settings while here. Modified: head/usr.bin/procstat/procstat.1 Modified: hea

svn commit: r266322 - head/usr.bin/procstat

2014-05-17 Thread John Baldwin
Author: jhb Date: Sat May 17 16:11:06 2014 New Revision: 266322 URL: http://svnweb.freebsd.org/changeset/base/266322 Log: Use 'RESOURCE' instead of the more generic 'TYPE' for the resource name column header when displaying resource usage. This more closely matches other procstat displays.

Re: svn commit: r266273 - in stable/10/sys: amd64/conf conf i386/conf

2014-05-17 Thread Nathan Whitehorn
On 05/16/14 18:18, Sean Bruno wrote: On Fri, 2014-05-16 at 17:40 -0700, Nathan Whitehorn wrote: I missed the original commit of this, but why doesn't this code work on non-x86 systems? QEMU works perfectly fine on other architectures. -Nathan I am only supporting this on x86 systems, if there

svn commit: r266321 - stable/9/sys/xen/evtchn

2014-05-17 Thread Colin Percival
Author: cperciva Date: Sat May 17 16:00:25 2014 New Revision: 266321 URL: http://svnweb.freebsd.org/changeset/base/266321 Log: MFC r228162: Use C99 initializers for members of evtchn_devsw. Submitted by: wolfskill Modified: stable/9/sys/xen/evtchn/evtchn_dev.c Directory Properties:

svn commit: r266320 - head/usr.sbin/gstat

2014-05-17 Thread Alexander Motin
Author: mav Date: Sat May 17 15:26:08 2014 New Revision: 266320 URL: http://svnweb.freebsd.org/changeset/base/266320 Log: Add -o option to gstat to display "other" operatins (e.g. BIO_FLUSH). MFC after:1 week Modified: head/usr.sbin/gstat/gstat.8 head/usr.sbin/gstat/gstat.c Modifi

Re: svn commit: r266278 - head/share/mk

2014-05-17 Thread Warner Losh
On May 17, 2014, at 10:57 AM, Dimitry Andric wrote: > On 17 May 2014, at 16:27, Warner Losh wrote: >> >> On May 17, 2014, at 9:56 AM, Dimitry Andric wrote: >> >>> On 17 May 2014, at 03:47, Warner Losh wrote: Author: imp Date: Sat May 17 01:47:06 2014 New Revision: 266278

svn commit: r266319 - head/sys/geom

2014-05-17 Thread Alexander Motin
Author: mav Date: Sat May 17 15:07:00 2014 New Revision: 266319 URL: http://svnweb.freebsd.org/changeset/base/266319 Log: Make GEOM DISK to account also BIO_FLUSH operations. Modified: head/sys/geom/geom_disk.c Modified: head/sys/geom/geom_disk.c =

svn commit: r266318 - head/sys/boot/fdt/dts/arm

2014-05-17 Thread Andrew Turner
Author: andrew Date: Sat May 17 14:57:34 2014 New Revision: 266318 URL: http://svnweb.freebsd.org/changeset/base/266318 Log: Mark the i.MX51 and i.MX53 boards as compatible with the i.MX51 and i.MX53 respectively. MFC after:1 week Modified: head/sys/boot/fdt/dts/arm/digi-ccwmx53.dt

Re: svn commit: r266278 - head/share/mk

2014-05-17 Thread Dimitry Andric
On 17 May 2014, at 16:27, Warner Losh wrote: > > On May 17, 2014, at 9:56 AM, Dimitry Andric wrote: > >> On 17 May 2014, at 03:47, Warner Losh wrote: >>> Author: imp >>> Date: Sat May 17 01:47:06 2014 >>> New Revision: 266278 >>> URL: http://svnweb.freebsd.org/changeset/base/266278 >>> >>> Lo

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

2014-05-17 Thread Alan Cox
Author: alc Date: Sat May 17 14:35:18 2014 New Revision: 266315 URL: http://svnweb.freebsd.org/changeset/base/266315 Log: MFC r265850 About 9% of the pmap_protect() calls being performed by vm_map_copy_entry() are unnecessary. Eliminate the unnecessary calls. Modified: stable/10/s

Re: svn commit: r266278 - head/share/mk

2014-05-17 Thread Warner Losh
On May 17, 2014, at 9:56 AM, Dimitry Andric wrote: > On 17 May 2014, at 03:47, Warner Losh wrote: >> Author: imp >> Date: Sat May 17 01:47:06 2014 >> New Revision: 266278 >> URL: http://svnweb.freebsd.org/changeset/base/266278 >> >> Log: >> Read in SRCCONF early and consistently, if src.sys.mk

svn commit: r266314 - in stable/10/lib: libc/arm libc/arm/aeabi msun/arm

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 14:22:37 2014 New Revision: 266314 URL: http://svnweb.freebsd.org/changeset/base/266314 Log: MFC 262989, 263210, 263230, 263231, 263239, 263242, 263243, Export _libc_arm_fpu_present as a private symbol to be used by other system libraries, for example libm

svn commit: r266313 - in stable/10: sys/arm/conf usr.bin/dtc

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 14:03:46 2014 New Revision: 266313 URL: http://svnweb.freebsd.org/changeset/base/266313 Log: MFC 263199, 263207 Fix error mesasge in dtc. Add tmpfs, mbr, and bsdlabel options back to wandboard kernel config. Modified: stable/10/sys/arm/conf/WANDBOARD

svn commit: r266312 - in stable/10/sys: amd64/amd64 arm/arm i386/i386 ia64/ia64 mips/mips powerpc/powerpc sparc64/sparc64

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 13:59:11 2014 New Revision: 266312 URL: http://svnweb.freebsd.org/changeset/base/266312 Log: MFC 263036, 263059: delete advertising clause in licenses, renumber. Modified: stable/10/sys/amd64/amd64/uio_machdep.c stable/10/sys/arm/arm/sys_machdep.c stable/10/sy

Re: svn commit: r266278 - head/share/mk

2014-05-17 Thread Dimitry Andric
On 17 May 2014, at 03:47, Warner Losh wrote: > Author: imp > Date: Sat May 17 01:47:06 2014 > New Revision: 266278 > URL: http://svnweb.freebsd.org/changeset/base/266278 > > Log: > Read in SRCCONF early and consistently, if src.sys.mk exists, which is > should for all normal builds. Read /etc/m

svn commit: r266311 - in stable/10/sys: arm/allwinner arm/allwinner/a20 arm/arm arm/at91 arm/broadcom/bcm2835 arm/conf arm/econa arm/freescale/imx arm/freescale/vybrid arm/include arm/lpc arm/mv ar...

2014-05-17 Thread Ian Lepore
Author: ian Date: Sat May 17 13:53:38 2014 New Revision: 266311 URL: http://svnweb.freebsd.org/changeset/base/266311 Log: MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997, 263030, 263033, 263034, 263056, 263057, Remove all the redundant external declaration

svn commit: r266310 - in head: sbin/ipfw sys/netinet sys/netpfil/ipfw

2014-05-17 Thread Alexander V. Chernikov
Author: melifaro Date: Sat May 17 13:45:03 2014 New Revision: 266310 URL: http://svnweb.freebsd.org/changeset/base/266310 Log: Fix wrong formatting of 0.0.0.0/X table records in ipfw(8). Add `flags` u16 field to the hole in ipfw_table_xentry structure. Kernel has been guessing address fam

svn commit: r266309 - in stable: 10/lib/clang 9/lib/clang

2014-05-17 Thread Dimitry Andric
Author: dim Date: Sat May 17 12:47:11 2014 New Revision: 266309 URL: http://svnweb.freebsd.org/changeset/base/266309 Log: MFC r266053: Use the new -d option that was added to tblgen between llvm/clang 3.3 and 3.4 to generate dependency files for the '.inc.h' files generated from .td fil

svn commit: r266309 - in stable: 10/lib/clang 9/lib/clang

2014-05-17 Thread Dimitry Andric
Author: dim Date: Sat May 17 12:47:11 2014 New Revision: 266309 URL: http://svnweb.freebsd.org/changeset/base/266309 Log: MFC r266053: Use the new -d option that was added to tblgen between llvm/clang 3.3 and 3.4 to generate dependency files for the '.inc.h' files generated from .td fil

svn commit: r266308 - head/sys/netinet

2014-05-17 Thread Gleb Smirnoff
Author: glebius Date: Sat May 17 12:33:27 2014 New Revision: 266308 URL: http://svnweb.freebsd.org/changeset/base/266308 Log: Provide compatibility #define after r265408. Suggested by: truckman Modified: head/sys/netinet/tcp_var.h Modified: head/sys/netinet/tcp_var.h ===

svn commit: r266307 - head/sys/netpfil/pf

2014-05-17 Thread Gleb Smirnoff
Author: glebius Date: Sat May 17 12:30:27 2014 New Revision: 266307 URL: http://svnweb.freebsd.org/changeset/base/266307 Log: o In pf_normalize_ip() we don't need mtag in !(PFRULE_FRAGCROP|PFRULE_FRAGDROP) case. o In the (PFRULE_FRAGCROP|PFRULE_FRAGDROP) case we should allocate mtag if

Re: svn commit: r266238 - head/contrib/ldns/ldns

2014-05-17 Thread Dag-Erling Smørgrav
Warner Losh writes: > Dag-Erling Smørgrav writes: > > Do our standard endianness conversion functions handle unaligned > > accesses? > No. The warning appears to be telling us something that’s being > papered over. No, the conversion is fine, they were just casting away the const qualifier befor

svn commit: r266306 - stable/10/lib/libc/gen

2014-05-17 Thread Konstantin Belousov
Author: kib Date: Sat May 17 11:43:14 2014 New Revision: 266306 URL: http://svnweb.freebsd.org/changeset/base/266306 Log: MFC r265847: Fix sem_unlink(3) to properly invalidate the semaphores name cache. PR: standards/189353 Modified: stable/10/lib/libc/gen/sem_new.c Directory Propert

svn commit: r266305 - stable/10/lib/libc/gen

2014-05-17 Thread Konstantin Belousov
Author: kib Date: Sat May 17 11:38:26 2014 New Revision: 266305 URL: http://svnweb.freebsd.org/changeset/base/266305 Log: MFC r265845: Style. Modified: stable/10/lib/libc/gen/sem_new.c Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libc/gen/sem_new.c =

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

2014-05-17 Thread Konstantin Belousov
Author: kib Date: Sat May 17 11:36:31 2014 New Revision: 266304 URL: http://svnweb.freebsd.org/changeset/base/266304 Log: MFC r265843: For the upgrade case in vm_fault_copy_entry(), when the entry does not need COW and is writeable, do not create a new backing object for the entry. MFC

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

2014-05-17 Thread Konstantin Belousov
Author: kib Date: Sat May 17 11:29:32 2014 New Revision: 266302 URL: http://svnweb.freebsd.org/changeset/base/266302 Log: MFC r265825: When printing the map with the ddb 'show procvm' command, do not dump page queues for the backing objects. Modified: stable/10/sys/vm/vm_map.c Directory P

svn commit: r266303 - head/sys/arm/include

2014-05-17 Thread Andrew Turner
Author: andrew Date: Sat May 17 11:29:44 2014 New Revision: 266303 URL: http://svnweb.freebsd.org/changeset/base/266303 Log: Fix a comment s/initarm_/platform_/ Modified: head/sys/arm/include/devmap.h Modified: head/sys/arm/include/devmap.h ===

svn commit: r266301 - in head/sys: arm/allwinner arm/arm arm/broadcom/bcm2835 arm/conf arm/freescale/imx arm/freescale/vybrid arm/include arm/lpc arm/mv arm/rockchip arm/samsung/exynos arm/tegra ar...

2014-05-17 Thread Andrew Turner
Author: andrew Date: Sat May 17 11:27:36 2014 New Revision: 266301 URL: http://svnweb.freebsd.org/changeset/base/266301 Log: Add the start of the ARM platform code. This is based on the PowerPC platform code, it is expected these will be merged in the future when the ARM code is more complet

  1   2   >