CVS: cvs.openbsd.org: src

2023-09-19 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2023/09/19 02:18:13 Modified files: lib/libssl/man : SSL_CTX_set_default_passwd_cb.3 Log message: Remove the duplicate documentation of pem_password_cb(3). While here, also: * Avoid the misleading t

CVS: cvs.openbsd.org: src

2023-09-19 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2023/09/19 02:35:44 Modified files: usr.bin/tmux : screen.c Log message: Fix a couple of mouse mode flag names.

CVS: cvs.openbsd.org: www

2023-09-19 Thread Marc Espie
CVSROOT:/cvs Module name:www Changes by: es...@cvs.openbsd.org 2023/09/19 03:03:28 Modified files: . : events.html Added files: papers : eurobsdcon2023-espie-cache.pdf Log message: my slides, a bit later than usual

CVS: cvs.openbsd.org: src

2023-09-19 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2023/09/19 03:40:35 Modified files: lib/libssl/man : SSL_CTX_set_default_passwd_cb.3 Log message: Mention a subtle difference between PEM_def_callback(3) and the example. It's relevant not only for t

CVS: cvs.openbsd.org: src

2023-09-19 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/09/19 04:43:34 Modified files: sys/kern : kern_pledge.c kern_sig.c Log message: Before coredump or in pledge_fail use SINGLE_UNWIND to stop all threads. SINGLE_UNWIND unwinds to the kernel bounda

CVS: cvs.openbsd.org: src

2023-09-19 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/09/19 05:31:51 Modified files: sys/kern : kern_sched.c Log message: Add a KASSERT for p->p_wchan == NULL to setrunqueue() There is the same check in sched_chooseproc() but that is too late to kno

CVS: cvs.openbsd.org: src

2023-09-19 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/09/19 05:35:30 Modified files: sys/ddb: db_command.c sys/kern : kern_proc.c Log message: Improve the output of ddb "show proc" command Include missing fields -- like the sleep ch

CVS: cvs.openbsd.org: src

2023-09-19 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/09/19 05:36:33 Modified files: share/man/man4 : ddb.4 Log message: Document the new 'show proc /t TID' way of showing a proc via thread id.

CVS: cvs.openbsd.org: src

2023-09-19 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/09/19 06:30:02 Modified files: sys/dev/pci/drm/i915: i915_request.c sys/dev/pci/drm/i915/gt: intel_engine_types.h sys/dev/pci/drm/i915/gt/uc: intel_guc_submission.c Log message: drm/i9

CVS: cvs.openbsd.org: src

2023-09-19 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/09/19 06:31:43 Modified files: sys/dev/pci/drm/i915/gvt: gtt.c Log message: drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page" >From Sean Christopherson f5738399ed965be3ba734bd039bf

CVS: cvs.openbsd.org: src

2023-09-19 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/09/19 06:34:56 Modified files: sys/dev/pci/drm/i915/gvt: gtt.c Log message: drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn() >From Sean Christopherson 2b7510bb92c1fc19292801778e971cb

CVS: cvs.openbsd.org: src

2023-09-19 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/09/19 06:36:35 Modified files: sys/dev/pci/drm/i915/gvt: gtt.c gtt.h Log message: drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt() >From Sean Christopherson bd9bd085c6816885dedcd690de22d088975e6

CVS: cvs.openbsd.org: src

2023-09-19 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/09/19 06:39:18 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm_plane.c Log message: drm/amd/display: enable cursor degamma for DCN3+ DRM legacy gamma >From Melissa Wen e1769b1dfcaebb7e

CVS: cvs.openbsd.org: src

2023-09-19 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/09/19 06:42:34 Modified files: sys/dev/pci/drm/amd/display/modules/freesync: freesync.c Log message: drm/amd/display: prevent potential division by zero errors >From Hamza Mahfooz ff536a96687cf976d89be

CVS: cvs.openbsd.org: src

2023-09-19 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/09/19 06:46:20 Modified files: sys/dev/pci/drm/amd/display/dc/core: amdgpu_dc.c Log message: drm/amd/display: always switch off ODM before committing more streams >From Wenjing Liu 2d7a6fcb1f232c91fe40

CVS: cvs.openbsd.org: src

2023-09-19 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/09/19 06:49:35 Modified files: sys/dev/pci/drm/amd/display/dc/core: amdgpu_dc.c sys/dev/pci/drm/amd/display/dc/dcn20: dcn20_hwseq.c Log message: drm/amd/display: Remove wait while locked >From

CVS: cvs.openbsd.org: src

2023-09-19 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/09/19 06:52:45 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_display.c Log message: drm/amdgpu: register a dirty framebuffer callback for fbcon >From Hamza Mahfooz cb30ff2adb10a660ded094b088aca763

CVS: cvs.openbsd.org: src

2023-09-19 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/09/19 06:54:40 Modified files: sys/dev/pci/drm/amd/display/dc/dcn10: dcn10_mpc.c Log message: drm/amd/display: Fix a bug when searching for insert_above_mpcc >From Wesley Chalmers 77b49370a261c9c79587d

CVS: cvs.openbsd.org: src

2023-09-19 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/09/19 08:14:35 Modified files: sys/dev/pci: if_aq_pci.c Log message: avoid c99 for-scope variable decl ok jmatthew@

CVS: cvs.openbsd.org: src

2023-09-19 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2023/09/19 09:02:55 Modified files: etc: changelist etc/mtree : special Log message: etc: drop vestiges of obsolete DSA ssh host keys It has been 8 years since DSA keys were disabl

CVS: cvs.openbsd.org: src

2023-09-19 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2023/09/19 13:15:08 Modified files: sys/arch/riscv64/dev: stfclock.c Log message: Instead of adjusting PLL0 to scale the CPU frequency, use the divider of the actual CPU clock. This prevents one of

CVS: cvs.openbsd.org: src

2023-09-19 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2023/09/19 13:20:33 Modified files: sys/arch/riscv64/include: cpu.h sys/arch/riscv64/riscv64: cpu.c Log message: Import the DVFS code from arm64. ok jca@, jmatthew@, jsing@

CVS: cvs.openbsd.org: src

2023-09-19 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2023/09/19 14:37:07 Modified files: usr.bin/ssh: sshd.8 Log message: typo; from Jim Spath

CVS: cvs.openbsd.org: src

2023-09-19 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/09/19 14:50:40 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Fix path to dist-tuple.pattern