CVS: cvs.openbsd.org: src

2024-06-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/24 00:32:04 Modified files: lib/libcrypto/x509: x509_conf.c Log message: x509_conf: rename the merr label into err

CVS: cvs.openbsd.org: src

2024-06-23 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/23 23:15:29 Modified files: distrib/notes/arm64: hardware Log message: Studio -> Mac Studio; from Bryan Vyhmeister

CVS: cvs.openbsd.org: src

2024-06-23 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/06/23 22:05:11 Modified files: usr.bin/ssh: sshd_config.5 Log message: mention SshdSessionPath option

CVS: cvs.openbsd.org: src

2024-06-23 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/23 21:57:38 Modified files: sys/dev/pci/drm/i915/display: intel_audio.c intel_audio.h intel_display_driver.c Log message: drm/i915: Fix audio component

CVS: cvs.openbsd.org: src

2024-06-23 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/23 21:52:26 Modified files: sys/dev/pci/drm/i915/gem: i915_gem_object.h Log message: drm/i915/dpt: Make DPT object unshrinkable >From Vidya Srinivas 7a9883be3b9867eec65c4a21cc18e60292eb in

CVS: cvs.openbsd.org: src

2024-06-23 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/23 21:49:19 Modified files: sys/dev/pci/drm/i915/gt: intel_breadcrumbs.c Log message: drm/i915/gt: Disarm breadcrumbs if engines are already idle >From Chris Wilson

CVS: cvs.openbsd.org: src

2024-06-23 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/06/23 16:08:37 Modified files: sys/arch/alpha/alpha: mem.c sys/arch/amd64/amd64: mem.c sys/arch/arm/arm: mem.c sys/arch/arm64/arm64: mem.c sys/arch/hppa/hppa:

CVS: cvs.openbsd.org: src

2024-06-23 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2024/06/23 15:58:34 Modified files: sys/arch/arm64/dev: agintc.c Log message: While Qualcomm Snapdragon X Elite (X1E80100) claims to support 32 device-id bits, it only seems to allow a 4k pagesize with 8

CVS: cvs.openbsd.org: src

2024-06-23 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/06/23 09:37:31 Modified files: sys/arch/arm64/stand/efiboot: conf.c efiacpi.c Log message: Add support for ACPI firmware that provides the base address of individual GIC redistributors in the

CVS: cvs.openbsd.org: src

2024-06-23 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/23 07:53:22 Modified files: regress/lib/libssl/rust-openssl: Makefile Added files: regress/lib/libssl/rust-openssl: config.toml Removed files: regress/lib/libssl/rust-openssl: config

CVS: cvs.openbsd.org: src

2024-06-23 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/06/23 07:11:51 Modified files: sys/arch/riscv64/stand/efiboot: efiboot.c Log message: Fix previous commit; add missing label

CVS: cvs.openbsd.org: src

2024-06-23 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/06/23 04:18:11 Modified files: sys/dev/fdt: rkusbphy.c Log message: Add RK3588 support. ok patrick@

CVS: cvs.openbsd.org: src

2024-06-23 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/06/23 04:17:16 Modified files: sys/arch/arm64/arm64: cpu.c sys/arch/arm64/include: armreg.h Log message: Enable EPAN if it is available. ok patrick@

CVS: cvs.openbsd.org: src

2024-06-23 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/23 01:50:52 Modified files: usr.bin/openssl: ca.c Log message: openssl ca: avoid double free for spkac files without default section ok jsing

CVS: cvs.openbsd.org: src

2024-06-23 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2024/06/23 01:08:26 Modified files: include: string.h lib/libc/string: strmode.c Log message: strmode takes a mode_t, not an int; prompted by Collin Funk. ok kettenis@ deraadt@ tb@

CVS: cvs.openbsd.org: src

2024-06-22 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/06/22 11:19:05 Modified files: lib/libc/sys : sigaltstack.2 Log message: lower parts of the manual page clearly say why using malloc() to allocate sigaltstack regions is bad... so the example code

CVS: cvs.openbsd.org: src

2024-06-22 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/06/22 10:38:31 Modified files: lib/libcrypto/lhash: lhash.c Log message: Remove the less-than-useful change log. ok tb@

CVS: cvs.openbsd.org: src

2024-06-22 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/06/22 10:33:00 Modified files: lib/libcrypto/bn: bn_convert.c Log message: Rewrite BN_bn2mpi() using CBB. The content is effectively a u32 length prefixed field, so use CBB_add_u32_length_prefixed().

CVS: cvs.openbsd.org: src

2024-06-22 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/06/22 09:32:51 Modified files: lib/libcrypto/bytestring: bs_cbb.c bytestring.h Log message: Sync bytestring from libssl.

CVS: cvs.openbsd.org: src

2024-06-22 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/06/22 09:25:06 Modified files: lib/libssl : bs_cbb.c bytestring.h Log message: Provide CBB_add_u32_length_prefixed(). This is needed for an upcoming change in libcrypto. ok tb@

CVS: cvs.openbsd.org: src

2024-06-22 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/06/22 06:38:32 Modified files: share/man/man4/man4.i386: pcibios.4 Log message: delete ancient netbsd pcibios tweaking trash

CVS: cvs.openbsd.org: src

2024-06-22 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/06/22 06:26:17 Modified files: sys/sys: exec_elf.h Log message: correct elfcore_procinfo naming (in comments)

CVS: cvs.openbsd.org: src

2024-06-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/22 04:22:29 Modified files: sys/arch/alpha/alpha: db_disasm.c sys/arch/powerpc/include: cpu.h sys/dev/atapiscsi: atapiscsi.c sys/dev/ic : trm.c sys/dev/isa:

CVS: cvs.openbsd.org: src

2024-06-21 Thread Alexandr Nedvedicky
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2024/06/21 06:51:29 Modified files: sys/net: pfvar_priv.h pf.c Log message: My earlier commit [1.1169 of pf.c (2023/01/05)] makes pf(4) to report wrong rule and anchor number when packet matches

CVS: cvs.openbsd.org: src

2024-06-20 Thread Jeremy Evans
CVSROOT:/cvs Module name:src Changes by: jer...@cvs.openbsd.org 2024/06/20 16:43:16 Modified files: share/man/man5 : ruby-module.5 Log message: Update ruby-module.5 for default Ruby version switch to 3.3

CVS: cvs.openbsd.org: src

2024-06-20 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/06/20 16:03:23 Modified files: sys/arch/armv7/stand/efiboot: efiboot.c Log message: Instead of allocating an arbitrary amount of extra space, let the EFI devicetree fixup protocol less us how

CVS: cvs.openbsd.org: src

2024-06-20 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/06/20 16:03:02 Modified files: sys/arch/riscv64/stand/efiboot: efiboot.c Log message: Instead of allocating an arbitrary amount of extra space, let the EFI devicetree fixup protocol less us how

CVS: cvs.openbsd.org: src

2024-06-20 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/06/20 15:52:08 Modified files: sys/arch/arm64/stand/efiboot: efiboot.c Log message: Instead of allocating an arbitrary amount of extra space, let the EFI devicetree fixup protocol less us how

CVS: cvs.openbsd.org: src

2024-06-20 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/20 14:15:02 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: Add missing ref & reorder OK tb@ claudio@

CVS: cvs.openbsd.org: src

2024-06-20 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/06/20 13:25:42 Modified files: sys/net: if.c pf.c pf_norm.c sys/netinet: ip_carp.c sys/netinet6 : icmp6.c ip6_forward.c ip6_input.c ip6_var.h

CVS: cvs.openbsd.org: src

2024-06-20 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/06/20 13:25:04 Modified files: sys/netinet: ip_icmp.c Log message: Do not send ICMP redirect if IP forwarding is IPsec only. If sysctl net.inet.ip.forwarding is set to 2, only packets processed by

CVS: cvs.openbsd.org: src

2024-06-20 Thread Dave Voutila
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/06/20 09:33:44 Modified files: usr.sbin/vmd : vm.c Log message: vmd(8): protect global vm and vcpu state with mutex. The vm process uses multiple pthreads to emulate vcpu and also drive an event

CVS: cvs.openbsd.org: src

2024-06-20 Thread Kenji Aoyama
CVSROOT:/cvs Module name:src Changes by: aoy...@cvs.openbsd.org 2024/06/20 04:46:11 Modified files: sys/arch/m88k/include: cpu.h Log message: Enable uvm percpu caches on luna88k. It survives 3.5 days "make build" and makes about 1.5% faster on 3 CPU machine:-) ok

CVS: cvs.openbsd.org: src

2024-06-20 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2024/06/20 02:23:18 Modified files: regress/usr.bin/ssh: dropbear-ciphers.sh Log message: Work around dbclient cipher and mac query bug. Unlike earlier versions, recent Dropbear (at least v2024.85)

CVS: cvs.openbsd.org: src

2024-06-20 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2024/06/20 02:18:34 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Remove dropbear key types not supported by current OpenSSH. Allows subsequent test runs to work if OpenSSH is rebuilt w/out

CVS: cvs.openbsd.org: src

2024-06-19 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/06/19 18:18:05 Modified files: usr.bin/ssh: srclimit.c Log message: stricter check for overfull tables in penalty record path

CVS: cvs.openbsd.org: src

2024-06-19 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/06/19 17:24:47 Modified files: usr.bin/ssh: monitor_wrap.c Log message: put back reaping of preauth child process when writes from the monitor fail. Not sure how this got lost in the avalanche of

CVS: cvs.openbsd.org: src

2024-06-19 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2024/06/19 16:10:45 Modified files: sys/arch/arm64/dev: agintc.c Log message: The GICv3 redistributor spacing on the X1E80100 (Snapdragon X Elite) does not follow the regular scheme and needs to be read out

CVS: cvs.openbsd.org: src

2024-06-19 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2024/06/19 15:31:10 Modified files: sys/dev/acpi : xhci_acpi.c Log message: Add PNP IDs to handle the X1E80100 (Snapdragon X Elite) USB controllers. ok kettenis@

CVS: cvs.openbsd.org: src

2024-06-19 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2024/06/19 15:27:22 Modified files: sys/dev/acpi : qciic.c Log message: Add _HID for X1E80100 (Snapdragon X Elite) SoCs. ok kettenis@

CVS: cvs.openbsd.org: src

2024-06-19 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2024/06/19 15:25:42 Modified files: sys/arch/arm64/dev: smmu_acpi.c Log message: The X1E80100 (Snapdragon X Elite) joins the group of chips that require the SMMU quirk. ok kettenis@

CVS: cvs.openbsd.org: src

2024-06-19 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/06/19 07:13:25 Modified files: usr.sbin/acme-client: main.c util.c Log message: Kill the SIGPIPE signal handler which is installed around write opertations. Instead just SIG_IGN SIGPIPE in main.c for

CVS: cvs.openbsd.org: src

2024-06-19 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2024/06/19 04:15:51 Modified files: regress/usr.bin/ssh: dropbear-ciphers.sh Log message: Provide defaults for ciphers and macs if querying for them fails since on some versions of Dropbear (at least

CVS: cvs.openbsd.org: src

2024-06-19 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2024/06/19 04:10:46 Modified files: regress/usr.bin/ssh: dropbear-kex.sh Log message: Use ed25519 keys for kex tests since that's supported by OpenSSH even when built without OpenSSL. Only test

CVS: cvs.openbsd.org: src

2024-06-19 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2024/06/19 04:08:34 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Rework dropbear key setup to always generate ed25519 keys, other types only if OpenSSH has support for the corresponding

CVS: cvs.openbsd.org: src

2024-06-19 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/19 02:00:53 Modified files: lib/libcrypto/x509: x_all.c Log message: x_all.c: remove a bunch of unnecessary parentheses

CVS: cvs.openbsd.org: src

2024-06-19 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/06/19 01:42:44 Modified files: sbin/dhcp6leased: engine.c frontend.c Log message: Handle interfaces going down and up again. Missing feature reported by, testing & OK semarie

CVS: cvs.openbsd.org: src

2024-06-18 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2024/06/18 23:22:33 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: Better words for downloaded snap is older message. ok deraadt@ florian@ tb@

CVS: cvs.openbsd.org: src

2024-06-18 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/18 19:32:24 Modified files: sys/dev/pci/drm/amd/pm/swsmu/smu13: smu_v13_0_6_ppt.c Log message: #if notyet -> #ifdef notyet for consistency and -Wundef

CVS: cvs.openbsd.org: src

2024-06-18 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2024/06/18 10:41:39 Modified files: bin/test : test.1 test.c Log message: Stop trying to deprecate "test -L" in favour of "test -h" (or vice versa). It's hopeless because POSIX requires both

CVS: cvs.openbsd.org: src

2024-06-18 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/06/18 08:57:59 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: Use BUILDINFO to make sure we are not going backwards in time. Input & OK deraadt

CVS: cvs.openbsd.org: src

2024-06-18 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/18 06:37:29 Modified files: sys/arch/i386/include: cpu.h pmap.h sys/arch/powerpc/include: pmap.h sys/dev/ic : wdcvar.h sys/uvm: uvm_map.h Log message: remove

CVS: cvs.openbsd.org: src

2024-06-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/18 03:47:03 Modified files: lib/libcrypto/x509: x509_conf.c Log message: v3_generic_extension() use ASN1_STRING_set0() This aligns it with do_ext_i2d()

CVS: cvs.openbsd.org: src

2024-06-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/18 03:41:33 Modified files: lib/libcrypto/x509: x509_conf.c Log message: v3_generic_extension() rename the X509_EXTENSION now that ext is free, we can use it like everywhere else

CVS: cvs.openbsd.org: src

2024-06-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/18 03:35:09 Modified files: lib/libcrypto/x509: x509_conf.c Log message: Rename 'ext' to 'name' in v3_generic_extension() In this code 'ext' is usually used for an X509_EXTENSION object.

CVS: cvs.openbsd.org: src

2024-06-18 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/18 03:08:02 Modified files: sys/dev/ata: ata_wdc.c Log message: remove wdc_ata_addref()/wdc_ata_delref() #if 0'd since rev 1.1

CVS: cvs.openbsd.org: src

2024-06-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/18 02:29:40 Modified files: lib/libcrypto/x509: x509_bitst.c x509_utl.c Log message: Make local BIT_STRING_BITNAME variables const There's no reason for them not to be const. This is a piece of a

CVS: cvs.openbsd.org: src

2024-06-18 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2024/06/18 02:11:48 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Re-enable ssh-dss tests if ssh is compiled with DSA support

CVS: cvs.openbsd.org: src

2024-06-18 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2024/06/18 00:14:27 Modified files: regress/usr.bin/ssh: dropbear-kex.sh test-exec.sh Log message: Stop using DSA in dropbear interop tests.

CVS: cvs.openbsd.org: src

2024-06-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/17 23:56:37 Modified files: lib/libcrypto/x509: x509_conf.c Log message: x509_conf: rename ext_struc into ext_struct requested by jsing on review

CVS: cvs.openbsd.org: src

2024-06-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/17 23:39:52 Modified files: lib/libcrypto/x509: x509_conf.c Log message: x509_conf: rename all ext_nid to nid There are no nid variables in this file, so no need to disambiguate.

CVS: cvs.openbsd.org: src

2024-06-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/17 23:37:24 Modified files: lib/libcrypto/x509: x509_conf.c Log message: do_ext_i2d(): move empty line to the proper place

CVS: cvs.openbsd.org: src

2024-06-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/17 23:35:30 Modified files: lib/libcrypto/x509: x509_conf.c Log message: do_ext_i2d(): malloc -> calloc requested by jsing on review

CVS: cvs.openbsd.org: src

2024-06-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/17 23:34:09 Modified files: lib/libcrypto/x509: x509_conf.c Log message: do_ext_i2d(): populate ext_oct with ASN1_STRING_set0() ok jsing

CVS: cvs.openbsd.org: src

2024-06-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/17 23:32:38 Modified files: lib/libcrypto/x509: x509_conf.c Log message: do_ext_i2d(): avoid leaks and add some missing error checking If ASN1_OCTET_STRING_new() failed, ext_der would be leaked,

CVS: cvs.openbsd.org: src

2024-06-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/17 23:24:24 Modified files: lib/libcrypto/x509: x509_conf.c Log message: Indent labels in x509_conf.c

CVS: cvs.openbsd.org: src

2024-06-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/17 23:19:01 Modified files: lib/libcrypto/x509: x509_conf.c Log message: do_ext_i2d(): unwrap a line

CVS: cvs.openbsd.org: src

2024-06-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/17 23:08:41 Modified files: sbin/iked : ca.c Log message: iked: do not attempt to read multiple SANs No extension in a valid certificate appears more than once per RFC 5280 section 4.2. So

CVS: cvs.openbsd.org: src

2024-06-17 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2024/06/17 20:11:04 Modified files: usr.bin/make : buf.c compat.c error.c job.c main.c make.c parse.c parsevar.c targ.c targequiv.c var.c varmodifiers.c

CVS: cvs.openbsd.org: src

2024-06-17 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/06/17 19:31:48 Modified files: distrib/arm64/iso: Makefile Log message: grow the iso again

CVS: cvs.openbsd.org: src

2024-06-17 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2024/06/17 18:32:22 Modified files: usr.bin/sed: compile.c extern.h main.c process.c Log message: Rename mf_fgets() and cu_fgets() to mf_getline() and cu_getline(). These functions now use getline(),

CVS: cvs.openbsd.org: src

2024-06-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/17 12:54:36 Modified files: usr.sbin/rpki-client: filemode.c Log message: Invalidate the right stack[] member There was a shift of the index in the for loop, and invalidating the wrong member could

CVS: cvs.openbsd.org: src

2024-06-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/17 12:52:50 Modified files: usr.sbin/rpki-client: crl.c validate.c Log message: Put back NULL checks in crl_get() and build_chain() Turns out filemode still relies on these. Rather than adding to

CVS: cvs.openbsd.org: src

2024-06-17 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2024/06/17 09:35:33 Modified files: share/man/man7 : mdoc.7 Log message: Document the new argument .St -p1003.1-2024 introduced in st.c rev. 1.15 and polish the description of .St -p1003.1-2008 a

CVS: cvs.openbsd.org: src

2024-06-17 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2024/06/17 07:50:18 Modified files: usr.bin/ssh: ssh-keygen.1 Log message: remove one more mention of DSA

CVS: cvs.openbsd.org: src

2024-06-17 Thread Tim van der Molen
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/17 06:59:28 Modified files: lib/libm/man : feclearexcept.3 Log message: Fix typo: s/fetesteexcept/fetestexcept/

CVS: cvs.openbsd.org: src

2024-06-17 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/06/17 05:13:43 Modified files: sys/dev/pci: if_vmx.c Log message: In vmx(4) TSO must pullup headers into first mbuf. Forwarding IPv6 packets from vmx with LRO to vmx with TSO did not work. vmx(4)

CVS: cvs.openbsd.org: src

2024-06-17 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/06/17 03:37:07 Modified files: sys/arch/riscv64/stand/efiboot: efiboot.c Log message: KNF

CVS: cvs.openbsd.org: src

2024-06-17 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/06/17 03:36:04 Modified files: sys/arch/arm64/stand/efiboot: efiboot.c Log message: KNF

CVS: cvs.openbsd.org: src

2024-06-17 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/06/17 03:12:45 Modified files: sys/arch/armv7/stand/efiboot: conf.c efiboot.c sys/arch/riscv64/stand/efiboot: conf.c efiboot.c Added files: sys/arch/armv7/stand/efiboot: efidt.h

CVS: cvs.openbsd.org: src

2024-06-17 Thread Alexandr Nedvedicky
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2024/06/17 02:36:56 Modified files: usr.sbin/relayd: pfe.c Log message: The fix comes from Giannis Kapetanakis (bilias _from_ edu.physics.uoc.gr). When relayd(8) handles 'host disable/enable' command issued

CVS: cvs.openbsd.org: src

2024-06-17 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/06/17 02:30:29 Modified files: usr.bin/ssh: Makefile.inc ssh-add.1 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8 ssh.1 ssh_config.5 sshd.8 Log

CVS: cvs.openbsd.org: src

2024-06-17 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/06/17 02:28:31 Modified files: usr.bin/ssh: serverloop.c Log message: promote connection-closed messages from verbose to info log level; they could be the only record of the connection terminating

CVS: cvs.openbsd.org: src

2024-06-17 Thread Alexandr Nedvedicky
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2024/06/17 02:02:57 Modified files: usr.sbin/relayd: parse.y pfe_filter.c relayd.conf.5 relayd.h Log message: Change adds a 'log' option to relayd.conf(5) rule. The relayd(8) then uses the option to set

CVS: cvs.openbsd.org: src

2024-06-17 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/17 01:30:48 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_device.c Log message: Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 devices" >From Alex Deucher

CVS: cvs.openbsd.org: src

2024-06-17 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/17 01:29:10 Modified files: sys/dev/pci/drm/amd/pm/swsmu/smu13: smu_v13_0_4_ppt.c Log message: drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platforms >From Mario Limonciello

CVS: cvs.openbsd.org: src

2024-06-17 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/17 01:26:39 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_atomfirmware.c sys/dev/pci/drm/amd/include: atomfirmware.h Log message: drm/amdgpu/atomfirmware: add intergrated info v2.3

CVS: cvs.openbsd.org: src

2024-06-17 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/17 01:24:10 Modified files: sys/dev/pci/drm: drm_fbdev_generic.c Log message: drm/fbdev-generic: Do not set physical framebuffer address >From Thomas Zimmermann

CVS: cvs.openbsd.org: src

2024-06-17 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/17 01:20:12 Modified files: sys/dev/pci/drm/i915: i915_hwmon.c Log message: drm/i915/hwmon: Get rid of devm >From Ashutosh Dixit cfa73607eb21a4ce1d6294a2c5733628897b48a2 in linux-6.6.y/6.6.34

CVS: cvs.openbsd.org: src

2024-06-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/16 23:39:26 Modified files: sys/dev/pci/drm/include/generated: autoconf.h Log message: define CONFIG_PM_SLEEP to 1 for IS_ENABLED()

CVS: cvs.openbsd.org: src

2024-06-16 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/16 23:38:08 Modified files: lib/libcrypto/x509: x509_lib.c Log message: Replace x with x509_exts in X509V3_add1_i2d() and X509V3_get_d2i() requested by jsing on review

CVS: cvs.openbsd.org: src

2024-06-16 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/16 23:31:26 Modified files: lib/libcrypto/x509: x509_lib.c Log message: Rewrite X509V3_get_d2i() This API is wrapped by nine *_get{,1}_ext_d2i() functions and they all have the same defect: if an

CVS: cvs.openbsd.org: src

2024-06-16 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/16 23:04:54 Modified files: regress/lib/libcrypto/x509: x509_extensions_test.c Log message: Add regress coverage for X509V3_get_d2i()

CVS: cvs.openbsd.org: src

2024-06-16 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/16 12:33:56 Modified files: usr.bin/timeout: timeout.1 Log message: Add note about timeout(1)'s standards compliance OK jmc@

CVS: cvs.openbsd.org: src

2024-06-16 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/06/16 12:33:06 Modified files: usr.bin/mandoc : st.c Log message: Add new argument for IEEE 1003.1-2024 aka POSIX.1 OK jmc@ schwarze@

CVS: cvs.openbsd.org: src

2024-06-16 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2024/06/16 12:00:08 Modified files: sys/dev/pci: ahci_pci.c Log message: Disable MSI on Zhaoxin ZX-100/ZX-200/ZX-E StorX to unhang SSD The Unchartevice 6640MA's BIOS forces one of three SATA speeds: -

CVS: cvs.openbsd.org: src

2024-06-16 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/06/16 11:57:08 Modified files: regress/lib/libcrypto/x509: Makefile Log message: zap a stray space

CVS: cvs.openbsd.org: src

2024-06-16 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2024/06/16 10:21:39 Modified files: sys/dev/pci: pcidevs.h pcidevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2024-06-16 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2024/06/16 10:20:51 Modified files: sys/dev/pci: pcidevs Log message: Add Zhaoxin vendor and AHCI product found in Unchartevice 6640MA notebook https://www.devicekb.com/hardware/pci-vendors/ven_1d17

CVS: cvs.openbsd.org: src

2024-06-16 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2024/06/16 08:01:26 Modified files: sys/arch/amd64/amd64: identcpu.c Log message: Make GENERIC boot on ZHAOXIN KaiXian KX-6640MA The Unchartevice 6640MA notebook comes with such a CentaurHauls CPU,

<    1   2   3   4   5   6   7   8   9   10   >