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)
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@
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
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
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@
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:
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
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
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
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
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
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
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
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
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@
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
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
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
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
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@
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
21 matches
Mail list logo