svn commit: r343391 - head/tools/tools/tinybsd

2019-01-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Jan 24 06:34:29 2019 New Revision: 343391 URL: https://svnweb.freebsd.org/changeset/base/343391 Log: Fix prompt for MFSROOT in tinybsd tinybsd offers two choices when prompting user for MFSROOT: 'YES' and 'NO'. Script logic only handles 'yes'. Change offered

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

2019-01-23 Thread Kyle Evans
Author: kevans Date: Thu Jan 24 03:46:35 2019 New Revision: 343382 URL: https://svnweb.freebsd.org/changeset/base/343382 Log: iwm - Avoid Tx watchdog timeout, when dropping a connection. Submitted by: Augustin Cavalier (Haiku) Obtained from:DragonFlyBSD

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

2019-01-23 Thread Kyle Evans
Author: kevans Date: Thu Jan 24 03:48:27 2019 New Revision: 343385 URL: https://svnweb.freebsd.org/changeset/base/343385 Log: iwm - Always clear watchdog timer, when bringing down firmware state. Submitted by: Augustin Cavalier (Haiku) Obtained from:DragonFlyBSD

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

2019-01-23 Thread Kyle Evans
Author: kevans Date: Thu Jan 24 03:47:47 2019 New Revision: 343384 URL: https://svnweb.freebsd.org/changeset/base/343384 Log: iwm - Clear Time Event active state, when receiving End Notification. * This hopefully avoids some firmware panics, I was occasionally seeing, when iwm

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

2019-01-23 Thread Kyle Evans
Author: kevans Date: Thu Jan 24 03:44:20 2019 New Revision: 343378 URL: https://svnweb.freebsd.org/changeset/base/343378 Log: if_iwm - Update struct iwm_scan_results_notif. Remove old/unused definitions * Remove outdated notifications IWM_SCAN_ABORT_CMD, IWM_SCAN_START_NOTIFICATION and

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

2019-01-23 Thread Kyle Evans
Author: kevans Date: Thu Jan 24 03:48:50 2019 New Revision: 343386 URL: https://svnweb.freebsd.org/changeset/base/343386 Log: if_iwm - Stop iwm_watchdog callout when idle. Submitted by: Augustin Cavalier (Haiku) Obtained from:DragonFlyBSD

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

2019-01-23 Thread Kyle Evans
Author: kevans Date: Thu Jan 24 03:50:27 2019 New Revision: 343390 URL: https://svnweb.freebsd.org/changeset/base/343390 Log: iwm - Remove unused TX_CMD_NEXT_FRAME_* Taken-From: Linux git b1e06c65fb69c5e3fddcd91987561e225eaa9bfa Submitted by: Augustin Cavalier (Haiku) Obtained

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

2019-01-23 Thread Kyle Evans
Author: kevans Date: Thu Jan 24 03:41:44 2019 New Revision: 343374 URL: https://svnweb.freebsd.org/changeset/base/343374 Log: if_iwm - The iwm_prepare_card_hw() in iwm_attach() is only needed on 8K hw. * Doing the iwm_prepare_card_hw() call in iwm_attach() only on Family 8000 hardware

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

2019-01-23 Thread Kyle Evans
Author: kevans Date: Thu Jan 24 03:50:03 2019 New Revision: 343389 URL: https://svnweb.freebsd.org/changeset/base/343389 Log: iwm - Remove unused REPLY_MAX Taken-From: Linux git e4eb275ac5cfe71686612d929a9829345b2a4ada Submitted by: Augustin Cavalier (Haiku) Obtained from:

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

2019-01-23 Thread Kyle Evans
Author: kevans Date: Thu Jan 24 03:49:35 2019 New Revision: 343388 URL: https://svnweb.freebsd.org/changeset/base/343388 Log: iwm - Update alive response handling, add v4 and remove old versions. Submitted by: Augustin Cavalier (Haiku) Obtained from:DragonFlyBSD

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

2019-01-23 Thread Kyle Evans
Author: kevans Date: Thu Jan 24 03:49:11 2019 New Revision: 343387 URL: https://svnweb.freebsd.org/changeset/base/343387 Log: iwm - Fix race during detach, where a callout is left after driver is gone. Submitted by: Augustin Cavalier (Haiku) Obtained from:DragonFlyBSD

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

2019-01-23 Thread Kyle Evans
Author: kevans Date: Thu Jan 24 03:47:04 2019 New Revision: 343383 URL: https://svnweb.freebsd.org/changeset/base/343383 Log: iwm - Improve firmware Time Event handling. * This is a mix of the OpenBSD Git 7fd9664469d1b717a307eebd74aeececbd3c41cc change, and syncing with the Linux iwlwifi

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

2019-01-23 Thread Kyle Evans
Author: kevans Date: Thu Jan 24 03:44:48 2019 New Revision: 343379 URL: https://svnweb.freebsd.org/changeset/base/343379 Log: if_iwm - Configure the PCIe LTR, fix PCI express capability accesses. Taken-From: Linux iwlwifi Submitted by: Augustin Cavalier (Haiku) Obtained from:

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

2019-01-23 Thread Kyle Evans
Author: kevans Date: Thu Jan 24 03:45:24 2019 New Revision: 343380 URL: https://svnweb.freebsd.org/changeset/base/343380 Log: if_iwm - Add firmware API definitions for TX power commands. * While there remove unused IWM_UCODE_TLV_CAPA_LMAC_UPLOAD definition, which isn't defined in

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

2019-01-23 Thread Kyle Evans
Author: kevans Date: Thu Jan 24 03:45:55 2019 New Revision: 343381 URL: https://svnweb.freebsd.org/changeset/base/343381 Log: iwm - Track firmware state better, and improve handling in iwm_newstate(). * This avoids firmware resets in all the cases in iwm_newstate(). Instead

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

2019-01-23 Thread Kyle Evans
Author: kevans Date: Thu Jan 24 03:43:45 2019 New Revision: 343377 URL: https://svnweb.freebsd.org/changeset/base/343377 Log: iwm - Reduce gratuitous differences with Linux iwlwifi in struct naming. * Rename some structs and struct members for firmware handling. Submitted by: Augustin

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

2019-01-23 Thread Kyle Evans
Author: kevans Date: Thu Jan 24 03:42:59 2019 New Revision: 343376 URL: https://svnweb.freebsd.org/changeset/base/343376 Log: if_iwm - Check sc->sc_attached flag in suspend/resume callbacks. * There is (almost) nothing to do in suspend/resume if if_iwm has failed during initialization

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

2019-01-23 Thread Kyle Evans
Author: kevans Date: Thu Jan 24 03:41:09 2019 New Revision: 343373 URL: https://svnweb.freebsd.org/changeset/base/343373 Log: if_iwm - Update firmware rs table, instead of indexing the table in tx cmds. * Rather than providing a non-zero index into the firmware RS table, we should always

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

2019-01-23 Thread Kyle Evans
Author: kevans Date: Thu Jan 24 03:42:23 2019 New Revision: 343375 URL: https://svnweb.freebsd.org/changeset/base/343375 Log: if_iwm - Move iwm_read_firmware() call into iwm_attach(). * We should load the firmware exactly once before the driver really initializes the hardware the first

svn commit: r343372 - head/sys/dev/ixl

2019-01-23 Thread Eric Joyner
Author: erj Date: Thu Jan 24 01:08:37 2019 New Revision: 343372 URL: https://svnweb.freebsd.org/changeset/base/343372 Log: ixl(4): Fix handling data passed with ioctl from NVM update tool From Krzysztof: Ensure that the entire data buffer passed from the NVM update tool is copied in

svn commit: r343371 - stable/11/sys/dev/ocs_fc

2019-01-23 Thread Mark Johnston
Author: markj Date: Thu Jan 24 01:04:23 2019 New Revision: 343371 URL: https://svnweb.freebsd.org/changeset/base/343371 Log: MFC r343348: ocs_fc: Ensure that we zero-initialize memory before copying it out. admbugs: 765 Modified: stable/11/sys/dev/ocs_fc/ocs_mgmt.c Directory

svn commit: r343369 - in head/sys/dev: e1000 ixgbe ixl

2019-01-23 Thread Eric Joyner
Author: erj Date: Thu Jan 24 01:03:00 2019 New Revision: 343369 URL: https://svnweb.freebsd.org/changeset/base/343369 Log: intel iflib drivers: correct initialization of tx_cidx_processed From Jake: In r341156 ("Fix first-packet completion", 2018-11-28) a hack to work around a delta

svn commit: r343370 - stable/12/sys/dev/ocs_fc

2019-01-23 Thread Mark Johnston
Author: markj Date: Thu Jan 24 01:03:12 2019 New Revision: 343370 URL: https://svnweb.freebsd.org/changeset/base/343370 Log: MFC r343348: ocs_fc: Ensure that we zero-initialize memory before copying it out. admbugs: 765 Modified: stable/12/sys/dev/ocs_fc/ocs_mgmt.c Directory

Re: svn commit: r343368 - head/lib/libc/tests/sys

2019-01-23 Thread Enji Cooper
> On Jan 23, 2019, at 3:48 PM, Enji Cooper wrote: > > Author: ngie > Date: Wed Jan 23 23:48:57 2019 > New Revision: 343368 > URL: https://svnweb.freebsd.org/changeset/base/343368 > > Log: > Fix up r343367 > > I should have only changed the format qualifier with the `size_t` value, >

svn commit: r343368 - head/lib/libc/tests/sys

2019-01-23 Thread Enji Cooper
Author: ngie Date: Wed Jan 23 23:48:57 2019 New Revision: 343368 URL: https://svnweb.freebsd.org/changeset/base/343368 Log: Fix up r343367 I should have only changed the format qualifier with the `size_t` value, `length`, not the other [`off_t`] value, `dest_file_size`. MFC after:

Re: svn commit: r343367 - head/lib/libc/tests/sys

2019-01-23 Thread Enji Cooper
> On Jan 23, 2019, at 3:30 PM, Enji Cooper wrote: > > Author: ngie > Date: Wed Jan 23 23:30:55 2019 > New Revision: 343367 > URL: https://svnweb.freebsd.org/changeset/base/343367 > > Log: > Unbreak the build on architectures where size_t isn't synonymous with > uintmax_t > > I should have

svn commit: r343367 - head/lib/libc/tests/sys

2019-01-23 Thread Enji Cooper
Author: ngie Date: Wed Jan 23 23:30:55 2019 New Revision: 343367 URL: https://svnweb.freebsd.org/changeset/base/343367 Log: Unbreak the build on architectures where size_t isn't synonymous with uintmax_t I should have used `%zu` instead of `%ju` with `size_t` types. MFC after:1

svn commit: r343366 - head/share/man/man9

2019-01-23 Thread Brooks Davis
Author: brooks Date: Wed Jan 23 23:25:42 2019 New Revision: 343366 URL: https://svnweb.freebsd.org/changeset/base/343366 Log: Remove documentation for the nonexistant cred_update_thread(9). This was a tangential change submitted as part of D18930. Submitted by: j...@gandi.net

svn commit: r343365 - head/lib/libc/tests/sys

2019-01-23 Thread Enji Cooper
Author: ngie Date: Wed Jan 23 23:06:39 2019 New Revision: 343365 URL: https://svnweb.freebsd.org/changeset/base/343365 Log: Unbreak the gcc build with sendfile_test after r343362 gcc 8.x is more pedantic than clang 7.x with format strings and the tests passed `void*` variables while

svn commit: r343363 - in head/sys: netinet netinet6

2019-01-23 Thread Mark Johnston
Author: markj Date: Wed Jan 23 22:18:23 2019 New Revision: 343363 URL: https://svnweb.freebsd.org/changeset/base/343363 Log: Fix an LLE lookup race. After the afdata read lock was converted to epoch(9), readers could observe a linked LLE and block on the LLE while a thread was

svn commit: r343364 - in head/sys: netinet netinet6

2019-01-23 Thread Mark Johnston
Author: markj Date: Wed Jan 23 22:19:49 2019 New Revision: 343364 URL: https://svnweb.freebsd.org/changeset/base/343364 Log: Style. Reviewed by: bz MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/sys/netinet/in.c head/sys/netinet6/in6.c Modified:

svn commit: r343362 - head/lib/libc/tests/sys

2019-01-23 Thread Enji Cooper
Author: ngie Date: Wed Jan 23 22:00:17 2019 New Revision: 343362 URL: https://svnweb.freebsd.org/changeset/base/343362 Log: Add [initial] functional tests for sendfile(2) as lib/libc/sys/sendfile These testcases exercise a number of functional requirements for sendfile(2). The

svn commit: r343361 - stable/11/sys/x86/x86

2019-01-23 Thread Konstantin Belousov
Author: kib Date: Wed Jan 23 20:49:14 2019 New Revision: 343361 URL: https://svnweb.freebsd.org/changeset/base/343361 Log: MFC r343086: Remove unused prototype. Modified: stable/11/sys/x86/x86/busdma_bounce.c Directory Properties: stable/11/ (props changed) Modified:

svn commit: r343360 - stable/12/sys/x86/x86

2019-01-23 Thread Konstantin Belousov
Author: kib Date: Wed Jan 23 20:47:31 2019 New Revision: 343360 URL: https://svnweb.freebsd.org/changeset/base/343360 Log: MFC r343087: Style(9) fixes for x86/busdma_bounce.c. Modified: stable/12/sys/x86/x86/busdma_bounce.c Directory Properties: stable/12/ (props changed) Modified:

svn commit: r343359 - stable/12/sys/x86/x86

2019-01-23 Thread Konstantin Belousov
Author: kib Date: Wed Jan 23 20:44:51 2019 New Revision: 343359 URL: https://svnweb.freebsd.org/changeset/base/343359 Log: MFC r343086: Remove unused prototype. Modified: stable/12/sys/x86/x86/busdma_bounce.c Directory Properties: stable/12/ (props changed) Modified:

svn commit: r343358 - stable/12/sys/net

2019-01-23 Thread Konstantin Belousov
Author: kib Date: Wed Jan 23 20:43:42 2019 New Revision: 343358 URL: https://svnweb.freebsd.org/changeset/base/343358 Log: MFC r343085: Improve iflib busdma(9) KPI use. Modified: stable/12/sys/net/iflib.c Directory Properties: stable/12/ (props changed) Modified:

svn commit: r343357 - stable/11/contrib/netbsd-tests/kernel

2019-01-23 Thread Konstantin Belousov
Author: kib Date: Wed Jan 23 20:38:01 2019 New Revision: 343357 URL: https://svnweb.freebsd.org/changeset/base/343357 Log: MFC r343081: Trim spaces at the end of lines. Modified: stable/11/contrib/netbsd-tests/kernel/t_sysv.c Directory Properties: stable/11/ (props changed) Modified:

svn commit: r343356 - in stable/12: contrib/netbsd-tests/kernel lib/libc/sys sys/kern sys/sys sys/vm

2019-01-23 Thread Konstantin Belousov
Author: kib Date: Wed Jan 23 20:34:22 2019 New Revision: 343356 URL: https://svnweb.freebsd.org/changeset/base/343356 Log: MFC r343082: Implement shmat(2) flag SHM_REMAP. Modified: stable/12/contrib/netbsd-tests/kernel/t_sysv.c stable/12/lib/libc/sys/shmat.2

svn commit: r343355 - stable/12/contrib/netbsd-tests/kernel

2019-01-23 Thread Konstantin Belousov
Author: kib Date: Wed Jan 23 20:31:24 2019 New Revision: 343355 URL: https://svnweb.freebsd.org/changeset/base/343355 Log: MFC r343081: Trim spaces at the end of lines. Modified: stable/12/contrib/netbsd-tests/kernel/t_sysv.c Directory Properties: stable/12/ (props changed) Modified:

svn commit: r343354 - head/usr.bin/write

2019-01-23 Thread Mark Johnston
Author: markj Date: Wed Jan 23 20:02:17 2019 New Revision: 343354 URL: https://svnweb.freebsd.org/changeset/base/343354 Log: Remove extraneous setutxent() calls in write(1). We already call setutxent() once during initialization. Furthermore, the subsequent calls occur after the process

svn commit: r343353 - head/sys/vm

2019-01-23 Thread Mark Johnston
Author: markj Date: Wed Jan 23 18:58:15 2019 New Revision: 343353 URL: https://svnweb.freebsd.org/changeset/base/343353 Log: Correct uma_prealloc()'s use of domainset iterators after r339925. The iterator should be reinitialized after every successful slab allocation. A request to

Re: svn commit: r343349 - head/sys/dev/ocs_fc

2019-01-23 Thread Rodney W. Grimes
> Author: ram > Date: Wed Jan 23 17:34:01 2019 > New Revision: 343349 > URL: https://svnweb.freebsd.org/changeset/base/343349 > > Log: > Fixed issues reported by coverity scan. The quality of this commit message is rather low, it should of at least included some details about what was wrong,

svn commit: r343352 - in head/sys/dev/usb: . quirk

2019-01-23 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jan 23 18:53:13 2019 New Revision: 343352 URL: https://svnweb.freebsd.org/changeset/base/343352 Log: Add USB quirk. Submitted by: Gary Jennejohn MFC after:1 week Sponsored by: Mellanox Technologies Modified:

svn commit: r343351 - in stable: 11/sys/fs/nfsserver 12/sys/fs/nfsserver

2019-01-23 Thread Mark Johnston
Author: markj Date: Wed Jan 23 17:40:12 2019 New Revision: 343351 URL: https://svnweb.freebsd.org/changeset/base/343351 Log: MFC r343286: nfs: Zero the buffers exported by NFSSVC_DUMPCLIENTS and DUMPLOCKS. admbugs: 765 Modified: stable/12/sys/fs/nfsserver/nfs_nfsdport.c Directory

svn commit: r343351 - in stable: 11/sys/fs/nfsserver 12/sys/fs/nfsserver

2019-01-23 Thread Mark Johnston
Author: markj Date: Wed Jan 23 17:40:12 2019 New Revision: 343351 URL: https://svnweb.freebsd.org/changeset/base/343351 Log: MFC r343286: nfs: Zero the buffers exported by NFSSVC_DUMPCLIENTS and DUMPLOCKS. admbugs: 765 Modified: stable/11/sys/fs/nfsserver/nfs_nfsdport.c Directory

svn commit: r343350 - in stable: 11/sys/dev/hwpmc 12/sys/dev/hwpmc

2019-01-23 Thread Mark Johnston
Author: markj Date: Wed Jan 23 17:36:58 2019 New Revision: 343350 URL: https://svnweb.freebsd.org/changeset/base/343350 Log: MFC r343265: hwpmc: Plug memory disclosures from PMC_OP_{GETPMCINFO,GETCPUINFO}. admbugs: 765 Modified: stable/11/sys/dev/hwpmc/hwpmc_mod.c Directory

svn commit: r343350 - in stable: 11/sys/dev/hwpmc 12/sys/dev/hwpmc

2019-01-23 Thread Mark Johnston
Author: markj Date: Wed Jan 23 17:36:58 2019 New Revision: 343350 URL: https://svnweb.freebsd.org/changeset/base/343350 Log: MFC r343265: hwpmc: Plug memory disclosures from PMC_OP_{GETPMCINFO,GETCPUINFO}. admbugs: 765 Modified: stable/12/sys/dev/hwpmc/hwpmc_mod.c Directory

svn commit: r343349 - head/sys/dev/ocs_fc

2019-01-23 Thread Ram Kishore Vegesna
Author: ram Date: Wed Jan 23 17:34:01 2019 New Revision: 343349 URL: https://svnweb.freebsd.org/changeset/base/343349 Log: Fixed issues reported by coverity scan. Approved by: mav MFC after: 3 weeks Modified: head/sys/dev/ocs_fc/ocs_cam.c head/sys/dev/ocs_fc/ocs_hw.c

svn commit: r343348 - head/sys/dev/ocs_fc

2019-01-23 Thread Mark Johnston
Author: markj Date: Wed Jan 23 17:28:39 2019 New Revision: 343348 URL: https://svnweb.freebsd.org/changeset/base/343348 Log: ocs_fc: Ensure that we zero-initialize memory before copying it out. Note that the affected interface is available only to root. admbugs: 765 Reported

svn commit: r343347 - head/sys/geom/mirror

2019-01-23 Thread Conrad Meyer
Author: cem Date: Wed Jan 23 16:44:21 2019 New Revision: 343347 URL: https://svnweb.freebsd.org/changeset/base/343347 Log: gmirror: Relocate DEVICE_FLAGS to adjacent lines gmirror's sc_flags is shared between some on-disk state and some runtime only state. There's no real reason for

svn commit: r343346 - in head/sys: dev/netmap net

2019-01-23 Thread Vincenzo Maffione
Author: vmaffione Date: Wed Jan 23 14:51:36 2019 New Revision: 343346 URL: https://svnweb.freebsd.org/changeset/base/343346 Log: netmap: improvements to the netmap kloop (CSB mode) Changelist: - Add the proper memory barriers in the kloop ring processing functions. -

svn commit: r343345 - in stable/11/sys: amd64/linux compat/linux

2019-01-23 Thread Ed Maste
Author: emaste Date: Wed Jan 23 14:22:21 2019 New Revision: 343345 URL: https://svnweb.freebsd.org/changeset/base/343345 Log: MFC linuxulator stack memory disclosure fixes r343260 linuxulator: fix stack memory disclosure in linux_ioctl_v4l r343261 linuxulator: fix stack memory disclosure

svn commit: r343344 - head/sys/dev/netmap

2019-01-23 Thread Vincenzo Maffione
Author: vmaffione Date: Wed Jan 23 14:21:23 2019 New Revision: 343344 URL: https://svnweb.freebsd.org/changeset/base/343344 Log: netmap: fix knote() argument to match the mutex state The nm_os_selwakeup function needs to call knote() to wake up kqueue(9) users. However, this function can

svn commit: r343343 - in stable/12/sys: amd64/linux compat/linux

2019-01-23 Thread Ed Maste
Author: emaste Date: Wed Jan 23 14:19:40 2019 New Revision: 343343 URL: https://svnweb.freebsd.org/changeset/base/343343 Log: MFC linuxulator stack memory disclosure fixes r343260 linuxulator: fix stack memory disclosure in linux_ioctl_v4l r343261 linuxulator: fix stack memory disclosure

Re: svn commit: r343342 - head/sys/net80211

2019-01-23 Thread Andriy Voskoboinyk
Wed, 23 Jan 2019 15:17:03 +0200 було написано Andriy Voskoboinyk : Author: avos Date: Wed Jan 23 13:17:03 2019 New Revision: 343342 URL: https://svnweb.freebsd.org/changeset/base/343342 Log: net80211: turn channel mode check into assertion. There is may be only 11b channel (since

svn commit: r343342 - head/sys/net80211

2019-01-23 Thread Andriy Voskoboinyk
Author: avos Date: Wed Jan 23 13:17:03 2019 New Revision: 343342 URL: https://svnweb.freebsd.org/changeset/base/343342 Log: net80211: turn channel mode check into assertion. There is may be only 11b channel (since chanflags[] table maps MODE_AUTO to the corresponding 11b channel flags).

svn commit: r343341 - head/sbin/ifconfig

2019-01-23 Thread Andriy Voskoboinyk
Author: avos Date: Wed Jan 23 13:07:05 2019 New Revision: 343341 URL: https://svnweb.freebsd.org/changeset/base/343341 Log: ifconfig: drop unused macros from ifieee80211.c MFC after:5 days Modified: head/sbin/ifconfig/ifieee80211.c Modified: head/sbin/ifconfig/ifieee80211.c

svn commit: r343340 - head/sys/net80211

2019-01-23 Thread Andriy Voskoboinyk
Author: avos Date: Wed Jan 23 12:43:46 2019 New Revision: 343340 URL: https://svnweb.freebsd.org/changeset/base/343340 Log: net80211: fix channel list construction for non-auto operating mode. Change the way how channel list mode <-> desired mode match is done: - Match channel list mode

svn commit: r343339 - head/usr.sbin/kbdcontrol

2019-01-23 Thread Stefan Esser
Author: se Date: Wed Jan 23 10:05:27 2019 New Revision: 343339 URL: https://svnweb.freebsd.org/changeset/base/343339 Log: Silence Clang Scan warning about use of unitialized variable. While the warning is a false positive, it is possible to clarify the code by always initializing the