CVS: cvs.openbsd.org: src

2017-03-09 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/03/10 00:29:25 Modified files: sys/netinet: in_proto.c ip_ipip.c ip_ipip.h Log message: percpu counters for ip_ipip.c ok bluhm@ dhill@ mpi@

Re: CVS: cvs.openbsd.org: src

2017-03-09 Thread Darren Tucker
oops, should have said: Mem and fd leaks. Patch from jjelen at redhat.com vi bz#2687, ok djm@ On Fri, Mar 10, 2017 at 6:18 PM, Darren Tucker wrote: > CVSROOT:/cvs > Module name:src > Changes by: dtuc...@cvs.openbsd.org 2017/03/10 00:18:32 > > Modified

CVS: cvs.openbsd.org: src

2017-03-09 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2017/03/10 00:18:32 Modified files: usr.bin/ssh: krl.c Log message: krl.c

CVS: cvs.openbsd.org: src

2017-03-09 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/03/09 22:49:08 Modified files: distrib/arm64/miniroot: Makefile distrib/arm64/ramdisk: install.md Log message: The SoftIron OverDrive 3000 boots to an EFI shell. Create a startup.nsh file on

CVS: cvs.openbsd.org: src

2017-03-09 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2017/03/09 22:01:13 Modified files: usr.bin/ssh: clientloop.c Log message: When updating hostkeys, accept RSA keys if HostkeyAlgorithms contains any RSA keytype. Previously, ssh could ignore RSA keys

CVS: cvs.openbsd.org: src

2017-03-09 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2017/03/09 21:27:32 Modified files: usr.bin/ssh: readconf.c Log message: better match sshd config parser behaviour: fatal() if line is overlong, increase line buffer to match sshd's; bz#2651 reported by

CVS: cvs.openbsd.org: src

2017-03-09 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2017/03/09 21:26:06 Modified files: usr.bin/ssh: hostfile.c ssh-keygen.c ssh-keyscan.c Log message: ensure hostname is lower-case before hashing it; bz#2591 reported by Griff Miller II; ok dtucker@

CVS: cvs.openbsd.org: src

2017-03-09 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2017/03/09 21:24:55 Modified files: usr.bin/ssh: match.c Log message: make hostname matching really insensitive to case; bz#2685, reported by Petr Cerny; ok dtucker@

CVS: cvs.openbsd.org: src

2017-03-09 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2017/03/09 21:11:00 Modified files: usr.bin/ssh: servconf.c Log message: Remove old null check from config dumper. Patch from jjelen at redhat.com vi bz#2687, ok djm@

CVS: cvs.openbsd.org: src

2017-03-09 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2017/03/09 21:07:20 Modified files: usr.bin/ssh: kex.c ssh.c sshkey.c sshkey.h Log message: fix regression in 7.4 server-sig-algs, where we were accidentally excluding SHA2 RSA signature methods.

CVS: cvs.openbsd.org: src

2017-03-09 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2017/03/09 20:53:11 Modified files: usr.bin/ssh: sshconnect1.c Log message: Check for NULL return value from key_new. Patch from jjelen at redhat.com via bz#2687, ok djm@

CVS: cvs.openbsd.org: src

2017-03-09 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2017/03/09 20:52:48 Modified files: usr.bin/ssh: match.c Log message: reword a comment to make it fit 80 columns

CVS: cvs.openbsd.org: src

2017-03-09 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2017/03/09 20:48:57 Modified files: usr.bin/ssh: sshkey.c Log message: Check for NULL argument to sshkey_read. Patch from jjelen at redhat.com via bz#2687, ok djm@

CVS: cvs.openbsd.org: src

2017-03-09 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2017/03/09 20:45:40 Modified files: usr.bin/ssh: kex.c Log message: Plug some mem leaks mostly on error paths. From jjelen at redhat.com via bz#2687, ok djm@

CVS: cvs.openbsd.org: src

2017-03-09 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/03/09 20:27:50 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK Log message: enable amphy(4) for udav(4) and urlphy(4) for url(4)

CVS: cvs.openbsd.org: src

2017-03-09 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2017/03/09 20:24:48 Modified files: usr.bin/ssh: readconf.c Log message: Plug mem leak on GLOB_NOMATCH case. From jjelen at redhat.com via bz#2687, ok djm@

CVS: cvs.openbsd.org: src

2017-03-09 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2017/03/09 20:22:40 Modified files: usr.bin/ssh: sshconnect.c Log message: Plug descriptor leaks of auth_sock. From jjelen at redhat.com via bz#2687, ok djm@

CVS: cvs.openbsd.org: src

2017-03-09 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2017/03/09 20:18:24 Modified files: usr.bin/ssh: ssh-keyscan.c Log message: correctly hash hosts with a port number. Reported by Josh Powers in bz#2692; ok dtucker@

CVS: cvs.openbsd.org: src

2017-03-09 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2017/03/09 20:15:58 Modified files: usr.bin/ssh: log.c Log message: don't truncate off \r\n from long stderr lines; bz#2688, reported by Brian Dyson; ok dtucker@

CVS: cvs.openbsd.org: www

2017-03-09 Thread Lawrence Teo
CVSROOT:/cvs Module name:www Changes by: l...@cvs.openbsd.org2017/03/09 20:11:57 Modified files: . : 61.html Log message: Update/fix version numbers.

CVS: cvs.openbsd.org: src

2017-03-09 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2017/03/09 19:59:51 Modified files: usr.bin/ssh: digest-openssl.c Log message: Validate digest arg in ssh_digest_final; from jjelen at redhat.com via bz#2687, ok djm@

CVS: cvs.openbsd.org: src

2017-03-09 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/03/09 15:00:46 Modified files: usr.bin/tmux : server-client.c Log message: Clear the bracket paste mode when in the command prompt.

CVS: cvs.openbsd.org: src

2017-03-09 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/03/09 14:25:01 Modified files: usr.bin/doas : doas.c Log message: exit test for -L was reversed. spotted by Michael Forney

CVS: cvs.openbsd.org: src

2017-03-09 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2017/03/09 13:31:41 Modified files: sys/arch/i386/i386: trap.c Log message: There are no compat emulations left so we never do errno mapping: eliminate the last use of e_errno. ok tom@ mpi@

CVS: cvs.openbsd.org: src

2017-03-09 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2017/03/09 13:27:41 Modified files: sys/uvm: uvm_unix.c Log message: Don't take the vmmap lock when dumping core: it's not actually necessary and it creates a lock-order-reversal with inode

CVS: cvs.openbsd.org: src

2017-03-09 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/03/09 13:18:40 Modified files: sys/arch/armv7/conf: GENERIC RAMDISK Log message: Enable syscon(4) such that I can actually reboot the Odroid XU4. ok patrick@

CVS: cvs.openbsd.org: src

2017-03-09 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2017/03/09 13:15:36 Modified files: sys/dev/pv : if_xnf.c Log message: Fix an off by one when updating the TX consumer event index The transmit completion notification is posted when the consumer index

CVS: cvs.openbsd.org: src

2017-03-09 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/03/09 13:13:12 Modified files: sys/arch/armv7/exynos: expower.c sys/arch/armv7/conf: files.armv7 Log message: Provide access to our registers through the regmap interface. ok patrick@

CVS: cvs.openbsd.org: src

2017-03-09 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/03/09 13:07:35 Modified files: sys/arch/armv7/exynos: exdog.c Log message: Only set cpuresetfn if it isn't set already such that other reboot mechanisms (like psci or syscon) are preferred over

CVS: cvs.openbsd.org: src

2017-03-09 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/03/09 13:04:21 Modified files: sys/dev/fdt: files.fdt Added files: sys/dev/fdt: syscon.c Log message: Add syscon(4), a driver that provides reboot/poweroff functionality

CVS: cvs.openbsd.org: src

2017-03-09 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/03/09 13:01:10 Added files: sys/dev/ofw: ofw_misc.c ofw_misc.h Log message: Add a "regmap" interface that allows devices to provide access to their registers to devices that live elsewhere

CVS: cvs.openbsd.org: src

2017-03-09 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2017/03/09 12:42:05 Modified files: usr.bin/signify: signify.1 Log message: show how to verify the next release after 6.1

CVS: cvs.openbsd.org: src

2017-03-09 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/03/09 12:26:39 Modified files: sys/dev/fdt: files.fdt Added files: sys/dev/fdt: xhci_fdt.c Log message: Glue to attach xhci(4) using the device tree.

CVS: cvs.openbsd.org: www

2017-03-09 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/03/09 11:05:03 Modified files: . : errata59.html errata60.html Log message: release pf errata.

CVS: cvs.openbsd.org: src

2017-03-09 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2017/03/09 10:44:29 Modified files: sys/net: Tag: OPENBSD_5_9 pf.c Log message: OpenBSD 5.9 errata 36 MFC sys/net/pf.c rev 1.1018 claudio Prevent integer overflow in PF when calculating the adaptive

CVS: cvs.openbsd.org: src

2017-03-09 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2017/03/09 10:43:50 Modified files: sys/net: Tag: OPENBSD_6_0 pf.c Log message: OpenBSD 6.0 errata 19 MFC sys/net/pf.c rev 1.1018 claudio Prevent integer overflow in PF when calculating the adaptive

CVS: cvs.openbsd.org: www

2017-03-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:www Changes by: schwa...@cvs.openbsd.org2017/03/09 10:17:36 Modified files: . : 61.html Log message: mention mandoc -T markdown

CVS: cvs.openbsd.org: src

2017-03-09 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2017/03/09 10:15:19 Modified files: gnu/llvm/tools/clang/include/clang/Frontend: CompilerInvocation.h Log message: Disable colored diagnostics in the

CVS: cvs.openbsd.org: www

2017-03-09 Thread Theo Buehler
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/03/09 10:09:40 Modified files: . : 61.html Log message: fix a few misspellings

CVS: cvs.openbsd.org: src

2017-03-09 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/03/09 10:06:35 Modified files: usr.bin/tmux : cmd-display-panes.c server-client.c server-fn.c tmux.h Log message: Move the client identify (display-panes) code into

CVS: cvs.openbsd.org: src

2017-03-09 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/03/09 10:02:38 Modified files: usr.bin/tmux : cmd-respawn-pane.c cmd-respawn-window.c cmd-split-window.c environ.c job.c server-fn.c session.c tmux.h

CVS: cvs.openbsd.org: src

2017-03-09 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2017/03/09 09:53:20 Modified files: sys/net: rtsock.c Log message: Remove unecessary splsoftnet()/splx() dances. ok bluhm@, claudio@

CVS: cvs.openbsd.org: src

2017-03-09 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/03/09 08:36:52 Modified files: sys/arch/armv7/include: intr.h sys/arch/armv7/armv7: intr.c Log message: Add interrupt routing API like we have on arm64.

CVS: cvs.openbsd.org: src

2017-03-09 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2017/03/09 08:36:14 Modified files: usr.sbin/pkg_add/OpenBSD: Delete.pm Log message: take the checksum part out of line. Fix the "no checksum" part: pass thru do_not_delete, and do it even if quick is set.

CVS: cvs.openbsd.org: src

2017-03-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/03/09 08:27:52 Modified files: usr.bin/mandoc : roff.c Log message: Fix blunder in previous: we must keep the line parse buffer consistent even when aborting the parsing of the line. That

CVS: cvs.openbsd.org: src

2017-03-09 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2017/03/09 07:33:32 Modified files: usr.sbin/pkg_add/OpenBSD: PackageLocator.pm State.pm Log message: tweak installurl code to return a single string that gets parsed so that we don't have to write the same

CVS: cvs.openbsd.org: src

2017-03-09 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/03/09 07:23:59 Modified files: sys/arch/arm64/include: intr.h sys/arch/arm64/arm64: intr.c Log message: Change the interrupt routing API to take a pointer to a "struct cpu_info"

CVS: cvs.openbsd.org: src

2017-03-09 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2017/03/09 06:58:00 Modified files: usr.bin/nc : netcat.c Log message: The netcat server did not print the correct TLS error message if the handshake after accept had failed. Use the context of the

CVS: cvs.openbsd.org: src

2017-03-09 Thread Frederic Cambus
CVSROOT:/cvs Module name:src Changes by: fcam...@cvs.openbsd.org 2017/03/09 03:13:03 Modified files: include: bsd_auth.h pwd.h unistd.h Log message: As per style.9, prototypes should not have variable names associated with the types. OK jca@

CVS: cvs.openbsd.org: src

2017-03-09 Thread Eric Faurot
CVSROOT:/cvs Module name:src Changes by: e...@cvs.openbsd.org2017/03/09 01:26:42 Modified files: regress/lib/libc/asr/bin/res_query: Makefile regress/lib/libc/asr/bin/res_mkquery: Makefile Log message: remove bogus variable expansion