CVS: cvs.openbsd.org: src

2024-07-15 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/07/16 00:18:20 Modified files: usr.sbin/radiusd: eap2mschap_local.h Log message: Only perform the static_assert checks in C>=11 environment; unbreaks build on platforms using gcc.

CVS: cvs.openbsd.org: src

2024-07-15 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/07/15 23:01:10 Modified files: bin/ed : ed.h io.c main.c Log message: Fix the SIGHUP signal race. ed's "event loop" operates a getchar(); check the hup flag before and after that call, when the

CVS: cvs.openbsd.org: www

2024-07-15 Thread Jonathan Gray
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2024/07/15 21:07:25 Modified files: . : aviion.html innovations.html Log message: spelling

CVS: cvs.openbsd.org: src

2024-07-15 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/15 19:14:23 Modified files: sys/dev/pci: ichiic.c Log message: match on Atom C3000 from and tested by Brendan Shanks

CVS: cvs.openbsd.org: src

2024-07-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/15 12:50:42 Modified files: lib/libcrypto/hidden/openssl: x509.h Log message: Switch the EVP_PKEY_*attr* API to LCRYPTO_UNUSED() This would have prevented the PKCS12 oopsie.

CVS: cvs.openbsd.org: src

2024-07-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/15 09:43:25 Modified files: lib/libcrypto/pkcs12: p12_crt.c Log message: Fix PKCS12_create() This tries to copy some microsoft attributes which are not usually present and chokes on the now disabled

CVS: cvs.openbsd.org: src

2024-07-15 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/07/15 09:33:54 Modified files: sys/dev/acpi : qcgpio.c Log message: Make the touchpad on the Samsung Galaxy Book4 Edge work. ok patrick@

CVS: cvs.openbsd.org: src

2024-07-15 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/07/15 08:45:15 Modified files: lib/libssl : s3_lib.c ssl_local.h Log message: Mop up TLS1_PRF* defines. These have not been used for a long time, however SSL_CIPHER was not opaque at the time, henc

CVS: cvs.openbsd.org: src

2024-07-15 Thread Martijn van Duren
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2024/07/15 07:27:36 Modified files: sys/ufs/ext2fs : ext2fs.h Log message: Add ext4 field definitions. Taken from NetBSD, with some cosmetic changes to keep it in line with our style. OK miod@

CVS: cvs.openbsd.org: www

2024-07-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2024/07/15 06:34:57 Modified files: faq: index.html Log message: fix link href; hahahahacker2009 at gmail com

CVS: cvs.openbsd.org: src

2024-07-15 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2024/07/15 04:11:56 Modified files: regress/lib/libc/regex: t_exhaust.c Log message: fix signature of main()

CVS: cvs.openbsd.org: www

2024-07-15 Thread Patrick Wildt
CVSROOT:/cvs Module name:www Changes by: patr...@cvs.openbsd.org 2024/07/15 04:03:29 Modified files: . : want.html Log message: Request has been fulfilled, thank you so much!

CVS: cvs.openbsd.org: src

2024-07-15 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2024/07/15 03:56:30 Modified files: sys/dev/fdt: dwmshc.c Log message: Add support for the RK3588 eMMC controller. This is mostly the same, with some HS400 bits that we don't support yet. While there,

CVS: cvs.openbsd.org: src

2024-07-15 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2024/07/15 03:54:38 Modified files: sys/dev/fdt: rkclock.c rkclock_clocks.h Log message: Add RK3588 eMMC clocks and resets. ok dlg@

Re: CVS: cvs.openbsd.org: src

2024-07-15 Thread Jeremie Courreges-Anglas
On Sun, Jul 14, 2024 at 01:33:59PM -0600, Miod Vallat wrote: > CVSROOT: /cvs > Module name: src > Changes by: m...@cvs.openbsd.org2024/07/14 13:33:59 > > Added files: > sys/arch/armv7/include: elf.h > sys/arch/landisk/include: elf.h > sys/arch/loongson/include: elf.

CVS: cvs.openbsd.org: src

2024-07-15 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/15 01:24:03 Modified files: sys/sys: proc.h Log message: sync PS_BITS with flags; ok claudio@