Re: svn commit: r317901 - head/usr.bin/resizewin

2017-05-08 Thread Edward Tomasz Napierala
On 0507T0919, Conrad Meyer wrote: > On Sun, May 7, 2017 at 2:19 AM, Edward Tomasz Napierala > wrote: > > Author: trasz > > Date: Sun May 7 09:19:42 2017 > > New Revision: 317901 > > URL: https://svnweb.freebsd.org/changeset/base/317901 > > > > Log: > > Improve error reporting in resizewin(1). >

svn commit: r317933 - head/usr.bin/resizewin

2017-05-08 Thread Edward Tomasz Napierala
Author: trasz Date: Mon May 8 08:34:50 2017 New Revision: 317933 URL: https://svnweb.freebsd.org/changeset/base/317933 Log: Use tcflush(3) instead of (nonstandard) TIOCFLUSH. Reported by: kib MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/usr.bin/resizewin/resizewin

Re: svn commit: r317909 - head/usr.bin/resizewin

2017-05-08 Thread Edward Tomasz Napierala
On 0507T2028, Jilles Tjoelker wrote: > On Sun, May 07, 2017 at 09:01:43PM +0300, Konstantin Belousov wrote: > > On Sun, May 07, 2017 at 05:21:23PM +, Edward Tomasz Napierala wrote: > > > Author: trasz > > > Date: Sun May 7 17:21:22 2017 > > > New Revision: 317909 > > > URL: https://svnweb.free

svn commit: r317934 - head/usr.bin/resizewin

2017-05-08 Thread Edward Tomasz Napierala
Author: trasz Date: Mon May 8 08:58:51 2017 New Revision: 317934 URL: https://svnweb.freebsd.org/changeset/base/317934 Log: Add resizewin -z. It makes resizewin not do anything if the terminal size is already set to something other than zero. It's supposed to be called from eg /etc/profile

svn commit: r317935 - head/usr.bin/resizewin

2017-05-08 Thread Edward Tomasz Napierala
Author: trasz Date: Mon May 8 09:14:41 2017 New Revision: 317935 URL: https://svnweb.freebsd.org/changeset/base/317935 Log: Sort variable declarations; no functional changes. MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/usr.bin/resizewin/resizewin.c Modified: head/u

svn commit: r317937 - in head/usr.sbin/makefs: . cd9660

2017-05-08 Thread Ed Maste
Author: emaste Date: Mon May 8 13:09:27 2017 New Revision: 317937 URL: https://svnweb.freebsd.org/changeset/base/317937 Log: makefs: use size_t as appropriate to clean up warnings Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/makefs/cd9660/cd9660_eltorito.c head/usr.sbi

svn commit: r317938 - head/share/man/man7

2017-05-08 Thread Ed Maste
Author: emaste Date: Mon May 8 14:17:10 2017 New Revision: 317938 URL: https://svnweb.freebsd.org/changeset/base/317938 Log: arch(7): correct initial versions for alpha and pc98 Submitted by: imp Modified: head/share/man/man7/arch.7 Modified: head/share/man/man7/arch.7

svn commit: r317939 - in head: share/misc usr.bin/calendar/calendars

2017-05-08 Thread Danilo G. Baio
Author: dbaio (ports committer) Date: Mon May 8 14:33:38 2017 New Revision: 317939 URL: https://svnweb.freebsd.org/changeset/base/317939 Log: Add myself (dbaio) as a new ports committer Approved by: garga (mentor) Differential Revision:https://reviews.freebsd.org/D10633 Modifie

svn commit: r317942 - in head/usr.bin/csplit: . tests

2017-05-08 Thread Conrad Meyer
Author: cem Date: Mon May 8 15:51:29 2017 New Revision: 317942 URL: https://svnweb.freebsd.org/changeset/base/317942 Log: csplit(1): Fix extraneous output in edge case When the input to csplit contains fewer lines than the number of matches specified, extra output was mistakenly included

svn commit: r317944 - head/usr.sbin/makefs

2017-05-08 Thread Ed Maste
Author: emaste Date: Mon May 8 16:34:39 2017 New Revision: 317944 URL: https://svnweb.freebsd.org/changeset/base/317944 Log: makefs: cast snprintf return value to size_t to clear warning Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/makefs/ffs.c head/usr.sbin/makefs/wal

svn commit: r317945 - head/usr.sbin/makefs

2017-05-08 Thread Ed Maste
Author: emaste Date: Mon May 8 16:57:33 2017 New Revision: 317945 URL: https://svnweb.freebsd.org/changeset/base/317945 Log: makefs: further size_t warning cleanup (missing from r317944) Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/makefs/walk.c Modified: head/usr.sbin/

svn commit: r317949 - head/etc/mtree

2017-05-08 Thread Ngie Cooper
Author: ngie Date: Mon May 8 17:13:00 2017 New Revision: 317949 URL: https://svnweb.freebsd.org/changeset/base/317949 Log: Fix the build after r317942 by adding usr.bin/csplit to BSD.tests.dist Pointyhat to: cem MFC with: r317942 Sponsored by: Dell EMC Isilon Modified: head/etc/

Re: svn commit: r317942 - in head/usr.bin/csplit: . tests

2017-05-08 Thread Ngie Cooper (yaneurabeya)
> On May 8, 2017, at 08:51, Conrad Meyer wrote: > > Author: cem > Date: Mon May 8 15:51:29 2017 > New Revision: 317942 > URL: https://svnweb.freebsd.org/changeset/base/317942 > > Log: > csplit(1): Fix extraneous output in edge case > > When the input to csplit contains fewer lines than the

Re: svn commit: r317744 - in head/usr.sbin/makefs: . ffs

2017-05-08 Thread Ngie Cooper (yaneurabeya)
> On May 3, 2017, at 07:21, Ed Maste wrote: > > Author: emaste > Date: Wed May 3 14:21:18 2017 > New Revision: 317744 > URL: https://svnweb.freebsd.org/changeset/base/317744 > > Log: > makefs: make buf generic > > it has nothing to do with ffs and will eventually be moved. > gc sectorsize.

svn commit: r317967 - in head/usr.sbin/makefs: . ffs

2017-05-08 Thread Ngie Cooper
Author: ngie Date: Mon May 8 18:42:38 2017 New Revision: 317967 URL: https://svnweb.freebsd.org/changeset/base/317967 Log: Restore `sectorsize` global to unbreak makefs after r317744 This also unbreaks the fstyp tests. Reported by: Alastair Hogge , Jenkins Sponsored by: Dell EMC Is

Re: svn commit: r317744 - in head/usr.sbin/makefs: . ffs

2017-05-08 Thread Ngie Cooper (yaneurabeya)
> On May 8, 2017, at 11:24, Ngie Cooper (yaneurabeya) > wrote: > >> >> On May 3, 2017, at 07:21, Ed Maste wrote: >> >> Author: emaste >> Date: Wed May 3 14:21:18 2017 >> New Revision: 317744 >> URL: https://svnweb.freebsd.org/changeset/base/317744 >> >> Log: >> makefs: make buf generic >>

svn commit: r317968 - head

2017-05-08 Thread John Baldwin
Author: jhb Date: Mon May 8 18:51:13 2017 New Revision: 317968 URL: https://svnweb.freebsd.org/changeset/base/317968 Log: Honor WITHOUT_LIB32 on mips64. The closing paren for the list of architectures that should enable LIB32 by default was in the wrong place resulting in LIB32 always be

Re: svn commit: r317809 - head/share/man/man7

2017-05-08 Thread John Baldwin
On Thursday, May 04, 2017 09:31:50 PM Konstantin Belousov wrote: > Author: kib > Date: Thu May 4 21:31:50 2017 > New Revision: 317809 > URL: https://svnweb.freebsd.org/changeset/base/317809 > > Log: > Provide introduction for the arch(7) manpage. > > Start with some words about linear addr

Re: svn commit: r317938 - head/share/man/man7

2017-05-08 Thread John Baldwin
On Monday, May 08, 2017 02:17:10 PM Ed Maste wrote: > Author: emaste > Date: Mon May 8 14:17:10 2017 > New Revision: 317938 > URL: https://svnweb.freebsd.org/changeset/base/317938 > > Log: > arch(7): correct initial versions for alpha and pc98 > > Submitted by: imp > > Modified: >

svn commit: r317979 - head/targets/pseudo/userland

2017-05-08 Thread Bryan Drewery
Author: bdrewery Date: Mon May 8 20:44:12 2017 New Revision: 317979 URL: https://svnweb.freebsd.org/changeset/base/317979 Log: Remove MK_MANDOCDB option missed in r315057 Modified: head/targets/pseudo/userland/Makefile.depend Modified: head/targets/pseudo/userland/Makefile.depend ==

svn commit: r317980 - head/share/mk

2017-05-08 Thread Bryan Drewery
Author: bdrewery Date: Mon May 8 20:44:21 2017 New Revision: 317980 URL: https://svnweb.freebsd.org/changeset/base/317980 Log: Fix syntax error in parse_path after r316952. Also fix bad whitespace in sort_unique after r314809. The parse_path syntax error came up in DIRDEPS_BUILD as th

Re: svn commit: r317809 - head/share/man/man7

2017-05-08 Thread Konstantin Belousov
On Mon, May 08, 2017 at 01:37:15PM -0700, John Baldwin wrote: > On Thursday, May 04, 2017 09:31:50 PM Konstantin Belousov wrote: > > Author: kib > > Date: Thu May 4 21:31:50 2017 > > New Revision: 317809 > > URL: https://svnweb.freebsd.org/changeset/base/317809 > > > > Log: > > Provide introduc

svn commit: r317981 - head/sys/modules/mmcsd

2017-05-08 Thread Marius Strobl
Author: marius Date: Mon May 8 20:58:32 2017 New Revision: 317981 URL: https://svnweb.freebsd.org/changeset/base/317981 Log: Revise r315430; there's no need to build mmc_subr.c into both mmc.ko and mmcsd.ko. Modified: head/sys/modules/mmcsd/Makefile Modified: head/sys/modules/mmcsd/Makefi

svn commit: r317982 - in head/sys: kern sys

2017-05-08 Thread Marius Strobl
Author: marius Date: Mon May 8 21:08:39 2017 New Revision: 317982 URL: https://svnweb.freebsd.org/changeset/base/317982 Log: - Also outside of the KOBJOPLOOKUP macro - which in turn is used by the code auto-generated for *.m - kobj_lookup_method(9) is useful; for example in back-ends or

Re: svn commit: r317809 - head/share/man/man7

2017-05-08 Thread Konstantin Belousov
On Mon, May 08, 2017 at 11:52:10PM +0300, Konstantin Belousov wrote: > On Mon, May 08, 2017 at 01:37:15PM -0700, John Baldwin wrote: > > On Thursday, May 04, 2017 09:31:50 PM Konstantin Belousov wrote: > > > Author: kib > > > Date: Thu May 4 21:31:50 2017 > > > New Revision: 317809 > > > URL: http

Re: svn commit: r317967 - in head/usr.sbin/makefs: . ffs

2017-05-08 Thread Ed Maste
On 8 May 2017 at 14:42, Ngie Cooper wrote: > Author: ngie > Date: Mon May 8 18:42:38 2017 > New Revision: 317967 > URL: https://svnweb.freebsd.org/changeset/base/317967 > > Log: > Restore `sectorsize` global to unbreak makefs after r317744 > > This also unbreaks the fstyp tests. Sorry about

svn commit: r317996 - head/sys/dev/qlxgbe

2017-05-08 Thread David C Somayajulu
Author: davidcs Date: Tue May 9 01:01:41 2017 New Revision: 317996 URL: https://svnweb.freebsd.org/changeset/base/317996 Log: Fix bug where MTX_DEF lock was held while taskqueue_drain() was invoked. Check IFF_DRV_RUNNING flag is set prior to calling ql_hw_set_multi() MFC after:3 days Mo

svn commit: r317998 - head/secure/lib/libssh

2017-05-08 Thread Bryan Drewery
Author: bdrewery Date: Tue May 9 01:48:02 2017 New Revision: 317998 URL: https://svnweb.freebsd.org/changeset/base/317998 Log: Fix invalid .o SRCS from r314527. MFC after:1 week Sponsored by: Dell EMC Isilon Modified: head/secure/lib/libssh/Makefile Modified: head/secure/lib/libs

svn commit: r317999 - in head: lib/libzstd sbin/decryptcore share/doc/pjdfstest targets/pseudo/clang targets/pseudo/userland targets/pseudo/userland/share usr.bin/getaddrinfo usr.bin/zstd usr.sbin/...

2017-05-08 Thread Bryan Drewery
Author: bdrewery Date: Tue May 9 01:48:14 2017 New Revision: 317999 URL: https://svnweb.freebsd.org/changeset/base/317999 Log: DIRDEPS_BUILD: Connect new directories. Sponsored by: Dell EMC Isilon Added: head/lib/libzstd/Makefile.depend (contents, props changed) head/sbin/decryptcor

svn commit: r318000 - in head: bin/dd lib/libbsnmp/libbsnmp lib/libsysdecode libexec/dma/dma-mbox-create rescue/rescue sbin/dumpon sbin/hastctl sbin/hastd sys/boot/i386/loader sys/boot/i386/zfsload...

2017-05-08 Thread Bryan Drewery
Author: bdrewery Date: Tue May 9 01:48:23 2017 New Revision: 318000 URL: https://svnweb.freebsd.org/changeset/base/318000 Log: DIRDEPS_BUILD: Update dependencies. Sponsored by: Dell EMC Isilon Modified: head/bin/dd/Makefile.depend head/lib/libbsnmp/libbsnmp/Makefile.depend head/lib/

svn commit: r318001 - head/sys/dev/iwm

2017-05-08 Thread Adrian Chadd
Author: adrian Date: Tue May 9 02:38:23 2017 New Revision: 318001 URL: https://svnweb.freebsd.org/changeset/base/318001 Log: [iwm] include opt_iwm.h and opt_wlan.h consistently in all files. Modified: head/sys/dev/iwm/if_iwm.c head/sys/dev/iwm/if_iwm_7000.c head/sys/dev/iwm/if_iwm_8000.c

svn commit: r318002 - head/sys/dev/iwm

2017-05-08 Thread Adrian Chadd
Author: adrian Date: Tue May 9 02:41:33 2017 New Revision: 318002 URL: https://svnweb.freebsd.org/changeset/base/318002 Log: [iwm] iwm_{read,write}_prph() don't grab the nic lock in iwm themselves. * Fix a couple of cases where the nic lock ended up not being grabbed during an iwm_read

svn commit: r318003 - head/sys/dev/iwm

2017-05-08 Thread Adrian Chadd
Author: adrian Date: Tue May 9 02:42:53 2017 New Revision: 318003 URL: https://svnweb.freebsd.org/changeset/base/318003 Log: [iwm] Add iwm_nic_unlock() calls missing from previous commit. Obtained from:dragonflybsd.git f88ab372284e63c4c13da93e9026a203b9b4cdc5 Modified: head/sys

svn commit: r318004 - head/contrib/netbsd-tests/usr.bin/grep

2017-05-08 Thread Ngie Cooper
Author: ngie Date: Tue May 9 04:11:53 2017 New Revision: 318004 URL: https://svnweb.freebsd.org/changeset/base/318004 Log: Remove expected failure that no longer fails with gnu grep in base Reported by: Jenkins Submitted by: Kyle Evans Sponsored by: Dell EMC Isilon Modified: head/

svn commit: r318005 - head/sys/dev/iwm

2017-05-08 Thread Adrian Chadd
Author: adrian Date: Tue May 9 04:15:07 2017 New Revision: 318005 URL: https://svnweb.freebsd.org/changeset/base/318005 Log: [iwm] Add basic powermanagement support via ifconfig wlan0 powersave. * The DEVICE_POWER_FLAGS_CAM_MSK flag was removed in the upstream iwlwifi in Linux commit c

svn commit: r318006 - head/sys/tests/framework

2017-05-08 Thread Ngie Cooper
Author: ngie Date: Tue May 9 04:54:29 2017 New Revision: 318006 URL: https://svnweb.freebsd.org/changeset/base/318006 Log: style(9): sort headers and remove duplicates MFC after:3 weeks Sponsored by: Dell EMC Isilon Modified: head/sys/tests/framework/kern_testfrwk.c Modified: hea

svn commit: r318007 - head/sys/modules/tests

2017-05-08 Thread Ngie Cooper
Author: ngie Date: Tue May 9 04:56:14 2017 New Revision: 318007 URL: https://svnweb.freebsd.org/changeset/base/318007 Log: Add intermediary Makefile for compiling all items in the directory MFC after:3 weeks Sponsored by: Dell EMC Isilon Added: head/sys/modules/tests/Makefile (c

svn commit: r318008 - head/sys/modules

2017-05-08 Thread Ngie Cooper
Author: ngie Date: Tue May 9 04:59:05 2017 New Revision: 318008 URL: https://svnweb.freebsd.org/changeset/base/318008 Log: Only compile tests/ if MK_TESTS != no or ALL_MODULES is defined MFC after:3 weeks Sponsored by: Dell EMC Isilon Modified: head/sys/modules/Makefile Modified:

svn commit: r318009 - head/sys/conf

2017-05-08 Thread Ngie Cooper
Author: ngie Date: Tue May 9 05:03:35 2017 New Revision: 318009 URL: https://svnweb.freebsd.org/changeset/base/318009 Log: Add MK_TESTS to kern.opts.mk to support r31800 MFC after:3 weeks MFC with: r318008 Pointyhat to: ngie Sponsored by: Dell EMC Isilon Modified: head/sys

Re: svn commit: r318008 - head/sys/modules

2017-05-08 Thread O. Hartmann
On Tue, 9 May 2017 04:59:05 + (UTC) Ngie Cooper wrote: > Author: ngie > Date: Tue May 9 04:59:05 2017 > New Revision: 318008 > URL: https://svnweb.freebsd.org/changeset/base/318008 > > Log: > Only compile tests/ if MK_TESTS != no or ALL_MODULES is defined > > MFC after: 3 weeks >

svn commit: r318010 - head/sys/tests/callout_test

2017-05-08 Thread Ngie Cooper
Author: ngie Date: Tue May 9 05:08:47 2017 New Revision: 318010 URL: https://svnweb.freebsd.org/changeset/base/318010 Log: style(9): sort headers MFC after:3 weeks Sponsored by: Dell EMC Isilon Modified: head/sys/tests/callout_test/callout_test.c Modified: head/sys/tests/callout_

Re: svn commit: r318008 - head/sys/modules

2017-05-08 Thread Ngie Cooper (yaneurabeya)
> On May 8, 2017, at 22:06, O. Hartmann wrote: > > On Tue, 9 May 2017 04:59:05 + (UTC) > Ngie Cooper wrote: … > Ooopsie ... ;-) > > Something went wrong after I sucked in this commit just a few seconds ago, > compiling kernel failed: You’re fast. Fixed in r318009 5 minutes ago. -Ngie

svn commit: r318011 - head/sys/modules/tests

2017-05-08 Thread Ngie Cooper
Author: ngie Date: Tue May 9 05:22:51 2017 New Revision: 318011 URL: https://svnweb.freebsd.org/changeset/base/318011 Log: Mark this Makefile SUBDIR_PARALLEL I inserted the necessary SUBDIR+= .WAIT in the previous commit MFC after:3 weeks Sponsored by: Dell EMC Isilon Modified:

svn commit: r318012 - head/sys/dev/iwm

2017-05-08 Thread Adrian Chadd
Author: adrian Date: Tue May 9 05:31:38 2017 New Revision: 318012 URL: https://svnweb.freebsd.org/changeset/base/318012 Log: [iwm] Allow listening on both chains/atennas to get diversity. This might improve throughput slightly when far from the accesspoint, apparently by allowing the fir

svn commit: r318013 - head/sys/dev/iwm

2017-05-08 Thread Adrian Chadd
Author: adrian Date: Tue May 9 05:32:35 2017 New Revision: 318013 URL: https://svnweb.freebsd.org/changeset/base/318013 Log: [iwm] Move in_phyctxt from struct iwm_node to phy_ctxt in struct iwm_vap. * This better matches how things are organized in Linux's iwlwifi. Obtained from: