Re: rpki-client: ASN1_IMP_OPT vs ASN1_EXP_OPT

2022-10-12 Thread Theo Buehler
On Thu, Oct 13, 2022 at 04:25:49AM +, Job Snijders wrote: > Hi all, > > All of ROA, MFT, ASPA, and RSC define their respective 'version' field > in ASN.1 as following: > > version [0] INTEGER DEFAULT 0, > > Each object profile preamble "DEFINITIONS EXPLICIT TAGS ::=" > > We haven't bump

rpki-client: ASN1_IMP_OPT vs ASN1_EXP_OPT

2022-10-12 Thread Job Snijders
Hi all, All of ROA, MFT, ASPA, and RSC define their respective 'version' field in ASN.1 as following: version [0] INTEGER DEFAULT 0, Each object profile preamble "DEFINITIONS EXPLICIT TAGS ::=" We haven't bumped into an issue yet, because all Signed Objects are at version 0, which means the

aucat.1: Improve description

2022-10-12 Thread Josiah Frentsos
Index: aucat.1 === RCS file: /cvs/src/usr.bin/aucat/aucat.1,v retrieving revision 1.117 diff -u -p -r1.117 aucat.1 --- aucat.1 7 Mar 2022 09:04:45 - 1.117 +++ aucat.1 13 Oct 2022 00:49:47 - @@ -19,7 +19,7 @@ .Os

Re: Fix level-triggered ACPI GPIO interrupts on amd64

2022-10-12 Thread Mark Kettenis
> Date: Thu, 13 Oct 2022 00:17:37 +0200 > From: Mark Kettenis > > > Date: Mon, 10 Oct 2022 17:02:41 +0200 > > From: Matthias Schmidt > > > > * Matthias Schmidt wrote: > > > Hi Mark, > > > > > > Addendum after 24h of testing. Your patch fixes the frequent touchpad > > > freezes I see on this m

Re: EFI runtime services support on amd64

2022-10-12 Thread Mark Kettenis
So krw@ found an issue with the diff on an x230. The diff inadvertedly made us always use the EFI runtime services to access the RTC. And that is busted on the x230. Fortunately I committed the diff that allows us to have a quality indicater for RTCs. So I synched up the amd64 code with the arm

Re: Fix level-triggered ACPI GPIO interrupts on amd64

2022-10-12 Thread Mark Kettenis
> Date: Mon, 10 Oct 2022 17:02:41 +0200 > From: Matthias Schmidt > > * Matthias Schmidt wrote: > > Hi Mark, > > > > Addendum after 24h of testing. Your patch fixes the frequent touchpad > > freezes I see on this model and which I reported back then in > > https://marc.info/?l=openbsd-bugs&m=165

cwm: do not overlap menu entries

2022-10-12 Thread Klemens Nanni
This has annoyed me for a long time... 1. have at least two windows 2. open the window menu with M-slash (alt+/) 3. show all windows with C-A (ctrl+a) 4. move cursor over list from top to bottom, observe no glitch 5. move cursor over list from bottom to top, observe "[" and "]" chars in entr

Re: sparc64: bootblk: broken fake target still useful?

2022-10-12 Thread Klemens Nanni
Then there's also bootblk.text: not required by bootblk, not installed and only used with Sun's fakeboot in a target that cannot work: $ make -n fake ([ -h machine ] || ln -s /home/kn/src/sys/arch/sparc64/stand/bootblk/../../include machine) ../fakeboot/fakeboot -elf32 /b

sparc64: bootblk: let bsd.prog.mk do the work

2022-10-12 Thread Klemens Nanni
sets up CLEANFILES, build/install targets and more, so no need to roll them ourselves if we just set PROG and SRCS. STRIPFLAG is defined but not used and in INSTALL_STRIP is the magic word, so fix that. Don't replace "bootblk" wth "${PROG}" to avoid churn. No object change, `make' does exactl

Re: make.1: sync variable substitution bits with NetBSD

2022-10-12 Thread Omar Polo
On 2022/10/12 10:45:49 +, Klemens Nanni wrote: > Anyone willing to OK either the previous NetBSD/FreeBSD sync diff or the > following minimal one which just mentions missing types? > > We can always improve from there, but being stuck at an incomplete and > thus misleading manual sucks. agre

Re: EFI runtime services support on amd64

2022-10-12 Thread Mark Kettenis
> From: Dave Voutila > Date: Mon, 10 Oct 2022 14:08:57 -0400 > > Mark Kettenis writes: > > > Here is a diff that implements EFI runtime services support on amd64 > > in much the same way as we already do on arm64. This will be used in > > the future to implement support for EFI variables. > >

Re: vmd: remove the user quota tracking

2022-10-12 Thread Dave Voutila
1 week bump for the below. If you use this feature or currently hacking on it, speak up by end of week. I'm sharpening my axes. Dave Voutila writes: > Matthew Martin recently presented a patch on tech@ [1] fixing some missed > scaling from when I converted vmd(8) to use bytes instead of megaby

Re: em(4) IPv4, TCP, UDP checksum offloading

2022-10-12 Thread Moritz Buhl
Another mistake On Wed, Oct 12, 2022 at 01:45:30PM +0200, Moritz Buhl wrote: > On Tue, Oct 11, 2022 at 04:16:15PM +0100, Stuart Henderson wrote: > > On 2022/10/11 15:03, Moritz Buhl wrote: > > > Here is a new diff for checksum offloading (ipv4, udp, tcp) for em(4). > > > > > > The previous diff d

Re: em(4) IPv4, TCP, UDP checksum offloading

2022-10-12 Thread Moritz Buhl
On Tue, Oct 11, 2022 at 04:16:15PM +0100, Stuart Henderson wrote: > On 2022/10/11 15:03, Moritz Buhl wrote: > > Here is a new diff for checksum offloading (ipv4, udp, tcp) for em(4). > > > > The previous diff didn't implement hardware vlan tagging for >em82578 > > which should result in variable e

Re: make.1: sync variable substitution bits with NetBSD

2022-10-12 Thread Klemens Nanni
On Sat, Nov 13, 2021 at 10:09:27AM +, Klemens Nanni wrote: > On Sat, Dec 26, 2020 at 05:19:55PM +0100, Klemens Nanni wrote: > > Our make(1) is behind NetBSD's and FreeBSD's make(1) on at least the > > rules of variable substitution. > > > > Our DESCRIPION says > > > > There are seven dif

macppc: stand: remove powerpc left-overs

2022-10-12 Thread Klemens Nanni
There since the powerpc -> macppc move/rename. KERN_AS usage disappeared in commit 5b7db11d478192c5908038bb1345e7d51cc35c8e Author: rahnds Date: Mon May 5 16:47:15 1997 + only build one version of the libraries. REAL_VIRT usage disappeared in comm

Re: bgpctl openmetric/prometheus output

2022-10-12 Thread Theo Buehler
On Fri, Oct 07, 2022 at 12:37:10PM +0200, Claudio Jeker wrote: > This diff adds `bgpctl show metric` which is a command that dumps some > stats out in openmetric format. This format can be ingested by e.g. > prometheus and used for monitoring. > > The openmetric handling is in ometric.[ch]. It is

macppc: ofwboot: fix -Wreturn-type

2022-10-12 Thread Klemens Nanni
.../ofdev.c:130:1: warning: non-void function does not return a value [-Wreturn-type] OK? Index: sys/arch/macppc/stand/ofdev.c === RCS file: /cvs/src/sys/arch/macppc/stand/ofdev.c,v retrieving revision 1.27 diff -u -p -r1.27 ofdev.c