On Tue, Feb 12, 2019 at 09:20:23PM -, Christos Zoulas wrote:
> Well, regardless of what the right permissions of .eh_frame are,
> we could just nuke the code and default to the "new" behavior...
> We can then put back the varasm.c change...
> This of course needs to be evaluated carefully.
Why
In article <16690.1550005...@splode.eterna.com.au>,
matthew green wrote:
>Joerg Sonnenberger writes:
>> On Tue, Feb 12, 2019 at 10:16:58AM +, matthew green wrote:
>> > Module Name: src
>> > Committed By: mrg
>> > Date: Tue Feb 12 10:16:58 UTC 2019
>> >
>> > Modified F
On Tue, 12 Feb 2019, Rin Okuyama wrote:
Hi,
As Martin pointed out, it is useful for debugging to turn on
DIAGNOSTIC for modules (for non-release branches).
Now, all modules for amd64 are successfully built with DIAGNOSTIC.
I'd like to commit the patch below, if there's no objection.
This wo
Joerg Sonnenberger writes:
> On Tue, Feb 12, 2019 at 10:16:58AM +, matthew green wrote:
> > Module Name:src
> > Committed By: mrg
> > Date: Tue Feb 12 10:16:58 UTC 2019
> >
> > Modified Files:
> > src/usr.bin/crunch/crunchgen: crunchgen.c
> >
> > Log Message:
>
On Tue, Feb 12, 2019 at 10:16:58AM +, matthew green wrote:
> Module Name: src
> Committed By: mrg
> Date: Tue Feb 12 10:16:58 UTC 2019
>
> Modified Files:
> src/usr.bin/crunch/crunchgen: crunchgen.c
>
> Log Message:
> hack alert time:
>
> on sparc and sparc64, don't remove .eh
On 12/02/2019 16:02, Rin Okuyama wrote:
Hi,
The system freezes indefinitely with xhci(4) or ehci(4), when NIC with
multiple outstanding transfers [axen(4), mue(4), and ure(4)] is stopped
by "ifconfig down" or detached.
As discussed in the previous message, this is due to infinite loop in
usbd_a
Hi,
The system freezes indefinitely with xhci(4) or ehci(4), when NIC with
multiple outstanding transfers [axen(4), mue(4), and ure(4)] is stopped
by "ifconfig down" or detached.
As discussed in the previous message, this is due to infinite loop in
usbd_ar_pipe(); xfers with USBD_NOT_STARTED rem
Hi,
On 2019/02/12 23:40, Robert Swindells wrote:
Module Name:src
Committed By: rjs
Date: Tue Feb 12 14:40:38 UTC 2019
Modified Files:
src/sys/netinet: sctp_input.c sctp_usrreq.c
Log Message:
Add some fallthrough annotations.
...
Index: src/sys/netinet/sctp_usrreq.c
di
Hi,
As Martin pointed out, it is useful for debugging to turn on
DIAGNOSTIC for modules (for non-release branches).
Now, all modules for amd64 are successfully built with DIAGNOSTIC.
I'd like to commit the patch below, if there's no objection.
Thanks,
rin
Index: sys/modules/Makefile.inc
=