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 values
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 (3e12596fb5c55351517cdd741
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
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 disconnects
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 (6a8683b0e9d734f23bd9647e117da198c2b9a74e
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 (3820e2bf3331ced3
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:Dr
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:
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
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
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 from:
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 (ba3b4ff9a1
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 (8abdc2b36a45c4e9
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
iwm_bring_down
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 iwlwifi.
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 IW
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 (e.
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 mat
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 ti
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
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
> 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,
> `length
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:
> 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 u
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 mo
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
Modified
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 suppl
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: head/sys
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
unlinking
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 testcase
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
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 advanc
> 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, wh
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:
head/sys/dev/usb/qui
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
head/sys/dev/o
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 by:
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 that
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.
- Fix
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
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 chanflags
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).
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
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 f
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 vari
44 matches
Mail list logo