CVS: cvs.openbsd.org: src

2022-12-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/12/02 12:44:04 Modified files: lib/libcrypto/bio: bio_lib.c bio_local.h Log message: Revert bio_prev removal As schwarze points out, you can pop any BIO in a chain, not just the first one (bonus

CVS: cvs.openbsd.org: src

2022-12-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/12/02 10:33:38 Modified files: regress/lib/libcrypto/bn: bn_mod_exp.c Added files: regress/lib/libcrypto/bn: bn_mod_exp_zero.c Log message: Rewrite the tests that various modular

CVS: cvs.openbsd.org: src

2022-12-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/12/02 10:34:26 Modified files: regress/lib/libcrypto/bn: Makefile Log message: Link new bn_mod_exp_zero test to build

CVS: cvs.openbsd.org: src

2022-12-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/12/02 11:24:01 Modified files: regress/lib/libcrypto/bn: bn_mod_exp.c Log message: bn_mod_exp: we have a BN_CTX available... Use BN_CTX_get() instead of BN_new()/BN_free().

CVS: cvs.openbsd.org: src

2022-12-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/12/02 10:42:45 Modified files: regress/lib/libcrypto/bn: bn_mod_exp.c Log message: Check BN_rand() and BN_mod() return values CID 430848 CID 430849

CVS: cvs.openbsd.org: www

2022-12-02 Thread Darren Tucker
CVSROOT:/cvs Module name:www Changes by: dtuc...@cvs.openbsd.org 2022/12/02 14:34:49 Modified files: build/openssh : releases.pl openssh: releasenotes.html Log message: Mark up GHPRnnn links in full instead of only half of them.

CVS: cvs.openbsd.org: src

2022-12-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/12/02 11:31:40 Modified files: regress/lib/libcrypto/bn: bn_mod_exp.c Log message: bn_mod_exp.c: printing to stdout needs no BIO

CVS: cvs.openbsd.org: src

2022-12-02 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2022/12/02 08:35:35 Modified files: sys/netinet6 : nd6.c nd6.h nd6_nbr.c usr.sbin/ndp : ndp.c Log message: Remove constant basereachable and retrans members from struct nd_ifinfo Both are

CVS: cvs.openbsd.org: src

2022-12-02 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2022/12/02 15:36:34 Modified files: usr.bin/midicat: midicat.c Log message: midicat(1): use err(3) everywhere This is consistent with style(9) and makes the program shorter, too. Tweaked by ratchov@.

CVS: cvs.openbsd.org: src

2022-12-02 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2022/12/02 15:29:59 Modified files: usr.bin/midicat: midicat.c Log message: midicat(1): set ifile/ofile to "stdin"/"stdout" if it is an en-dash ("-") This makes error messages a little bit more intuitive.

CVS: cvs.openbsd.org: src

2022-12-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/12/02 15:58:56 Modified files: lib/libcrypto/man: BIO_push.3 Log message: Drop 'perhaps a little', plus grammar and spelling nits BIO_push() and BIO_pop() are misnamed. No need to gently and politely

CVS: cvs.openbsd.org: src

2022-12-02 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/12/02 18:18:03 Modified files: sys/dev/pci/drm/i915/gt: intel_gt.c Log message: drm/i915: fix TLB invalidation for Gen12 video and compute engines >From Andrzej Hajda

CVS: cvs.openbsd.org: src

2022-12-02 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/12/02 20:04:36 Modified files: sys/dev/pci: pcidevs Log message: add AMD family 19h model 61h (Raphael) ids initial diff from Laurence Tratt; ok mlarkin@

CVS: cvs.openbsd.org: src

2022-12-02 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/12/02 20:05:13 Modified files: sys/dev/pci: pcidevs.h pcidevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2022-12-02 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2022/12/02 15:21:35 Modified files: usr.bin/midicat: midicat.c Log message: midicat(1): add a usage() function Tweaked by millert@. Link: https://marc.info/?l=openbsd-tech=166982129428027=2 ok millert@

CVS: cvs.openbsd.org: www

2022-12-02 Thread Tobias Heider
CVSROOT:/cvs Module name:www Changes by: to...@cvs.openbsd.org 2022/12/02 07:41:46 Modified files: openiked : index.html releases.html Log message: OpenIKED 7.2

CVS: cvs.openbsd.org: src

2022-12-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/12/02 01:30:54 Modified files: regress/lib/libcrypto/bn: Makefile Log message: libcrypto/bn: switch back to manual regress targets The previous change had the undesired side effect of running the

CVS: cvs.openbsd.org: src

2022-12-02 Thread Martijn van Duren
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2022/12/02 03:57:12 Modified files: lib/libagentx : agentx.c Log message: When checking if we're implied we must also check if we're working on a string or an oid, else we can generate invalid OIDs. Found

CVS: cvs.openbsd.org: src

2022-12-02 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/12/02 05:27:08 Modified files: sys/arch/riscv64/include: asm.h sys/arch/riscv64/riscv64: cpuswitch.S exception.S locore.S lib/libc/arch/riscv64: SYS.h

CVS: cvs.openbsd.org: src

2022-12-02 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2022/12/02 05:56:51 Modified files: sys/netinet6 : in6.c Log message: Unlock in6_ioctl_get() aka. SIOCGIF{DSTADDR,NETMASK,AFLAG,ALIFETIME}_IN6 First the right address is picked from the net lock

CVS: cvs.openbsd.org: src

2022-12-02 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2022/12/02 05:51:22 Modified files: distrib/sets/lists/base: mi Log message: sync

CVS: cvs.openbsd.org: src

2022-12-02 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2022/12/02 05:58:37 Modified files: sys/netinet6 : nd6_nbr.c Log message: Remove useless variable, simplify code Using a local `duplicate' variable to defer the actual checks by a few lines, interleaved