CVS: cvs.openbsd.org: src

2023-09-12 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/09/12 20:22:44

Modified files:
sys/dev/pci/drm/radeon: radeon_combios.c 

Log message:
use the eMac PowerMac4,4 connector table on eMac PowerMac6,4
avoids black screen on boot

patch from Alex Deucher in
https://gitlab.freedesktop.org/drm/amd/-/issues/2844

reported and tested by Nuno Vasconcellos



CVS: cvs.openbsd.org: src

2023-09-12 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2023/09/12 11:21:05

Modified files:
share/man/man5 : ruby-module.5 

Log message:
minor mandoc -T lint fixes, no content change



CVS: cvs.openbsd.org: src

2023-09-12 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2023/09/12 10:26:30

Modified files:
lib/libcrypto/man: EVP_MD_meth_new.3 

Log message:
fix typo



CVS: cvs.openbsd.org: src

2023-09-12 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2023/09/12 10:15:23

Modified files:
lib/libcrypto/man: EVP_PKEY_CTX_get_operation.3 

Log message:
document the four EVP_PKEY_OP_TYPE_* mask constants



CVS: cvs.openbsd.org: src

2023-09-12 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/09/12 09:38:33

Modified files:
sbin/unwind: resolver.c 

Log message:
Revert accidentally committed debugging code

confirmed by florian



CVS: cvs.openbsd.org: src

2023-09-12 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2023/09/12 09:29:03

Modified files:
lib/libcrypto/man: EVP_PKEY_size.3 

Log message:
document sizes for ED25519 and X25519,
including the constants ED25519_KEYLEN and X25519_KEYLEN



CVS: cvs.openbsd.org: src

2023-09-12 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2023/09/12 07:58:06

Modified files:
lib/libcrypto/man: EVP_chacha20.3 EVP_AEAD_CTX_init.3 

Log message:
document the constant EVP_CHACHAPOLY_TLS_TAG_LEN



CVS: cvs.openbsd.org: src

2023-09-12 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2023/09/12 07:29:38

Modified files:
lib/libcrypto/man: EVP_AEAD_CTX_init.3 

Log message:
Document EVP_AEAD_DEFAULT_TAG_LENGTH and EVP_AEAD_MAX_TAG_LENGTH,
making some adjacent wordings slightly more precise.



CVS: cvs.openbsd.org: src

2023-09-12 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2023/09/12 06:11:05

Modified files:
lib/libcrypto/man: EVP_MD_meth_new.3 

Log message:
fix the vague and misleading description of the EVP_MD_FLAG_* constants



CVS: cvs.openbsd.org: src

2023-09-12 Thread Job Snijders
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/09/12 03:33:30

Modified files:
usr.sbin/rpki-client: cert.c extern.h x509.c 

Log message:
Ensure the X.509 Subject only contains commonName and optionally serialNumber

OK tb@



CVS: cvs.openbsd.org: src

2023-09-12 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/09/12 03:01:04

Modified files:
usr.sbin/pkg_add/OpenBSD: style.pod 

Log message:
is is -> is



CVS: cvs.openbsd.org: src

2023-09-12 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/09/12 02:54:04

Modified files:
share/man/man5 : bsd.port.mk.5 

Log message:
is is -> it is



CVS: cvs.openbsd.org: src

2023-09-12 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/09/12 02:33:37

Modified files:
lib/libc/locale: mbrtowc.3 wcrtomb.3 

Log message:
since since -> since



CVS: cvs.openbsd.org: src

2023-09-12 Thread Jonathan Matthew
CVSROOT:/cvs
Module name:src
Changes by: jmatt...@cvs.openbsd.org2023/09/12 02:32:58

Modified files:
sys/arch/arm64/dev: acpipci.c 
sys/dev/acpi   : acpireg.h 

Log message:
Use IORT ITS nodes to find the right ITS instance to use when establishing
interrupts.  This makes MSI/MSI-X work on platforms like the Ampere Altra
which have an ITS instance for each PCI domain.

also tested by cheloha@
ok kettenis@ patrick@



CVS: cvs.openbsd.org: src

2023-09-12 Thread Jonathan Matthew
CVSROOT:/cvs
Module name:src
Changes by: jmatt...@cvs.openbsd.org2023/09/12 02:29:28

Modified files:
sys/arch/arm64/dev: agintc.c 
sys/arch/arm64/include: intr.h 

Log message:
Store ITS ID in struct interrupt_controller so it can be used to look up
the right ITS to use when establishing interrupts.

ok kettenis@ patrick@



CVS: cvs.openbsd.org: src

2023-09-12 Thread Jonathan Matthew
CVSROOT:/cvs
Module name:src
Changes by: jmatt...@cvs.openbsd.org2023/09/12 02:22:07

Modified files:
sys/arch/arm64/stand/efiboot: efiacpi.c 

Log message:
Add an "openbsd,gic-its-id" property to gic-its nodes containing the ITS ID.

ok kettenis@ patrick@