On 29.01.2020 07:40, Jason Thorpe wrote:
>
>> On Jan 28, 2020, at 10:25 PM, Kamil Rytarowski wrote:
>>
>> The distribution build breaks for me with:
>
> Should be fixed with:
>
> /cvsroot/src/sys/rump/net/lib/libnet/Makefile,v <-- Makefile
> new revision: 1.33; previous revision: 1.32
>
>>
> On Jan 28, 2020, at 10:25 PM, Kamil Rytarowski wrote:
>
> The distribution build breaks for me with:
Should be fixed with:
/cvsroot/src/sys/rump/net/lib/libnet/Makefile,v <-- Makefile
new revision: 1.33; previous revision: 1.32
> /public/netbsd-root/tooldir.NetBSD-9.99.38-amd64/lib/gcc
On 29.01.2020 04:16, Jason R Thorpe wrote:
> Module Name: src
> Committed By: thorpej
> Date: Wed Jan 29 03:16:28 UTC 2020
>
> Modified Files:
> src/sys/net: Makefile files.net if.c if.h
> Added Files:
> src/sys/net: if_stats.c if_stats.h
>
> Log Message:
> Add support for MP
"Martin Husemann" writes:
> Module Name: src
> Committed By: martin
> Date: Tue Jan 28 18:18:32 UTC 2020
>
> Modified Files:
> src/tests/lib/libarchive: t_libarchive.sh
>
> Log Message:
> Bump timeout to 3600 - the libarchive tests take quite a while to
> complete (on a nearly 1 GH
In article ,
Christos Zoulas wrote:
>In article <4251.1580234...@jinx.noi.kre.to>,
>Robert Elz wrote:
>>Date:Tue, 28 Jan 2020 16:40:27 +
>>From:"Andrew Doran"
>>Message-ID: <20200128164027.8558bf...@cvs.netbsd.org>
>>
>> | Log Message:
>> | Put pri_t back to a
In article <4251.1580234...@jinx.noi.kre.to>,
Robert Elz wrote:
>Date:Tue, 28 Jan 2020 16:40:27 +
>From:"Andrew Doran"
>Message-ID: <20200128164027.8558bf...@cvs.netbsd.org>
>
> | Log Message:
> | Put pri_t back to an int. It looks like there might be a sign e
On 28/01/2020 17:47, Maxime Villard wrote:
@@ -460,8 +460,7 @@ cpu_setup_id(struct cpu_info *ci)
id->ac_aa64mmfr0 = reg_id_aa64mmfr0_el1_read();
id->ac_aa64mmfr1 = reg_id_aa64mmfr1_el1_read();
- /* Only in ARMv8.2. */
- id->ac_aa64mmfr2 = 0 /* reg_id_aa64mmfr2_el1_rea
Date:Tue, 28 Jan 2020 16:40:27 +
From:"Andrew Doran"
Message-ID: <20200128164027.8558bf...@cvs.netbsd.org>
| Log Message:
| Put pri_t back to an int. It looks like there might be a sign extension
| issue somewhere but it's not worth the hassle trying to fin