CVS: cvs.openbsd.org: src

2016-12-08 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2016/12/08 20:04:30 Modified files: usr.bin/ssh: sshd.c Log message: log connections dropped in excess of MaxStartups at verbose LogLevel; bz#2613 based on diff from Tomas Kuthan; ok dtucker@

CVS: cvs.openbsd.org: src

2016-12-08 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/12/08 16:56:47 Modified files: sbin/disklabel : disklabel.8 Log message: move the text describing the % and & units to a better place; diff from jerome frgacic, tweaked by myself ok krw millert

CVS: cvs.openbsd.org: src

2016-12-08 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2016/12/08 15:15:37 Modified files: usr.bin/tmux : cmd-send-keys.c Log message: Fix send-keys with UTF-8.

CVS: cvs.openbsd.org: src

2016-12-08 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/12/08 15:13:59 Modified files: lib/libcrypto/man: BN_CTX_start.3 DES_set_key.3 DSA_set_method.3 HMAC.3 engine.3 Log message: some Vt fixes;

CVS: cvs.openbsd.org: src

2016-12-08 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/12/08 14:48:50 Modified files: lib/libcrypto/man: ASN1_STRING_print_ex.3 des_read_pw.3 ec.3 i2d_PKCS7_bio_stream.3 x509.3 Log message: minor cleanup;

CVS: cvs.openbsd.org: src

2016-12-08 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/12/08 13:22:08 Modified files: lib/libcrypto/man: d2i_ASN1_OBJECT.3 d2i_DHparams.3 d2i_DSAPublicKey.3 d2i_PKCS8PrivateKey_bio.3 d2i_PrivateKey.3

Re: CVS: cvs.openbsd.org: src

2016-12-08 Thread Todd C. Miller
On Thu, 08 Dec 2016 12:59:51 -0700, Todd C. Miller wrote: > CVSROOT: /cvs > Module name: src > Changes by: mill...@cvs.openbsd.org 2016/12/08 12:59:51 > > Modified files: > usr.bin/ftp: fetch.c > > Log message: > Avoid splitting the "Requesting %s" printf and its trailing

CVS: cvs.openbsd.org: src

2016-12-08 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2016/12/08 12:59:51 Modified files: usr.bin/ftp: fetch.c Log message: Avoid splitting the "Requesting %s" printf and its trailing newline. Fixes a missing newline in one place and an extra one later on

CVS: cvs.openbsd.org: src

2016-12-08 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2016/12/08 12:31:17 Modified files: usr.bin/ftp: fetch.c Log message: Avoid printf of a NULL pointer as a string in debug mode. OK deraadt@

CVS: cvs.openbsd.org: src

2016-12-08 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2016/12/08 12:30:45 Modified files: sys/dev/pv : xbf.c Log message: Silence scan-build; with prodding from jsg@

CVS: cvs.openbsd.org: src

2016-12-08 Thread Rafael Zalamena
CVSROOT:/cvs Module name:src Changes by: rzalam...@cvs.openbsd.org 2016/12/08 12:18:15 Modified files: usr.sbin/dhcrelay: bpf.c dhcpd.h dhcrelay.c dispatch.c packet.c Log message: Clean up function prototypes: use a single struct to hold all address information

Re: CVS: cvs.openbsd.org: src

2016-12-08 Thread Stefan Sperling
On Thu, Dec 08, 2016 at 10:24:25AM -0700, Stefan Sperling wrote: > CVSROOT: /cvs > Module name: src > Changes by: s...@cvs.openbsd.org2016/12/08 10:24:25 > > Modified files: > sys/dev/pci: if_iwm.c > > Log message: > iwm(4) was stripping some bits from the MCS index value

CVS: cvs.openbsd.org: src

2016-12-08 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2016/12/08 10:25:28 Modified files: sys/net80211 : ieee80211_mira.c Log message: Fix mira's next intra-rate calculations for MCS >= 8. ok tb@ phessler@

CVS: cvs.openbsd.org: src

2016-12-08 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2016/12/08 10:24:25 Modified files: sys/dev/pci: if_iwm.c Log message: iwm(4) was stripping some bits from the MCS index value before passing it to bpf for tcpdump(8). Fix it so MCS >= 8 get passed on

CVS: cvs.openbsd.org: src

2016-12-08 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2016/12/08 10:23:33 Modified files: sys/dev/pci: azalia.c Log message: Return ENODEV if playback is requested on devices with no DACs or recording is requested on devices with no ADCs. Many thanks to

CVS: cvs.openbsd.org: src

2016-12-08 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2016/12/08 09:27:46 Modified files: sys/arch/octeon/dev: octeon_intr.c sys/arch/octeon/include: intr.h Log message: Add a routine for setting up interrupt handlers using fdt. ok kettenis@

CVS: cvs.openbsd.org: src

2016-12-08 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2016/12/08 09:24:51 Modified files: sys/arch/octeon/conf: GENERIC RAMDISK files.octeon sys/arch/octeon/dev: octeon_iobus.c Added files: sys/arch/octeon/dev: simplebus.c simplebusvar.h

CVS: cvs.openbsd.org: src

2016-12-08 Thread Martin Natano
CVSROOT:/cvs Module name:src Changes by: nat...@cvs.openbsd.org 2016/12/08 03:44:01 Modified files: distrib/hppa/ramdisk: Makefile Log message: Use makefs to build bsd.rd; build & boot tested by krw

CVS: cvs.openbsd.org: src

2016-12-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2016/12/08 02:47:37 Modified files: usr.sbin/syspatch: syspatch.8 syspatch.sh Log message: Make it possible to install patches even if we don't have all sets installed (e.g. no x sets); in this

CVS: cvs.openbsd.org: src

2016-12-08 Thread Rafael Zalamena
CVSROOT:/cvs Module name:src Changes by: rzalam...@cvs.openbsd.org 2016/12/08 02:29:50 Modified files: usr.sbin/dhcrelay: bpf.c dhcpd.h dhcrelay.c dispatch.c Log message: Simplify get_interfaces function, make it return NULL if we didn't find the interface and