CVS: cvs.openbsd.org: src

2016-10-11 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2016/10/11 05:46:49 Modified files: sys/dev/pv : files.pv hyperv.c hypervreg.h Added files: sys/dev/pv : hypervic.c hypervicreg.h Log message: Move Hyper-V integration components into a

CVS: cvs.openbsd.org: src

2016-10-11 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2016/10/11 06:10:47 Modified files: share/man/man4 : vic.4 Log message: Remove vic(4)'s BUGS section that I added in 2006 when people were still terrified about VMs - vic(4) was the first driver for a

CVS: cvs.openbsd.org: src

2016-10-11 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2016/10/11 05:40:12 Modified files: sys/net: if_ethersubr.c Log message: Strengthen Ethernet packet length checks on input; ok dlg

CVS: cvs.openbsd.org: src

2016-10-11 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2016/10/11 07:21:59 Modified files: usr.bin/tmux : arguments.c cmd-queue.c grid.c names.c screen.c server-fn.c session.c tmux.c tmux.h tty.c

CVS: cvs.openbsd.org: src

2016-10-11 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2016/10/11 07:45:47 Modified files: usr.bin/tmux : cfg.c format.c layout-set.c mode-key.c paste.c tmux.h Log message: Some other stuff that can be local to one file.

CVS: cvs.openbsd.org: src

2016-10-11 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/10/11 06:42:21 Modified files: share/man/man5 : port-modules.5 Log message: Ports can be built with several (not just two) lua versions.

CVS: cvs.openbsd.org: src

2016-10-11 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2016/10/11 07:08:21 Modified files: usr.bin/sort : sort.1 Log message: missing .Fl macro, from Jan Stary

CVS: cvs.openbsd.org: www

2016-10-11 Thread Darren Tucker
CVSROOT:/cvs Module name:www Changes by: dtuc...@cvs.openbsd.org 2016/10/11 14:53:27 Modified files: openssh: manual.html Log message: Simplify sshd link to match others; patch from rczlonka at gmail.com

CVS: cvs.openbsd.org: src

2016-10-11 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2016/10/11 11:30:28 Modified files: share/man/man7 : mdoc.7 Log message: link to http://mdocml.bsd.lv/mdoc/ below SEE ALSO; tweak and OK jmc@

CVS: cvs.openbsd.org: src

2016-10-11 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2016/10/11 10:22:15 Modified files: usr.bin/unexpand: unexpand.c Log message: Make the "all" global variable local to main() since it is passed to tabify() already. Adapted from a diff by Jan Stary.

CVS: cvs.openbsd.org: src

2016-10-11 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2016/10/11 10:16:44 Modified files: bin/mv : mv.c Removed files: bin/mv : pathnames.h Log message: Remove now-unused pathnames.h, from Jan Stary

CVS: cvs.openbsd.org: src

2016-10-11 Thread Rafael Zalamena
CVSROOT:/cvs Module name:src Changes by: rzalam...@cvs.openbsd.org 2016/10/11 10:37:11 Modified files: sys/net: switchofp.c Log message: Small code improvements: - use the same idiom as switchd(8) to calculate alignment; - use oxm_value instead of doing

CVS: cvs.openbsd.org: src

2016-10-11 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2016/10/11 11:55:52 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armv7 md.hppa md.i386 md.landisk md.loongson md.luna88k

CVS: cvs.openbsd.org: src

2016-10-11 Thread Martijn van Duren
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2016/10/11 13:31:15 Modified files: regress/usr.bin/sed: sedtest.expected sedtest.sh Log message: Add a regression test for the off by one bug reported by pfg. Based on the example presented by pfg. OK

CVS: cvs.openbsd.org: src

2016-10-11 Thread Martijn van Duren
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2016/10/11 13:27:39 Modified files: usr.bin/sed: process.c Log message: Fix an off by one error when no matches were found in a substitute. By pfg@ from FreeBSD OK millert@ and otto@

CVS: cvs.openbsd.org: src

2016-10-11 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/11 18:31:06 Modified files: usr.bin/make : main.c Log message: make -t uses the "fattr" syscall utimes(2) for its touch(1) built-in. Thus, add "fattr" to the list of pledge promises. ok millert,

CVS: cvs.openbsd.org: src

2016-10-11 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2016/10/11 15:47:45 Modified files: usr.bin/ssh: packet.c packet.h Log message: Add a per-packet input hook that is called with the decrypted packet contents. This will be used for fuzzing; ok markus@

CVS: cvs.openbsd.org: src

2016-10-11 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2016/10/11 15:49:54 Modified files: regress/usr.bin/ssh/misc/kexfuzz: kexfuzz.c Log message: fix the KEX fuzzer - the previous method of obtaining the packet contents was broken. This now uses the new

CVS: cvs.openbsd.org: xenocara

2016-10-11 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2016/10/11 16:37:16 Modified files: distrib/sets/lists/xshare: mi Log message: sync

CVS: cvs.openbsd.org: xenocara

2016-10-11 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2016/10/11 15:54:35 Modified files: lib/libGLU : configure.ac lib/mesa : configure.ac lib/pixman : configure.ac util/macros: Makefile.in aclocal.m4

CVS: cvs.openbsd.org: src

2016-10-11 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2016/10/11 16:08:01 Modified files: sys/netinet: ipsec_output.c Log message: Rename 'i' to 'hlen' for greater readability; ok millert, naddy

CVS: cvs.openbsd.org: xenocara

2016-10-11 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2016/10/11 16:15:58 Modified files: app/appres : Makefile.in aclocal.m4 configure app/appres/man : Makefile.in app/bdftopcf : Makefile.in aclocal.m4 configure

CVS: cvs.openbsd.org: xenocara

2016-10-11 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2016/10/11 16:36:53 Modified files: share/mk : Makefile bsd.xorg.mk Removed files: share/mk : automake.dep Log message: Remove the REORDER_DEPENDENCIES mechanism. The

CVS: cvs.openbsd.org: src

2016-10-11 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2016/10/11 13:52:54 Modified files: bin/ksh: vi.c main.c Log message: Partial UTF-8 line editing support for ksh(1) vi input mode; so far, it covers these commands: a h i l x / This is an

CVS: cvs.openbsd.org: src

2016-10-11 Thread Martijn van Duren
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2016/10/11 00:54:05 Modified files: bin/ed : sub.c Log message: Reimplement g flag for s commands. Got lost in previous commit. Found because of a hint by and OK schwarze@.

CVS: cvs.openbsd.org: src

2016-10-11 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2016/10/11 01:11:40 Modified files: usr.bin/tmux : status.c tmux.h utf8.c Log message: Support UTF-8 entry into the command prompt.

CVS: cvs.openbsd.org: src

2016-10-11 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2016/10/11 01:23:34 Modified files: usr.bin/tmux : cmd-bind-key.c cmd-command-prompt.c cmd-list-keys.c cmd-send-keys.c key-bindings.c mode-key.c

CVS: cvs.openbsd.org: src

2016-10-11 Thread Martin Natano
CVSROOT:/cvs Module name:src Changes by: nat...@cvs.openbsd.org 2016/10/11 01:02:46 Modified files: sbin/newfs : newfs.c Log message: Enable the noperm option for mount_mfs. mfs is ffs in sheeps clothing, so we basically get this for free. requested by espie ok

CVS: cvs.openbsd.org: src

2016-10-11 Thread Rafael Zalamena
CVSROOT:/cvs Module name:src Changes by: rzalam...@cvs.openbsd.org 2016/10/11 01:45:26 Modified files: usr.sbin/vmd : proc.c usr.sbin/switchd: proc.c Log message: Sync proc.c file vmd(8) and switchd(8). New changes: * Fix msgbuf_write() usage idiom; *

CVS: cvs.openbsd.org: src

2016-10-11 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2016/10/11 03:30:37 Modified files: usr.bin/tmux : key-bindings.c key-string.c server-client.c tmux.1 tmux.h window-copy.c Log message: Support double and triple clicks (they are