ports: brz Distributed version control system based on bzr

2023-06-24 Thread Alfred Morgan
bzr got deleted from openbsd ports about 2 years ago (died along with Python2). https://cvsweb.openbsd.org/ports/devel/bzr/Attic/Makefile?only_with_tag=HEAD bzr was superseded by brz but brz never made it into the openbsd ports. Who can I nudge to include this port? freebsd port -- https://www.fres

Re: smtpd, relayd, iked: drop ssl_init

2023-06-24 Thread Tobias Heider
On Sat, Jun 24, 2023 at 08:40:01PM +0200, Theo Buehler wrote: > On Sat, Jun 24, 2023 at 08:15:40PM +0200, Omar Polo wrote: > > while talking about a related matter with tb and jsing, jsing noted > > that ssl_init() in smtpd is completely useless. All its loading is > > already done automatically b

Re: smtpd, relayd, iked: drop ssl_init

2023-06-24 Thread Theo Buehler
On Sat, Jun 24, 2023 at 08:15:40PM +0200, Omar Polo wrote: > while talking about a related matter with tb and jsing, jsing noted > that ssl_init() in smtpd is completely useless. All its loading is > already done automatically by libcrypto at runtime, and judging by the > implementation of the cal

smtpd, relayd, iked: drop ssl_init

2023-06-24 Thread Omar Polo
while talking about a related matter with tb and jsing, jsing noted that ssl_init() in smtpd is completely useless. All its loading is already done automatically by libcrypto at runtime, and judging by the implementation of the called functions there's no need to actually force the initialization.

Re: inpcb sip hash mutex contention

2023-06-24 Thread Vitaliy Makkoveev
> On 22 Jun 2023, at 22:50, Alexander Bluhm wrote: > > Hi, > > I am working on a diff to run UDP input in parallel. Btrace kstack > analysis shows that SIP hash for PCB lookup is quite expensive. > When running in parallel we get lock contention on the PCB table > mutex. > > So it results in b