CVS: cvs.openbsd.org: src

2025-08-26 Thread Stefan Fritsch
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2025/08/27 00:11:12 Modified files: sys/arch/amd64/amd64: ghcb.c trap.c sys/arch/amd64/include: ghcb.h Log message: SEV-ES: Move some ghcb_sync_out arguments into a struct Move the extra register v

CVS: cvs.openbsd.org: src

2025-08-26 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2025/08/26 16:30:42 Modified files: lib/libc/time : strptime.3 strptime.c Log message: strptime: support strftime's %v conversion >From enh at google

CVS: cvs.openbsd.org: src

2025-08-26 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2025/08/26 16:23:06 Modified files: lib/libc/time : strptime.c Log message: strptime: move gmt[] and utc[] constants to rodata >From enh at google

CVS: cvs.openbsd.org: src

2025-08-26 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2025/08/26 14:52:07 Modified files: sys/dev/fdt: bcm2711_pcie.c Log message: Make the external PCIe port work on the rpi5. ok mglocker@

CVS: cvs.openbsd.org: src

2025-08-26 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2025/08/26 11:57:10 Modified files: regress/lib/libcrypto/ec: ec_asn1_test.c Log message: ec_asn1_test: fix error message

CVS: cvs.openbsd.org: src

2025-08-26 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2025/08/26 10:18:15 Modified files: regress/lib/libcrypto/ec: ec_asn1_test.c Log message: ec_asn1_test: d'oh. actually ensure all builtin curves are of prime order

CVS: cvs.openbsd.org: src

2025-08-26 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2025/08/26 09:56:46 Modified files: regress/lib/libcrypto/ec: ec_asn1_test.c Log message: ec_asn1_test: ensure all builtin curves are of prime order

CVS: cvs.openbsd.org: src

2025-08-26 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2025/08/26 09:29:11 Modified files: sys/dev/fdt: bcm2711_pcie.c sys/dev/ic : bcm2835_vcprop.h Log message: Finish rpi4 support. Configure the SCB to respond to incoming transactions

Re: smtpd.conf.5 typo fix

2025-08-26 Thread Ingo Schwarze
Hi Stuart, Stuart Henderson wrote on Tue, Aug 26, 2025 at 07:46:59AM -0600: > CVSROOT: /cvs > Module name: src > Changes by: st...@cvs.openbsd.org 2025/08/26 07:46:59 > > Modified files: > usr.sbin/smtpd : smtpd.conf.5 > > Log message: > typo fix from Christian Schulte, ok schw

CVS: cvs.openbsd.org: src

2025-08-26 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2025/08/26 08:14:52 Modified files: lib/libcrypto/ec: ec_mult.c Log message: ec_mult.c: place this code under my ISC license I have effectively rewritten the entirety of this file end of 2024. This isn't co

CVS: cvs.openbsd.org: src

2025-08-26 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2025/08/26 07:46:59 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: typo fix from Christian Schulte, ok schwarze@

CVS: cvs.openbsd.org: src

2025-08-26 Thread Kirill A . Korinsky
CVSROOT:/cvs Module name:src Changes by: kir...@cvs.openbsd.org 2025/08/26 03:34:52 Modified files: sys/dev/usb: uvideo.c uvideo.h Log message: sys/uvideo: synchronized definition both H264 structures OK: mglocker@

CVS: cvs.openbsd.org: src

2025-08-26 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/26 01:15:00 Modified files: usr.bin/tmux : input.c Log message: input_stop_utf8 can move the cursor, so it is now wrong to store the cursor position before calling it. Problem found by Jayakrishna

CVS: cvs.openbsd.org: src

2025-08-26 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/26 01:17:51 Modified files: usr.bin/tmux : grid-view.c Log message: Correctly calculate lines to clear for deletions, from Pavel Roskin.

CVS: cvs.openbsd.org: src

2025-08-26 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/26 01:00:22 Modified files: usr.bin/tmux : server-client.c Log message: Be more robust against misbehaving clients, prompted by deraadt based on a report from sai02 at student dot ubc dot ca.

CVS: cvs.openbsd.org: src

2025-08-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2025/08/26 00:59:46 Modified files: sys/net: pfkeyv2.c Log message: use an rwlock around the list of pfkey sockets instead of an SRPL. this keeps the locking (relatively) simple and avoids the need