Re: CVS commit: src/usr.bin/kdump

2020-04-02 Thread Kamil Rytarowski
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(

Re: CVS commit: src/usr.bin/kdump

2020-04-02 Thread Christos Zoulas
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) {

Re: CVS commit: src/usr.bin/kdump

2020-04-02 Thread Kamil Rytarowski
On 02.04.2020 19:40, Christos Zoulas wrote: > +set -x > +AWK=gawk > + gawk?

re: CVS commit: src/usr.bin/kdump

2018-06-03 Thread matthew green
> > 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

Re: CVS commit: src/usr.bin/kdump

2018-06-03 Thread J. Hannken-Illjes
> 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

Re: CVS commit: src/usr.bin/kdump

2017-11-06 Thread Christos Zoulas
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

Re: CVS commit: src/usr.bin/kdump

2017-11-06 Thread Joerg Sonnenberger
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