CVS: cvs.openbsd.org: src

2023-07-09 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2023/07/09 22:51:26 Modified files: usr.bin/ssh: ssh-agent.c Log message: misplaced debug message

CVS: cvs.openbsd.org: src

2023-07-09 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2023/07/09 21:32:10 Modified files: sys/arch/amd64/amd64: cpu.c locore.S machdep.c vmm_machdep.c sys/arch/amd64/include: codepatch.h fpu.h specialreg.h Log message: Enable Indirect Branch Tr

CVS: cvs.openbsd.org: src

2023-07-09 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2023/07/09 21:31:58 Modified files: sys/kern : kern_exec.c sys/sys: proc.h Log message: Add PS_NOBTCFI, a per-process flag indicating that Branch Target Control Flow Integrity

CVS: cvs.openbsd.org: src

2023-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/09 21:26:30 Modified files: lib/libcrypto/bn: bn_const.c Log message: Pull BIGNUM constants out of get_* function bodies The get_rfc*_prime_* functions will be removed. The constants will remain for

CVS: cvs.openbsd.org: src

2023-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/09 20:33:33 Modified files: lib/libcrypto/bio: bio_lib.c Log message: BIO_indent: use %*s rather than puts in a loop ok beck jsing millert

CVS: cvs.openbsd.org: src

2023-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/09 20:29:28 Modified files: lib/libcrypto/bn: bn_print.c Log message: bn_print: string.h is no longer needed

CVS: cvs.openbsd.org: src

2023-07-09 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2023/07/09 18:31:03 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2023-07-09 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2023/07/09 16:54:52 Modified files: usr.bin/tmux : spawn.c Log message: Call closefrom after removing signals because newer libevent doesn't like its signal fd being closed Azat Khuzhin.

CVS: cvs.openbsd.org: src

2023-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/09 13:22:43 Modified files: lib/libcrypto/asn1: bio_ndef.c Log message: Fix ndef_{prefix,suffix}() These functions inline a poor version of asn1_item_flags_i2d() without error checks. This can be re

CVS: cvs.openbsd.org: src

2023-07-09 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2023/07/09 13:11:30 Modified files: sys/dev/fdt: rkpciephy.c Log message: It turns out that there are seperate pins for the PCIe Gen 2 and 3, which means that the x4 PCIe controller can get all PCIe Gen

CVS: cvs.openbsd.org: src

2023-07-09 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2023/07/09 13:06:48 Modified files: sys/netinet6 : in6_ifattach.c Log message: Fix route entry leak. In in6_ifdetach() two struct rtentry were leaked. This was triggered by regress/sbin/route and detecte

CVS: cvs.openbsd.org: src

2023-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/09 12:37:59 Modified files: lib/libcrypto/bn: bn_convert.c bn_print.c Log message: Reimplement BN_print() and BN_print_fp() These can now use the internal version of BN_bn2hex() and be direct wrappe

CVS: cvs.openbsd.org: src

2023-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/09 12:35:52 Modified files: lib/libcrypto/bn: bn_print.c Log message: Simplify bn_print() We no longer need to do weird things as taking the length of the hex string and jumping over a sign we didn'

CVS: cvs.openbsd.org: src

2023-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/09 12:27:22 Modified files: lib/libcrypto/bn: bn_convert.c bn_local.h Log message: Refactor BN_bn2hex() Various outputting functions are variants of BN_bn2hex(). They do not want a sign or they disp

CVS: cvs.openbsd.org: src

2023-07-09 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2023/07/09 10:33:49 Modified files: sys/dev/fdt: rkclock.c rkclock_clocks.h Log message: Add some more RK3588 PCIe clocks and resets. ok kettenis@

CVS: cvs.openbsd.org: src

2023-07-09 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2023/07/09 07:30:03 Modified files: regress/gnu/usr.bin/perl: Makefile Log message: Some Perl tests set owner, permissions, access time, and modification time on files in the Perl source distribution. Repla

CVS: cvs.openbsd.org: src

2023-07-09 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2023/07/09 06:32:22 Modified files: sys/dev/fdt: sncodec.c Log message: Add mute control. This makes the mute button on laptops that use sncodec(4) work. ok tobhe@

CVS: cvs.openbsd.org: src

2023-07-09 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/07/09 04:37:32 Modified files: lib/libcrypto/bn/arch/riscv64: bn_arch.h Log message: Provide optimised bn_subw() for riscv64.

CVS: cvs.openbsd.org: src

2023-07-09 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/07/09 04:36:53 Modified files: lib/libcrypto/bn/arch/riscv64: bn_arch.h Log message: Provide optimised bn_addw() for riscv64.

CVS: cvs.openbsd.org: src

2023-07-09 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2023/07/09 03:33:30 Modified files: regress/sys/kern/unixsockets: unsendrecvthr.c Log message: Allocate enough memory to pervent SIGSEGV or SIGABRT due to write after free. There was confusion between size

CVS: cvs.openbsd.org: src

2023-07-09 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2023/07/09 03:02:13 Modified files: distrib/sets/lists/man: mi Log message: sync perl 5.36.1

CVS: cvs.openbsd.org: src

2023-07-09 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2023/07/09 02:04:09 Modified files: sys/dev/usb: ukbdmap.c Log message: regen

CVS: cvs.openbsd.org: src

2023-07-09 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2023/07/09 02:02:14 Modified files: sys/dev/usb: makemap.awk sys/dev/hid: hidkbd.c sys/dev/wscons : wskbd.c wsksymdef.h Log message: Add suspend key support in wskbd and make it wor