CVS: cvs.openbsd.org: src

2025-09-19 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2025/09/19 05:27:51 Modified files: usr.bin/netstat: route.c Log message: When copying, use the size of the buffer not size of a pointer. In this case the buffer was a uintptr_t, so no functional change. ok

CVS: cvs.openbsd.org: src

2025-09-19 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2025/09/19 23:04:54 Modified files: usr.sbin/rpki-client: ccr.c Log message: revert previous: x509_init_oid() isn't called in the main process

CVS: cvs.openbsd.org: src

2025-09-19 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2025/09/19 15:12:56 Modified files: usr.sbin/rpki-client: ccr.c Log message: Create the signedObject OID via OBJ_dup(signedobj_oid) This is needed for compatibility with OpenSSL 1.1 which we nominally still

CVS: cvs.openbsd.org: src

2025-09-19 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2025/09/19 11:16:28 Modified files: usr.bin/calendar/calendars: calendar.music Log message: add an entry for James Baker (ReKaB), very talented electronic music producer and dj who passed at the end of Augus

CVS: cvs.openbsd.org: src

2025-09-19 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2025/09/19 06:51:02 Modified files: sbin/disklabel : editor.c Log message: nitems(d_partitions) and MAXPARTITIONS will eventually diverge. Use MAXPARTITIONS as the maximum number of partitions to recognize.

CVS: cvs.openbsd.org: src

2025-09-19 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2025/09/15 02:43:51 Modified files: sbin/unwind: parse.y resolver.c unwind.c unwind.h Log message: Disable aggressive-nsec when "force" is in use. When resolution of a domain is forced to a resolver typ

CVS: cvs.openbsd.org: src

2025-09-19 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2025/09/19 05:52:20 Modified files: usr.sbin/rpki-client: ccr.c Log message: Align error message with the function being called OK tb@

CVS: cvs.openbsd.org: src

2025-09-19 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2025/09/08 22:15:53 Modified files: usr.sbin/npppd/npppd: parse.y Log message: Show a proper error when the specified address range cannot be added. diff from Yuichiro Naito

CVS: cvs.openbsd.org: src

2025-09-19 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2025/09/11 11:04:35 Modified files: sys/uvm: uvm_fault.c uvm_map.c uvm_map.h Log message: Upgrade the vm lock instead of doing an unlock/relock dance before amap_copy(). Also do not restart the page

CVS: cvs.openbsd.org: src

2025-09-19 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2025/09/19 03:21:31 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_devlist.h Log message: mention non-XT 7700 747e rev db is Radeon RX 7700 found in AMD Software: Adrenalin Edition 25.9.2

CVS: cvs.openbsd.org: src

2025-09-19 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2025/09/19 02:36:19 Modified files: sys/dev/fdt: bcmstbpinctrl.c Log message: Fix typo in d0 pin mapping table. ok kettenis@

CVS: cvs.openbsd.org: src

2025-09-19 Thread Stefan Fritsch
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2025/09/19 01:00:32 Modified files: sys/arch/amd64/amd64: cpu.c Log message: SEV-ES: Only attach first CPU for now We don't suport multiprocessor with SEV-ES, yet. We lack per-cpu GHCBs and custom cpu start