CVS: cvs.openbsd.org: src

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

CVS: cvs.openbsd.org: src

2024-05-06 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:src Changes by: tob...@cvs.openbsd.org 2024/05/06 13:26:17 Modified files: usr.bin/ssh: ssh-keyscan.c Log message: remove SSH1 leftovers Authored with Space Meyer ok djm

CVS: cvs.openbsd.org: src

2024-05-06 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2024/05/06 10:54:22 Modified files: usr.bin/vmstat : dkstats.c Log message: vmstat/dkstats.c: remove obfuscatory timerset() macro Using a macro to perform a plain struct assignment obfuscates the obvious.

CVS: cvs.openbsd.org: src

2024-05-06 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2024/05/06 10:49:46 Modified files: usr.bin/tty: tty.c Log message: tty(1): exit with status 2 if unveil(2) or pledge(2) fail tty(1) returns >1 on error, not 1. Thread:

CVS: cvs.openbsd.org: src

2024-05-06 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/05/06 08:38:20 Modified files: lib/libcrypto/lhash: lhash.c Log message: Fix function wrapping.

CVS: cvs.openbsd.org: src

2024-05-06 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/05/06 08:37:26 Modified files: regress/lib/libcrypto: Makefile Log message: Enable lhash regress.

CVS: cvs.openbsd.org: src

2024-05-06 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/05/06 08:36:05 Modified files: lib/libcrypto/lhash: lhash.c Log message: Guard call to contract() from doall_util_fn(). It is not safe to unconditionally call contract() - when called repeatedly it

CVS: cvs.openbsd.org: src

2024-05-06 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/05/06 08:31:25 Added files: regress/lib/libcrypto/lhash: Makefile lhash_test.c Log message: Provide initial regress for lhash. For now, this is very limited and only tests calling lh_doall_arg()

CVS: cvs.openbsd.org: src

2024-05-06 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/05/06 08:24:21 src/regress/lib/libcrypto/lhash Update of /cvs/src/regress/lib/libcrypto/lhash In directory cvs.openbsd.org:/tmp/cvs-serv75180/lhash Log Message: Directory /cvs/src/regress/lib/libcrypto/lhash

CVS: cvs.openbsd.org: src

2024-05-06 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/05/06 03:54:38 Modified files: sys/dev/ic : dwqe.c dwqereg.h Log message: Add support for Tx checksum offloading to dwqe(4). Also improve our macros documenting Tx descriptor formats. Tested: