macppc, powerpc64: dec_rearm: no need to disable interrupts

2023-01-28 Thread Scott Cheloha
On macppc and powerpc64, I don't think we need to disable interrupts during dec_rearm(). ppc_mtdec() and mtdec() are just: mtspr dec, or mtdec which is atomic. Tested on macpcc (my G4). Kernel boots, system has been up for over 24 hours doing a parallel `make build`.

update xterm to version 378

2023-01-28 Thread Matthieu Herrb
Hi, The patch below updates xterm to version 378. As always testing (especially for specific use cases) is welcome. Apply in /usr/xenocara/app/xterm and rebuild xterm doas make obj doas make build Patch #378 - 2023/01/09 * improve descriptions of XTQMODKEYS and XTQALLOWED features

Do not call (*pr_ctloutput)() after success sosplice()

2023-01-28 Thread Vitaliy Makkoveev
It will be null op in any cases. I want to do this, because it allows to push solock() down to sosplice() and make future sblock()/solock() dances easier with standalone sblock(). Index: sys/kern/uipc_socket.c === RCS file: