re: CVS commit: src/sys/compat/linux/common

2018-01-08 Thread Christos Zoulas
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

re: CVS commit: src/sys/compat/linux/common

2018-01-08 Thread matthew green
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

Re: CVS commit: src/sys/net

2018-01-08 Thread maya
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

Re: CVS commit: src/sys

2018-01-08 Thread Kengo NAKAHARA
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 *); >> >>

Re: CVS commit: src/sys

2018-01-08 Thread Christos Zoulas
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 @@