CVS: cvs.openbsd.org: src

2021-07-23 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2021/07/23 23:49:59 Modified files: sys/dev/pci: if_bnxt.c Log message: Use the presence of an intrmap, rather than the number of queues, to determine how admin interrupts are set up, so we

CVS: cvs.openbsd.org: src

2021-07-23 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2021/07/23 23:45:49 Modified files: regress/lib/libc: Makefile Added files: regress/lib/libc/strchr: Makefile strchrtest.c Log message: Add basic regression tests for strchr() and strrchr().

CVS: cvs.openbsd.org: src

2021-07-23 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2021/07/23 23:42:25 src/regress/lib/libc/strchr Update of /cvs/src/regress/lib/libc/strchr In directory cvs.openbsd.org:/tmp/cvs-serv84776/strchr Log Message: Directory /cvs/src/regress/lib/libc/strchr added to the

CVS: cvs.openbsd.org: src

2021-07-23 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2021/07/23 23:35:56 Modified files: lib/libc/arch/mips64/string: strchr.S strrchr.S Log message: Fix strchr() and strrchr() on mips64 Truncate the character arguments of strchr() and strrchr() to eight

CVS: cvs.openbsd.org: src

2021-07-23 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2021/07/23 20:57:28 Modified files: regress/usr.bin/ssh: keygen-convert.sh Log message: Skip RFC4716 format import and export tests when built without OpenSSL.

CVS: cvs.openbsd.org: src

2021-07-23 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2021/07/23 20:51:14 Modified files: usr.bin/ssh: ssh-keygen.c Log message: Don't omit ssh-keygen -y from usage when built without OpenSSL. It is actually available, albeit only for ed25519 keys.

CVS: cvs.openbsd.org: src

2021-07-23 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2021/07/23 20:08:13 Modified files: usr.bin/ssh: ssh-keygen.c Log message: Exclude key conversion options from usage when built without OpenSSL since those are not available, similar to what we

CVS: cvs.openbsd.org: src

2021-07-23 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/07/23 19:55:19 Modified files: usr.bin/ssh: auth-options.c Log message: don't leak environment= variable when it is not the first match

CVS: cvs.openbsd.org: src

2021-07-23 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/07/23 19:54:23 Modified files: regress/usr.bin/ssh/unittests/authopt: tests.c Log message: test for first-match-wins in authorized_keys environment= options

CVS: cvs.openbsd.org: src

2021-07-23 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/07/23 17:06:39 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2021-07-23 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2021/07/23 15:47:22 Modified files: sys/dev/usb/dwc2: dwc2.c Log message: Make GENERIC compile again.

CVS: cvs.openbsd.org: src

2021-07-23 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/07/23 14:50:28 Modified files: lib/libcrypto/x509: x509_trs.c Log message: Similar to x509/x509_purp.c rev. 1.5: Delete some code from X509_TRUST_cleanup(3) that had no effect: it called a

CVS: cvs.openbsd.org: src

2021-07-23 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/07/23 14:40:49 Modified files: lib/libcrypto/x509: x509_purp.c Log message: Delete some code from X509_PURPOSE_cleanup(3) that had no effect: it called a function on static objects that returns

CVS: cvs.openbsd.org: src

2021-07-23 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/07/23 14:25:36 Modified files: lib/libcrypto/man: X509_NAME_hash.3 Log message: Add a roff(7) comment that X509_issuer_and_serial_hash() is intentionally undocumented because it uses MD5 only

CVS: cvs.openbsd.org: src

2021-07-23 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2021/07/23 12:04:28 Modified files: lib/libc/stdlib: malloc.c Log message: Make MALLOC_STATS compile again; noted by Omar Polo and Joe Nelson

CVS: cvs.openbsd.org: src

2021-07-23 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/07/23 10:43:56 Modified files: lib/libcrypto/man: X509_VERIFY_PARAM_set_flags.3 Log message: clarify the meaning of the argument of X509_VERIFY_PARAM_set_purpose(3)

CVS: cvs.openbsd.org: src

2021-07-23 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/07/23 10:23:37 Modified files: sys/dev/usb/dwc2: dwc2.c Log message: compile in non-DIAGNOSTIC mode; ok mglocker

CVS: cvs.openbsd.org: src

2021-07-23 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/07/23 10:22:59 Modified files: lib/libcrypto/man: X509_check_purpose.3 Log message: mention the possibility that user-defined purpose identifiers may have been defined or user-supplied checking

CVS: cvs.openbsd.org: src

2021-07-23 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/07/23 10:03:47 Modified files: usr.sbin/rpki-client: http.c Log message: Adjust HTTP/1.1 request string * "Connection: keep-alive" isn't needed, as the HTTP 1.1 default is to use persistent

CVS: cvs.openbsd.org: src

2021-07-23 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/07/23 09:31:14 Modified files: sys/arch/riscv64/riscv64: copy.S Log message: Use 8/4/1 bytes loads/stores for copyin/copyout/kcopy Only use multiple bytes operations on properly aligned addresses, as

CVS: cvs.openbsd.org: src

2021-07-23 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/07/23 08:27:32 Modified files: lib/libcrypto/man: Makefile X509_check_purpose.3 X509_new.3 Added files: lib/libcrypto/man: X509_PURPOSE_set.3 Log message: new manual page

CVS: cvs.openbsd.org: www

2021-07-23 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2021/07/23 07:53:51 Modified files: . : ftp.html ftplist httpslist build : mirrors.dat openbgpd : ftp.html openntpd : portable.html

CVS: cvs.openbsd.org: src

2021-07-23 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2021/07/23 06:47:21 Modified files: lib/libc/sys : nanosleep.2 Log message: nanosleep.2: miscellaneous cleanup and rewrites Clean up the nanosleep(2) manpage. Correct errors and rewrite the clunky

CVS: cvs.openbsd.org: src

2021-07-23 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2021/07/23 05:56:01 Modified files: sbin/dhcpleased: engine.c Log message: When dhcpleasectl asks to send a new request on an interface we are probably stuck in some way and the user wants a mostly clean

CVS: cvs.openbsd.org: src

2021-07-23 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/07/23 00:02:39 Modified files: lib/libcrypto/man: X509_print_ex.3 Log message: occured -> occurred;

CVS: cvs.openbsd.org: src

2021-07-23 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/07/23 00:01:17 Modified files: usr.bin/ssh: ssh-keygen.1 Log message: punctuation;