CVS: cvs.openbsd.org: src

2019-06-13 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/06/13 23:52:43 Modified files: sys/sys: syscall_mi.h sys/uvm: uvm_map.c uvm_map.h Log message: The addition of writeable-syscall checking near MAP_STACK checking damaged the err

CVS: cvs.openbsd.org: src

2019-06-13 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/06/13 22:13:58 Modified files: usr.bin/ssh: ssh.c Log message: slightly more instructive error message when the user specifies multiple -J options on the commandline. bz3015 ok dtucker@

CVS: cvs.openbsd.org: src

2019-06-13 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/06/13 22:03:48 Modified files: regress/usr.bin/ssh/unittests/conversion: tests.c Log message: check for convtime() refusing to accept times that resolve to LONG_MAX Reported by Kirk Wolf bz2977; ok dtuc

CVS: cvs.openbsd.org: src

2019-06-13 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/06/13 21:51:47 Modified files: usr.bin/ssh: ssh-agent.c Log message: process agent requests for RSA certificate private keys using correct signature algorithm when requested. Patch from Jakub Jelen

CVS: cvs.openbsd.org: src

2019-06-13 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2019/06/13 21:40:55 Modified files: sys/dev/pci: if_mcx.c Log message: Add a barrier after arming a completion queue. If multiple cqs are using the same uar page, these writes could be combined,

CVS: cvs.openbsd.org: src

2019-06-13 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/06/13 21:39:59 Modified files: usr.bin/ssh: auth2-pubkey.c Log message: for public key authentication, check AuthorizedKeysFiles files before consulting AuthorizedKeysCommand; ok dtucker markus

CVS: cvs.openbsd.org: src

2019-06-13 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/06/13 21:28:19 Modified files: usr.bin/ssh: ssh-keysign.c Log message: if passed a bad fd, log what it was

CVS: cvs.openbsd.org: src

2019-06-13 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/06/13 15:44:14 Modified files: usr.bin/tmux : cmd-load-buffer.c cmd-save-buffer.c Log message: Use the right client when working out where to save or load the buffer, reported by kn@.

CVS: cvs.openbsd.org: src

2019-06-13 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/06/13 15:24:09 Modified files: usr.bin/tmux : format.c Log message: Do not crash if the environment variable is present but empty.

CVS: cvs.openbsd.org: src

2019-06-13 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2019/06/13 15:19:28 Modified files: sys/kern : kern_exit.c Log message: Use PWAIT instead of PUSER in exit1(). When the main thread of a MT process dies, it doesn't matter at which priority it gets aw

CVS: cvs.openbsd.org: src

2019-06-13 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2019/06/13 15:14:53 Modified files: sys/net: bpf.c Log message: free(9) sizes for buffers. ok anton@, sashan@

CVS: cvs.openbsd.org: src

2019-06-13 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2019/06/13 15:12:52 Modified files: sys/net: if_pflog.c Log message: free(9) sizes. ok kn@

CVS: cvs.openbsd.org: src

2019-06-13 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/06/13 15:04:21 Modified files: usr.bin/tmux : tmux.1 Log message: tweak previous;

CVS: cvs.openbsd.org: src

2019-06-13 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2019/06/13 15:03:48 Modified files: sys/dev/usb: xhci.c Log message: Do not consider the pipe as halted if the device is gone. Analysed by and ok claudio@

CVS: cvs.openbsd.org: src

2019-06-13 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2019/06/13 14:52:36 Modified files: sys/kern : kern_sysctl.c Log message: When tcp_close() is running in parallel with fill_file(), the kernel could crash due to missing inp_ppcb. This happend when fs

CVS: cvs.openbsd.org: src

2019-06-13 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2019/06/13 14:38:54 Modified files: usr.bin/netstat: mbuf.c Log message: Do memory size calculations as unsigned long. Otherwise netstat -m would print the result of a signed interger overflow if kern.maxcl

CVS: cvs.openbsd.org: src

2019-06-13 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/06/13 14:38:05 Modified files: usr.bin/tmux : window-copy.c Log message: Set the cursor x at the same time as changing the y or the end of line marker may not be redrawn.

CVS: cvs.openbsd.org: www

2019-06-13 Thread Christian Weisgerber
CVSROOT:/cvs Module name:www Changes by: na...@cvs.openbsd.org 2019/06/13 14:20:49 Modified files: . : 65.html Log message: 7677 mips64el packages

CVS: cvs.openbsd.org: src

2019-06-13 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/06/13 13:46:00 Modified files: usr.bin/tmux : Makefile format.c tmux.1 tmux.h window.c Added files: usr.bin/tmux : regsub.c Log message: Add regular expression support for the format search

CVS: cvs.openbsd.org: www

2019-06-13 Thread joshua stein
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2019/06/13 11:46:47 Modified files: . : groups.html Log message: sync

CVS: cvs.openbsd.org: www

2019-06-13 Thread joshua stein
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2019/06/13 11:46:26 Modified files: build : groups.dat Log message: ChiBUG has been meeting every month

CVS: cvs.openbsd.org: www

2019-06-13 Thread joshua stein
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2019/06/13 11:46:01 Modified files: build : groups.skel Log message: remove whitespace that was removed in groups.html

CVS: cvs.openbsd.org: www

2019-06-13 Thread joshua stein
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2019/06/13 11:43:55 Modified files: . : index.html Log message: add a link to groups.html on the sidebar ok deraadt

CVS: cvs.openbsd.org: www

2019-06-13 Thread Theo Buehler
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2019/06/13 09:42:34 Modified files: . : 66.html Log message: mention RSA_METHOD stuff

CVS: cvs.openbsd.org: src

2019-06-13 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/06/13 06:59:51 Modified files: usr.bin/su : su.1 Log message: su(I) goes back all the way to v1: https://www.tuhs.org/Archive/Distributions/Research/Dennis_v1/man13.pdf It wasn't in v0 PDP-7

CVS: cvs.openbsd.org: src

2019-06-13 Thread Eric Faurot
CVSROOT:/cvs Module name:src Changes by: e...@cvs.openbsd.org2019/06/13 05:45:35 Modified files: usr.sbin/smtpd : lka.c pony.c resolver.c smtpd.c smtpd.h Log message: extend the resolver interface to delegate res_query() calls to the lka. ok gilles@ sunil@

CVS: cvs.openbsd.org: src

2019-06-13 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/06/13 02:15:26 Modified files: sys/netinet: if_ether.c sys/netinet6 : nd6.c Log message: In arp_rtrequest and nd6_rtrequest return early if the RTF_MPLS flag is set. These mpls routes use

CVS: cvs.openbsd.org: src

2019-06-13 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/06/13 02:12:11 Modified files: sys/net: route.c sys/netinet: in_proto.c sys/netinet6 : in6_proto.c sys/netmpls: mpls_proto.c sys/sys: domain.h

CVS: cvs.openbsd.org: src

2019-06-13 Thread Inoguchi Kinichiro
CVSROOT:/cvs Module name:src Changes by: inogu...@cvs.openbsd.org2019/06/13 02:02:35 Modified files: regress/usr.bin/openssl: appstest.sh Log message: Add more options to pkcs12 and smime in appstest.sh

CVS: cvs.openbsd.org: www

2019-06-13 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:www Changes by: bent...@cvs.openbsd.org 2019/06/13 01:41:10 Modified files: build/mirrors : openssh-portable.html.head openssh: portable.html spamd : index.html Log message: Validate a few stragglers.

CVS: cvs.openbsd.org: www

2019-06-13 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:www Changes by: bent...@cvs.openbsd.org 2019/06/13 01:34:37 Modified files: build/mirrors : openbgpd-ftp.html.end openbgpd-ftp.html.head openntpd-portable.html.end openntpd-portable.html.head