CVS: cvs.openbsd.org: src

2022-05-24 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/05/25 00:03:44 Modified files: usr.bin/ssh: sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf.c sshbuf.h Log message: revert previous; it was broken (spotted by Theo)

CVS: cvs.openbsd.org: src

2022-05-24 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/05/24 21:03:58 Modified files: sys/dev/fdt: ahci_fdt.c Log message: marvell,armada-3700-ahci seems to work. ok kettenis@ patrick@

CVS: cvs.openbsd.org: src

2022-05-24 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/05/24 18:31:13 Modified files: usr.bin/ssh: sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf.c sshbuf.h Log message: make SSHBUF_DBG/SSHBUF_TELL (off by default and only

CVS: cvs.openbsd.org: src

2022-05-24 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2022/05/24 16:36:58 Modified files: lib/libc/arch/aarch64/sys: tfork_thread.S Log message: Delete superfluous/duplicated #includes

CVS: cvs.openbsd.org: src

2022-05-24 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2022/05/24 16:35:27 Modified files: lib/libc/arch/aarch64/gen: _setjmp.S setjmp.S Log message: Give internal 'botch' labels a '.L' prefix to remove them from the symbol table ok kettenis@ miod@

CVS: cvs.openbsd.org: src

2022-05-24 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2022/05/24 16:34:02 Modified files: sys/arch/arm64/include: asm.h lib/libc/arch/aarch64/sys: brk.S sbrk.S lib/libc/arch/aarch64/gen: byte_swap_2.S byte_swap_4.S Removed files:

CVS: cvs.openbsd.org: src

2022-05-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/05/24 14:20:19 Modified files: lib/libcrypto/asn1: asn1_item.c Log message: Clean up ASN1_item_sign_ctx() a little Instead of inl, outl, and outll, use in_len, out_len, and buf_out_len. Use the appropr

CVS: cvs.openbsd.org: src

2022-05-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/05/24 14:06:32 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Simplify ec_asn1_group2curve() Don't try to reuse curve->seed to avoid an allocation. Free it unconditionally and copy over the g

CVS: cvs.openbsd.org: src

2022-05-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/05/24 14:00:15 Modified files: lib/libcrypto/ec: ec_ameth.c Log message: Straightforward conversion of ecdh_cms_encrypt() to asn1_abs_set_unused_bits() ok jsing

CVS: cvs.openbsd.org: src

2022-05-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/05/24 13:59:14 Modified files: lib/libcrypto/asn1: x_pubkey.c Log message: Rewrite X509_PUBKEY_set0_param() to use asn1_abs_set_unused_bits() This streamlines the logic and uses ASN1_STRING_set0() and

CVS: cvs.openbsd.org: src

2022-05-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/05/24 13:56:13 Modified files: lib/libcrypto/asn1: asn1_gen.c Log message: Use asn1_abs_set_unused_bits() in asn1_str2type() ok jsing

CVS: cvs.openbsd.org: src

2022-05-24 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2022/05/24 11:29:02 Modified files: sys/arch/amd64/stand/mbr: mbr.S sys/arch/i386/stand/mbr: mbr.S sys/arch/landisk/stand/mbr: mbr.S Log message: fdisk(8) no longer uses the partition table

CVS: cvs.openbsd.org: src

2022-05-24 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2022/05/24 11:21:17 Modified files: lib/libc/arch/arm/gen: sigsetjmp.S _setjmp.S setjmp.S Log message: Set the correct alignment on __jmpxor (.align's meaning is MD!) Put .L_setjmp_magic in the corre

CVS: cvs.openbsd.org: src

2022-05-24 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2022/05/24 11:20:23 Modified files: lib/libc/arch/arm/sys: tfork_thread.S Log message: Delete superfluous/duplicated #includes

CVS: cvs.openbsd.org: src

2022-05-24 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2022/05/24 11:19:46 Modified files: lib/libc/arch/arm/gen: divsi3.S Log message: Add END() tags to give these functions sizes in the ELF symbol table ok kettenis@ miod@

CVS: cvs.openbsd.org: src

2022-05-24 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2022/05/24 11:15:23 Modified files: sys/arch/arm/include: asm.h libexec/ld.so/arm: Makefile.inc lib/libc/arch/arm/gen: byte_swap_2.S byte_swap_4.S sigsetjmp.S lib/libc/arch/a

CVS: cvs.openbsd.org: src

2022-05-24 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2022/05/24 10:42:19 Modified files: usr.bin/mg : basic.c cscope.c Log message: fix some dobeep_msgs calls dobeep_msgs isn't printf-like: it just prints the two arguments separated by a space. When it w

CVS: cvs.openbsd.org: src

2022-05-24 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2022/05/24 10:24:31 Modified files: usr.bin/mg : cmode.c util.c Log message: automatically delete trailing whitespaces on RET in c-mode and auto-indent-mode (only after computing the auto indent.) teste

Re: CVS: cvs.openbsd.org: src

2022-05-24 Thread Todd C . Miller
On Mon, 23 May 2022 23:04:07 -0700, Philip Guenther wrote: > To be clear, this is _not_ a POSIX conformance issue and when multiple > possible error conditions occcur, as happens here, the exact error > returned is unspecified by POSIX: XSH 2.3p4 > If more than one error occurs in processing

CVS: cvs.openbsd.org: src

2022-05-24 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2022/05/24 03:22:45 Modified files: usr.sbin/rpki-client: http.c Log message: While not strictly required clear all pfds in the poll loop and not just once at the start. OK tb@

CVS: cvs.openbsd.org: src

2022-05-24 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2022/05/24 03:20:49 Modified files: usr.sbin/rpki-client: extern.h http.c rsync.c Log message: Introduce MAX_HTTP_REQUESTS and MAX_RSYNC_REQUESTS. These just replace MAX_CONNECTIONS and MAX_RSYNC_PROCESSES t