CVS: cvs.openbsd.org: src

2017-05-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/05/12 17:10:19 Modified files: usr.bin/tmux : tty.c Log message: Compare >= for columns not >.

CVS: cvs.openbsd.org: src

2017-05-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/05/12 17:06:43 Modified files: usr.bin/tmux : tty.c Log message: Can scroll away full lines to clear them too.

CVS: cvs.openbsd.org: src

2017-05-12 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2017/05/12 17:05:58 Modified files: sys/netinet: ip_input.c ip_var.h ipsec_input.c Log message: IPsec packets were passed through ip_input() a second time after they have been decrypted. That means

CVS: cvs.openbsd.org: src

2017-05-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/05/12 16:42:46 Modified files: usr.bin/tmux : format.c Log message: Reset updated flag when restarting job so new output is detected, reported by Gregory Pakosz in GitHub issue 922.

CVS: cvs.openbsd.org: src

2017-05-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/05/12 16:43:15 Modified files: usr.bin/tmux : format.c Log message: Remove an unused variable.

CVS: cvs.openbsd.org: src

2017-05-12 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2017/05/12 16:43:21 Modified files: sys/net: if_bridge.c Log message: Unify duplicate code from address family switch in bridge_ipsec(). Remove an if condition that cannot happen. OK mikeb@

CVS: cvs.openbsd.org: src

2017-05-12 Thread joshua stein
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/05/12 16:16:54 Modified files: sys/dev/ic : nvme.c Log message: subtract one sector from the disk size before passing it back to the scsi layer, which will add one sector back fixes incorrect disk

CVS: cvs.openbsd.org: src

2017-05-12 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/05/12 14:49:20 Modified files: share/man/man7 : ports.7 Log message: No more CD-ROM releases, and advertise HTTP for package download rather than FTP. Based on a patch from , tweaked by me.

CVS: cvs.openbsd.org: src

2017-05-12 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2017/05/12 14:34:29 Modified files: sys/netinet: tcp_usrreq.c Log message: Use the common switch(af) construct for address family specific code in tcp_usrreq(PRU_CONNECT). Do not access sockaddr_in

CVS: cvs.openbsd.org: src

2017-05-12 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2017/05/12 14:15:52 Modified files: usr.sbin/smtpd : smtpd.c Log message: queue is not owned by _smtpd but _smtpq so a bug in lookup process does not allow read/write of envelopes and messages,

CVS: cvs.openbsd.org: src

2017-05-12 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/05/12 13:25:19 Modified files: sys/arch/amd64/amd64: copy.S Log message: Make copyin(9) and copyout(9) atomic for naturally aligned 32-bit words. ok mpi@, visa@

CVS: cvs.openbsd.org: src

2017-05-12 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2017/05/12 13:15:22 Modified files: sys/net: fq_codel.c fq_codel.h Log message: Export delay statistics instead of bucket information

CVS: cvs.openbsd.org: www

2017-05-12 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/05/12 12:33:13 Modified files: . : cvsync.html build/mirrors : cvsync.html.head Log message: four repos are available, not six. reported by multiplexd at gmx.com

CVS: cvs.openbsd.org: src

2017-05-12 Thread Ricardo Mestre
CVSROOT:/cvs Module name:src Changes by: mes...@cvs.openbsd.org 2017/05/12 12:03:00 Modified files: usr.sbin/user : user.c Log message: Replace memset(3) with explicit_bzero(3) on user(8) on sensitive data (passwords) as soon as they are not needed on memory anymore.

CVS: cvs.openbsd.org: src

2017-05-12 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/05/12 11:56:39 Modified files: usr.bin/mandoc : html.c mdoc_html.c Log message: Make the tag column in .Bl -tag lists wider: 1. I forgot about the 2n padding between tag and body. 2. The factor

CVS: cvs.openbsd.org: src

2017-05-12 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/05/12 11:35:34 Modified files: usr.bin/mandoc : Makefile Log message: Fix the man.cgi target after the recent file additions; this didn't break the build because it's not built by default.

CVS: cvs.openbsd.org: src

2017-05-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/05/12 09:18:13 Modified files: usr.bin/tmux : grid.c Log message: When expanding a line in order to clear it, we need to use the default background colour - there may be portions that we do not want

CVS: cvs.openbsd.org: src

2017-05-12 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/05/12 09:11:02 Modified files: sbin/ifconfig : ifconfig.8 Log message: Make the markup of negative parameters consistently use .Cm; those are command modifiers, not flags. Inconsistency

CVS: cvs.openbsd.org: src

2017-05-12 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2017/05/12 09:04:07 Modified files: usr.sbin/syspatch: syspatch.sh Log message: Make sure we have a valid URL in /etc/installurl to prevent ending up stuck in ftp(1) interactive mode. reported by

CVS: cvs.openbsd.org: src

2017-05-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/05/12 08:56:56 Modified files: usr.bin/tmux : screen-write.c Log message: Need to store bg for ECH.

CVS: cvs.openbsd.org: src

2017-05-12 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/05/12 08:37:52 Modified files: bin/ksh: emacs.c Log message: Improve UTF-8 handling on lines that are wider than the terminal, in two respects: 1. During output in x_e_putc(), when

CVS: cvs.openbsd.org: src

2017-05-12 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2017/05/12 08:31:23 Modified files: sys/netinet: ipsec_input.c Log message: Instead of printing a debug message at the end of processing, panic early if the IPsec security protocol is unknown.

CVS: cvs.openbsd.org: src

2017-05-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/05/12 08:13:54 Modified files: usr.bin/tmux : tty.c Log message: Cannot rely on cursor position after DL and IL (some terminals move to column 0, some do not).

CVS: cvs.openbsd.org: src

2017-05-12 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2017/05/12 08:04:09 Modified files: sys/netinet: ip_input.c ip_var.h sys/netinet6 : ip6_input.c Log message: Use the IPsec policy check from ipv4_input() also when forwarding in ip6_input().

CVS: cvs.openbsd.org: src

2017-05-12 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2017/05/12 07:40:29 Modified files: sys/net: if_switch.c switchofp.c Log message: Make a kernel with switch(4) but without INET6 compile again. Sprinkle some #ifdef INET6 and do not use in6addr_any

CVS: cvs.openbsd.org: src

2017-05-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/05/12 07:29:05 Modified files: usr.bin/tmux : screen-write.c Log message: Need to clear tty context before using it.

CVS: cvs.openbsd.org: src

2017-05-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/05/12 07:27:57 Modified files: usr.bin/tmux : format.c Log message: Only redraw single client, and tweak some logging.

CVS: cvs.openbsd.org: src

2017-05-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/05/12 07:00:56 Modified files: usr.bin/tmux : grid-view.c grid.c input.c screen-write.c server-fn.c tmux.h tty.c window-copy.c Log message: Scrolling needs to use background

CVS: cvs.openbsd.org: src

2017-05-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/05/12 05:19:24 Modified files: usr.bin/tmux : tty.c Log message: Regions can't be smaller than 2 so don't try to clear them by scrolling if so.

CVS: cvs.openbsd.org: www

2017-05-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2017/05/12 05:16:09 Modified files: . : ftp.html httpslist openbgpd : ftp.html openssh: ftp.html portable.html openntpd : portable.html Log

CVS: cvs.openbsd.org: www

2017-05-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2017/05/12 05:15:51 Modified files: build : mirrors.dat Log message: https for mirror.dalenys.com; from Julien Dhaille

CVS: cvs.openbsd.org: src

2017-05-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/05/12 05:13:43 Modified files: usr.bin/tmux : tty.c Log message: Can use INDN to clear regions with default background colour if margins are supported.

CVS: cvs.openbsd.org: src

2017-05-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/05/12 04:50:12 Modified files: usr.bin/tmux : input.c screen-write.c tmux.h tty.c Log message: ECH needs to use background colour.

CVS: cvs.openbsd.org: src

2017-05-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/05/12 04:49:04 Modified files: usr.bin/tmux : tty.c Log message: Can use DECFRA to clear area when not using default background.

CVS: cvs.openbsd.org: src

2017-05-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/05/12 04:45:38 Modified files: usr.bin/tmux : format.c tmux.h window-copy.c window.c Log message: Store copy mode search string in pane so search-again command works even if you exit and reenter copy

CVS: cvs.openbsd.org: src

2017-05-12 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2017/05/12 03:16:55 Modified files: sys/dev/hid: hidkbd.c sys/dev/wscons : wskbd.c wskbdvar.h sys/dev/usb: ukbd.c Log message: Introduce a new keyboard console hook to enter ddb(4)

CVS: cvs.openbsd.org: src

2017-05-12 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2017/05/12 02:53:46 Modified files: sys/arch/arm/include: atomic.h Log message: Make atomic.h ready to be included in userland. - keep setbits/clearbits and virtio barriers inside _KERNEL - prefix

CVS: cvs.openbsd.org: src

2017-05-12 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2017/05/12 02:48:31 Modified files: sys/arch/arm64/include: atomic.h Log message: Make atomic.h ready to be included in userland. - keep setbits/clearbits and virtio barriers inside _KERNEL ok dlg@,

CVS: cvs.openbsd.org: src

2017-05-12 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2017/05/12 02:47:48 Modified files: sys/arch/powerpc/include: atomic.h Log message: Make atomic.h ready to be included in userland. - keep setbits/clearbits inside _KERNEL ok dlg@, kettenis@

CVS: cvs.openbsd.org: src

2017-05-12 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2017/05/12 02:47:03 Modified files: sys/arch/amd64/include: atomic.h Log message: Make atomic.h ready to be included in userland. - prefix the LOCK macro with an underscore - keep setbits/clearbits and

CVS: cvs.openbsd.org: src

2017-05-12 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2017/05/12 02:46:28 Modified files: sys/arch/i386/i386: locore.s sys/arch/i386/include: atomic.h Log message: Make atomic.h ready to be included in userland. - prefix the LOCK macro with an