rpki-client 8.5 has been released

2023-07-29 Thread Sebastian Benoit
rpki-client 8.5 has just been released and will be available in the rpki-client directory of any OpenBSD mirror soon. rpki-client is a FREE, easy-to-use implementation of the Resource Public Key Infrastructure (RPKI) for Relying Parties (RP) to facilitate validation of BGP announcements. The progr

Re: uvm_meter: remove wakeup of proc0

2023-07-29 Thread Mikhail
On Sat, Jul 29, 2023 at 11:16:14AM +0200, Claudio Jeker wrote: > proc0 aka the swapper does not do anything. So there is no need to wake it > up. Now the problem is that last time this was tried some inteldrm systems > did hang during bootup because the drm code unexpectedly depended on this > wake

ldd: check read return value to avoid unitialized struct fields [was "ldd: check {,p}read return value consistently"]

2023-07-29 Thread Lucas
Now with a better subject. I was also wondering about the lack of pledge() other than the newly added one. That goes because dlopen() can do anything? Lucas wrote: > Hi, > > I wanted to understand how the pledge execpromises commit worked in ldd > and went to read it, and noticed that there is

Re: uvm_meter: remove wakeup of proc0

2023-07-29 Thread Vitaliy Makkoveev
On Sat, Jul 29, 2023 at 11:16:14AM +0200, Claudio Jeker wrote: > proc0 aka the swapper does not do anything. So there is no need to wake it > up. Now the problem is that last time this was tried some inteldrm systems > did hang during bootup because the drm code unexpectedly depended on this > wake

uvm_meter: remove wakeup of proc0

2023-07-29 Thread Claudio Jeker
proc0 aka the swapper does not do anything. So there is no need to wake it up. Now the problem is that last time this was tried some inteldrm systems did hang during bootup because the drm code unexpectedly depended on this wakeup. I think I fixed all possible cases of this in the drm stack and so