Re: [v2] statclock: move profil(2), GPROF code into other clock interrupts

2023-07-18 Thread Mike Larkin
On Tue, Jul 18, 2023 at 08:21:41AM -0500, Scott Cheloha wrote: > This patch moves the profil(2)- and GPROF-specific parts of > statclock() out into into separate clock interrupt routines. The > profil(2) part moves into profclock() and is enabled/disabled as > needed during mi_switch(). The GPROF

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

2023-07-18 Thread Tobias Heider
On Fri, Jul 14, 2023 at 09:17:20PM +0200, Tobias Heider wrote: > 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 reposti

Re: iked: s/ibuf_cat/ibuf_add_buf/

2023-07-18 Thread Tobias Heider
On Tue, Jul 18, 2023 at 03:16:12PM +0200, Claudio Jeker wrote: > ibuf_cat() is the same as ibuf_add_buf() so use the latter. ok tobhe@ > > -- > :wq Claudio > > Index: eap.c > === > RCS file: /cvs/src/sbin/iked/eap.c,v > retrieving

Re: iked: s/ibuf_cat/ibuf_add_buf/

2023-07-18 Thread Theo Buehler
On Tue, Jul 18, 2023 at 03:16:12PM +0200, Claudio Jeker wrote: > ibuf_cat() is the same as ibuf_add_buf() so use the latter. ok tb

[v2] statclock: move profil(2), GPROF code into other clock interrupts

2023-07-18 Thread Scott Cheloha
This patch moves the profil(2)- and GPROF-specific parts of statclock() out into into separate clock interrupt routines. The profil(2) part moves into profclock() and is enabled/disabled as needed during mi_switch(). The GPROF part moves into gmonclock() and is enabled/disabled as needed via sysc

iked: s/ibuf_cat/ibuf_add_buf/

2023-07-18 Thread Claudio Jeker
ibuf_cat() is the same as ibuf_add_buf() so use the latter. -- :wq Claudio Index: eap.c === RCS file: /cvs/src/sbin/iked/eap.c,v retrieving revision 1.24 diff -u -p -r1.24 eap.c --- eap.c 23 May 2023 13:57:14 - 1.24 +