Re: [PATCH] [src] usr.bin/sendbug/sendbug.c - update categories

2022-03-29 Thread Stuart Henderson
On 2022/03/29 21:05, Theo Buehler wrote: > On Tue, Mar 29, 2022 at 08:51:25PM +0200, Jeremie Courreges-Anglas wrote: > > On Tue, Mar 29 2022, Raf Czlonka wrote: > > > Hello, > > > > > > sparc and vax ports have been retired a while back; add riscv64 > > > while there. > > > > Committed, thanks. >

Re: [PATCH] [src] usr.bin/sendbug/sendbug.c - update categories

2022-03-29 Thread Raf Czlonka
On Tue, Mar 29, 2022 at 08:05:25PM BST, Theo Buehler wrote: > On Tue, Mar 29, 2022 at 08:51:25PM +0200, Jeremie Courreges-Anglas wrote: > > On Tue, Mar 29 2022, Raf Czlonka wrote: > > > Hello, > > > > > > sparc and vax ports have been retired a while back; add riscv64 > > > while there. > > > > C

Re: [PATCH] [src] usr.bin/sendbug/sendbug.c - update categories

2022-03-29 Thread Theo Buehler
On Tue, Mar 29, 2022 at 08:51:25PM +0200, Jeremie Courreges-Anglas wrote: > On Tue, Mar 29 2022, Raf Czlonka wrote: > > Hello, > > > > sparc and vax ports have been retired a while back; add riscv64 > > while there. > > Committed, thanks. > > There are more missing entries I think. If I follow

Re: [PATCH] [src] usr.bin/sendbug/sendbug.c - update categories

2022-03-29 Thread Raf Czlonka
On Tue, Mar 29, 2022 at 07:51:25PM BST, Jeremie Courreges-Anglas wrote: > On Tue, Mar 29 2022, Raf Czlonka wrote: > > Hello, > > > > sparc and vax ports have been retired a while back; add riscv64 > > while there. > > Committed, thanks. > > There are more missing entries I think. If I follow th

Re: [PATCH] [src] usr.bin/sendbug/sendbug.c - update categories

2022-03-29 Thread Jeremie Courreges-Anglas
On Tue, Mar 29 2022, Raf Czlonka wrote: > Hello, > > sparc and vax ports have been retired a while back; add riscv64 > while there. Committed, thanks. There are more missing entries I think. If I follow the existing pattern, naming the cpu architectures and not the platforms: - aarch64 is missi

Re: "evp_aead_ctx_st" missing ? when using "EVP_AEAD_CTX" functionality.

2022-03-29 Thread Theo Buehler
On Tue, Mar 29, 2022 at 06:24:09PM +0200, Remco wrote: > I get a "forward declaration of 'struct evp_aead_ctx_st'" message, trying to > use the "EVP_AEAD_CTX" functions on: > > "OpenBSD 7.1 (GENERIC.MP) #448: Tue Mar 29 00:13:47 MDT 2022 > dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/

[PATCH] [src] usr.bin/sendbug/sendbug.c - update categories

2022-03-29 Thread Raf Czlonka
Hello, sparc and vax ports have been retired a while back; add riscv64 while there. Regards, Raf Index: usr.bin/sendbug/sendbug.c === RCS file: /cvs/src/usr.bin/sendbug/sendbug.c,v retrieving revision 1.78 diff -u -p -r1.78 sendbug

"evp_aead_ctx_st" missing ? when using "EVP_AEAD_CTX" functionality.

2022-03-29 Thread Remco
I get a "forward declaration of 'struct evp_aead_ctx_st'" message, trying to use the "EVP_AEAD_CTX" functions on: "OpenBSD 7.1 (GENERIC.MP) #448: Tue Mar 29 00:13:47 MDT 2022 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP" Some definitions, e.g. "evp_aead_ctx_st", appear t

Re: Security support status of xnf(4) and xbf(4)

2022-03-29 Thread Demi Marie Obenour
On 3/29/22 04:16, Claudio Jeker wrote: > On Mon, Mar 28, 2022 at 04:38:33PM -0400, Demi Marie Obenour wrote: >> On 3/28/22 10:39, Mark Kettenis wrote: Date: Mon, 28 Mar 2022 09:51:22 -0400 From: Demi Marie Obenour On 3/27/22 21:45, Damien Miller wrote: > On Fri, 25 Mar 2022

Re: amd64: do CPU identification before TSC sync test

2022-03-29 Thread Scott Cheloha
On Tue, Mar 29, 2022 at 03:26:49PM +1100, Jonathan Gray wrote: > On Mon, Mar 28, 2022 at 10:52:09PM -0500, Scott Cheloha wrote: > > I want to use the IA32_TSC_ADJUST MSR where available when testing TSC > > synchronization. We note if it's available during CPU identification. > > > > Can we do CP

Re: wg(4): 'Address already in use' when wgrtable is changed

2022-03-29 Thread Yuichiro NAITO
Thanks for the answer. There is one thing I'm worrying about. Ifconfig doesn't show wgrtable value with your patch. In my use case as follows, it seems that setting `wgrtable 1` is ignored. ``` # route -T1 add default `cat /etc/mygate` # ifconfig wg0 create wgport 7111 wgkey `cat /etc/mykey.wg0`

Re: Security support status of xnf(4) and xbf(4)

2022-03-29 Thread Claudio Jeker
On Mon, Mar 28, 2022 at 04:38:33PM -0400, Demi Marie Obenour wrote: > On 3/28/22 10:39, Mark Kettenis wrote: > >> Date: Mon, 28 Mar 2022 09:51:22 -0400 > >> From: Demi Marie Obenour > >> > >> On 3/27/22 21:45, Damien Miller wrote: > >>> On Fri, 25 Mar 2022, Demi Marie Obenour wrote: > >>> > L