CVS: cvs.openbsd.org: src

2024-04-18 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2024/04/19 00:50:37 Modified files: sys/nfs: nfs_socket.c nfs_syscalls.c Log message: nfs: Permit null requests (aka server pings) from non-reserved ports Unfortunately, this is recommended by rfc 2

CVS: cvs.openbsd.org: src

2024-04-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/18 10:50:22 Modified files: lib/libcrypto/man: CMS_add1_signer.3 CMS_sign.3 Log message: Remove a couple of lies about GOST in CMS

CVS: cvs.openbsd.org: src

2024-04-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/18 10:33:33 Modified files: lib/libcrypto/man: EVP_PKEY_get_default_digest_nid.3 Log message: More GOST removal adjustments

CVS: cvs.openbsd.org: src

2024-04-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/18 10:32:22 Modified files: lib/libcrypto/man: EVP_PKEY_set1_RSA.3 Log message: EVP_PKEY_set1_RSA.3 some adjustments after GOST removal

CVS: cvs.openbsd.org: src

2024-04-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/18 05:56:53 Modified files: lib/libcrypto/ec: ec_ameth.c Log message: Add some more comments explaining shortcomings of the API The case in point is the incompatibility of the very ergonomic X509_AL

CVS: cvs.openbsd.org: src

2024-04-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/18 05:53:40 Modified files: lib/libcrypto/ec: ec_ameth.c Log message: Use X509_ALGOR_get0() in ecdh_cms_set_shared_info() This makes things slightly less gross since it involves less reaching into n

CVS: cvs.openbsd.org: src

2024-04-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/18 05:51:53 Modified files: lib/libcrypto/ec: ec_ameth.c Log message: Test and assign in ecdh_cms_set_shared_info() ok jsing

CVS: cvs.openbsd.org: src

2024-04-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/18 05:51:01 Modified files: lib/libcrypto/ec: ec_ameth.c Log message: Turn ecdh_cms_set_shared_info() into single exit ok jsing

CVS: cvs.openbsd.org: src

2024-04-18 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/04/18 04:29:39 Modified files: sys/sys: proc.h Log message: proc_trampoline_mp() was replaced by proc_trampoline_mi() adjust prototype. OK mpi@

Custom Moral Patches

2024-04-18 Thread Dawn Yang
Hey friend, How are you doing? This is Dawn Yang. We are an experienced & professional merchandise supplier. We can produce high quality and complicated designs of *morale patches*, mainly including *PVC patches/Embroidery Patches/Woven Patches/Printed Patches/Leather Patches/IR patches*. *We a

CVS: cvs.openbsd.org: src

2024-04-18 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/04/18 03:06:42 Modified files: sys/kern : kern_sig.c Log message: If a proc has P_WEXIT set do not stop it, let it exit since it is already mostly dead. This is more like belts and suspenders sin

CVS: cvs.openbsd.org: src

2024-04-18 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/04/18 02:59:38 Modified files: sys/kern : kern_synch.c Log message: Clear PCATCH for procs that have P_WEXIT set. Exiting procs will not return to userland and can not deliver signals so it is be