Re: pluart(4): change baud rate

2022-06-21 Thread Visa Hankala
On Mon, Jun 20, 2022 at 07:07:14PM +0200, Anton Lindqvist wrote: > On Mon, Jun 20, 2022 at 02:42:52PM +, Visa Hankala wrote: > > On Sun, Jun 19, 2022 at 03:06:47PM +0200, Anton Lindqvist wrote: > > > This allows the pluart baud rate to be changed. There's one potential > > > pitfall with this

Re: [PATCH] Fix typo in ed(1) manpage

2022-06-21 Thread Ingo Schwarze
Hi Jason, Jason McIntyre wrote on Sun, Jun 19, 2022 at 06:51:26AM +0100: > On Sat, Jun 18, 2022 at 11:17:43PM +, S M wrote: >> Sending a separate patch as this is unrelated to my previous e-mail. > fixed, thanks. Thanks. > i note that the same text is present in regress/usr.bin/diff/t11.1

Re: match recent Intel CPUs in fw_update(8)

2022-06-21 Thread Jonathan Gray
On Tue, Jun 21, 2022 at 09:29:13AM +0200, Sebastien Marie wrote: > On Tue, Jun 21, 2022 at 02:58:46PM +1000, Jonathan Gray wrote: > > Intel CPUs used to have strings like > > cpu0: Intel(R) Pentium(R) M processor 1200MHz ("GenuineIntel" 686-class) > > 1.20 GHz > > cpu0: Intel(R) Core(TM) i7-5600U

Re: match recent Intel CPUs in fw_update(8)

2022-06-21 Thread Sebastien Marie
On Tue, Jun 21, 2022 at 02:58:46PM +1000, Jonathan Gray wrote: > Intel CPUs used to have strings like > cpu0: Intel(R) Pentium(R) M processor 1200MHz ("GenuineIntel" 686-class) 1.20 > GHz > cpu0: Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz, 2494.61 MHz, 06-3d-04 > recent CPUs use > cpu0: 11th Gen

Re: netstart(8): don't lie

2022-06-21 Thread Jason McIntyre
ah, i missed the "existing interface" part. so i think it's ok. jmc On 21 June 2022 07:41:22 BST, Stuart Henderson wrote: >On 2022/06/21 07:15, Jason McIntyre wrote: >> On Tue, Jun 21, 2022 at 07:07:25AM +0100, Stuart Henderson wrote: >> > any comments? does it need a "does not clear things"

Re: allow HW_USERMEM64 in sysctl pledge

2022-06-21 Thread Stuart Henderson
On 2022/06/21 16:39, Jonathan Gray wrote: > chromium loads vulkan when going to chrome://gpu > on Intel Mesa uses HW_USERMEM64 > > chrome(44801): pledge sysctl 2: 6 20 > chrome[44801]: pledge "", syscall 202 ok with me, it's read-only and low-risk for the new functionality it allows to other

Re: netstart(8): don't lie

2022-06-21 Thread Stuart Henderson
On 2022/06/21 07:15, Jason McIntyre wrote: > On Tue, Jun 21, 2022 at 07:07:25AM +0100, Stuart Henderson wrote: > > any comments? does it need a "does not clear things" caveat? ok? > > > > maybe instead of thinking about it as a caveat, we should just say what > happens if you run the script on

allow HW_USERMEM64 in sysctl pledge

2022-06-21 Thread Jonathan Gray
chromium loads vulkan when going to chrome://gpu on Intel Mesa uses HW_USERMEM64 chrome(44801): pledge sysctl 2: 6 20 chrome[44801]: pledge "", syscall 202 Index: sys/kern/kern_pledge.c === RCS file:

Re: netstart(8): don't lie

2022-06-21 Thread Jason McIntyre
On Tue, Jun 21, 2022 at 07:07:25AM +0100, Stuart Henderson wrote: > any comments? does it need a "does not clear things" caveat? ok? > maybe instead of thinking about it as a caveat, we should just say what happens if you run the script on an interface that is already running? jmc > Index:

netstart(8): don't lie

2022-06-21 Thread Stuart Henderson
any comments? does it need a "does not clear things" caveat? ok? Index: netstart.8 === RCS file: /cvs/src/share/man/man8/netstart.8,v retrieving revision 1.25 diff -u -p -r1.25 netstart.8 --- netstart.8 29 Nov 2020 20:14:06 -