On Tue, Dec 19, 2017 at 07:40:04PM +, Kamil Rytarowski wrote:
> Module Name: src
> Committed By: kamil
> Date: Tue Dec 19 19:40:04 UTC 2017
>
> Modified Files:
> src/sys/compat/netbsd32: netbsd32_netbsd.c netbsd32_syscall.h
> netbsd32_syscallargs.h netbsd32_syscalls.c
On Fri, Dec 22, 2017 at 11:22:37AM +, Ryota Ozaki wrote:
> Module Name: src
> Committed By: ozaki-r
> Date: Fri Dec 22 11:22:37 UTC 2017
>
> Modified Files:
> src/sys/netinet: ip_output.c
>
> Log Message:
> Fix usage of curlwp_bind in ip_output
> @@ -303,6 +303,10 @@ ip_outp
Oops, I misread the code, never mind :-)
still looking because there are some reports of hangs (kern/52858 with a
backtrace on sparc64, current-users without one on amd64), and your
change is the only recent change that looks like it could affect both.
On Mon, Dec 25, 2017 at 11:00 AM, wrote:
> Oops, I misread the code, never mind :-)
Okay :)
>
> still looking because there are some reports of hangs (kern/52858 with a
> backtrace on sparc64, current-users without one on amd64), and your
> change is the only recent change that looks like it co