CVS: cvs.openbsd.org: src

2023-01-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2023/01/16 03:11:39 Modified files: sys/arch/arm64/arm64: aesv8-armx.S Log message: Don't put data in .text. ok deraadt@, miod@

CVS: cvs.openbsd.org: src

2023-01-16 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/01/16 03:37:08 Modified files: usr.sbin/bgpd : rde.c Log message: Fix bad MP logic in the route refresh handling. Found by and fix provided by Zenon Mousmoulas (@zmousm)

CVS: cvs.openbsd.org: src

2023-01-16 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2023/01/16 04:26:14 Modified files: usr.bin/tmux : cmd-send-keys.c key-string.c server-client.c tmux.h Log message: Mark keys sent by command and skip paste handling for them.

CVS: cvs.openbsd.org: src

2023-01-16 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2023/01/16 09:49:16 Modified files: sbin/disklabel : editor.c Log message: Use size of largest chunk of free space, not total of all chunks of free space, when checking for sufficient space to add a

CVS: cvs.openbsd.org: src

2023-01-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2023/01/16 08:34:54 Modified files: distrib/sets/lists/comp: md.arm64 Log message: sync

CVS: cvs.openbsd.org: src

2023-01-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2023/01/16 11:41:53 Modified files: sys/arch/alpha/include: prom.h Log message: some kernel prototypes should also be made available to _STANDALONE

CVS: cvs.openbsd.org: src

2023-01-16 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/01/16 09:53:19 Modified files: lib/libcrypto/bn: bn_mont.c bn_mul.c bn_sqr.c Log message: Mop up debug code that escaped previously. This is the result of `unifdef -m -U BN_COUNT'.

CVS: cvs.openbsd.org: src

2023-01-16 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/01/16 10:56:25 Modified files: lib/libcrypto/bn: bn_sqr.c Log message: Move BN_sqr() to the bottom of the file. This will simplify review/upcoming changes. No functional change.

CVS: cvs.openbsd.org: src

2023-01-16 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2023/01/16 15:59:41 Modified files: regress/usr.sbin/installboot: Makefile usr.sbin/installboot: Makefile Log message: Enable softraid(4) support in installboot(8) riscv64 efiboot already supports

CVS: cvs.openbsd.org: src

2023-01-16 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2023/01/16 19:38:59 Modified files: sys/arch/armv7/sunxi: sxitimer.c Log message: sxitimer(4): switch to clockintr - Strip out custom hardclock/statclock scheduling code. - Stop using STATTIMER. We can

CVS: cvs.openbsd.org: src

2023-01-16 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2023/01/16 13:07:48 Modified files: sys/arch/arm64/dev: mainbus.c Log message: Attach drivers on nodes under /firmware. ok kettenis@

CVS: cvs.openbsd.org: src

2023-01-16 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2023/01/16 15:08:50 Modified files: sys/dev/usb: if_urtwn.c Log message: Fix transmit queue selection based on frame type. I introduced an error here when I split up urtwn_tx() to add support

CVS: cvs.openbsd.org: src

2023-01-16 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2023/01/16 16:07:47 Modified files: share/man/man4 : softraid.4 Log message: Mention riscv64 boot support efiboot could always boot from CRYPTO and RAID 1, since version 1.5 RAID 1C also works.

CVS: cvs.openbsd.org: src

2023-01-16 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2023/01/16 13:12:39 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK sys/dev/fdt: files.fdt qcrtc.c Added files: sys/dev/fdt: qcscm.c Log message: Manage RTC offset through

CVS: cvs.openbsd.org: src

2023-01-16 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2023/01/16 14:30:46 Modified files: sys/arch/riscv64/stand/efiboot: softraid_riscv64.c softraid_riscv64.h Log message: Sync with original arm64 copy to get RAID 1C

CVS: cvs.openbsd.org: src

2023-01-16 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2023/01/16 19:27:14 Modified files: sys/arch/arm/include: _types.h cpu.h Log message: arm, armv7: add clockintr support The interrupt clock drivers need these pieces to be in place first. ok mlarkin@

CVS: cvs.openbsd.org: src

2023-01-16 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2023/01/16 19:47:56 Modified files: sys/arch/arm/cortex: amptimer.c Log message: amptimer(4): switch to clockintr - Strip out custom hardclock/statclock scheduling code. - Wire up amptimer_intrclock. -

CVS: cvs.openbsd.org: src

2023-01-16 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2023/01/16 19:32:07 Modified files: sys/arch/armv7/omap: dmtimer.c Log message: dmtimer(4): switch to clockintr - Strip out custom hardclock/statclock scheduling code. - Wire up dmtimer_intrclock. - For

CVS: cvs.openbsd.org: src

2023-01-16 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2023/01/16 14:32:12 Modified files: sys/arch/riscv64/stand/efiboot: conf.c Log message: bump minor after RAID 1C support synced form arm64

CVS: cvs.openbsd.org: src

2023-01-16 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2023/01/16 23:50:55 Modified files: usr.bin/tmux : cmd-break-pane.c cmd-join-pane.c cmd-swap-pane.c Log message: Update palette when moving a pane, GitHub issue 3437.

CVS: cvs.openbsd.org: src

2023-01-16 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2023/01/16 19:58:22 Modified files: sys/arch/arm/cortex: agtimer.c Log message: agtimer(4/armv7): switch to clockintr - Strip out custom hardclock/statclock scheduling code. - Remove debug evcount code.

CVS: cvs.openbsd.org: src

2023-01-16 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2023/01/16 23:33:25 Modified files: regress/usr.sbin/syslogd: args-sendsyslog-console.pl args-sendsyslog-fault.pl args-sendsyslog-flags.pl

CVS: cvs.openbsd.org: src

2023-01-16 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2023/01/16 23:33:50 Modified files: regress/usr.sbin/syslogd: Makefile Log message: fix typo in package name