CVS: cvs.openbsd.org: src

2021-12-02 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2021/12/02 23:44:46 Modified files: regress/usr.sbin/ospf6d: network_statement.sh Log message: Dump more data in the hopes of figuring out why this test occasionally fails.

CVS: cvs.openbsd.org: src

2021-12-02 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2021/12/02 23:34:38 Modified files: sys/dev/usb: uhidev.c Log message: Bring back the recently reverted change, this time without the inverted conditional. Repeating the previous commit messsage:

CVS: cvs.openbsd.org: src

2021-12-02 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/12/02 16:45:36 Modified files: usr.bin/ssh: ssh-keyscan.c Log message: hash full host:port when asked to hash output, fixes hashes for non- default ports. bz3367 ok dtucker@

CVS: cvs.openbsd.org: src

2021-12-02 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/12/02 16:23:13 Modified files: usr.bin/ssh: sk-usbhid.c Log message: improve the testing of credentials against inserted FIDO keys a little more: ask the token whether a particular key belongs to

CVS: cvs.openbsd.org: src

2021-12-02 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2021/12/02 15:45:53 src/regress/sys/kern/undgram_selfconn Update of /cvs/src/regress/sys/kern/undgram_selfconn In directory cvs.openbsd.org:/tmp/cvs-serv82046/regress/sys/kern/undgram_selfconn Log Message:

CVS: cvs.openbsd.org: src

2021-12-02 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/12/02 15:40:05 Modified files: usr.bin/ssh: sk-usbhid.c Log message: move check_sk_options() up so we can use it earlier

CVS: cvs.openbsd.org: src

2021-12-02 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2021/12/02 15:35:06 Modified files: usr.bin/ssh: sshd_config.5 Log message: ssh-rsa is no longer in the default for PubkeyAcceptedAlgorithms.

CVS: cvs.openbsd.org: src

2021-12-02 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2021/12/02 13:58:01 Modified files: lib/libc/stdlib: bsearch.c Log message: bsearch(3): support arrays with more than INT_MAX elements The "lim" variable needs to be a size_t to match nmemb, otherwise we

CVS: cvs.openbsd.org: src

2021-12-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/12/02 10:18:39 Modified files: distrib/miniroot: install.sub Log message: unmount real root partition from /mnt before the cgi/random actions which run asyncronously and can grab vnodes race to make

CVS: cvs.openbsd.org: src

2021-12-02 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2021/12/02 10:10:53 Modified files: regress/lib/libssl/interop/botan: Makefile regress/lib/libssl/interop/openssl: Makefile regress/lib/libssl/interop/openssl11: Makefile

CVS: cvs.openbsd.org: src

2021-12-02 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2021/12/02 10:09:46 Modified files: regress/usr.sbin/btrace: Makefile Log message: Log that kern.allowdt=1 is needed and where This helps grepping logs for SKIPPED to find instructions for the next run.

CVS: cvs.openbsd.org: src

2021-12-02 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2021/12/02 08:56:15 Modified files: regress/usr.sbin/syslogd: Makefile Log message: Tell testers which packages to install right away OK bluhm

CVS: cvs.openbsd.org: src

2021-12-02 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/12/02 08:15:29 Modified files: usr.bin/lam: lam.1 lam.c Log message: list uppercase options along with lower in SYNOPSIS/options list/usage; suggested by/ok deraadt

CVS: cvs.openbsd.org: src

2021-12-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/12/02 08:13:49 Modified files: sys/sys: tty.h sys/kern : tty.c tty_subr.c Log message: firstc() and nextc() use an int of global static storage. Make this a pointer to a local

CVS: cvs.openbsd.org: src

2021-12-02 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2021/12/02 06:46:42 Modified files: sys/netinet: ipsec_input.c Log message: ipsec_common_input_cb() extracted the inner IP header of IPsec tunnels. It is never used, so this is useless code. Remove

CVS: cvs.openbsd.org: src

2021-12-02 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2021/12/02 05:39:15 Modified files: sys/netinet: ip_ah.c ip_ipsp.c ipsec_input.c ipsec_output.c udp_usrreq.c Log message: Allow to build kernel without IPSEC or INET6 defines.