On Jan 9, 12:33pm, m...@eterna.com.au (matthew green) wrote:
-- Subject: re: CVS commit: src/sys/compat/linux/common
| Christos Zoulas writes:
| > On Jan 9, 12:44am, m...@netbsd.org (m...@netbsd.org) wrote:
| > -- Subject: Re: CVS commit: src/sys/compat/linux/common
| >
| > | Why not add a signal
Christos Zoulas writes:
> On Jan 9, 12:44am, m...@netbsd.org (m...@netbsd.org) wrote:
> -- Subject: Re: CVS commit: src/sys/compat/linux/common
>
> | Why not add a signal?
>
> It is complicated to do so. It will even change the sigmask size.
it will? don't we have support for upto 128 signals t
On Tue, Jan 09, 2018 at 01:07:50AM +, m...@netbsd.org wrote:
> This is causing PR kern/52914 (on netbsd-8, not current)
Copied wrong number
kern/52895
it's in -current but also -8
This is causing PR kern/52914 (on netbsd-8, not current)
On Fri, Dec 15, 2017 at 04:04:59AM +, Ryota Ozaki wrote:
> Module Name: src
> Committed By: ozaki-r
> Date: Fri Dec 15 04:04:59 UTC 2017
>
> Modified Files:
> src/sys/net: if.c
>
> Log Message:
> Remove IFNET_GLOBAL_LOCK
On Jan 9, 12:44am, m...@netbsd.org (m...@netbsd.org) wrote:
-- Subject: Re: CVS commit: src/sys/compat/linux/common
| Why not add a signal?
It is complicated to do so. It will even change the sigmask size.
christos
> + /*
> + * XXX: Linux has 33 realtime signals, the go binary wants to
> + * reset all of them; nothing else uses the last RT signal, so for
> + * now ignore it.
> + */
> + if (sig == LINUX__NSIG) {
> + uprintf("%s: setting signal %d ignored\n", __func__, si
Hi,
On 2018/01/09 8:27, Christos Zoulas wrote:
> In article <20180108232325.522d0f...@cvs.netbsd.org>,
> Kengo NAKAHARA wrote:
>> size_t hash;
>>
>> +printf(" %s: enter\n", __func__);
>> +
>> ip6 = mtod(m, const struct ip6_hdr *);
>>
>> KERNEL_LOCK_UNLESS_NET_MPSAFE();
>> @
In article <20180108232325.522d0f...@cvs.netbsd.org>,
Kengo NAKAHARA wrote:
> size_t hash;
>
>+ printf(" %s: enter\n", __func__);
>+
> ip6 = mtod(m, const struct ip6_hdr *);
>
> KERNEL_LOCK_UNLESS_NET_MPSAFE();
>@@ -571,8 +573,12 @@ ip6flow_create(struct route *ro, str