On 02.04.2020 23:35, Christos Zoulas wrote:
> Ah debugging remnants. I'll remove it. Can you look at PR/55128?
>
OK!
> static inline union savefpu *
> fpu_lwp_area(struct lwp *l)
> {
> struct pcb *pcb = lwp_getpcb(l);
> union savefpu *area = &pcb->pcb_savefpu;
>
> KASSERT(
Ah debugging remnants. I'll remove it. Can you look at PR/55128?
static inline union savefpu *
fpu_lwp_area(struct lwp *l)
{
struct pcb *pcb = lwp_getpcb(l);
union savefpu *area = &pcb->pcb_savefpu;
KASSERT((l->l_flag & LW_SYSTEM) == 0);
if (l == curlwp) {
On 02.04.2020 19:40, Christos Zoulas wrote:
> +set -x
> +AWK=gawk
> +
gawk?
> > On 2. Jun 2018, at 22:07, matthew green wrote:
> >
> > Module Name:src
> > Committed By: mrg
> > Date: Sat Jun 2 20:07:15 UTC 2018
> >
> > Modified Files:
> > src/usr.bin/kdump: mkioctls
> >
> > Log Message:
> > just include for mkioctls. this works fine f
> On 2. Jun 2018, at 22:07, matthew green wrote:
>
> Module Name: src
> Committed By: mrg
> Date: Sat Jun 2 20:07:15 UTC 2018
>
> Modified Files:
> src/usr.bin/kdump: mkioctls
>
> Log Message:
> just include for mkioctls. this works fine for me
> for several platforms and f
In article <20171106163453.gb28...@britannica.bec.de>,
Joerg Sonnenberger wrote:
>On Sun, Nov 05, 2017 at 12:44:29PM -0500, Christos Zoulas wrote:
>> Module Name: src
>> Committed By:christos
>> Date:Sun Nov 5 17:44:29 UTC 2017
>>
>> Modified Files:
>> src/usr.bin/k
On Sun, Nov 05, 2017 at 12:44:29PM -0500, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Sun Nov 5 17:44:29 UTC 2017
>
> Modified Files:
> src/usr.bin/kdump: mkioctls
>
> Log Message:
> deal with the stdbool.h mess defining bool in and
> and then xf86