rpki-client 8.2 released

2022-12-13 Thread Sebastian Benoit
rpki-client 8.2 has just been released and will be available in the rpki-client directory of any OpenBSD mirror soon. rpki-client is a FREE, easy-to-use implementation of the Resource Public Key Infrastructure (RPKI) for Relying Parties (RP) to facilitate validation of BGP announcements. The

Re: vmd(8): create a proper e820 bios memory map

2022-12-13 Thread Dave Voutila
Dave Voutila writes: > tech@, > > The below diff tweaks how vmd and vmm define memory ranges (adding a > "type" attribute) so we can properly build an e820 memory map to hand to > things like SeaBIOS or the OpenBSD ramdisk kernel (when direct booting > bsd.rd). > > Why do it? We've been

systat(1): vmstat: use actual elapsed time in dinfo()

2022-12-13 Thread Scott Cheloha
In systat(1)'s vmstat view, dinfo() uses the global "naptime" as an elapsed time when computing rates. The problem is that naptime isn't the actual elapsed time. For example, if you force a view update by hitting the spacebar, the actual elapsed time is obviously not naptime. The fix is easy.

Re: Switch priority of hostname.if lladdr over name

2022-12-13 Thread Theo de Raadt
My gut feeling is that hostname.laddr should be given priority over hostname.if, because it is a more precise and enduring match. Andrew Hewus Fresh wrote: > This would be the diff to swap priority of name/lladdr as some folks > wanted to see. I still don't recommend having both as you can

Re: games: add dots and boxes game

2022-12-13 Thread Stuart Henderson
On 2022/12/13 14:27, Stuart Henderson wrote: > On 2022/12/13 14:13, Janne Johansson wrote: > > Den tis 13 dec. 2022 kl 14:11 skrev Alireza Arzehgar > > : > > > I implemented an interesting game. I thought this game is cool and could > > > be > > > fun > > > for OpenBSD users. I don't know what

Re: games: add dots and boxes game

2022-12-13 Thread Stuart Henderson
On 2022/12/13 14:13, Janne Johansson wrote: > Den tis 13 dec. 2022 kl 14:11 skrev Alireza Arzehgar > : > > I implemented an interesting game. I thought this game is cool and could be > > fun > > for OpenBSD users. I don't know what game will accept on OpenBSD. But I hope > > this patch is

Re: games: add dots and boxes game

2022-12-13 Thread Janne Johansson
Den tis 13 dec. 2022 kl 14:11 skrev Alireza Arzehgar : > I implemented an interesting game. I thought this game is cool and could be > fun > for OpenBSD users. I don't know what game will accept on OpenBSD. But I hope > this patch is interesting. Send it as a port instead. -- May the most

games: add dots and boxes game

2022-12-13 Thread Alireza Arzehgar
Hey guys. I implemented an interesting game. I thought this game is cool and could be fun for OpenBSD users. I don't know what game will accept on OpenBSD. But I hope this patch is interesting. This patch is minimal and featureless. If this patch accepted, I will improve it and send more patchs.

Re: vmt is not closed

2022-12-13 Thread Masato Asou
From: Masato Asou Date: Tue, 13 Dec 2022 18:26:22 +0900 (JST) Delete #define VMT_DEBUG ok? -- ASOU Masato > comment, ok? > -- > ASOU Masato > > Index: sys/dev/pv/vmt.c > === > RCS file: /cvs/src/sys/dev/pv/vmt.c,v > retrieving

vmt is not closed

2022-12-13 Thread Masato Asou
comment, ok? -- ASOU Masato Index: sys/dev/pv/vmt.c === RCS file: /cvs/src/sys/dev/pv/vmt.c,v retrieving revision 1.27 diff -u -p -r1.27 vmt.c --- sys/dev/pv/vmt.c3 Dec 2022 10:57:04 - 1.27 +++ sys/dev/pv/vmt.c13