CVS: cvs.openbsd.org: src

2024-01-06 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/01/06 13:47:01 Modified files: lib/libcrypto/asn1: asn1_local.h Log message: Zap some more CRL method things

CVS: cvs.openbsd.org: src

2024-01-06 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/01/06 12:34:54 Modified files: usr.sbin/syslogd: syslogd.c Log message: Prevent use after free of TLS context at syslogd(8) shutdown. When splitting the event fields f_ev and f_bufev, disabling some

CVS: cvs.openbsd.org: src

2024-01-06 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/01/06 10:47:43 Modified files: sys/dev/acpi : ufshci_acpi.c sys/dev/ic : ufshci.c Log message: Zap more obsolete debug code.

CVS: cvs.openbsd.org: src

2024-01-06 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/01/06 10:43:39 Modified files: lib/libcrypto : crypto_init.c Log message: Remove X509_PURPOSE_cleanup() call in OPENSSL_cleanup() Since x509_purp.c r1.34 this is a noop since there is nothing to

CVS: cvs.openbsd.org: src

2024-01-06 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/01/06 10:37:23 Modified files: lib/libcrypto/asn1: asn1_local.h x_crl.c lib/libcrypto/x509: x509_local.h Log message: Remove X509_CRL_METHOD internals Another complication of dubious value

CVS: cvs.openbsd.org: src

2024-01-06 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/01/06 10:17:08 Modified files: lib/libcrypto/x509: x509_purp.c Log message: Remove X509_PURPOSE extensibility Another bit of global state without lock protection. The by now familiar complications of

CVS: cvs.openbsd.org: src

2024-01-06 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/01/06 08:52:13 Modified files: sys/dev/pci/drm/include/linux: component.h Log message: revert component_add() change avoids fault in amdgpu_dm_audio_component_bind() problem reported by matthieu@

CVS: cvs.openbsd.org: src

2024-01-06 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2024/01/06 08:38:45 Modified files: usr.bin/calendar/calendars/de_DE.UTF-8: calendar.geschichte calendar.musik Log message: Ergaenzung der fehlenden

CVS: cvs.openbsd.org: src

2024-01-06 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/01/06 06:23:47 Modified files: sys/dev/ic : ufshci.c Log message: Unify UFS command function arguments a bit.

CVS: cvs.openbsd.org: src

2024-01-06 Thread Dave Voutila
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/01/06 06:17:20 Modified files: sys/arch/amd64/amd64: vmm_machdep.c sys/arch/amd64/include: vmmvar.h Log message: vmm(4): reorder segment registers to match SDM. Shuffles around the defines so

CVS: cvs.openbsd.org: src

2024-01-06 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/01/06 06:04:04 Modified files: sys/dev/ic : ufshci.c Log message: Merge read/write UFS commands in to one single function, since they are very similar.

CVS: cvs.openbsd.org: src

2024-01-06 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/01/06 05:52:20 Modified files: sys/dev/pci/drm/include/linux: atomic.h Log message: remove stray semicolon ok kettenis@

CVS: cvs.openbsd.org: src

2024-01-06 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/01/06 05:50:58 Modified files: sys/dev/pci/drm/include/drm: drm_gem_dma_helper.h sys/dev/pci/drm/include/linux: fs.h Log message: move struct file_operations to linux/fs.h ok kettenis@

CVS: cvs.openbsd.org: src

2024-01-06 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/01/06 04:42:11 Modified files: sys/net: if.c Log message: Do not count packets though multicast loopback and simplex interfaces. Counting multicast packets sent to local stack or packets that

Re: CVS: cvs.openbsd.org: src

2024-01-06 Thread Marc Espie
On Sat, Jan 06, 2024 at 04:29:00AM -0700, Marc Espie wrote: > CVSROOT: /cvs > Module name: src > Changes by: es...@cvs.openbsd.org 2024/01/06 04:29:00 > > Modified files: > usr.sbin/httpd : js.h.in server_file.c > > Log message: > put the real sizes into the "title" attribute so

CVS: cvs.openbsd.org: src

2024-01-06 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2024/01/06 04:29:00 Modified files: usr.sbin/httpd : js.h.in server_file.c Log message: put the real sizes into the "title" attribute so that hovering shows the exact value. adjust/refactor javascript

CVS: cvs.openbsd.org: src

2024-01-06 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/01/06 03:58:45 Modified files: sys/net: if.c sys/netinet: in.c Log message: Take net lock before kernel lock. Doing KERNEL_LOCK() just before NET_LOCK() does not make sense. Net

CVS: cvs.openbsd.org: src

2024-01-06 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/01/06 02:33:08 Modified files: sys/dev/pci/drm: drm_drv.c drm_gem_dma_helper.c drm_gem_framebuffer_helper.c drm_linux.c sys/dev/pci/drm/amd/display/amdgpu_dm:

CVS: cvs.openbsd.org: src

2024-01-06 Thread Sebastien Marie
CVSROOT:/cvs Module name:src Changes by: sema...@cvs.openbsd.org 2024/01/06 01:03:31 Modified files: share/man/man5 : cargo-module.5 Log message: devel/cargo: add support for installing several different paths rename MODCARGO_INSTALL_TARGET_PATH to