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
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
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:
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,
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
===
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
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 "
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).
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
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 @
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
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
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
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
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
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
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!
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
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
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
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
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:
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
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
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
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
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
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
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
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
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)
___
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
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:
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
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
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
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
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
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
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
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.
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
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'
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
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
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:
>
>>>
46 matches
Mail list logo