On Thu, 9 Apr 2015 21:38:02 +1000 (EST)
Bruce Evans wrote:
> On Thu, 9 Apr 2015, Andrew Turner wrote:
>
> > Log:
> > Print error values with hex to make it easier to find the EFI
> > error type.
> >
> > Modified:
> > head/sys/boot/efi/boot1/boot1.c
> >
> > Modified: head/sys/boot/efi/boot1/boo
On Mon, 13 Apr 2015, Andrew Turner wrote:
On Thu, 9 Apr 2015 21:38:02 +1000 (EST)
Bruce Evans wrote:
On Thu, 9 Apr 2015, Andrew Turner wrote:
Log:
Print error values with hex to make it easier to find the EFI
error type.
Modified:
head/sys/boot/efi/boot1/boot1.c
Modified: head/sys/boot/
Author: andrew
Date: Mon Apr 13 13:21:27 2015
New Revision: 281493
URL: https://svnweb.freebsd.org/changeset/base/281493
Log:
Update the arm devmap code to also work with arm64.
There are a few differences between the two. On arm we need to provide a
list of addresses we may be mapping be
Author: andrew
Date: Mon Apr 13 14:43:10 2015
New Revision: 281494
URL: https://svnweb.freebsd.org/changeset/base/281494
Log:
Bring in the start of the arm64 kernel.
This is only the minimum set of files needed to boot in qemu. As such it is
missing a few things.
The bus_dma code is
Author: kib
Date: Mon Apr 13 15:22:45 2015
New Revision: 281495
URL: https://svnweb.freebsd.org/changeset/base/281495
Log:
Add config option PAE_TABLES for the i386 kernel. It switches pmap to
use PAE format for the page tables, but does not incur other
consequences of the full PAE config.
On Mon, Apr 13, 2015 at 11:22 AM, Konstantin Belousov
wrote:
> Author: kib
> Date: Mon Apr 13 15:22:45 2015
> New Revision: 281495
> URL: https://svnweb.freebsd.org/changeset/base/281495
>
> Log:
> Add config option PAE_TABLES for the i386 kernel. It switches pmap to
> use PAE format for the
On Mon, Apr 13, 2015 at 11:24:09AM -0400, Benjamin Kaduk wrote:
> On Mon, Apr 13, 2015 at 11:22 AM, Konstantin Belousov
> wrote:
>
> > Author: kib
> > Date: Mon Apr 13 15:22:45 2015
> > New Revision: 281495
> > URL: https://svnweb.freebsd.org/changeset/base/281495
> >
> > Log:
> > Add config op
Author: andrew
Date: Mon Apr 13 16:00:09 2015
New Revision: 281496
URL: https://svnweb.freebsd.org/changeset/base/281496
Log:
Create the correct symlinks for the machine directory, and only create the
x86 symlink on i386 and amd64. Before this incorrect symlinks were being
created on armi an
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 04/11/2015 17:16, Dimitry Andric wrote:
> On 11 Apr 2015, at 05:23, Jung-uk Kim wrote:
>>
>> Author: jkim Date: Sat Apr 11 03:23:41 2015 New Revision: 281396
>> URL: https://svnweb.freebsd.org/changeset/base/281396
>>
>> Log: Merge ACPICA 2015
Author: andrew
Date: Mon Apr 13 16:41:33 2015
New Revision: 281497
URL: https://svnweb.freebsd.org/changeset/base/281497
Log:
Add psci for arm64. This is currently used when rebooting and powering off
in qemu.
Sponsored by: The FreeBSD Foundation
Added:
head/sys/dev/psci/psci_arm64.S
On 03/30/2015 10:50, John Baldwin wrote:
> On Sunday, March 22, 2015 09:41:53 AM Bruce Evans wrote:
>> On Sat, 21 Mar 2015, John Baldwin wrote:
>>
>>> On 3/21/15 12:35 PM, Konstantin Belousov wrote:
On Sat, Mar 21, 2015 at 12:04:41PM -0400, John Baldwin wrote:
> On 3/20/15 9:02 AM, Konstan
On Mon, Apr 13, 2015 at 12:36:50PM -0500, Alan Cox wrote:
> However, in the popcnt case, we are spilling the bit map to memory in
> order to popcnt it. That's rather silly:
>
> 3570: 48 8b 48 18 mov0x18(%rax),%rcx
> 3574: f6 04 25 00 00 00 00testb $0x80,0x
Hi,
These CPUs are supposed to have loop unwinder / streaming hardware. Is
it not unwinding/streaming this loop for us?
-a
On 13 April 2015 at 10:36, Alan Cox wrote:
> On 03/30/2015 10:50, John Baldwin wrote:
>> On Sunday, March 22, 2015 09:41:53 AM Bruce Evans wrote:
>>> On Sat, 21 Mar 2015
Author: neel
Date: Mon Apr 13 19:13:51 2015
New Revision: 281499
URL: https://svnweb.freebsd.org/changeset/base/281499
Log:
Modify the return value of the uhci/ehci/xhci PCI probe routines to
'BUS_PROBE_DEFAULT'. This allows bhyve's 'ppt' driver to claim ownership
of the device and pass it t
ixes[] = {
#define NUM_SUFFIXES (sizeof suffixes / sizeof suffixes[0])
#define SUFFIX_MAXLEN 30
-static const char gzip_version[] = "FreeBSD gzip 20141022";
+static const char gzip_version[] = "FreeBSD gzip 20150413";
#ifndef SMALL
static const char gzi
Author: eadler
Date: Mon Apr 13 19:58:11 2015
New Revision: 281501
URL: https://svnweb.freebsd.org/changeset/base/281501
Log:
ipcs: fix warnings (WARNS=1 -> WARNS=6)
- fix shadow warnings
- change type from off_t to size_t which is more correct and avoids
signed/unsigne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 04/13/2015 13:36, Alan Cox wrote:
> On 03/30/2015 10:50, John Baldwin wrote:
>> On Sunday, March 22, 2015 09:41:53 AM Bruce Evans wrote:
>>> On Sat, 21 Mar 2015, John Baldwin wrote:
>>>
On 3/21/15 12:35 PM, Konstantin Belousov wrote:
> O
Author: delphij
Date: Mon Apr 13 20:23:46 2015
New Revision: 281502
URL: https://svnweb.freebsd.org/changeset/base/281502
Log:
Sync with OpenBSD: Use volatile instead of __volatile__.
MFC after:2 weeks
Modified:
head/sys/contrib/x86emu/x86emu.c
Modified: head/sys/contrib/x86emu/x86e
Author: ngie
Date: Mon Apr 13 21:29:40 2015
New Revision: 281503
URL: https://svnweb.freebsd.org/changeset/base/281503
Log:
Revert r281055 as it breaks installing test scripts in the mixed PROGS/SCRIPT
case
Repro is as follows:
% sudo pkg install -y kyua
% sudo rm -Rf /usr/tests
Author: rrs
Date: Mon Apr 13 23:06:13 2015
New Revision: 281510
URL: https://svnweb.freebsd.org/changeset/base/281510
Log:
Restore the two lines accidentally deleted that allow CALLOUT_DIRECT to be
specifed in the flags.
Thanks Mark Johnston for noticing this ;-o
MFC after:3 days
On Monday, April 13, 2015 11:06:14 PM Randall Stewart wrote:
> Author: rrs
> Date: Mon Apr 13 23:06:13 2015
> New Revision: 281510
> URL: https://svnweb.freebsd.org/changeset/base/281510
>
> Log:
> Restore the two lines accidentally deleted that allow CALLOUT_DIRECT to be
> specifed in the fla
Crud
Your right..
On Apr 13, 2015, at 7:23 PM, John Baldwin wrote:
> On Monday, April 13, 2015 11:06:14 PM Randall Stewart wrote:
>> Author: rrs
>> Date: Mon Apr 13 23:06:13 2015
>> New Revision: 281510
>> URL: https://svnweb.freebsd.org/changeset/base/281510
>>
>> Log:
>> Restore the two l
Author: rrs
Date: Tue Apr 14 00:02:39 2015
New Revision: 281511
URL: https://svnweb.freebsd.org/changeset/base/281511
Log:
Fix my stupid restoral of old code.. must be c_iflags now.
Thanks jhb for catching my stupidity...
MFC after:3 days
Modified:
head/sys/kern/kern_timeout.c
Mo
Author: eadler
Date: Tue Apr 14 04:52:52 2015
New Revision: 281517
URL: https://svnweb.freebsd.org/changeset/base/281517
Log:
ipcs: fix builds that use gcc
gcc gets annoyed by duplicate declarations
Reported by: sbruno
Reviewed by: sbruno
Modified:
head/usr.bin/ipcs/ipc.c
h
24 matches
Mail list logo