CVS: cvs.openbsd.org: src

2025-06-02 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2025/06/03 00:33:53 Modified files: sys/net: if_gre.c Log message: remove duplicate ERSPAN_II_EN_PRESERVED define

CVS: cvs.openbsd.org: src

2025-06-02 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2025/06/02 18:20:31 Modified files: sys/dev/dt : dt_dev.c sys/dev/pci: if_myx.c sys/kern : kern_exit.c kern_rwlock.c kern_sched.c kern_synch.c kern_tim

CVS: cvs.openbsd.org: src

2025-06-02 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2025/06/02 14:57:36 Modified files: usr.bin/ftp: fetch.c Log message: Fix a tiny memory leak (of username and pass) when the last auto_fetch() argument is an authenticated FTP URL of the form ftp

CVS: cvs.openbsd.org: src

2025-06-02 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2025/06/02 12:49:04 Modified files: sys/arch/alpha/alpha: pmap.c sys/arch/alpha/include: pmap.h sys/arch/i386/include: pmap.h sys/arch/m88k/include: pmap.h sys/arch/m88k/m88

CVS: cvs.openbsd.org: src

2025-06-02 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2025/06/02 09:35:00 Modified files: regress/sys/netinet/tcpthread: Makefile Log message: Calculate number of sockets used by run-sock100 test depending on mbuf cluster limit. This way also smaller machines

CVS: cvs.openbsd.org: src

2025-06-02 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2025/06/02 08:09:34 Modified files: usr.bin/ssh: channels.c Log message: Fix x11_channel_used_recently() to return true when channel has been used within the last second, instead of more than a second ag

CVS: cvs.openbsd.org: src

2025-06-02 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2025/06/02 06:18:22 Modified files: lib/libcrypto/asn1: asn_mime.c lib/libcrypto/bio: bss_acpt.c bss_conn.c lib/libcrypto/err: err.c lib/libcrypto/x509: x509_conf.c x509_prn.c

CVS: cvs.openbsd.org: src

2025-06-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2025/06/02 06:40:10 Modified files: lib/libcrypto/bn: bn_gcd.c Log message: bn_gcd: fix wacky indentation found by smatch via/ok jsg

CVS: cvs.openbsd.org: src

2025-06-02 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2025/06/02 06:29:50 Modified files: sys/kern : kern_proc.c Log message: In db_show_all_procs check that p->p_cpu is not NULL before calling __mp_lock_held(). This function is called on ddb entry and ne

CVS: cvs.openbsd.org: www

2025-06-02 Thread Ingo Schwarze
CVSROOT:/cvs Module name:www Changes by: schwa...@cvs.openbsd.org2025/06/02 06:21:36 Modified files: . : innovations.html Log message: Remove mentions of maintainership; requested by deraadt@ because it does not match the title of this page, "Innovati

CVS: cvs.openbsd.org: src

2025-06-02 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2025/06/02 04:25:01 Modified files: sys/dev/pci/drm/include/acpi: video.h sys/dev/pci/drm/i915/display: intel_opregion.c sys/dev/pci/drm: drm_linux.c Log message: Ignore inteldrm op

CVS: cvs.openbsd.org: src

2025-06-02 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2025/06/02 04:42:30 Modified files: sys/dev/pci/drm/include/generated: autoconf.h Log message: stop defining CONFIG_FRAMEBUFFER_CONSOLE If defined, initial_plane_vma() won't use the framebuffer setup by bio

CVS: cvs.openbsd.org: src

2025-06-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2025/06/02 02:50:51 Modified files: lib/libcrypto/evp: evp_cipher.c Log message: Inline EVP_CIPHER_[gs]et_asn1_iv() in their last callers ok kenjiro