CVS: cvs.openbsd.org: src

2022-12-25 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/12/26 00:31:44

Modified files:
lib/libssl : d1_both.c ssl.h ssl_clnt.c ssl_local.h 
 ssl_srvr.c 
lib/libssl/doc : openssl.cnf standards.txt 
lib/libssl/test: CAss.cnf CAtsa.cnf pkits-test.pl 

Log message:
spelling fixes; from paul tagliamonte
ok tb



CVS: cvs.openbsd.org: src

2022-12-25 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/12/26 00:18:53

Modified files:
lib/libcrypto  : crypto.h md32_common.h ossl_typ.h sparccpuid.S 
 x86cpuid.pl 
lib/libcrypto/aes/asm: aes-586.pl aes-mips.pl aes-ppc.pl 
   aesni-sha1-x86_64.pl aesni-x86_64.pl 
   bsaes-x86_64.pl 
lib/libcrypto/arc4random: getentropy_aix.c 
lib/libcrypto/arch/aarch64: opensslconf.h 
lib/libcrypto/arch/alpha: opensslconf.h 
lib/libcrypto/arch/amd64: opensslconf.h 
lib/libcrypto/arch/arm: opensslconf.h 
lib/libcrypto/arch/hppa: opensslconf.h 
lib/libcrypto/arch/i386: opensslconf.h 
lib/libcrypto/arch/m88k: opensslconf.h 
lib/libcrypto/arch/mips64: opensslconf.h 
lib/libcrypto/arch/powerpc: opensslconf.h 
lib/libcrypto/arch/powerpc64: opensslconf.h 
lib/libcrypto/arch/riscv64: opensslconf.h 
lib/libcrypto/arch/sh: opensslconf.h 
lib/libcrypto/arch/sparc: opensslconf.h 
lib/libcrypto/arch/sparc64: opensslconf.h 
lib/libcrypto/asn1: a_mbstr.c tasn_utl.c 
lib/libcrypto/bio: bss_dgram.c 
lib/libcrypto/bn: bn_div.c bn_gcd.c bn_x931p.c 
lib/libcrypto/bn/asm: co-586.pl mips.pl modexp512-x86_64.pl 
  pa-risc2W.s parisc-mont.pl ppc.pl 
  ppc64-mont.pl sparcv9-mont.pl 
  sparcv9a-mont.pl x86-gf2m.pl x86-mont.pl 
  x86_64-gf2m.pl 
lib/libcrypto/bn/asm/x86: comba.pl 
lib/libcrypto/cmac: cmac.c 
lib/libcrypto/comp: c_zlib.c 
lib/libcrypto/des/asm: des_enc.m4 
lib/libcrypto/dh: dh_ameth.c 
lib/libcrypto/dso: dso.h 
lib/libcrypto/ec: ec.h ecp_nistp224.c ecp_nistp256.c 
  ecp_nistp521.c 
lib/libcrypto/ec/asm: ecp_nistz256-armv4.pl 
  ecp_nistz256-sparcv9.pl 
lib/libcrypto/ecdsa: ecdsa.h 
lib/libcrypto/engine: README eng_aesni.c eng_list.c 
  eng_padlock.c eng_table.c engine.h 
lib/libcrypto/err: err.c 
lib/libcrypto/evp: digest.c evp_enc.c pmeth_lib.c 
lib/libcrypto/man: PKCS7_dataFinal.3 PKCS7_final.3 
   X509_check_trust.3 
lib/libcrypto/modes: ctr128.c 
lib/libcrypto/modes/asm: ghash-x86.pl 
lib/libcrypto/objects: obj_dat.c objects.txt 
lib/libcrypto/ocsp: ocsp_cl.c ocsp_ext.c 
lib/libcrypto/perlasm: readme x86_64-xlate.pl 
lib/libcrypto/pkcs7: pk7_doit.c 
lib/libcrypto/rc2: version 
lib/libcrypto/rc4/asm: rc4-586.pl rc4-x86_64.pl 
lib/libcrypto/ripemd: README 
lib/libcrypto/rsa: rsa_eay.c 
lib/libcrypto/sha/asm: sha1-586.pl sha1-sparcv9a.pl 
   sha1-thumb.pl sha1-x86_64.pl 
   sha512-x86_64.pl 
lib/libcrypto/ui: ui.h 
lib/libcrypto/whrlpool/asm: wp-mmx.pl 
lib/libcrypto/x509: pcy_tree.c x509.h x509_constraints.c 
x509_issuer_cache.c x509_ncons.c x509_utl.c 
x509_vfy.c x509_vfy.h x509name.c 

Log message:
spelling fixes; from paul tagliamonte
i removed the arithmetics -> arithmetic changes, as i felt they
were not clearly correct

ok tb



CVS: cvs.openbsd.org: src

2022-12-25 Thread ASOU Masato
CVSROOT:/cvs
Module name:src
Changes by: a...@cvs.openbsd.org2022/12/25 21:09:14

Modified files:
sys/dev/pv : vmt.c 

Log message:
Add close vmt.



CVS: cvs.openbsd.org: src

2022-12-25 Thread Jeremy Evans
CVSROOT:/cvs
Module name:src
Changes by: jer...@cvs.openbsd.org  2022/12/25 20:09:04

Modified files:
share/man/man5 : ruby-module.5 

Log message:
Document ruby32 FLAVOR for Ruby ports



CVS: cvs.openbsd.org: src

2022-12-25 Thread Visa Hankala
CVSROOT:/cvs
Module name:src
Changes by: v...@cvs.openbsd.org2022/12/25 02:39:37

Modified files:
libexec/ld.so  : loader.c 

Log message:
Re-enable DT_MIPS_RLD_MAP_REL tag in ld.so

The linker now produces correct values for DT_MIPS_RLD_MAP_REL tags.

The DT_MIPS_RLD_MAP_REL offset is relative to the entry of the original
dynamic tags array. Therefore look up the tag from exe_obj->load_dyn
instead of exe_obj->Dyn.info to get the correct base address.

OK kettenis@ deraadt@