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

2023-07-22 Thread George Koehler
On Wed, 19 Jul 2023 02:03:26 +0200 Tobias Heider wrote: > > ok anyone? > > No one interested in working keyboard backlight shortcuts? > Don't get scared by the powerbook part, a lot of this is reusable for other > laptop models. The arch/macppc/* part is ok gkoehler@, except for 2 minor style

Re: option GPROF on riscv64

2023-07-22 Thread Scott Cheloha
On Fri, Jul 21, 2023 at 08:41:32PM +0200, Jeremie Courreges-Anglas wrote: > > Spotted while testing a diff from cheloha@, option GPROF doesn't build > on riscv64 because MCOUNT_ENTER/MCOUNT_EXIT from > riscv64/include/profile.h haven't been adapted for riscv64. > > riscv64

Re: Stop using direct syscall(2) from perl(1)

2023-07-22 Thread George Koehler
On Thu, 20 Jul 2023 19:32:33 -0700 Andrew Hewus Fresh wrote: > On Mon, Jul 17, 2023 at 11:54:18PM -0400, George Koehler wrote: > > How to pread($fd, $buf, 4, 16)? > > > > 1. syscall(169, $fd, $buf, 4, 0, 16) > > 2. syscall(169, $fd, $buf, 4, 0, 0, 16) > > 3. syscall(169, $fd, $buf, 4,

Re: Move solock() down to sosetopt()

2023-07-22 Thread Vitaliy Makkoveev
On Fri, Jul 21, 2023 at 07:38:17PM +0200, Alexander Bluhm wrote: > On Thu, Jul 13, 2023 at 02:22:17AM +0300, Vitaliy Makkoveev wrote: > > This is a part of my standalone sblock() work. I need this movement > > because buffers related SO_SND* and SO_RCV* socket options modification > > should be