CVS: cvs.openbsd.org: src

2023-06-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/06/21 23:19:01 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_display.c sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amdgpu: Don't set struct

CVS: cvs.openbsd.org: src

2023-06-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/06/21 23:17:31 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_drv.c Log message: drm/amdgpu: add missing radeon secondary PCI ID >From Alex Deucher 21863dc45aed8d68a2573cce032ecbc8fe7c5bf5 in

CVS: cvs.openbsd.org: src

2023-06-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/06/21 23:16:06 Modified files: sys/dev/pci/drm/amd/pm/swsmu/smu13: smu_v13_0_0_ppt.c Log message: drm/amd/pm: workaround for compute workload type on some skus >From Kenneth Feng

CVS: cvs.openbsd.org: src

2023-06-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/06/21 23:14:26 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_psp.c Log message: drm/amd: Tighten permissions on VBIOS flashing attributes >From Mario Limonciello

CVS: cvs.openbsd.org: src

2023-06-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/06/21 23:10:03 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_psp.c Log message: drm/amd: Make sure image is written to trigger VBIOS image update flow >From Mario Limonciello

CVS: cvs.openbsd.org: src

2023-06-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/06/21 23:08:30 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amd/display: edp do not add non-edid timings >From Hersen Wu ee8c6580c3106b0061c7cdff1804e5a1f1e1d7fe

CVS: cvs.openbsd.org: src

2023-06-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/06/21 23:07:09 Modified files: sys/dev/pci/drm/amd/amdgpu: vcn_v4_0.c Log message: drm/amdgpu: vcn_4_0 set instance 0 init sched score to 1 >From Sonny Jiang 5d1fdfb3d185a9726478ba174235eff7c16f1101

CVS: cvs.openbsd.org: src

2023-06-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/06/21 23:05:57 Modified files: sys/dev/pci/drm/amd/amdgpu: gfx_v10_0.c gfx_v9_0.c Log message: drm:amd:amdgpu: Fix missing buffer object unlock in failure path >From Sukrut Bellary

CVS: cvs.openbsd.org: src

2023-06-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/06/21 23:04:19 Modified files: sys/dev/pci/drm: drm_panel_orientation_quirks.c Log message: drm: panel-orientation-quirks: Change Air's quirk to support Air Plus >From Maya Matuszczyk

CVS: cvs.openbsd.org: src

2023-06-21 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2023/06/21 17:24:10 Modified files: sys/dev/pci: if_iwx.c Log message: Remove extra trailing whitespace ok stsp

CVS: cvs.openbsd.org: src

2023-06-21 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2023/06/21 16:22:08 Modified files: bin/ksh: edit.c edit.h emacs.c exec.c sh.h Log message: ksh: escape control chars when displaying file name completions. If there are multiple matches when using

CVS: cvs.openbsd.org: src

2023-06-21 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2023/06/21 15:16:22 Modified files: share/man/man9 : uvm_init.9 sys/kern : sched_bsd.c sys/uvm: uvm_meter.c uvm_extern.h Log message: Revert "schedcpu, uvm_meter(9): make

CVS: cvs.openbsd.org: src

2023-06-21 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/06/21 11:59:24 Modified files: usr.sbin/smtpd : lka_filter.c Log message: clear errno before strtoull as it may already be set to ERANGE noticed and ok millert@

CVS: cvs.openbsd.org: src

2023-06-21 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/06/21 11:56:26 Modified files: usr.sbin/smtpd : lka_filter.c Log message: avoid truncation of filtered data lines Don't copy in a buffer the filter' output for parsing as we may truncate

CVS: cvs.openbsd.org: src

2023-06-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/06/21 07:11:49 Modified files: lib/libc/stdio : open_memstream.c open_wmemstream.c Log message: Use recallocarray() consistently. recallocarray() was introduced to simplify exactly this use case where

CVS: cvs.openbsd.org: src

2023-06-21 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2023/06/21 06:50:09 Modified files: sbin/disklabel : disklabel.c editor.c extern.h Log message: Add a parameter 'action' to mpfree() so it can optionally discard or keep the memory pointed at by the char **

CVS: cvs.openbsd.org: src

2023-06-21 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2023/06/21 03:47:03 Modified files: usr.sbin/ospf6ctl: ospf6ctl.8 ospf6ctl.c parser.c parser.h usr.sbin/ospf6d: control.c kroute.c ospf6.h ospf6d.c ospf6d.h Log message: add "fib reload" support to

CVS: cvs.openbsd.org: src

2023-06-21 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/06/21 01:56:43 Modified files: lib/libcrypto/bn/arch/aarch64: bn_arch.h Log message: Provide optimised bn_clzw() for aarch64.

CVS: cvs.openbsd.org: src

2023-06-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/06/21 01:54:54 Modified files: usr.sbin/relayd: check_tcp.c relayd.h Log message: Simplify and clean up the code. Try to use more ibuf idioms but the mix of types used in these functions make this

CVS: cvs.openbsd.org: src

2023-06-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/06/21 01:49:24 Modified files: usr.sbin/relayd: util.c Log message: Convert string2binary() to use new ibuf api instead of working with an extra buffer first. OK tb@

CVS: cvs.openbsd.org: src

2023-06-21 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/06/21 01:48:41 Modified files: lib/libcrypto/bn: bn_internal.h bn_lib.c bn_primitives.c Log message: Provide and use bn_clzw() in place of bn_word_clz(). On some architectures, we can provide an

CVS: cvs.openbsd.org: src

2023-06-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/06/21 01:45:47 Modified files: usr.sbin/ospf6d: database.c lsupdate.c ospfe.c packet.c Log message: Update ospf6d to use new ibuf api. This mostly moves away from memcpy(ibuf_seek(buf, off, size),

CVS: cvs.openbsd.org: src

2023-06-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/06/21 01:44:08 Modified files: usr.sbin/ospfd : lsupdate.c Log message: Remove extra newlines

CVS: cvs.openbsd.org: src

2023-06-21 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/06/21 01:41:55 Modified files: lib/libcrypto : Makefile lib/libcrypto/bn: bn_internal.h bn_lib.c bn_local.h Added files: lib/libcrypto/bn: bn_primitives.c Log message: Make

CVS: cvs.openbsd.org: src

2023-06-21 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/06/21 01:18:10 Modified files: regress/lib/libcrypto/bn: bn_mul_div.c Log message: Add tests for BN_sqr() corner cases. Test BN_sqr() with a newly allocated BN, a BN explicitly set to zero and small

CVS: cvs.openbsd.org: src

2023-06-21 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/06/21 01:16:08 Modified files: regress/lib/libcrypto/bn: bn_cmp.c Log message: Add BN_cmp()/BN_ucmp() tests with zero padded inputs. Currently BN_hex2bn() removes the leading zeros, however this will

CVS: cvs.openbsd.org: src

2023-06-21 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/06/21 01:15:38 Modified files: regress/lib/libcrypto/bn: bn_unit.c Log message: Add a BN_num_bits() with zero padded input. Currently BN_hex2bn() removes the leading zeros, however this will not be

CVS: cvs.openbsd.org: src

2023-06-21 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2023/06/21 00:28:18 Modified files: usr.bin/tmux : popup.c Log message: Check fdopen return value, from Christian Menges.