CVS: cvs.openbsd.org: src

2019-06-04 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2019/06/05 00:40:13 Modified files: usr.sbin/smtpd : ca.c smtpd.c smtpd.h ssl.c Log message: a long long time ago, in a galaxy quite close actually, reyk@ introduced an RSA privsep engine to isolate private

CVS: cvs.openbsd.org: src

2019-06-04 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/06/04 22:59:49 Modified files: lib/libcrypto/man: EVP_SignInit.3 Log message: Fix bogus cross reference: EVP_SignDigest* -> EVP_DigestSign*

CVS: cvs.openbsd.org: src

2019-06-04 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2019/06/04 22:45:42 Modified files: sys/dev/pci: if_mcx.c Log message: We know which flow table entries are actually in use, so we can just delete those rather than blindly deleting everything, w

CVS: cvs.openbsd.org: src

2019-06-04 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/06/04 18:36:20 Modified files: sys/dev/pci: mpii.c Log message: this can support 64BIT DVA for io

CVS: cvs.openbsd.org: www

2019-06-04 Thread David Gwynne
CVSROOT:/cvs Module name:www Changes by: d...@cvs.openbsd.org2019/06/04 17:46:09 Modified files: . : want.html Log message: I want a QNAP QM2-2P10G1TA it's a dual M.2 2280 PCIe NVMe SSD & single-port 10GbE expansion card, and I want it for PCIe bridge te

CVS: cvs.openbsd.org: src

2019-06-04 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2019/06/04 17:28:21 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Fix capitalization in XAUTHORITY default

CVS: cvs.openbsd.org: src

2019-06-04 Thread Alexandr Nedvedicky
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2019/06/04 17:06:34 Modified files: sys/net: if.c Log message: if_netisr(): trade NET_LOCK() for NET_RLOCK() OK mpi@

CVS: cvs.openbsd.org: src

2019-06-04 Thread Alexandr Nedvedicky
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2019/06/04 17:00:44 Modified files: sys/net: if_pfsync.c Log message: pfsync_sendout() requires PF_LOCK() OK mpi@

CVS: cvs.openbsd.org: src

2019-06-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/06/04 12:31:33 Modified files: lib/libcrypto/man: lh_new.3 Log message: OPENSSL_realloc(3) is no longer used, we now use reallocarray(3)

CVS: cvs.openbsd.org: src

2019-06-04 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/06/04 12:15:27 Modified files: lib/libcrypto/ecdsa: ecs_ossl.c Log message: Readability tweak in a comment.

CVS: cvs.openbsd.org: src

2019-06-04 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/06/04 12:13:44 Modified files: lib/libcrypto/ecdsa: ecs_ossl.c Log message: Remove the blinding later to avoid leaking information on the length of ckinv. Pointed out and fix suggested by David Schramm

CVS: cvs.openbsd.org: src

2019-06-04 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/06/04 12:12:26 Modified files: lib/libcrypto/dsa: dsa_ossl.c Log message: Readability tweaks for comments that explain the blinding.

CVS: cvs.openbsd.org: src

2019-06-04 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/06/04 12:10:11 Modified files: lib/libcrypto/dsa: dsa_ossl.c Log message: Remove the blinding later to avoid leaking information on the length of kinv. Pointed out and fix suggested by David Schrammel

CVS: cvs.openbsd.org: src

2019-06-04 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2019/06/04 10:11:13 Modified files: sys/netinet: ip_mroute.c sys/netinet6 : ip6_mroute.c Log message: Add missing NULL check for the protocol control block (pcb) pointer in mrt{6,}_ioctl. Call

CVS: cvs.openbsd.org: src

2019-06-04 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2019/06/04 09:45:58 Modified files: sbin/ttyflags : ttyflags.c Log message: Do nog segfault on malformed ttys(5) entry; ok kn@ jca@

CVS: cvs.openbsd.org: src

2019-06-04 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2019/06/04 09:41:02 Modified files: sys/kern : kern_lock.c Log message: Let SP kernel work with WITNESS. The necessary instrumentation was missing from the SP variant of mtx_enter() and mtx_enter_try()

CVS: cvs.openbsd.org: src

2019-06-04 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2019/06/04 08:07:22 Modified files: sys/arch/arm64/include: pmap.h Log message: Remove the unused pvh_attrs attribute from struct vm_page_md. ok kettenis@

CVS: cvs.openbsd.org: src

2019-06-04 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2019/06/04 08:03:21 Modified files: sys/arch/arm64/include: cpu.h Log message: Bump MAXCPUS to 32 so that we can use all cores on the Ampere eMAG. ok kettenis@

CVS: cvs.openbsd.org: src

2019-06-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/06/04 06:31:29 Modified files: lib/libcrypto/man: X509_STORE_CTX_get_error.3 Log message: .In openssl/x509_vfy.h for consistency with all the other X509_STORE_*(3) manual pages

CVS: cvs.openbsd.org: src

2019-06-04 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/06/04 06:08:22 Modified files: sys/dev/pci/drm/include/linux: dma-fence.h sys/dev/pci/drm: drm_linux.c Log message: Move a function used as a callback out of a header so there will only be one

CVS: cvs.openbsd.org: src

2019-06-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/06/04 06:02:44 Modified files: lib/libcrypto/man: BIO_get_ex_new_index.3 Log message: Add several missing .In lines and add a sentence pointing to the detailed description in RSA_get_ex_new_inde

CVS: cvs.openbsd.org: src

2019-06-04 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2019/06/04 05:01:33 Modified files: regress/sys/net/pf_divert: Makefile Log message: To avoid SYN retransmit, kill local tcp pf state that will be reused. This makes the state reuse tests faster and more rel

Re: CVS: cvs.openbsd.org: src

2019-06-04 Thread Stuart Henderson
On 2019/06/03 20:35, Philip Guenther wrote: > CVSROOT: /cvs > Module name: src > Changes by: guent...@cvs.openbsd.org2019/06/03 20:35:40 > > Modified files: > libexec/ld.so : loader.c > > Log message: > Disable the unmapping of ld.so's boot data for now, as boehm-gc appare