CVS: cvs.openbsd.org: src

2019-11-01 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2019/11/01 23:31:20 Modified files: sys/kern : kern_exit.c kern_sched.c sched_bsd.c sys/sys: proc.h syscall_mi.h Log message: Move dead procs to the reaper queue immediately after cont

CVS: cvs.openbsd.org: src

2019-11-01 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2019/11/01 21:16:45 Modified files: usr.sbin/smtpd : ssl_verify.c Log message: switch ASN1_STRING_data() with constified ASN1_STRING_get0_data()

CVS: cvs.openbsd.org: src

2019-11-01 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/11/01 18:41:36 Modified files: usr.sbin/apmd : apmd.c Log message: Write debug messages to stderr instead of stdout ok kn@ mpi@

CVS: cvs.openbsd.org: src

2019-11-01 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/11/01 18:40:10 Modified files: usr.sbin/apmd : apmd.c Log message: Zap remnants from "cpu throttling on mp systems" introduced in rev 1.46 That logic is now in the kernel. ok kn@ mpi@

CVS: cvs.openbsd.org: src

2019-11-01 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2019/11/01 14:58:01 Modified files: sys/kern : kern_sched.c sched_bsd.c Log message: Kill resched_proc() and instead call need_resched() when a thread is added to the runqueue of a CPU. This fix out-o

CVS: cvs.openbsd.org: src

2019-11-01 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/11/01 14:54:52 Modified files: sys/lib/libsa : stand.h sys/arch/octeon/stand/rdboot: rdboot.c Log message: Reduce BOOTRANDOM_MAX to 256. naddy pointed out there's no point having it larger th

CVS: cvs.openbsd.org: src

2019-11-01 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/11/01 14:26:21 Modified files: usr.bin/tmux : server-client.c Log message: Limit lazy resize to panes in attached sessions only - those in unattached are likely to have been resized by something like

CVS: cvs.openbsd.org: src

2019-11-01 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/11/01 13:51:09 Modified files: lib/libcrypto/man: EVP_PKEY_CTX_new.3 Log message: In evp/pmeth_lib.c rev. 1.16, jsing@ enabled EVP_PKEY_RSA_PSS. Document it.

CVS: cvs.openbsd.org: src

2019-11-01 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/11/01 13:37:21 Modified files: lib/libcrypto/man: RSA_pkey_ctx_ctrl.3 Log message: In rsa.h rev. 1.45, jsing@ provided the three macro constants RSA_PSS_SALTLEN_*; document them. The wording is

CVS: cvs.openbsd.org: src

2019-11-01 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2019/11/01 13:33:09 Modified files: sys/uvm: uvm_map.c Log message: Push the KERNEL_LOCK() down in uvm_map_inentry(). The lookup in uvm_map_inentry_fix() is already serialized by the vm_map_lock and

CVS: cvs.openbsd.org: src

2019-11-01 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2019/11/01 13:18:30 Modified files: sys/uvm: uvm_map.c uvm_map.h Log message: Keep local function definitions in C files.

CVS: cvs.openbsd.org: src

2019-11-01 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2019/11/01 13:13:52 Modified files: sys/sys: proc.h Log message: Document that p_{sp,pc}inentry are owned by the current thread.

CVS: cvs.openbsd.org: src

2019-11-01 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/11/01 12:21:55 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2019-11-01 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2019/11/01 12:15:28 Modified files: usr.sbin/ospfctl: ospfctl.c usr.sbin/ractl : ractl.c usr.sbin/slaacctl: slaacctl.c usr.sbin/unwindctl: unwindctl.c Log message: Correctly group

CVS: cvs.openbsd.org: src

2019-11-01 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2019/11/01 12:03:50 Modified files: sys/arch/sparc64/sparc64: db_trace.c Log message: Fix an off-by-one in db_save_stack_trace(). Save the PC after checking if it belongs to the kernel.

CVS: cvs.openbsd.org: src

2019-11-01 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2019/11/01 11:50:53 Modified files: sys/arch/sparc64/sparc64: db_trace.c Log message: Flush the register windows before unwinding the stack. This makes db_save_stack_trace() and db_stack_dump() work. ok de

CVS: cvs.openbsd.org: src

2019-11-01 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2019/11/01 10:04:19 Modified files: lib/librthread : rthread_sem.c Log message: Remove duplicated header.

CVS: cvs.openbsd.org: www

2019-11-01 Thread Pamela Mosiejczuk
CVSROOT:/cvs Module name:www Changes by: pam...@cvs.openbsd.org 2019/11/01 09:39:34 Modified files: . : plus61.html Log message: changelog for OpenBSD 6.1 July 26, 2016 - March 31, 2017 ok deraadt@

CVS: cvs.openbsd.org: src

2019-11-01 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2019/11/01 09:15:35 Modified files: lib/libcrypto/dsa: dsa_ameth.c Log message: Add DSA CMS support. >From OpenSSL 1.1.1d. ok tb@

CVS: cvs.openbsd.org: src

2019-11-01 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2019/11/01 09:13:05 Modified files: lib/libcrypto/rsa: rsa.h rsa_ameth.c rsa_err.c Log message: Add RSA CMS support. >From OpenSSL 1.1.1d. ok tb@

CVS: cvs.openbsd.org: src

2019-11-01 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2019/11/01 09:12:07 Modified files: lib/libcrypto/objects: obj_mac.num objects.txt Log message: Provide NID for pSpecified. ok tb@

CVS: cvs.openbsd.org: src

2019-11-01 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2019/11/01 09:08:57 Modified files: lib/libcrypto/evp: pmeth_lib.c Log message: Wire up PKEY methods for RSA-PSS. ok tb@

CVS: cvs.openbsd.org: src

2019-11-01 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2019/11/01 09:08:36 Modified files: lib/libcrypto/asn1: ameth_lib.c Log message: Wire up ASN.1 methods for RSA-PSS. ok tb@

CVS: cvs.openbsd.org: src

2019-11-01 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/11/01 07:53:25 Modified files: lib/libcrypto/man: EVP_PKEY_CTX_ctrl.3 RSA_pkey_ctx_ctrl.3 Log message: In rsa.h rev. 1.45, jsing@ provided the three macros EVP_PKEY_CTX_set_rsa_pss_keygen_*(3);

CVS: cvs.openbsd.org: src

2019-11-01 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/11/01 06:45:36 Modified files: lib/libcrypto/man: RSA_pkey_ctx_ctrl.3 Log message: move the PSS macros to the end in preparation for adding more macros, reduce text duplication by forming subsec

CVS: cvs.openbsd.org: src

2019-11-01 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2019/11/01 06:10:43 Modified files: usr.bin/ssh: PROTOCOL.u2f Log message: fix miscellaneous text problems; ok djm@

CVS: cvs.openbsd.org: src

2019-11-01 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/11/01 06:02:58 Modified files: lib/libcrypto/man: EVP_PKEY_CTX_ctrl.3 Makefile RSA_new.3 Added files: lib/libcrypto/man: RSA_pkey_ctx_ctrl.3 Log message: The EVP_PKEY_CTX_ctrl(3) manual

CVS: cvs.openbsd.org: src

2019-11-01 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/11/01 03:09:53 Modified files: usr.bin/tmux : input.c Log message: Handle the various different forms of rgb colour strings.