Willing to test any driver for AX210

2021-08-04 Thread Alex Beakes
Is anyone working on the driver for the AX210 Wi-Fi chip from intel? I am ready to test anything for that chip. Have to get rid of the wire for openbsd to become my main os)) Have a T14s gen 2 intel... dmesg (running the snapshot): *** OpenBSD 6.9-current (GENERIC.MP) #139: Wed Jul 21 MDT 2021

Re: rpki-client support more http status codes

2021-08-04 Thread Stuart Henderson
On 2021/08/04 19:58, Sebastian Benoit wrote: > just as i had looked them up :P My usual quick http status code reference doesn't even have 103 (and the graphical representation of https://http.cat/308 is a bit confusing :)

Re: Add versioned lib to system perl's @INC for non-packaged modules

2021-08-04 Thread Stuart Henderson
On 2021/08/04 19:45, Ingo Schwarze wrote: > Hi Andrew, > > Andrew Fresh wrote on Fri, Jul 30, 2021 at 05:34:40PM -0700: > > On Sun, May 16, 2021 at 03:30:39PM -0700, Andrew Hewus Fresh wrote: > > >> There do appear to be some annoyances with still shared directories for > >> man pages, in that if

OpenBSD Errata: August 4, 2021 (kernel, sparc64)

2021-08-04 Thread Sebastian Benoit
An errata patch for the kernel on the sparc64 architecture has been released for OpenBSD 6.8 and OpenBSD 6.9. On sparc64, a missaligned address could trigger a kernel assert and panic the kernel. Source code patches can be found on the respective errata pages: https://www.openbsd.org/errata68.

Re: Willing to test any driver for AX210

2021-08-04 Thread Chris Cappuccio
The iwlwifi driver has this commit for adding the "device family AX210" https://patchwork.kernel.org/project/linux-wireless/patch/20190207223622.9642-14-l...@coelho.fi/ There are other commits too. It requires driver adaptation, firmware, the iwx driver will have to be extended.

Re: rpki-client support more http status codes

2021-08-04 Thread Sebastian Benoit
Claudio Jeker(cje...@diehard.n-r-g.com) on 2021.08.04 17:45:14 +0200: > On Wed, Aug 04, 2021 at 10:53:39AM +0200, Claudio Jeker wrote: > > This adds a few more HTTP Status codes to the mix of the accepted ones. > > Mainly 100, 103 and 203 are now also accepted. All other codes in the 1xx > > and 2x

Re: Add versioned lib to system perl's @INC for non-packaged modules

2021-08-04 Thread Ingo Schwarze
Hi Andrew, Andrew Fresh wrote on Fri, Jul 30, 2021 at 05:34:40PM -0700: > On Sun, May 16, 2021 at 03:30:39PM -0700, Andrew Hewus Fresh wrote: >> There do appear to be some annoyances with still shared directories for >> man pages, in that if you install a CPAN module and then attempt to >> pkg_ad

Re: bgpd add add-path receive support

2021-08-04 Thread Claudio Jeker
On Fri, Jul 30, 2021 at 12:02:12PM +0200, Claudio Jeker wrote: > This diff implements the bit to support the receive side of > RFC7911 - Advertisement of Multiple Paths in BGP. > > I did some basic tests and it works for me. People running route > collectors should give this a try. The interaction

Re: rpki-client support more http status codes

2021-08-04 Thread Claudio Jeker
On Wed, Aug 04, 2021 at 10:53:39AM +0200, Claudio Jeker wrote: > This adds a few more HTTP Status codes to the mix of the accepted ones. > Mainly 100, 103 and 203 are now also accepted. All other codes in the 1xx > and 2xx are still considered an error since they are not expected from the > GET req

rpki-client support more http status codes

2021-08-04 Thread Claudio Jeker
This adds a few more HTTP Status codes to the mix of the accepted ones. Mainly 100, 103 and 203 are now also accepted. All other codes in the 1xx and 2xx are still considered an error since they are not expected from the GET request made by the http client. This is a minimal HTTP client and it shou