uhidpp(4): add support for Bolt receivers and Unified Battery feature

2022-11-25 Thread Anton Lindqvist
Hi, This diff adds supports for the following to uhidpp: 1. Bolt receivers, they use a different set of registers for querying paired devices. 2. The Unified Battery feature, this is a more competent feature function used to report battery status compared to the Battery feature which is

Re: Apple arm64 lid_action

2022-11-25 Thread Mark Kettenis
> Date: Fri, 25 Nov 2022 22:46:46 +0100 > From: Tobias Heider > > This is the boilerplate code to route lid_action through to aplsmc(4) which I > previously sent as part of another diff. Depending on how we are going to use > it, the aplsmc(4) part might need a bit of refinement to distinguish

Apple arm64 lid_action

2022-11-25 Thread Tobias Heider
This is the boilerplate code to route lid_action through to aplsmc(4) which I previously sent as part of another diff. Depending on how we are going to use it, the aplsmc(4) part might need a bit of refinement to distinguish between LID_OPEN/CLOSE events. Index: arch/arm64/arm64/acpi_machdep.c

Re: rpki-client: support for authenticating signed Geofeed files (RFC 9092)

2022-11-25 Thread Theo Buehler
On Fri, Nov 25, 2022 at 04:52:24PM +, Job Snijders wrote: [...] > My goal was to focus on verifying the signature; less so on additionally > being a RFC 8805 parser. That's fair and completely fine with me. > How about the below? > > * zaps trailing comments > * use() stravis to store the

Re: rpki-client: support for authenticating signed Geofeed files (RFC 9092)

2022-11-25 Thread Job Snijders
Hi Theo, Thank you for taking the time to review this. On Fri, Nov 25, 2022 at 03:18:30PM +0100, Theo Buehler wrote: > On Fri, Nov 25, 2022 at 09:36:41AM +, Job Snijders wrote: > [...] > > $ ftp -MV https://sobornost.net/geofeed.csv > > Your example file contains > >

OpenBSD Errata: November 26, 2022 (vmm unwind pfsync)

2022-11-25 Thread Alexander Bluhm
Errata patches for vmm(4), unwind(8), and pfsync(4) have been released for OpenBSD 7.2. Errata patch for unwind(8) has been released for OpenBSD 7.1. Binary updates for the amd64, i386 and arm64 platform are available via the syspatch utility. Source code patches can be found on the respective

Re: pfsync slpassert on boot and panic

2022-11-25 Thread Mark Kettenis
> Date: Fri, 25 Nov 2022 10:12:12 +0100 > From: Alexandr Nedvedicky > > Hello Hrvoje, > > On Fri, Nov 25, 2022 at 09:57:15AM +0100, Hrvoje Popovski wrote: > > Hi, > > > > I think that this is similar problem as what David Hill send on tech@ > > with subject "splassert on boot" > > > > I've

Re: rpki-client: support for authenticating signed Geofeed files (RFC 9092)

2022-11-25 Thread Theo Buehler
On Fri, Nov 25, 2022 at 09:36:41AM +, Job Snijders wrote: [...] > $ ftp -MV https://sobornost.net/geofeed.csv Your example file contains 2001:67c:208c::/48,NL,NL-NH,Amsterdam I think this is missing a comma. There is an optional postal_code field and RFC 8805, section 2.1 says: "the

Re: aplsmc(4): disable backlight when lid is closed

2022-11-25 Thread Mark Kettenis
> Date: Thu, 24 Nov 2022 23:38:23 +0100 > From: Tobias Heider > > On Thu, Nov 24, 2022 at 08:36:48PM +0100, Mark Kettenis wrote: > > > Date: Thu, 24 Nov 2022 19:04:03 +0100 > > > From: Tobias Heider > > > > > > The diff below disables the screen backlight on apple silicon macs when > > > the

rpki-client: support for authenticating signed Geofeed files (RFC 9092)

2022-11-25 Thread Job Snijders
Dear all, RFC 9092 describes a scheme that uses the Routing Public Key Infrastructure to authenticate geofeed data CSV files. Good fit for rpki-client's filemode. Example: $ whois -h whois.ripe.net 2001:67c:208c::/48 | fgrep Geofeed remarks:Geofeed https://sobornost.net/geofeed.csv $

Re: pfsync slpassert on boot and panic

2022-11-25 Thread Hrvoje Popovski
On 25.11.2022. 10:12, Alexandr Nedvedicky wrote: > Looks like we need to synchronize pfsync destroy with timer thread. > > thanks for great testing. > > regards > sashan > > 8<---8<---8<--8< > diff --git a/sys/net/if_pfsync.c

Re: pfsync slpassert on boot and panic

2022-11-25 Thread Alexandr Nedvedicky
Hello Hrvoje, On Fri, Nov 25, 2022 at 09:57:15AM +0100, Hrvoje Popovski wrote: > Hi, > > I think that this is similar problem as what David Hill send on tech@ > with subject "splassert on boot" > > I've checkout tree few minutes ago and in there should be > mvs@ "Remove netlock assertion

pfsync slpassert on boot and panic

2022-11-25 Thread Hrvoje Popovski
Hi, I think that this is similar problem as what David Hill send on tech@ with subject "splassert on boot" I've checkout tree few minutes ago and in there should be mvs@ "Remove netlock assertion within PF_LOCK()" and dlg@ "get rid of NET_LOCK in the pf purge work" diffs. on boot I'm getting