echo(1): Fix some style issues

2022-09-21 Thread Josiah Frentsos
Index: echo.c === RCS file: /cvs/src/bin/echo/echo.c,v retrieving revision 1.10 diff -u -p -r1.10 echo.c --- echo.c 9 Oct 2015 01:37:06 - 1.10 +++ echo.c 21 Sep 2022 20:41:56 - @@ -30,12 +30,11 @@ * SUCH

Re: bgpd, improve portability by abstracting fib-priority

2022-09-21 Thread Theo Buehler
On Wed, Sep 21, 2022 at 07:55:24PM +0200, Claudio Jeker wrote: > Different systems need different ways to define fib-priority. > Introduce two kroute specific helper functions that are used by the parser > so that the RTP_XYZ defines no longer leak outside of kroute.c > > kr_default_prio() on

bgpd, improve portability by abstracting fib-priority

2022-09-21 Thread Claudio Jeker
Different systems need different ways to define fib-priority. Introduce two kroute specific helper functions that are used by the parser so that the RTP_XYZ defines no longer leak outside of kroute.c kr_default_prio() on OpenBSD returns RTP_BGP. On Linux that will be RTPROT_BGP and on FreeBSD it

Re: CVS: cvs.openbsd.org: src

2022-09-21 Thread Theo de Raadt
This change fixes another wart in unveil/pledge which wasn't resolved in the original design. pledge allows bypass-reading of /usr/share/zoneinfo/ files for TZ=zone but absolute path support remained a wart. Once again, we have to remove a rarely used behavior of libc. During pledge and unveil

Re: Help on helping with virtualization?

2022-09-21 Thread Daniel Gracia
AFAIK, the standard procedure is: - you have an itch nobody cared/had time to scratch before. - you study enough to spit at least some lines of code aiming your goals. - you puts(3) your lame-or-not code in-here. - if it's interesting enough, someone will chime in. Regards!!! El miƩ, 21 sept

unbound 1.16.3

2022-09-21 Thread Stuart Henderson
Released today so I haven't been able to give it much testing yet... Index: doc/Changelog === RCS file: /cvs/src/usr.sbin/unbound/doc/Changelog,v retrieving revision 1.45 diff -u -p -r1.45 Changelog --- doc/Changelog 29 Aug

Help on helping with virtualization?

2022-09-21 Thread Christoff Humphries
Hello. I want to help with the virtualization project to get the things that are incomplete or missing completed (ie, the "not available at this time" list on https://www.openbsd.org/faq/faq16.html). Is there a point of contact I should direct questions to, as I'll likely have a lot of

Re: iked problems with Apple clients in 7.1

2022-09-21 Thread Stuart Henderson
On 2022/05/21 17:04, Tobias Heider wrote: > On Sat, May 21, 2022 at 12:51:19PM +0100, Stuart Henderson wrote: > > On 2022/05/21 13:44, Tobias Heider wrote: > > > On Fri, May 20, 2022 at 03:41:12PM +0100, Stuart Henderson wrote: > > > > I ran into problems with Apple clients failing to connect to >

Re: hidmt: clickpad detection

2022-09-21 Thread Laurence Tratt
On Tue, Sep 13, 2022 at 11:06:33PM +0200, Ulf Brosziewski wrote: Hello Ulf, > The diff below improves the way hidmt identifies clickpads, and > addresses the problems described in > https://marc.info/?l=openbsd-tech=165296530618617=2 > and >

Re: bgpd speed up pathid_assign() for the common case

2022-09-21 Thread Theo Buehler
On Mon, Sep 19, 2022 at 05:44:30PM +0200, Claudio Jeker wrote: > When running on busy bgpd servers with many clients the function > pathid_assign() consumes a lot of CPU time. The code does a lookup which > often fails and then walks the list of prefixes. In the end this is > results in two list