CVS: cvs.openbsd.org: src

2024-05-27 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/27 23:46:32 Modified files: sys/dev/isa: addcom_isa.c boca.c hsq.c Log message: use ansi style function decls to fix build with clang

CVS: cvs.openbsd.org: src

2024-05-27 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/27 23:09:19 Modified files: share/man/man5 : changelist.5 Log message: use a more up to date example for a checksum example; example suggested by/ok djm

CVS: cvs.openbsd.org: src

2024-05-27 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/27 10:12:55 Modified files: usr.bin/openssl: x509.c Log message: openssl x509: rename pub_key to dsa_pub_key suggested by jsing

CVS: cvs.openbsd.org: src

2024-05-27 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/27 10:11:43 Modified files: usr.bin/openssl: Makefile Log message: openssl: enable -Wshadow for clang ok job jsing

CVS: cvs.openbsd.org: src

2024-05-27 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/27 10:11:16 Modified files: usr.bin/openssl: x509.c Log message: openssl: avoid shadowed pkeys in x509.c ok job jsing

CVS: cvs.openbsd.org: src

2024-05-27 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2024/05/27 08:46:26 Modified files: sys/dev/ic : nvme.c Log message: Revert NVME_GONE. Literal 0x is the preferred idiom here. Requested by deraadt@

CVS: cvs.openbsd.org: src

2024-05-27 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2024/05/27 08:18:02 Modified files: sys/dev/ic : nvme.c Log message: Replace repeated uses of magic number 0x with nice #define NVME_GONE. Name taken from FreeBSD. Add separate #define NVME_TIMO

CVS: cvs.openbsd.org: src

2024-05-27 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/05/27 07:27:06 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2024-05-27 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/05/27 04:27:59 Modified files: sys/dev/ic : ufshci.c Log message: Use SCSI xfer timeout value for doorbell register status polling instead of an own introduced timeout value. This fixes an

CVS: cvs.openbsd.org: src

2024-05-27 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/05/27 03:31:59 Modified files: sys/dev/acpi : acpi_x86.c Log message: Set sc_state to ACPI_STATE_S0 at the end of resume instead of at the start such that ACPI resume code can see what state w

Re: CVS: cvs.openbsd.org: src

2024-05-27 Thread Jonathan Gray
On Mon, May 27, 2024 at 03:12:32AM -0600, Jonathan Gray wrote: > CVSROOT: /cvs > Module name: src > Changes by: j...@cvs.openbsd.org2024/05/27 03:12:32 > > Modified files: > lib/libssl : ssl.h > lib/libcrypto : ossl_typ.h > > Log message: > remove unused typedefs wi