Re: include cpuid 0 string in dmesg for fw_update

2022-07-24 Thread Andrew Hewus Fresh
On Sun, Jul 24, 2022 at 10:34:04AM -0700, Andrew Hewus Fresh wrote: > I'll try to think about whether I can build a sed program that will > spit out matches. Unfortunately the sed version seems to be even slower than matching one line at a time. Just building the patterns for sed is slower than

Re: powerpc64: retrigger deferred DEC interrupts from splx(9)

2022-07-24 Thread Scott Cheloha
On Sat, Jul 23, 2022 at 08:14:32PM -0500, Scott Cheloha wrote: > > [...] > > I don't have a powerpc64 machine, so this is untested. [...] gkoehler@ has pointed out two dumb typos in the prior patch. My bad. Here is a corrected patch that, according to gkoehler@, actually compiles. Index: inc

Re: ssh_config.5: Document TOKEN support in ForwardAgent

2022-07-24 Thread Klemens Nanni
On Sun, Jul 24, 2022 at 06:50:10PM +, Klemens Nanni wrote: > Just like IdentityAgent; tested with `-o ForwardAgent='~/test.sock'`. The behaviour of ForwardAgent is still confusing me and having read the code for IdentityAgent and ForwardAgent parsing just raises more questions. Please disreg

Re: include cpuid 0 string in dmesg for fw_update

2022-07-24 Thread Stuart Henderson
On 2022/07/24 10:34, Andrew Hewus Fresh wrote: > On Sun, Jul 24, 2022 at 09:14:30AM -0700, Andrew Hewus Fresh wrote: > > On Sun, Jul 24, 2022 at 10:01:26AM -0600, Theo de Raadt wrote: > > > Jonathan Gray wrote: > > > > > > > On Sun, Jul 24, 2022 at 08:05:26AM -0600, Theo de Raadt wrote: > > > > >

ssh_config.5: Document TOKEN support in ForwardAgent

2022-07-24 Thread Klemens Nanni
Just like IdentityAgent; tested with `-o ForwardAgent='~/test.sock'`. OK? Index: ssh_config.5 === RCS file: /cvs/src/usr.bin/ssh/ssh_config.5,v retrieving revision 1.373 diff -u -p -r1.373 ssh_config.5 --- ssh_config.524 Jun

Re: include cpuid 0 string in dmesg for fw_update

2022-07-24 Thread Andrew Hewus Fresh
On Sun, Jul 24, 2022 at 09:14:30AM -0700, Andrew Hewus Fresh wrote: > On Sun, Jul 24, 2022 at 10:01:26AM -0600, Theo de Raadt wrote: > > Jonathan Gray wrote: > > > > > On Sun, Jul 24, 2022 at 08:05:26AM -0600, Theo de Raadt wrote: > > > > Why not match on cpu0: .*Intel > > > > > > I sent a diff

Re: include cpuid 0 string in dmesg for fw_update

2022-07-24 Thread Andrew Hewus Fresh
On Sun, Jul 24, 2022 at 10:01:26AM -0600, Theo de Raadt wrote: > Jonathan Gray wrote: > > > On Sun, Jul 24, 2022 at 08:05:26AM -0600, Theo de Raadt wrote: > > > Why not match on cpu0: .*Intel > > > > I sent a diff a month ago with ^cpu0:*Intel(R) > > > > semarie mentioned false positives as it

Re: include cpuid 0 string in dmesg for fw_update

2022-07-24 Thread Theo de Raadt
Jonathan Gray wrote: > On Sun, Jul 24, 2022 at 08:05:26AM -0600, Theo de Raadt wrote: > > Why not match on cpu0: .*Intel > > I sent a diff a month ago with ^cpu0:*Intel(R) > > semarie mentioned false positives as it could match another > Intel device on another line on a non-Intel CPU > > http

Re: include cpuid 0 string in dmesg for fw_update

2022-07-24 Thread Jonathan Gray
On Sun, Jul 24, 2022 at 08:05:26AM -0600, Theo de Raadt wrote: > Why not match on cpu0: .*Intel I sent a diff a month ago with ^cpu0:*Intel(R) semarie mentioned false positives as it could match another Intel device on another line on a non-Intel CPU https://marc.info/?l=openbsd-tech&m=165579653

Re: include cpuid 0 string in dmesg for fw_update

2022-07-24 Thread Mark Kettenis
> Date: Sun, 24 Jul 2022 15:48:26 +1000 > From: Jonathan Gray > > include cpuid 0 string in dmesg for fw_update > > Intel CPUs used to have brand strings such as > cpu0: Intel(R) Pentium(R) M processor 1200MHz ("GenuineIntel" 686-class) 1.20 > GHz > cpu0: Intel(R) Core(TM) i7-5600U CPU @ 2.60GH

Re: Latest sysupgrade (23/07/2022) fails SHA256 check

2022-07-24 Thread Stuart Henderson
On 2022/07/23 21:00, Chris Narkiewicz wrote: > Hi, > > I tried to sysupgade but it fails to check SHA256. Tried multiple times to > exclude random bit flip: > > Verifying sets. > (SHA256) bsd.mp: FAILED > > Sysupgrade on 23/07/2022. > > Best regards, > Chris Narkiewicz > If it persists, plea

OpenBSD Errata: July 24, 2022 (xserver cron)

2022-07-24 Thread Alexander Bluhm
Errata patches for X11 server and cron daemon have been released for OpenBSD 7.0 and 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 errata page: https://www.openbsd.org/errata71.html https:

Re: remove rise detection from i386

2022-07-24 Thread Daniel Dickman
On Sun, Jul 24, 2022 at 2:55 AM Jonathan Gray wrote: > > On Sun, Jul 24, 2022 at 02:16:23AM -0400, Daniel Dickman wrote: > >http://datasheets.chipdb.org/Rise/ > > > >Quoting the data sheet from this link: > > > >“The CMPXCHG8B instruction is supported and always enabled on the Rise > >

Re: include cpuid 0 string in dmesg for fw_update

2022-07-24 Thread Theo de Raadt
Why not match on cpu0: .*Intel

Re: quiz(6): fully switch to getline(3)

2022-07-24 Thread Omar Polo
Ben Fuller wrote: > Did anyone have a look at this? Feedback is appreciated. > > On Sun, Jul 03, 2022 at 02:31:42 +0100, Ben Fuller wrote: > > One of the fgetln(3)s was previously converted to getline(3), but not > > the other. > > > > diff --git games/quiz/quiz.c games/quiz/quiz.c > > index d4f

Re: pf.conf(5): document new anchors limit

2022-07-24 Thread Klemens Nanni
On Sat, Jul 23, 2022 at 01:32:32PM +0100, Jason McIntyre wrote: > thanks, i've managed to fill in the blanks with your help/ looking for > oks now. This reads OK to me, thanks.