svn commit: r330227 - in stable/11/sys: dev/iwm modules/iwmfw/iwm8265fw

2018-03-01 Thread Eitan Adler
Author: eadler Date: Thu Mar 1 06:57:38 2018 New Revision: 330227 URL: https://svnweb.freebsd.org/changeset/base/330227 Log: MFC r324434: Add support for Intel 8265 WiFi Obtained from:OpenBSD Added: stable/11/sys/modules/iwmfw/iwm8265fw/ - copied from r324434,

svn commit: r330229 - stable/11/sys/conf

2018-03-01 Thread Eitan Adler
Author: eadler Date: Thu Mar 1 07:22:53 2018 New Revision: 330229 URL: https://svnweb.freebsd.org/changeset/base/330229 Log: MFC r325122,r325124,r325125: Fill in the blanks for iwm8265fw(4) rules, missed in r324434 Now using "device iwmfw" or "device iwm8265fw" in one's kernel

svn commit: r330228 - stable/11/share/man/man4

2018-03-01 Thread Eitan Adler
Author: eadler Date: Thu Mar 1 07:18:28 2018 New Revision: 330228 URL: https://svnweb.freebsd.org/changeset/base/330228 Log: MFC r325123: Reference iwm8265fw support in iwm(4) as well This documentation update is similar to what was done in iwmfw(4) in r325121. Modified:

svn commit: r330230 - in stable/11/sys: conf contrib/dev/iwm modules/iwmfw modules/iwmfw/iwm3160fw modules/iwmfw/iwm7260fw modules/iwmfw/iwm7265Dfw modules/iwmfw/iwm7265fw modules/iwmfw/iwm8000Cfw

2018-03-01 Thread Eitan Adler
Author: eadler Date: Thu Mar 1 07:42:20 2018 New Revision: 330230 URL: https://svnweb.freebsd.org/changeset/base/330230 Log: MFC r313419,r313420,r313421,r313423,r313426,r313428,r314078,r314079,r319584,r319586,r319588,r324469,r324470,r324435,r325122: [iwmfw] add version 17 firmware.

svn commit: r330232 - stable/11/sys/net80211

2018-03-01 Thread Eitan Adler
Author: eadler Date: Thu Mar 1 07:59:14 2018 New Revision: 330232 URL: https://svnweb.freebsd.org/changeset/base/330232 Log: MFC r307602: [net80211] Initial full-offload scan support. This is a very simple addition to the net80211 scan support. It doesn't implement a replacement

svn commit: r330231 - stable/11/share/man/man4

2018-03-01 Thread Eitan Adler
Author: eadler Date: Thu Mar 1 07:55:48 2018 New Revision: 330231 URL: https://svnweb.freebsd.org/changeset/base/330231 Log: MFC r314080: Modified: stable/11/share/man/man4/iwmfw.4 Directory Properties: stable/11/ (props changed) Modified: stable/11/share/man/man4/iwmfw.4

svn commit: r330233 - stable/11/sys/net80211

2018-03-01 Thread Eitan Adler
Author: eadler Date: Thu Mar 1 08:05:52 2018 New Revision: 330233 URL: https://svnweb.freebsd.org/changeset/base/330233 Log: MFC r324570,r324580: [net80211] begin handling multiple hardware decap'ed A-MSDU in the RX path. The duplicate detection code currently expects A-MSDU frames

svn commit: r330234 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-03-01 Thread Andriy Gapon
Author: avg Date: Thu Mar 1 08:30:08 2018 New Revision: 330234 URL: https://svnweb.freebsd.org/changeset/base/330234 Log: MFC r329711: MFV r329710: 8966 use after end of the lifetime of a local variable PR: 225162 Modified:

svn commit: r330240 - in head/sys: conf powerpc/conf powerpc/powernv

2018-03-01 Thread Wojciech Macek
Author: wma Date: Thu Mar 1 14:11:07 2018 New Revision: 330240 URL: https://svnweb.freebsd.org/changeset/base/330240 Log: PowerNV: Initial support for OPAL I2C transfers Add I2C OPAL driver and a set of dummy-ones to allow all I2C things on Power8 to attach. TODO: better async

svn commit: r330239 - in head/sys: amd64/linux compat/linux

2018-03-01 Thread Ed Maste
Author: emaste Date: Thu Mar 1 13:52:18 2018 New Revision: 330239 URL: https://svnweb.freebsd.org/changeset/base/330239 Log: Rationalize license text on Linuxolator files Many licenses on Linuxolator files contained small variations from the standard FreeBSD license text. To avoid

Re: svn commit: r324099 - in head: share/mk sys/boot

2018-03-01 Thread Wojciech Macek
Thanks, I'll handle this. Regards, Wojtek 2018-02-28 16:01 GMT+01:00 Ed Maste : > On 29 September 2017 at 02:36, Wojciech Macek wrote: > > Author: wma > > Date: Fri Sep 29 06:36:19 2017 > > New Revision: 324099 > > URL:

svn commit: r330235 - stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-03-01 Thread Andriy Gapon
Author: avg Date: Thu Mar 1 08:33:20 2018 New Revision: 330235 URL: https://svnweb.freebsd.org/changeset/base/330235 Log: MFC r329711: MFV r329710: 8966 use after end of the lifetime of a local variable PR: 225162 Modified:

svn commit: r330237 - in stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2018-03-01 Thread Andriy Gapon
Author: avg Date: Thu Mar 1 10:35:05 2018 New Revision: 330237 URL: https://svnweb.freebsd.org/changeset/base/330237 Log: MFC r329314: MFV r329313: 8857 zio_remove_child() panic due to already destroyed parent zio PR: 223803 Modified:

svn commit: r330236 - head/sys/compat/linuxkpi/common/src

2018-03-01 Thread Hans Petter Selasky
Author: hselasky Date: Thu Mar 1 10:31:51 2018 New Revision: 330236 URL: https://svnweb.freebsd.org/changeset/base/330236 Log: Correct the return value from flush_work() and flush_delayed_work() in the LinuxKPI to comply more with Linux. This fixes an issue when these functions are used in

svn commit: r330238 - in stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2018-03-01 Thread Andriy Gapon
Author: avg Date: Thu Mar 1 10:57:50 2018 New Revision: 330238 URL: https://svnweb.freebsd.org/changeset/base/330238 Log: MFC r329314: MFV r329313: 8857 zio_remove_child() panic due to already destroyed parent zio PR: 223803 Modified:

Re: svn commit: r330240 - in head/sys: conf powerpc/conf powerpc/powernv

2018-03-01 Thread Nathan Whitehorn
On 03/01/18 06:11, Wojciech Macek wrote: Author: wma Date: Thu Mar 1 14:11:07 2018 New Revision: 330240 URL: https://svnweb.freebsd.org/changeset/base/330240 Log: PowerNV: Initial support for OPAL I2C transfers Add I2C OPAL driver and a set of dummy-ones to allow all I2C things

svn commit: r330242 - stable/11/sys/contrib/dev/iwm

2018-03-01 Thread Eitan Adler
Author: eadler Date: Thu Mar 1 16:03:13 2018 New Revision: 330242 URL: https://svnweb.freebsd.org/changeset/base/330242 Log: MFC r314077: Add 7265D firmware. Added: stable/11/sys/contrib/dev/iwm/iwm-7265D-17.fw.uu - copied unchanged from r314077,

svn commit: r330241 - stable/11/sys/net80211

2018-03-01 Thread Eitan Adler
Author: eadler Date: Thu Mar 1 15:21:52 2018 New Revision: 330241 URL: https://svnweb.freebsd.org/changeset/base/330241 Log: Revert MFC of r330233 This was an additional commit that I did not intend to MFC... and also broke the build Pointy Hat To:me Modified:

svn commit: r330250 - in head/stand: efi i386 powerpc sparc64 uboot

2018-03-01 Thread Kyle Evans
Author: kevans Date: Thu Mar 1 21:46:01 2018 New Revision: 330250 URL: https://svnweb.freebsd.org/changeset/base/330250 Log: stand: Fix build after r330249 One does not simply convert to SUBDIR.yes in stand without making everything else in the affected files SUBDIR.yes -- there are

svn commit: r330253 - head/tools/build/options

2018-03-01 Thread Kyle Evans
Author: kevans Date: Thu Mar 1 21:59:30 2018 New Revision: 330253 URL: https://svnweb.freebsd.org/changeset/base/330253 Log: Back out r330252; will reapply with an actual commit message Deleted: head/tools/build/options/WITHOUT_LOADER_OFW head/tools/build/options/WITHOUT_LOADER_UBOOT

svn commit: r330251 - head/tools/build/options

2018-03-01 Thread Kyle Evans
Author: kevans Date: Thu Mar 1 21:51:20 2018 New Revision: 330251 URL: https://svnweb.freebsd.org/changeset/base/330251 Log: Remove LOADER_EFI description files LOADER_EFI functionality got folded into EFI as of r330248. Deleted: head/tools/build/options/WITHOUT_LOADER_EFI

svn commit: r330254 - head/tools/build/options

2018-03-01 Thread Kyle Evans
Author: kevans Date: Thu Mar 1 22:00:38 2018 New Revision: 330254 URL: https://svnweb.freebsd.org/changeset/base/330254 Log: Add descriptions for recently added loader options Added: head/tools/build/options/WITHOUT_LOADER_OFW - copied unchanged from r330252,

svn commit: r330255 - head/share/man/man5

2018-03-01 Thread Kyle Evans
Author: kevans Date: Thu Mar 1 22:04:51 2018 New Revision: 330255 URL: https://svnweb.freebsd.org/changeset/base/330255 Log: Regenerate src.conf(5) after r330254 Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r330257 - in head/sys: dev/efidev sys

2018-03-01 Thread Ian Lepore
Author: ian Date: Thu Mar 1 22:57:14 2018 New Revision: 330257 URL: https://svnweb.freebsd.org/changeset/base/330257 Log: Add a function to retrieve the EFI realtime clock capabilities. Modified: head/sys/dev/efidev/efirt.c head/sys/sys/efi.h Modified: head/sys/dev/efidev/efirt.c

svn commit: r330252 - head/tools/build/options

2018-03-01 Thread Kyle Evans
Author: kevans Date: Thu Mar 1 21:57:08 2018 New Revision: 330252 URL: https://svnweb.freebsd.org/changeset/base/330252 Log: MFC after:1 week Added: head/tools/build/options/WITHOUT_LOADER_OFW (contents, props changed) head/tools/build/options/WITHOUT_LOADER_UBOOT (contents, props

svn commit: r330256 - head/sys/sys

2018-03-01 Thread Eitan Adler
Author: eadler Date: Thu Mar 1 22:38:21 2018 New Revision: 330256 URL: https://svnweb.freebsd.org/changeset/base/330256 Log: sys/sys: Use a more common spelling of 'dirent' Submitted by: Domagoj Stolfa MFC After:3 days Modified: head/sys/sys/dirent.h

svn commit: r330245 - in head/usr.sbin/pw: . tests

2018-03-01 Thread David Bright
Author: dab Date: Thu Mar 1 17:47:28 2018 New Revision: 330245 URL: https://svnweb.freebsd.org/changeset/base/330245 Log: Allow the "@" and "!" characters in passwd file GECOS fields. Two PRs (152084 & 210187) request allowing the "@" and/or "!" characters in the passwd file GECOS

svn commit: r330248 - in head: share/mk stand

2018-03-01 Thread Warner Losh
Author: imp Date: Thu Mar 1 19:50:55 2018 New Revision: 330248 URL: https://svnweb.freebsd.org/changeset/base/330248 Log: Create LOADER_UBOOT, and LOADER_OFW. Move these options out of Makefile.${MACHINE_ARCH} and remove the now-empty files. Generate the *32 directories on the necessary

svn commit: r330249 - in head/stand: efi i386 powerpc sparc64 uboot

2018-03-01 Thread Kyle Evans
Author: kevans Date: Thu Mar 1 19:59:49 2018 New Revision: 330249 URL: https://svnweb.freebsd.org/changeset/base/330249 Log: stand: Makefile SUBDIR cleanup Use SUBDIR.${MK_*} where appropriate. r330248 eliminated most of the offenders, sweep the rest under the rug. Differential

svn commit: r330259 - vendor/NetBSD/bmake/20180222

2018-03-01 Thread Simon J. Gerraty
Author: sjg Date: Thu Mar 1 23:46:02 2018 New Revision: 330259 URL: https://svnweb.freebsd.org/changeset/base/330259 Log: tag bmake-20180222 Added: vendor/NetBSD/bmake/20180222/ - copied from r330258, vendor/NetBSD/bmake/dist/ ___

Re: svn commit: r330256 - head/sys/sys

2018-03-01 Thread Rodney W. Grimes
> Author: eadler > Date: Thu Mar 1 22:38:21 2018 > New Revision: 330256 > URL: https://svnweb.freebsd.org/changeset/base/330256 > > Log: > sys/sys: Use a more common spelling of 'dirent' Actually, correct missed rename of direct to dirent, the name of this structure in 4.2/4.3 was direct,

svn commit: r330263 - head/stand/lua

2018-03-01 Thread Kyle Evans
Author: kevans Date: Fri Mar 2 03:05:36 2018 New Revision: 330263 URL: https://svnweb.freebsd.org/changeset/base/330263 Log: lualoader: Use string literal \xNN instead of string.char() Modified: head/stand/lua/drawer.lua Modified: head/stand/lua/drawer.lua

svn commit: r330260 - in head: contrib/bmake contrib/bmake/mk contrib/bmake/unit-tests usr.bin/bmake

2018-03-01 Thread Simon J. Gerraty
Author: sjg Date: Fri Mar 2 01:53:50 2018 New Revision: 330260 URL: https://svnweb.freebsd.org/changeset/base/330260 Log: Update to bmake-20180 Fixes segfault in Var_Set if val is NULL Don't treat .info as warning with -W Added: head/contrib/bmake/mk/ldorder.mk - copied

Re: svn commit: r326257 - in head/sys/amd64: acpica amd64 ia32 include include/pc linux32 pci vmm vmm/amd vmm/intel vmm/io

2018-03-01 Thread Pedro Giffuni
On 01/03/2018 22:26, Ed Maste wrote: On 27 November 2017 at 10:03, Pedro F. Giffuni wrote: Author: pfg Date: Mon Nov 27 15:03:07 2017 New Revision: 326257 URL: https://svnweb.freebsd.org/changeset/base/326257 Log: sys/amd64: further adoption of SPDX licensing ID tags.

svn commit: r330261 - head/stand/lua

2018-03-01 Thread Kyle Evans
Author: kevans Date: Fri Mar 2 02:39:16 2018 New Revision: 330261 URL: https://svnweb.freebsd.org/changeset/base/330261 Log: lualoader: Fix some lint-mentioned errors - nextbootfile is not a variable, but nextboot_file is - pstatus was explicitly initialized but later clobbered, so

svn commit: r330262 - head/stand/lua

2018-03-01 Thread Kyle Evans
Author: kevans Date: Fri Mar 2 02:39:41 2018 New Revision: 330262 URL: https://svnweb.freebsd.org/changeset/base/330262 Log: lualoader: Use #str instead of tracking length with 'n' We really gain almost nothing by tracking length separately, especially when it's as easy as "#str", so

Re: svn commit: r326257 - in head/sys/amd64: acpica amd64 ia32 include include/pc linux32 pci vmm vmm/amd vmm/intel vmm/io

2018-03-01 Thread Ed Maste
On 27 November 2017 at 10:03, Pedro F. Giffuni wrote: > Author: pfg > Date: Mon Nov 27 15:03:07 2017 > New Revision: 326257 > URL: https://svnweb.freebsd.org/changeset/base/326257 > > Log: > sys/amd64: further adoption of SPDX licensing ID tags. ... > Modified:

svn commit: r330258 - in vendor/NetBSD/bmake/dist: . mk unit-tests

2018-03-01 Thread Simon J. Gerraty
Author: sjg Date: Thu Mar 1 23:45:44 2018 New Revision: 330258 URL: https://svnweb.freebsd.org/changeset/base/330258 Log: Import bmake-20180222 From ChangeLog * VERSION: 20180222 Merge with NetBSD make, pick up o parse.c: avoid calling sysconf for every call to loadfile

svn commit: r330269 - head/stand/lua

2018-03-01 Thread Kyle Evans
Author: kevans Date: Fri Mar 2 05:38:08 2018 New Revision: 330269 URL: https://svnweb.freebsd.org/changeset/base/330269 Log: core.lua(8): Add missing note about core.KEYSTR_CSI Modified: head/stand/lua/core.lua.8 Modified: head/stand/lua/core.lua.8

svn commit: r330266 - stable/10/sys/kern

2018-03-01 Thread Kirk McKusick
Author: mckusick Date: Fri Mar 2 04:43:07 2018 New Revision: 330266 URL: https://svnweb.freebsd.org/changeset/base/330266 Log: MFC of 329880. Add error number to "fsync: giving up on dirty" message. Modified: stable/10/sys/kern/vfs_default.c Directory Properties: stable/10/ (props

svn commit: r330267 - head/stand/lua

2018-03-01 Thread Kyle Evans
Author: kevans Date: Fri Mar 2 05:35:14 2018 New Revision: 330267 URL: https://svnweb.freebsd.org/changeset/base/330267 Log: Add core.lua(8), but do not add to distribution Distribution will be done after all of the lualoader manpages are created. Reviewed by: rpokala Differential

svn commit: r330268 - head/stand/lua

2018-03-01 Thread Kyle Evans
Author: kevans Date: Fri Mar 2 05:36:04 2018 New Revision: 330268 URL: https://svnweb.freebsd.org/changeset/base/330268 Log: Add menu.lua(8), but do not add to distribution Distribution will be done after all of the lualoader manpages are created. Reviewed by: rpokala Differential

Re: svn commit: r330264 - in head: lib/libufs stand/libsa sys/geom sys/geom/journal sys/geom/label sys/ufs/ffs

2018-03-01 Thread O. Hartmann
On Fri, 2 Mar 2018 04:34:53 + (UTC) Kirk McKusick wrote: > Author: mckusick > Date: Fri Mar 2 04:34:53 2018 > New Revision: 330264 > URL: https://svnweb.freebsd.org/changeset/base/330264 > > Log: > This change is some refactoring of Mark Johnston's changes in

Re: svn commit: r330264 - in head: lib/libufs stand/libsa sys/geom sys/geom/journal sys/geom/label sys/ufs/ffs

2018-03-01 Thread Conrad Meyer
On Thu, Mar 1, 2018 at 9:40 PM, O. Hartmann wrote: > On Fri, 2 Mar 2018 04:34:53 + (UTC) > Kirk McKusick wrote: > >> Author: mckusick >> Date: Fri Mar 2 04:34:53 2018 >> New Revision: 330264 >> URL:

svn commit: r330264 - in head: lib/libufs stand/libsa sys/geom sys/geom/journal sys/geom/label sys/ufs/ffs

2018-03-01 Thread Kirk McKusick
Author: mckusick Date: Fri Mar 2 04:34:53 2018 New Revision: 330264 URL: https://svnweb.freebsd.org/changeset/base/330264 Log: This change is some refactoring of Mark Johnston's changes in r329375 to fix the memory leak that I introduced in r328426. Instead of trying to clear up the

svn commit: r330265 - stable/11/sys/kern

2018-03-01 Thread Kirk McKusick
Author: mckusick Date: Fri Mar 2 04:41:52 2018 New Revision: 330265 URL: https://svnweb.freebsd.org/changeset/base/330265 Log: MFC of 329880. Add error number to "fsync: giving up on dirty" message. Modified: stable/11/sys/kern/vfs_default.c Directory Properties: stable/11/ (props

svn commit: r330270 - head/sys/geom/label

2018-03-01 Thread Conrad Meyer
Author: cem Date: Fri Mar 2 06:02:54 2018 New Revision: 330270 URL: https://svnweb.freebsd.org/changeset/base/330270 Log: g_label_ufs: Fix typo from r330264 Reported by: O. Hartmann Sponsored by: Dell EMC Isilon Modified: head/sys/geom/label/g_label_ufs.c Modified:

svn commit: r330243 - in stable: 10/release 11/release

2018-03-01 Thread Glen Barber
Author: gjb Date: Thu Mar 1 16:41:37 2018 New Revision: 330243 URL: https://svnweb.freebsd.org/changeset/base/330243 Log: MFC r330033: Bump the size of virtual machine disk images from 20G to 30G, providing more space for a local buildworld to succeed without attaching separate disks

svn commit: r330243 - in stable: 10/release 11/release

2018-03-01 Thread Glen Barber
Author: gjb Date: Thu Mar 1 16:41:37 2018 New Revision: 330243 URL: https://svnweb.freebsd.org/changeset/base/330243 Log: MFC r330033: Bump the size of virtual machine disk images from 20G to 30G, providing more space for a local buildworld to succeed without attaching separate disks