CVS: cvs.openbsd.org: src

2023-07-27 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/27 23:53:10 Modified files: lib/libcrypto/man: ASN1_BIT_STRING_set.3 Log message: Remove ASN1_BIT_STRING_set doco

CVS: cvs.openbsd.org: src

2023-07-27 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/27 23:49:53 Modified files: lib/libcrypto/man: ASN1_BIT_STRING_set.3 Log message: Remove stale .Xr missed in previous

CVS: cvs.openbsd.org: src

2023-07-27 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/27 23:48:55 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2023-07-27 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/27 23:48:33 Modified files: lib/libcrypto/man: ASN1_STRING_new.3 Makefile Removed files: lib/libcrypto/man: ASN1_BIT_STRING_num_asc.3 Log message: Remove ASN1_BIT_STRING_num_asc.3

CVS: cvs.openbsd.org: src

2023-07-27 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/07/27 23:42:36 Modified files: usr.bin/ssh: sshd_config.5 Log message: %C is a callable macro in mdoc(7) so, as we do for %D, escape it;

CVS: cvs.openbsd.org: src

2023-07-27 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2023/07/27 23:33:15 Modified files: regress/usr.bin/ssh: forward-control.sh Log message: don't need to start a command here; use ssh -N instead. Fixes failure on cygwin spotted by Darren

CVS: cvs.openbsd.org: src

2023-07-27 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/07/27 21:06:46 Modified files: sys/arch/i386/include: specialreg.h Log message: Fix off-by-one: SEFF0ECX_WAITPKG is bit 5, not bit 4. from guenther@ in amd64

CVS: cvs.openbsd.org: src

2023-07-27 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2023/07/27 16:26:49 Modified files: usr.bin/ssh: ssh-pkcs11.c Log message: don't incorrectly truncate logged strings retrieved from PKCS#11 modules; based on GHPR406 by Jakub Jelen; ok markus

CVS: cvs.openbsd.org: src

2023-07-27 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2023/07/27 16:25:17 Modified files: usr.bin/ssh: auth2-pubkey.c sshd_config.5 Log message: make sshd_config AuthorizedPrincipalsCommand and AuthorizedKeysCommand accept the %D (routing domain) and a new

CVS: cvs.openbsd.org: src

2023-07-27 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2023/07/27 16:23:05 Modified files: usr.bin/ssh: sshkey.c Log message: increase default KDF work-factor for OpenSSH format private keys from 16 to 24; { feedback ok } x { deraadt markus }

CVS: cvs.openbsd.org: src

2023-07-27 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/07/27 16:20:51 Modified files: sys/net: rtsock.c Log message: Fix routing message size check in route_output(). `rtm_hdrlen' type is u_short, so add sizeof(rtm->rtm_hdrlen) instead of 1 to its

Re: CVS: cvs.openbsd.org: src

2023-07-27 Thread Alexander Bluhm
On Thu, Jul 27, 2023 at 02:21:25PM -0600, Jan Klemkow wrote: > CVSROOT: /cvs > Module name: src > Changes by: j...@cvs.openbsd.org2023/07/27 14:21:25 > > Modified files: > sys/dev/pci: if_ix.c > sys/net: if_ethersubr.c > sys/netinet: if_ether.h > > Log

CVS: cvs.openbsd.org: src

2023-07-27 Thread Jan Klemkow
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/07/27 14:21:25 Modified files: sys/dev/pci: if_ix.c sys/net: if_ethersubr.c sys/netinet: if_ether.h Log message: Fix inline vlan-tag handling of forwarded LRO packets

CVS: cvs.openbsd.org: src

2023-07-27 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2023/07/27 12:17:14 Modified files: lib/csu: crt0.c Log message: Make _eprol (and _etext) hidden. Fixes "cc -pg" on arm64 where the current code which has a local _eprol label in the inline

CVS: cvs.openbsd.org: src

2023-07-27 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2023/07/27 11:52:53 Modified files: sys/kern : kern_clockintr.c kern_sched.c Log message: sched_init_cpu: move profclock staggering to clockintr_cpu_init() initclocks() runs after sched_init_cpu() is

CVS: cvs.openbsd.org: src

2023-07-27 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2023/07/27 10:33:56 Modified files: sys/arch/amd64/include: specialreg.h Log message: Fix off-by-one: SEFF0ECX_WAITPKG is bit 5, not bit 4. ok mlarkin@ kettenis@ deraadt@

CVS: cvs.openbsd.org: src

2023-07-27 Thread Dave Voutila
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2023/07/27 03:27:43 Modified files: usr.sbin/vmd : virtio.c vmd.h vmm.c Log message: vmd(8): fix verbose logging in child processes. The introduction of exec for vm's and fork+exec for virtio block and

CVS: cvs.openbsd.org: src

2023-07-27 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/27 01:08:09 Modified files: regress/lib/libssl/ssl: ssltest.c Log message: Prepare the ssltest for the upcoming bump This is a hack. The test is in rather poor shape and it is hard to tell whether

CVS: cvs.openbsd.org: src

2023-07-27 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/27 01:01:50 Modified files: usr.bin/openssl: openssl.1 speed.c version.c Log message: Remove antiquated options output This is uninteresting and rather meaningless except for the implementer. No

CVS: cvs.openbsd.org: src

2023-07-27 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/27 00:41:39 Modified files: regress/lib/libcrypto/bn: bn_print.c Log message: Annotate bogus output as incorrect Some people already have way too many simple and not too important diffs in their

CVS: cvs.openbsd.org: src

2023-07-27 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/07/27 00:20:45 Modified files: lib/libcrypto/man: BUF_MEM_new.3 Log message: Fix two mandoc -Tlint warnings left in previous