Re: svn commit: r267526 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include x86/include x86/x86 x86/xen

2014-06-16 Thread Konstantin Belousov
On Mon, Jun 16, 2014 at 08:43:03AM +, Roger Pau Monnц╘ wrote: > Author: royger > Date: Mon Jun 16 08:43:03 2014 > New Revision: 267526 > URL: http://svnweb.freebsd.org/changeset/base/267526 > > Log: > amd64/i386: introduce APIC hooks for different APIC implementations. > > This is neede

svn commit: r267563 - in head/sys: amd64/linux32 i386/linux kern sys

2014-06-16 Thread Dmitry Chagin
Author: dchagin Date: Tue Jun 17 05:29:18 2014 New Revision: 267563 URL: http://svnweb.freebsd.org/changeset/base/267563 Log: Revert r266925 as it can lead to instant panic at fexecve(): To allow to run the interpreter itself add a new ELF branding type. Pointed out by: kib, mjg

svn commit: r267562 - stable/10/sys/dev/virtio/block

2014-06-16 Thread Bryan Venteicher
Author: bryanv Date: Tue Jun 17 05:24:45 2014 New Revision: 267562 URL: http://svnweb.freebsd.org/changeset/base/267562 Log: MFC r267313: Always append new bios to the tail of the queue, instead of sorting them Modified: stable/10/sys/dev/virtio/block/virtio_blk.c Directory Properties:

svn commit: r267561 - in stable/10/sys: amd64/linux32 i386/linux kern sys

2014-06-16 Thread Dmitry Chagin
Author: dchagin Date: Tue Jun 17 05:21:48 2014 New Revision: 267561 URL: http://svnweb.freebsd.org/changeset/base/267561 Log: Revert MFC r266925 because it can lead to instant panic at fexecve(): To allow to run interpreter itself add a new ELF branding type. Pointed out by: kib,

svn commit: r267560 - head/share/man/man3

2014-06-16 Thread Kevin Lo
Author: kevlo Date: Tue Jun 17 02:10:40 2014 New Revision: 267560 URL: http://svnweb.freebsd.org/changeset/base/267560 Log: Add MLINKS for macros decribed in queue.3 manpage. Modified: head/share/man/man3/Makefile Modified: head/share/man/man3/Makefile ===

Re: svn commit: r267357 - head/sys/geom/part

2014-06-16 Thread Mark Felder
On Jun 12, 2014, at 2:04, Andrey V. Elsukov wrote: > On 11.06.2014 17:48, Dmitry Morozovsky wrote: >> On Wed, 11 Jun 2014, Andrey V. Elsukov wrote: >> >>> Author: ae >>> Date: Wed Jun 11 10:19:11 2014 >>> New Revision: 267357 >>> URL: http://svnweb.freebsd.org/changeset/base/267357 >>> >>> Log

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

2014-06-16 Thread Alfred Perlstein
Author: alfred Date: Tue Jun 17 00:53:00 2014 New Revision: 267559 URL: http://svnweb.freebsd.org/changeset/base/267559 Log: Support for multiple disks and tap devices. This allows you to give a bhyve instance multiple network devices and disk devices easily by specifying additional "-d "

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-06-16 Thread Michael Tuexen
On 16 Jun 2014, at 22:41, Michael Tuexen wrote: > > On 16 Jun 2014, at 22:13, Mark R V Murray wrote: > >> >> On 16 Jun 2014, at 20:38, Michael Tuexen wrote: >>> Hmm, the documentation reads >> >> Which docs are you using? >> >> I’m using DDI0360F. (And that could easily be a wrong choice).

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

2014-06-16 Thread Tycho Nightingale
Author: tychon Date: Mon Jun 16 22:59:18 2014 New Revision: 267558 URL: http://svnweb.freebsd.org/changeset/base/267558 Log: Bring an overly enthusiastic KASSERT inline with the Intel SDM. Reviewed by: neel Modified: head/sys/amd64/vmm/intel/vmx.c Modified: head/sys/amd64/vmm/intel/vmx

svn commit: r267555 - stable/9/sys/ofed/include/linux

2014-06-16 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jun 16 20:43:43 2014 New Revision: 267555 URL: http://svnweb.freebsd.org/changeset/base/267555 Log: MFC r254120, r257862 and r267395: - Fix out of range shifting bug in bitops.h. - Make code a bit easier to read by adding parenthesis. Approved by: re, gjb @

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-06-16 Thread Michael Tuexen
On 16 Jun 2014, at 22:13, Mark R V Murray wrote: > > On 16 Jun 2014, at 20:38, Michael Tuexen wrote: >> Hmm, the documentation reads > > Which docs are you using? > > I’m using DDI0360F. (And that could easily be a wrong choice). That is what I'm also looking at. Selecting ARM1176... The co

svn commit: r267554 - head/release/doc/share/xml

2014-06-16 Thread Glen Barber
Author: gjb Date: Mon Jun 16 20:21:15 2014 New Revision: 267554 URL: http://svnweb.freebsd.org/changeset/base/267554 Log: Add &citrix; and &citrix.rd; macros. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/share/xml/sponsor.ent Modified: head/release/doc/share/xml/spons

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

2014-06-16 Thread Glen Barber
Author: gjb Date: Mon Jun 16 20:20:54 2014 New Revision: 267553 URL: http://svnweb.freebsd.org/changeset/base/267553 Log: Document r267536, Xen PVH DomU support for amd64. Submitted by: royger Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/arti

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-06-16 Thread Mark R V Murray
On 16 Jun 2014, at 20:38, Michael Tuexen wrote: > Hmm, the documentation reads Which docs are you using? I’m using DDI0360F. (And that could easily be a wrong choice). M -- Mark R V Murray ___ svn-src-all@freebsd.org mailing list http://lists.freeb

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-06-16 Thread Michael Tuexen
On 16 Jun 2014, at 21:29, Mark R V Murray wrote: > > On 16 Jun 2014, at 20:25, Michael Tuexen wrote: >>> Should print a whole lotta numbers, incrementing, unless you hit the >>> wraparound. >> Don't I need to compile a kernel with _PMC_USER_READ_WRITE_ being defined, >> since >> without it a

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-06-16 Thread Mark R V Murray
On 16 Jun 2014, at 20:25, Michael Tuexen wrote: >> Should print a whole lotta numbers, incrementing, unless you hit the >> wraparound. > Don't I need to compile a kernel with _PMC_USER_READ_WRITE_ being defined, > since > without it a user process can't access the register. When running it on a

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-06-16 Thread Michael Tuexen
On 16 Jun 2014, at 19:36, Mark R V Murray wrote: > > On 16 Jun 2014, at 08:28, Michael Tuexen wrote: >> your patch for accessing the value is correct. However, the initialisation >> code also >> needs to be adopted to the platform. So in addition to your patch, you also >> need: > > Thanks!

svn commit: r267551 - head/sys/cam/ctl

2014-06-16 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jun 16 19:05:51 2014 New Revision: 267551 URL: http://svnweb.freebsd.org/changeset/base/267551 Log: Add comment explaining a potential problem with just added LUN ID. Reminded by: mav@ Sponsored by: The FreeBSD Foundation Modified: head/sys/cam/ctl/ctl_frontend

svn commit: r267548 - in head/sys: amd64/amd64 arm/arm dev/agp dev/cxgbe/tom dev/drm dev/drm2/i915 dev/drm2/ttm dev/ti dev/virtio/balloon dev/xen/balloon i386/i386 i386/xen ia64/ia64 kern mips/mips...

2014-06-16 Thread Attilio Rao
Author: attilio Date: Mon Jun 16 18:15:27 2014 New Revision: 267548 URL: http://svnweb.freebsd.org/changeset/base/267548 Log: - Modify vm_page_unwire() and vm_page_enqueue() to directly accept the queue where to enqueue pages that are going to be unwired. - Add stronger checks to the enque

svn commit: r267547 - head/sys/cam/ctl

2014-06-16 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jun 16 18:14:05 2014 New Revision: 267547 URL: http://svnweb.freebsd.org/changeset/base/267547 Log: Add LUN-associated name to VPD, to make Hyper-V Failover Cluster happy. Sponsored by: The FreeBSD Foundation Modified: head/sys/cam/ctl/ctl_frontend_iscsi.c Modifi

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-06-16 Thread Mark R V Murray
On 16 Jun 2014, at 08:28, Michael Tuexen wrote: > your patch for accessing the value is correct. However, the initialisation > code also > needs to be adopted to the platform. So in addition to your patch, you also > need: Thanks! > Is there an easy test to see if the code actually works as e

svn commit: r267546 - head/sys/vm

2014-06-16 Thread Alan Cox
Author: alc Date: Mon Jun 16 16:37:41 2014 New Revision: 267546 URL: http://svnweb.freebsd.org/changeset/base/267546 Log: Tidy up the early parts of vm_map_insert(), in particular, simplify one of the assertions and eliminate a comment that has grown stale. Reviewed by: kib MFC after:

Re: svn commit: r266943 - in head/sys: arm/conf arm/samsung/exynos boot/fdt/dts/arm

2014-06-16 Thread Ruslan Bukin
On Mon, Jun 16, 2014 at 08:39:19AM -0700, Kris Smith wrote: >Would the above commits allow me to see all 8 cores on the the arndale >octa 5420 board carrying the Samsung Exynos 5420? At the moment, the only >available cores are the A15s on Linaro Ubuntu. No. This support is for A15 cor

Re: svn commit: r266943 - in head/sys: arm/conf arm/samsung/exynos boot/fdt/dts/arm

2014-06-16 Thread Kris Smith
Would the above commits allow me to see all 8 cores on the the arndale octa 5420 board carrying the Samsung Exynos 5420? At the moment, the only available cores are the A15s on Linaro Ubuntu. On Sunday, June 1, 2014 1:44:59 PM UTC-4, Ruslan Bukin wrote: > > On Sun, Jun 01, 2014 at 05:57:42PM +01

svn commit: r267544 - head/lib/libc/stdtime

2014-06-16 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jun 16 14:55:09 2014 New Revision: 267544 URL: http://svnweb.freebsd.org/changeset/base/267544 Log: Update license to strptime(3) implementation. Our strptime(3) implementation was the base for the illumos implementation and after contacting the author, Kevin Rudy

svn commit: r267543 - head/lib/libcuse

2014-06-16 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jun 16 14:02:14 2014 New Revision: 267543 URL: http://svnweb.freebsd.org/changeset/base/267543 Log: Fix destruction of character devices by passing correct pointer to kernel in IOCTL request. Submitted by: Andrey Zholos Modified: head/lib/libcuse/cuse_lib.c

svn commit: r267541 - in stable/10/share/vt: . fonts keymaps

2014-06-16 Thread Aleksandr Rybalko
Author: ray Date: Mon Jun 16 12:37:10 2014 New Revision: 267541 URL: http://svnweb.freebsd.org/changeset/base/267541 Log: MFC: 266838 266841 267194 Add gallant vt(4) font as an example of font loading for vt(4). Add Ukranian vt(4) keymaps as an example. Sponsored by: The FreeBSD Fou

Re: svn commit: r267357 - head/sys/geom/part

2014-06-16 Thread Baptiste Daroussin
On Mon, Jun 16, 2014 at 04:21:11PM +0400, Gleb Smirnoff wrote: > On Thu, Jun 12, 2014 at 11:04:57AM +0400, Andrey V. Elsukov wrote: > A> On 11.06.2014 17:48, Dmitry Morozovsky wrote: > A> > On Wed, 11 Jun 2014, Andrey V. Elsukov wrote: > A> > > A> >> Author: ae > A> >> Date: Wed Jun 11 10:19:11 20

Re: svn commit: r267357 - head/sys/geom/part

2014-06-16 Thread Gleb Smirnoff
On Thu, Jun 12, 2014 at 11:04:57AM +0400, Andrey V. Elsukov wrote: A> On 11.06.2014 17:48, Dmitry Morozovsky wrote: A> > On Wed, 11 Jun 2014, Andrey V. Elsukov wrote: A> > A> >> Author: ae A> >> Date: Wed Jun 11 10:19:11 2014 A> >> New Revision: 267357 A> >> URL: http://svnweb.freebsd.org/changese

svn commit: r267540 - in stable/10/usr.sbin: kbdcontrol vidcontrol

2014-06-16 Thread Aleksandr Rybalko
Author: ray Date: Mon Jun 16 11:51:00 2014 New Revision: 267540 URL: http://svnweb.freebsd.org/changeset/base/267540 Log: MFC: 266836, 266839 vt(4) support for vidcontrol(1). o Teach vidcontrol(1) how to load vt(4) font. o Teach vidcontrol(1) to distinct which virtual terminal system i

svn commit: r267539 - stable/10

2014-06-16 Thread Aleksandr Rybalko
Author: ray Date: Mon Jun 16 11:42:19 2014 New Revision: 267539 URL: http://svnweb.freebsd.org/changeset/base/267539 Log: Record merginfo for r267538. Pointy hat to:ray Sponsored by: The FreeBSD Foundation Modified: Directory Properties: stable/10/ (props changed) ___

svn commit: r267538 - in stable/10/sys/dev/vt: . hw/efifb hw/fb hw/ofwfb hw/vga hw/xboxfb

2014-06-16 Thread Aleksandr Rybalko
Author: ray Date: Mon Jun 16 11:26:30 2014 New Revision: 267538 URL: http://svnweb.freebsd.org/changeset/base/267538 Log: MFC 262785 263183 264182 264999 265391 265392 265395 265397 265398 265402 265403 265442 265546 265680 265681 265719 265862 265864 265867 265927 266010 266495 26

svn commit: r267537 - in head/sys/cam: ctl scsi

2014-06-16 Thread Alexander Motin
Author: mav Date: Mon Jun 16 11:00:14 2014 New Revision: 267537 URL: http://svnweb.freebsd.org/changeset/base/267537 Log: Add support for VERIFY(10/12/16) and COMPARE AND WRITE SCSI commands. Make data_submit backends method support not only read and write requests, but also two new ones:

svn commit: r267536 - in head/sys: dev/xen/pvcpu x86/xen xen

2014-06-16 Thread Roger Pau Monné
Author: royger Date: Mon Jun 16 08:54:04 2014 New Revision: 267536 URL: http://svnweb.freebsd.org/changeset/base/267536 Log: xen: add missing files Commit missing files that actually belong to previous commits. Sponsored by: Citrix Systems R&D Approved by: gibbs Added: head/sys/de

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

2014-06-16 Thread Roger Pau Monné
Author: royger Date: Mon Jun 16 08:49:16 2014 New Revision: 267535 URL: http://svnweb.freebsd.org/changeset/base/267535 Log: isa: allow ISA bus to attach to xenpv bus This is needed because syscons depends on ISA. Sponsored by: Citrix Systems R&D Approved by: gibbs x86/isa/isa.c

svn commit: r267534 - in head/sys: dev/xen/control dev/xen/xenpci xen

2014-06-16 Thread Roger Pau Monné
Author: royger Date: Mon Jun 16 08:48:42 2014 New Revision: 267534 URL: http://svnweb.freebsd.org/changeset/base/267534 Log: xen: unify gnttab initialization for PVHVM and PVH Switch the initialization of gnttab to use an unused physical memory range for both PVHVM and PVH. In the pa

svn commit: r267533 - head/sys/xen/xenstore

2014-06-16 Thread Roger Pau Monné
Author: royger Date: Mon Jun 16 08:48:06 2014 New Revision: 267533 URL: http://svnweb.freebsd.org/changeset/base/267533 Log: xen: init gnttab from xenpv Currently the grant table is initialized from xenstore, but a better place to do this would be xenpv, so move grant table initialization

svn commit: r267532 - head/sys/xen/xenstore

2014-06-16 Thread Roger Pau Monné
Author: royger Date: Mon Jun 16 08:47:15 2014 New Revision: 267532 URL: http://svnweb.freebsd.org/changeset/base/267532 Log: xen: xenstore changes to support PVH For PVH guests the xenstore parameters are fetched from the start_info struct, just like on PV. Sponsored by: Citrix Syste

svn commit: r267531 - head/sys/dev/xen/control

2014-06-16 Thread Roger Pau Monné
Author: royger Date: Mon Jun 16 08:46:31 2014 New Revision: 267531 URL: http://svnweb.freebsd.org/changeset/base/267531 Log: xen: add shutdown hook for PVH Add the PV shutdown hook to PVH. Sponsored by: Citrix Systems R&D Approved by: gibbs dev/xen/control/control.c: - Make x

svn commit: r267530 - head/sys/conf

2014-06-16 Thread Roger Pau Monné
Author: royger Date: Mon Jun 16 08:45:51 2014 New Revision: 267530 URL: http://svnweb.freebsd.org/changeset/base/267530 Log: xen: create a Xen nexus to use in PV/PVH Introduce a Xen specific nexus that is going to be used by Xen PV/PVH guests. Sponsored by: Citrix Systems R&D Appro

svn commit: r267529 - head/sys/conf

2014-06-16 Thread Roger Pau Monné
Author: royger Date: Mon Jun 16 08:45:12 2014 New Revision: 267529 URL: http://svnweb.freebsd.org/changeset/base/267529 Log: xen: create a PV CPU device for PVH guests Since there's no ACPI on PVH guests, we need to create a dummy CPU device in order to fill the pcpu->pc_device field.

svn commit: r267528 - in head/sys: conf dev/xen/console dev/xen/timer dev/xen/xenpci xen/xenstore

2014-06-16 Thread Roger Pau Monné
Author: royger Date: Mon Jun 16 08:44:33 2014 New Revision: 267528 URL: http://svnweb.freebsd.org/changeset/base/267528 Log: xen: introduce xenpv bus Create a dummy bus so top level Xen devices can attach to it (instead of attaching directly to the nexus). This allows to have all the Xen

svn commit: r267527 - in head/sys: conf x86/xen

2014-06-16 Thread Roger Pau Monné
Author: royger Date: Mon Jun 16 08:43:45 2014 New Revision: 267527 URL: http://svnweb.freebsd.org/changeset/base/267527 Log: xen: add hooks for Xen PV APIC Create the necessary hooks in order to provide a Xen PV APIC implementation that can be used on PVH. Most of the lapic ops shouldn'

svn commit: r267526 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include x86/include x86/x86 x86/xen

2014-06-16 Thread Roger Pau Monné
Author: royger Date: Mon Jun 16 08:43:03 2014 New Revision: 267526 URL: http://svnweb.freebsd.org/changeset/base/267526 Log: amd64/i386: introduce APIC hooks for different APIC implementations. This is needed for Xen PV(H) guests, since there's no hardware lapic available on this kind of

svn commit: r267525 - head/sys/x86/xen

2014-06-16 Thread Roger Pau Monné
Author: royger Date: Mon Jun 16 08:41:57 2014 New Revision: 267525 URL: http://svnweb.freebsd.org/changeset/base/267525 Log: xen: fix style in pv.c Fix the lenght of some comments, and also add proper indentation to xen_init_ops Sponsored by: Citrix Systems R&D Approved by: gibbs

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-06-16 Thread Michael Tuexen
On 15 Jun 2014, at 17:13, Mark R V Murray wrote: > > On 30 May 2014, at 09:42, Michael Tuexen wrote: > >> On 29 May 2014, at 21:21, Mark R V Murray wrote: >> >>> >>> On 29 May 2014, at 19:27, Michael Tuexen wrote: >>> On 29 May 2014, at 20:15, Mark R V Murray wrote: > >>>