Re: probable error in 66.html regarding rpki-client

2019-10-16 Thread Theo de Raadt
Ross L Richardson wrote: > 66.html claims that rpki-client is included, but: > - gives no result. > - The test system I just sysupgraded doesn't have it. > > It's not actually linked to the build (in src/usr.sbin/Makefile), is it? It isn't. It wasn't

probable error in 66.html regarding rpki-client

2019-10-16 Thread Ross L Richardson
66.html claims that rpki-client is included, but: - gives no result. - The test system I just sysupgraded doesn't have it. It's not actually linked to the build (in src/usr.sbin/Makefile), is it? Ross

Re: in6_setsockaddr and in6_setpeeraddr can return void, like their v4 counterparts

2019-10-16 Thread Alexander Bluhm
On Wed, Oct 16, 2019 at 08:19:28PM +1000, David Gwynne wrote: > the ipv4 ones return void, and these can't fail, so make them return > nothing too. > > ok? OK bluhm@ > Index: netinet/in_pcb.h > === > RCS file:

Re: struct proc: track process starting time as an uptime

2019-10-16 Thread Alexander Bluhm
On Wed, Oct 16, 2019 at 10:23:52AM -0500, Scott Cheloha wrote: > Hi, > > Tracking the process starting time as an uptime fixes the classic > "init(8) started in 1969" bug in ps(1) when your CMOS battery dies. > > In general it lets us track how long a process has been running > correctly

Re: kill scheduler_fork_hook()

2019-10-16 Thread Alexander Bluhm
On Tue, Oct 15, 2019 at 05:19:15PM +0200, Martin Pieuchot wrote: > The only raison d'etre of scheduler_fork_hook() is because `p_estcpu' is > not at the right place in "struct proc". Diff below fixes that. I > reordered the fields to not have implicit padding increase the size of > the

Re: rpki-client patch submission

2019-10-16 Thread Claudio Jeker
On Wed, Oct 16, 2019 at 07:26:25AM -0300, Alexandre Hamada wrote: > Hi Tech, > I would like to suggest to use UTC functions on all date/time convertions, > to avoid some clock drift errors. > > Kind regards, > Alexandre Hamada > >

struct proc: track process starting time as an uptime

2019-10-16 Thread Scott Cheloha
Hi, Tracking the process starting time as an uptime fixes the classic "init(8) started in 1969" bug in ps(1) when your CMOS battery dies. In general it lets us track how long a process has been running correctly regardless of whether or not the kernel UTC clock has jumped. NetBSD and FreeBSD

Re: rpki-client patch submission

2019-10-16 Thread Claudio Jeker
On Wed, Oct 16, 2019 at 07:26:25AM -0300, Alexandre Hamada wrote: > Hi Tech, > I would like to suggest to use UTC functions on all date/time convertions, > to avoid some clock drift errors. I came to the conclusion that more is needed in this function. Converting time using

rpki-client patch submission

2019-10-16 Thread Alexandre Hamada
Hi Tech, I would like to suggest to use UTC functions on all date/time convertions, to avoid some clock drift errors. Kind regards, Alexandre Hamada https://patch-diff.githubusercontent.com/raw/kristapsdz/rpki-client/pull/9.patch From a463f8cb23375f15b74eff49a06e8934423e3dbf Mon Sep 17

in6_setsockaddr and in6_setpeeraddr can return void, like their v4 counterparts

2019-10-16 Thread David Gwynne
the ipv4 ones return void, and these can't fail, so make them return nothing too. ok? Index: netinet/in_pcb.h === RCS file: /cvs/src/sys/netinet/in_pcb.h,v retrieving revision 1.116 diff -u -p -r1.116 in_pcb.h --- netinet/in_pcb.h

Re: iwm: support dynamic queue allocation (DQA)

2019-10-16 Thread Jan Klemkow
On Mon, Oct 14, 2019 at 01:51:02PM +0200, Stefan Sperling wrote: > I have successfully tested this diff on 8265 with our current firmware > image (22.361476.0) as well as a newer -22 firmware image (22.391740.0, > which is *not* in fw_update yet). I have also tested 7265 successfully. Also works

Re: net80211: increase background scan backoff timer

2019-10-16 Thread Jan Klemkow
On Mon, Oct 14, 2019 at 02:22:24PM +0200, Stefan Sperling wrote: > Is anyone running this already? OK? I run the diff without any noticeable problems. Run this with iwm and wpa-enterprise. iwm0 at pci1 dev 0 function 0 "Intel Dual Band Wireless-AC 8265" rev 0x78, msi Seems to work for me. bye,