CVS: cvs.openbsd.org: src

2017-02-15 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/02/15 01:47:55 Modified files: usr.bin/tmux : tmux.1 Log message: "status bar" -> "status line" for consistency, from Benjamin Dopplinger.

CVS: cvs.openbsd.org: src

2017-02-15 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/02/15 04:22:13 Modified files: usr.bin/tmux : tty.c Log message: Do not clear to end of screen unless the pane is at the bottom.

CVS: cvs.openbsd.org: src

2017-02-15 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/02/15 05:31:57 Modified files: lib/libc/stdlib: malloc.c Log message: Add a NULL test to wrterror() to avoid a NULL deref when called from a free() error path. ok otto@

CVS: cvs.openbsd.org: src

2017-02-15 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/02/15 06:19:08 Modified files: usr.sbin/pkg_add: pkg_add.1 pkg_check.8 pkg_delete.1 pkg_sign.1 Log message: improve list item formatting; from salvador sabaini

CVS: cvs.openbsd.org: src

2017-02-15 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/02/15 07:09:07 Modified files: usr.bin/mandoc : man_term.c Log message: Fix previous: I forgot that i had to change the convention how a node is marked as "not a macro" when unifying the parser

CVS: cvs.openbsd.org: src

2017-02-15 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2017/02/15 07:44:20 Modified files: sys/arch/octeon/dev: octdwctwo.c Log message: Mark dwc2_intr() as MP-safe on octeon. The driver's internal state is protected by a mutex. OK stsp@ jmatthew@

CVS: cvs.openbsd.org: src

2017-02-15 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2017/02/15 07:49:13 Modified files: sys/dev/usb/dwc2: dwc2.h Log message: Align mutex IPL with the interrupt handler's priority. Spotted by stsp@; OK jmatthew@

CVS: cvs.openbsd.org: src

2017-02-15 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2017/02/15 07:56:42 Modified files: lib/libssl : ssl_lib.c Log message: Avoid dereferencing a pointer when reporting an error about the same pointer being NULL. Found by jsg@ with cppcheck; also detecte

CVS: cvs.openbsd.org: src

2017-02-15 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/02/15 08:14:23 Modified files: sys/arch/arm/include: vmparam.h Log message: Bump MAXTSIZ to 64M on arm. Needed for ports/devel/llvm which builds large executables with a .text section over 32M. Remove

CVS: cvs.openbsd.org: src

2017-02-15 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/02/15 08:58:40 Modified files: lib/libc/gen : fts.c Log message: Style improvement, no functional change. As reported by Yuri Pankov, some versions of GCC whine that "tmp" might be used unini

CVS: cvs.openbsd.org: src

2017-02-15 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2017/02/15 11:53:29 Modified files: sys/net: route.c Log message: Replace manual loops with FOREACH macro. OK mikeb@

CVS: cvs.openbsd.org: src

2017-02-15 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2017/02/15 12:36:24 Modified files: sbin/dhclient : dhclient.8 usr.sbin/dhcpd : dhcpd.8 usr.sbin/dhcrelay: dhcrelay.8 Log message: Adopt the common verbiage other log.[ch] daemons use to d

CVS: cvs.openbsd.org: src

2017-02-15 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2017/02/15 13:00:16 Modified files: sbin/dhclient : dhclient.c parse.c Log message: Use new log.[ch] functions in parse_warn(). Simplify the "^" placing logic and make it apply to log entries as well as te

CVS: cvs.openbsd.org: src

2017-02-15 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2017/02/15 14:18:52 Modified files: libexec/ld.so/m88k: rtld_machine.c sys/arch/m88k/include: tcb.h sys/arch/m88k/m88k: trap.c Log message: Make this build (and run) with gcc 4.

CVS: cvs.openbsd.org: src

2017-02-15 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2017/02/15 14:22:53 Modified files: gnu/lib/libstdc++-v3: Makefile gnu/usr.bin/cc/libobjc: Makefile Log message: gcc4 on m88k still uses sjlj exceptions, as did arm before EABI.

CVS: cvs.openbsd.org: src

2017-02-15 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2017/02/15 14:28:23 Modified files: usr.bin/sndiod : dev.c Log message: Fix the code supposed to abort when attempting to detach a slot that's not on the slot list (the check was a no-op). Found by jsg@, tha

CVS: cvs.openbsd.org: src

2017-02-15 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2017/02/15 14:38:09 Modified files: sys/arch/arm64/arm64: copy.S copystr.S Log message: Implement permission checks in the copy routines. When they were initially copied from armv7 no parallel instructions

CVS: cvs.openbsd.org: src

2017-02-15 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2017/02/15 14:39:50 Modified files: sys/arch/arm64/arm64: copy.S copystr.S Log message: whitespace fixes

CVS: cvs.openbsd.org: src

2017-02-15 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/02/15 16:38:31 Modified files: usr.bin/ssh: match.c Log message: Fix memory leaks in match_filter_list() error paths. ok dtucker@ markus@

CVS: cvs.openbsd.org: www

2017-02-15 Thread Theo Buehler
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/02/15 16:56:26 Modified files: faq: faq6.html Log message: no need to set the nfsd -tun 4 flags since it's the default. zap the following paragraph, too, since it makes no sense without the

CVS: cvs.openbsd.org: src

2017-02-15 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2017/02/15 17:24:43 Modified files: usr.sbin/dhcpd : dhcpd.c dhcpd.h parse.c Log message: Bring parse_warn() into the log.[ch] 21st century and adopt the "^" placement logic from dhclient.

CVS: cvs.openbsd.org: www

2017-02-15 Thread Theo Buehler
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/02/15 17:55:07 Modified files: faq: faq6.html Log message: rephrase slightly

CVS: cvs.openbsd.org: src

2017-02-15 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/02/15 19:08:42 Modified files: gnu/usr.bin/clang: Makefile.inc lib/libcxx : Makefile lib/libcxxabi : Makefile Log message: clang is installed as cc and c++ there is no need to set

CVS: cvs.openbsd.org: src

2017-02-15 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/02/15 19:59:42 Modified files: usr.bin/mandoc : libmdoc.h mdoc.c mdoc_html.c mdoc_macro.c mdoc_man.c mdoc_term.c roff.h Log message: Remove the ENDBODY_NOSPACE flag, si