Re: remove extra parentheses

2023-07-14 Thread Philip Guenther
On Tue, Jul 11, 2023 at 9:21 PM Masato Asou wrote: > ok ? > ok guenther@ (I think this was simply from how the original example was simplified in rev 1.25) Philip Guenther

cwm: add key bindings to cycle windows of same window class

2023-07-14 Thread Simon Dassow
Hi folks, Here's a patch I've been dragging around for years now that allows cwm to cycle through windows of the same window class as the current one. Man page parts included, and a default key binding to M-grave, respectively Alt-Tilde, like other window managers have as well. Who likes it? Che

Re: [Diff] Keyboard backlight support for late powerbooks, plus keybindings

2023-07-14 Thread jon
Thank you very much for testing. > the diff looks good to me except for maybe the numlock bit in > hidkbd I agree, that was part of my incipient attempt to fix numlock on these laptops as well, please drop it from this diff, it is unrelated. > One thing I am never quite sure about is the keycode

Re: [Diff] Keyboard backlight support for late powerbooks, plus keybindings

2023-07-14 Thread Tobias Heider
On Fri, Jul 14, 2023 at 05:53:41PM +, jon@elytron.openbsd.amsterdam wrote: > Hello everyone. After a tobhe@'s recent patch [1] to add suspend > keysyms for other mac laptops, and a brief consultation with him, > I am reposting an updated version of my keyboard backlight > patch [2], which you c

[Diff] Keyboard backlight support for late powerbooks, plus keybindings

2023-07-14 Thread jon
Hello everyone. After a tobhe@'s recent patch [1] to add suspend keysyms for other mac laptops, and a brief consultation with him, I am reposting an updated version of my keyboard backlight patch [2], which you can find below: [1] https://marc.info/?l=openbsd-tech&m=168884670208963&w=2 [2] https:

Re: LibreSSL: Use of hardware enclaves to protect TLS keys

2023-07-14 Thread Ostap Cherkashin
Thank you for sharing your suggestions and thoughts. I am working with Julius on a project and, after discussing it a bit, we really like the idea of making privilege separation for private keys in LibreSSL. First, it solves the problem when running on a non-virtualized OpenBSD. Second, it establis

Re: bgpd: cleanup mrt.c

2023-07-14 Thread Theo Buehler
On Fri, Jul 14, 2023 at 11:43:38AM +0200, Claudio Jeker wrote: > On Thu, Jul 13, 2023 at 11:36:22AM +0200, Theo Buehler wrote: > > On Thu, Jul 13, 2023 at 10:04:33AM +0200, Claudio Jeker wrote: > > > This is a follow-up to use more of the new ibuf API to write the mrt > > > message. > > > > > > T

Re: bgpd: cleanup mrt.c

2023-07-14 Thread Claudio Jeker
On Thu, Jul 13, 2023 at 11:36:22AM +0200, Theo Buehler wrote: > On Thu, Jul 13, 2023 at 10:04:33AM +0200, Claudio Jeker wrote: > > This is a follow-up to use more of the new ibuf API to write the mrt > > message. > > > > This removes all of the DUMP_XYZ macros and replaces them with > > ibuf_add_

Re: rtwn: R92C_RXDW0_OWN -> R92C_TXDW0_OWN

2023-07-14 Thread Stefan Sperling
On Fri, Jul 14, 2023 at 02:45:09PM +0800, Kevin Lo wrote: > In rtwn_tx(), check if the OWN bit of Tx instead of Rx is set. > Luckily, definitions of R92C_TXDW0_OWN and R92C_RXDW0_OWN are the same. > > ok? ok stsp > Index: sys/dev/pci/if_rtwn.c > ==