Re: pppoe(4) should use uptime not microtime() for tracking connection time

2021-11-22 Thread Claudio Jeker
On Mon, Nov 22, 2021 at 01:40:34PM +, Klemens Nanni wrote: > On Mon, Nov 22, 2021 at 09:30:13AM +0100, Claudio Jeker wrote: > > > Index: sbin/ifconfig/ifconfig.c > > > === > > > RCS file: /cvs/src/sbin/ifconfig/ifconfig.c,v > > >

Re: pppoe(4) should use uptime not microtime() for tracking connection time

2021-11-22 Thread Klemens Nanni
On Mon, Nov 22, 2021 at 09:30:13AM +0100, Claudio Jeker wrote: > > Index: sbin/ifconfig/ifconfig.c > > === > > RCS file: /cvs/src/sbin/ifconfig/ifconfig.c,v > > retrieving revision 1.450 > > diff -u -p -r1.450 ifconfig.c > > ---

Re: pppoe(4) should use uptime not microtime() for tracking connection time

2021-11-22 Thread Klemens Nanni
On Mon, Nov 22, 2021 at 08:17:47AM +0100, Peter J. Philipp wrote: > On Mon, Nov 22, 2021 at 12:30:19AM +, Klemens Nanni wrote: > > On Sun, Nov 21, 2021 at 11:18:29AM +0100, p...@delphinusdns.org wrote: > > > >Synopsis:session uptime is wrong > > > >Category:system > > >

Re: iwx now stops more often?

2021-11-22 Thread Stefan Sperling
On Mon, Nov 22, 2021 at 10:58:08AM +, Laurence Tratt wrote: > On Sun, Nov 21, 2021 at 06:06:33PM +0100, Stefan Sperling wrote: > > Hello Stefan, > > >> As of a kernel from a couple of days ago, iwx semi-regularly stops > >> associating with my wireless AP. An easy way to trigger this is

Re: iwx now stops more often?

2021-11-22 Thread Laurence Tratt
On Sun, Nov 21, 2021 at 06:06:33PM +0100, Stefan Sperling wrote: Hello Stefan, >> As of a kernel from a couple of days ago, iwx semi-regularly stops >> associating with my wireless AP. An easy way to trigger this is "pkg_add >> -u": at some point, downloading stops mid-package, and I need to "sh

Re: pppoe(4) should use uptime not microtime() for tracking connection time

2021-11-22 Thread Claudio Jeker
On Mon, Nov 22, 2021 at 12:30:19AM +, Klemens Nanni wrote: > On Sun, Nov 21, 2021 at 11:18:29AM +0100, p...@delphinusdns.org wrote: > > >Synopsis: session uptime is wrong > > >Category: system > > >Environment: > > System : OpenBSD 7.0 > > Details : OpenBSD 7.0 (GENERIC.MP)

Re: [External] : Re: pfctl ioctl sparc64 crash

2021-11-22 Thread Alexandr Nedvedicky
Hello, > >326 tmpkt = pfr_create_ktable(_nulltable, 0, 0, > > > > kt looks quite uninitialized here > > It looks like the intent was something like this? > > Index: pf_table.c > === > RCS file: