CVS: cvs.openbsd.org: xenocara

2024-01-04 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2024/01/05 00:05:51 Modified files: . : 3RDPARTY MODULES Log message: update

CVS: cvs.openbsd.org: src

2024-01-04 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/01/04 14:35:56 Modified files: sys/dev/ic : ufshci.c Log message: Zap some '#if 0' code which was initially required for debugging.

CVS: cvs.openbsd.org: src

2024-01-04 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/01/04 14:02:30 Modified files: sys/dev/ic : ufshcireg.h Log message: Set the interrupt aggregation counter down to 1, which fixes the read performance from ~20MB/s to ~220MB/s.

CVS: cvs.openbsd.org: src

2024-01-04 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/01/04 13:50:43 Modified files: sys/arch/amd64/include: intrdefs.h Log message: Adjust IPLs to give us more interrupt vectors for IPL_NET. That is where we need them most since multi-queue NICs

CVS: cvs.openbsd.org: src

2024-01-04 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/01/04 13:15:02 Modified files: lib/libcrypto/evp: pmeth_lib.c Log message: Disable EVP_PKEY_meth_* extensibility This removes the global pkey_app_methods stack that was never cleaned up and makes EVP_P

CVS: cvs.openbsd.org: src

2024-01-04 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/01/04 13:02:10 Modified files: lib/libssl : ssl_ciph.c Log message: Remove last external call to EVP_PKEY_meth_find() In order to determine whether GOST is properly enabled, libssl has various weir

CVS: cvs.openbsd.org: src

2024-01-04 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2024/01/04 11:17:47 Modified files: usr.sbin/httpd : Makefile server_file.c Added files: usr.sbin/httpd : css.h.in js.h.in toheader.sed Log message: make auto-index better - make it an actual table

CVS: cvs.openbsd.org: src

2024-01-04 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/01/04 10:38:36 Modified files: lib/libcrypto/evp: e_aes.c e_bf.c e_camellia.c e_cast.c e_des.c e_des3.c e_gost2814789.c e_idea.c e_null.c e_rc2.c e_

CVS: cvs.openbsd.org: src

2024-01-04 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/01/04 10:22:29 Modified files: lib/libcrypto/evp: p_lib.c Log message: Clean up EVP_PKEY_asn1_get0_info() a bit Use better variable names without silly p prefix and use explicit checks against NULL.

CVS: cvs.openbsd.org: src

2024-01-04 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/01/04 10:17:40 Modified files: lib/libcrypto/evp: p_lib.c Log message: Clean up EVP_PKEY_asn1_find_str() Use slightly better argument and variable names, do not pointlessly try to match a string of neg

CVS: cvs.openbsd.org: src

2024-01-04 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/01/04 10:08:57 Modified files: lib/libcrypto/evp: p_lib.c Log message: Simplify EVP_PKEY_asn1_find() EVP_PKEY_asn1_find() finds the EVP_PKEY_ASN1_METHOD underlying the method or alias with nid (or, rat

CVS: cvs.openbsd.org: src

2024-01-04 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/01/04 10:01:27 Modified files: lib/libcrypto/cmac: cm_ameth.c lib/libcrypto/dh: dh_ameth.c lib/libcrypto/dsa: dsa_ameth.c lib/libcrypto/ec: ec_ameth.c ecx_methods.c lib

CVS: cvs.openbsd.org: src

2024-01-04 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/01/04 09:50:54 Modified files: lib/libcrypto/asn1: ameth_lib.c Log message: Neuter the remainder of the ameth lib The few pieces of the ameth lib that will stay in libcrypto were moved to p_lib.c recen

CVS: cvs.openbsd.org: src

2024-01-04 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/01/04 09:41:56 Modified files: lib/libcrypto/dsa: dsa_ameth.c lib/libcrypto/evp: p_lib.c lib/libcrypto/gost: gostr341001_ameth.c lib/libcrypto/rsa: rsa_ameth.c Log message: Sp

CVS: cvs.openbsd.org: src

2024-01-04 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/01/04 09:38:18 Modified files: usr.sbin/bgpd : rtr.c Log message: Rewrite the imsg handling using the new API functions. OK tb@

CVS: cvs.openbsd.org: src

2024-01-04 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/01/04 07:30:09 Modified files: usr.sbin/bgpd : rtr_proto.c Log message: Convert the RTR PDU parser to use the new ibuf API. Lenght / overflow checks are now handled by ibufs. OK tb@

CVS: cvs.openbsd.org: src

2024-01-04 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/01/04 06:30:20 Modified files: sys/dev/ic : ufshci.c Log message: Fix timeout value for write command (typo).

CVS: cvs.openbsd.org: src

2024-01-04 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/01/04 05:22:35 Modified files: sys/dev/ic : ufshci.c Log message: Pass SCSI command directly to the UFS command descriptor instead of decoding/encoding it. Suggested and OK kettenis@

CVS: cvs.openbsd.org: src

2024-01-04 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/01/04 03:26:14 Modified files: usr.sbin/bgpd : bgpd.c Log message: Rename argument roa of imsg_send_sockets() to rtr since the imsgbuf is for PROC_RTR.

CVS: cvs.openbsd.org: src

2024-01-04 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2024/01/04 02:51:49 Modified files: etc: moduli usr.bin/ssh/moduli-gen: moduli.2048 moduli.3072 moduli.4096 moduli.6144 moduli.7680 moduli.8192 Log messa

CVS: cvs.openbsd.org: src

2024-01-04 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/01/04 02:47:54 Modified files: lib/libcrypto/evp: evp_cipher.c Log message: Improve length checks for oiv and iv There are two unsigned char arrays of size EVP_MAX_IV_LENGTH to store the IVs of block c

CVS: cvs.openbsd.org: src

2024-01-04 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2024/01/04 02:34:03 Modified files: usr.sbin/smtpd : table.c Log message: fix IPv6 addresses table lookups Rework parse_sockaddr() to not reach inet_pton() with a brace-wrapped IPv6 address. Issue reported

CVS: cvs.openbsd.org: src

2024-01-04 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2024/01/04 02:30:09 Modified files: usr.sbin/smtpd : config.c Log message: set_localaddrs(): don't wrap IPv6s address with braces twice ss_to_text() already wraps ipv6 addresses in braces, so no need to do

CVS: cvs.openbsd.org: src

2024-01-04 Thread Kevin Lo
CVSROOT:/cvs Module name:src Changes by: ke...@cvs.openbsd.org 2024/01/04 01:41:59 Modified files: share/man/man4 : axen.4 usb.4 sys/dev/usb: if_axen.c if_axenreg.h if_cdce.c if_cdcereg.h Log message: Add support for AX88179A. AX88179A interweave dummies a