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

2019-01-13 Thread Andriy Voskoboinyk
Author: avos Date: Mon Jan 14 07:54:11 2019 New Revision: 343019 URL: https://svnweb.freebsd.org/changeset/base/343019 Log: MFC r342883: net80211: fix panic when device is removed during initialization if_dead() is called during device detach - check if interface is still exists before

svn commit: r343018 - stable/12/sys/net80211

2019-01-13 Thread Andriy Voskoboinyk
Author: avos Date: Mon Jan 14 07:50:23 2019 New Revision: 343018 URL: https://svnweb.freebsd.org/changeset/base/343018 Log: MFC r342883: net80211: fix panic when device is removed during initialization if_dead() is called during device detach - check if interface is still exists before

svn commit: r343017 - head/sys/kern

2019-01-13 Thread Konstantin Belousov
Author: kib Date: Mon Jan 14 07:31:19 2019 New Revision: 343017 URL: https://svnweb.freebsd.org/changeset/base/343017 Log: Handle overflow in calculating max kmem size. vm_kmem_size is u_long, and it might be not capable of holding page count times PAGE_SIZE, even when scaled down by

svn commit: r343016 - in stable/11: lib/libc/sys sys/vm

2019-01-13 Thread Konstantin Belousov
Author: kib Date: Mon Jan 14 07:25:44 2019 New Revision: 343016 URL: https://svnweb.freebsd.org/changeset/base/343016 Log: MFC r342853: Add a tunable which changes mincore(2) algorithm to only report data from the local mapping. Modified: stable/11/lib/libc/sys/mincore.2

svn commit: r343015 - in stable/12: lib/libc/sys sys/vm

2019-01-13 Thread Konstantin Belousov
Author: kib Date: Mon Jan 14 07:24:49 2019 New Revision: 343015 URL: https://svnweb.freebsd.org/changeset/base/343015 Log: MFC r342853: Add a tunable which changes mincore(2) algorithm to only report data from the local mapping. Modified: stable/12/lib/libc/sys/mincore.2

svn commit: r343014 - stable/11/sys/dev/ahci

2019-01-13 Thread Konstantin Belousov
Author: kib Date: Mon Jan 14 07:22:58 2019 New Revision: 343014 URL: https://svnweb.freebsd.org/changeset/base/343014 Log: MFC r342826: Fix use of busdma(9) KPI in ahci(4). Modified: stable/11/sys/dev/ahci/ahci.c Directory Properties: stable/11/ (props changed) Modified:

svn commit: r343013 - stable/12/sys/dev/ahci

2019-01-13 Thread Konstantin Belousov
Author: kib Date: Mon Jan 14 07:21:43 2019 New Revision: 343013 URL: https://svnweb.freebsd.org/changeset/base/343013 Log: MFC r342826: Fix use of busdma(9) KPI in ahci(4). Modified: stable/12/sys/dev/ahci/ahci.c Directory Properties: stable/12/ (props changed) Modified:

svn commit: r343012 - in stable/12/sys/gnu/dts/include/dt-bindings: bus clock dma gce iio/adc memory pinctrl regulator reset soc usb

2019-01-13 Thread Emmanuel Vadot
Author: manu Date: Mon Jan 14 06:57:39 2019 New Revision: 343012 URL: https://svnweb.freebsd.org/changeset/base/343012 Log: MFC r342935: Import DTS includes from 4.19 This was missed in r340337 Added: stable/12/sys/gnu/dts/include/dt-bindings/clock/actions,s700-cmu.h - copied

svn commit: r343011 - in head/kerberos5: lib/libasn1 lib/libgssapi_krb5 lib/libhdb lib/libheimntlm lib/libhx509 lib/libkadm5clnt lib/libkadm5srv lib/libkdc lib/libkrb5 lib/libwind libexec/digest-se...

2019-01-13 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Jan 14 06:34:54 2019 New Revision: 343011 URL: https://svnweb.freebsd.org/changeset/base/343011 Log: Use ${SRCTOP}/contrib/com_err/com_err.h instead of the installed com_err.h. This fixes build when com_err.h is not installed. PR: 234691 MFC after:1

svn commit: r343010 - stable/12/share/man/man5

2019-01-13 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 14 03:19:08 2019 New Revision: 343010 URL: https://svnweb.freebsd.org/changeset/base/343010 Log: MFC r342632: ext2fs.5: Update the manpage. General update of the driver description and mention some important credits. Add a symlink for ext4fs as it is of

svn commit: r343009 - head/tools/build/mk

2019-01-13 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jan 14 03:13:31 2019 New Revision: 343009 URL: https://svnweb.freebsd.org/changeset/base/343009 Log: Add four kerberos CLI utilities to OptionalObsoleteFiles.inc Add asn1_compile, make-roken, kcc, and slc to the OptionalObsoleteFiles.inc so they would be removed

svn commit: r343008 - head/stand/i386/libi386

2019-01-13 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jan 14 01:30:48 2019 New Revision: 343008 URL: https://svnweb.freebsd.org/changeset/base/343008 Log: Add Dell Chromebook to the list of devices with E820 extmem quirk enabled Just like for Acer C270 chromebook the E820 extmem workaround is required for FreeBSD to

svn commit: r343007 - head/sys/arm64/arm64

2019-01-13 Thread Olivier Houchard
Author: cognet Date: Sun Jan 13 23:41:56 2019 New Revision: 343007 URL: https://svnweb.freebsd.org/changeset/base/343007 Log: Don't forget to add the needed #includes. Pointy hat to:cognet Modified: head/sys/arm64/arm64/cpufunc_asm.S Modified: head/sys/arm64/arm64/cpufunc_asm.S

svn commit: r343006 - in head/sys/arm64: arm64 include

2019-01-13 Thread Olivier Houchard
Author: cognet Date: Sun Jan 13 23:29:46 2019 New Revision: 343006 URL: https://svnweb.freebsd.org/changeset/base/343006 Log: Introduce cpu_icache_sync_range_checked(), that does the same thing as cpu_icache_sync_range(), except that it sets pcb_onfault to catch any page fault, as doing

svn commit: r343003 - stable/11/usr.bin/getconf

2019-01-13 Thread Jilles Tjoelker
Author: jilles Date: Sun Jan 13 18:48:13 2019 New Revision: 343003 URL: https://svnweb.freebsd.org/changeset/base/343003 Log: MFC r342817: getconf(1): Minor mdoc fix Modified: stable/11/usr.bin/getconf/getconf.1 Directory Properties: stable/11/ (props changed) Modified:

svn commit: r343005 - head/sys/kern

2019-01-13 Thread Jason A. Harmening
Author: jah Date: Sun Jan 13 20:33:54 2019 New Revision: 343005 URL: https://svnweb.freebsd.org/changeset/base/343005 Log: Handle SIGIO for listening sockets r319722 separated struct socket and parts of the socket I/O path into listening-socket-specific and dataflow-socket-specific

svn commit: r343001 - stable/12/lib/libc/sys

2019-01-13 Thread Jilles Tjoelker
Author: jilles Date: Sun Jan 13 13:57:56 2019 New Revision: 343001 URL: https://svnweb.freebsd.org/changeset/base/343001 Log: MFC r342816: thr_wake(2): Minor mdoc fixes Modified: stable/12/lib/libc/sys/thr_wake.2 Directory Properties: stable/12/ (props changed) Modified:

svn commit: r343004 - in head/sys/arm64: arm64 conf include

2019-01-13 Thread Olivier Houchard
Author: cognet Date: Sun Jan 13 19:49:46 2019 New Revision: 343004 URL: https://svnweb.freebsd.org/changeset/base/343004 Log: Impleent COMPAT_FREEBSD32 for arm64. This is based on early work by andrew@. Modified: head/sys/arm64/arm64/elf32_machdep.c

svn commit: r343002 - stable/11/lib/libc/sys

2019-01-13 Thread Jilles Tjoelker
Author: jilles Date: Sun Jan 13 18:47:37 2019 New Revision: 343002 URL: https://svnweb.freebsd.org/changeset/base/343002 Log: MFC r342816: thr_wake(2): Minor mdoc fixes Modified: stable/11/lib/libc/sys/thr_wake.2 Directory Properties: stable/11/ (props changed) Modified:

svn commit: r342998 - in stable/12/sys: amd64/linux amd64/linux32 arm64/linux i386/linux

2019-01-13 Thread Fedor Uporov
Author: fsu Date: Sun Jan 13 12:12:50 2019 New Revision: 342998 URL: https://svnweb.freebsd.org/changeset/base/342998 Log: MFC r342933: Fix errno values returned from DUMMY_XATTR linuxulator calls Reported by: we...@uni-mainz.de Reviewed by: markj Differential Revision:

svn commit: r342996 - stable/12/share/timedef

2019-01-13 Thread Xin LI
Author: delphij Date: Sun Jan 13 08:46:06 2019 New Revision: 342996 URL: https://svnweb.freebsd.org/changeset/base/342996 Log: MFC r342614, r342633 r342614: Properly set svn:mimetype for zh_CN.UTF-8.src. r342633: Fix various issues with Chinese locales: - Change short

svn commit: r342993 - in stable/12/stand/efi: include libefi loader

2019-01-13 Thread Toomas Soome
Author: tsoome Date: Sun Jan 13 07:19:20 2019 New Revision: 342993 URL: https://svnweb.freebsd.org/changeset/base/342993 Log: loader.efi: update memmap command to recognize new attributes Also move memory type to string translation to libefi for later use. Modified:

svn commit: r342992 - stable/12/stand/i386/libi386

2019-01-13 Thread Toomas Soome
Author: tsoome Date: Sun Jan 13 07:12:50 2019 New Revision: 342992 URL: https://svnweb.freebsd.org/changeset/base/342992 Log: With buggy int13 ah=15, we can mis-identify the floppy devices. We have no option than trust INT13 ah=08 return code during the init phase. PR:

svn commit: r342990 - head/tests/sys/netpfil/pf

2019-01-13 Thread Kristof Provost
Author: kp Date: Sun Jan 13 05:31:53 2019 New Revision: 342990 URL: https://svnweb.freebsd.org/changeset/base/342990 Log: pf tests: Test PR 229241 pfctl has an issue with 'set skip on ', which causes inconsistent behaviour: the set skip directive works initially, but does not take

svn commit: r343000 - stable/12/usr.bin/getconf

2019-01-13 Thread Jilles Tjoelker
Author: jilles Date: Sun Jan 13 13:57:11 2019 New Revision: 343000 URL: https://svnweb.freebsd.org/changeset/base/343000 Log: MFC r342817: getconf(1): Minor mdoc fix Modified: stable/12/usr.bin/getconf/getconf.1 Directory Properties: stable/12/ (props changed) Modified:

svn commit: r342999 - in stable/11/sys: amd64/linux amd64/linux32 i386/linux

2019-01-13 Thread Fedor Uporov
Author: fsu Date: Sun Jan 13 12:13:08 2019 New Revision: 342999 URL: https://svnweb.freebsd.org/changeset/base/342999 Log: MFC r342933: Fix errno values returned from DUMMY_XATTR linuxulator calls Reported by: we...@uni-mainz.de Reviewed by: markj Differential Revision:

svn commit: r342997 - stable/11/share/timedef

2019-01-13 Thread Xin LI
Author: delphij Date: Sun Jan 13 08:49:55 2019 New Revision: 342997 URL: https://svnweb.freebsd.org/changeset/base/342997 Log: MFC r342614, r342633 r342614: Properly set svn:mimetype for zh_CN.UTF-8.src. r342633: Fix various issues with Chinese locales: - Change short

svn commit: r342989 - head/sbin/pfctl

2019-01-13 Thread Kristof Provost
Author: kp Date: Sun Jan 13 05:30:26 2019 New Revision: 342989 URL: https://svnweb.freebsd.org/changeset/base/342989 Log: pfctl: Fix 'set skip' handling for groups When we skip on a group the kernel will automatically skip on the member interfaces. We still need to update our own cache

svn commit: r342995 - stable/12/stand/i386/libi386

2019-01-13 Thread Toomas Soome
Author: tsoome Date: Sun Jan 13 07:25:55 2019 New Revision: 342995 URL: https://svnweb.freebsd.org/changeset/base/342995 Log: MFC: r342619, r342626 loader: create bio_alloc and bio_free for bios bounce buffer We do have 16KB buffer space defined in pxe.c, move it to bio.c and

svn commit: r342991 - head/sys/net80211

2019-01-13 Thread Andriy Voskoboinyk
Author: avos Date: Sun Jan 13 06:01:36 2019 New Revision: 342991 URL: https://svnweb.freebsd.org/changeset/base/342991 Log: net80211: provide rate validation for injected frames. There may be various side effects (device timeout, firmware and / or kernel panic) when an invalid (or

svn commit: r342994 - stable/12/stand/i386/libi386

2019-01-13 Thread Toomas Soome
Author: tsoome Date: Sun Jan 13 07:22:16 2019 New Revision: 342994 URL: https://svnweb.freebsd.org/changeset/base/342994 Log: i386_parsedev() needs to support fd devices After introduction of fd device list to BIOS loader, the i386_parsedev() needs to recognize fd devices. Modified:

svn commit: r342985 - head/libexec/rtld-elf/powerpc64

2019-01-13 Thread Justin Hibbits
Author: jhibbits Date: Sun Jan 13 02:33:20 2019 New Revision: 342985 URL: https://svnweb.freebsd.org/changeset/base/342985 Log: Fix rtld-elf compilation warning for powerpc64 ELFv2 ABI Summary: reloc_jmpslot function parameter 'defobj' is not used when using ELFv2 ABI Submitted by:

svn commit: r342986 - stable/12/contrib/xz/src/common

2019-01-13 Thread Konstantin Belousov
Author: kib Date: Sun Jan 13 02:36:58 2019 New Revision: 342986 URL: https://svnweb.freebsd.org/changeset/base/342986 Log: MFC r342823: Clamp tuklib_physmem() return value to SIZE_T_MAX. Modified: stable/12/contrib/xz/src/common/tuklib_physmem.c Directory Properties: stable/12/ (props

svn commit: r342987 - stable/11/contrib/xz/src/common

2019-01-13 Thread Konstantin Belousov
Author: kib Date: Sun Jan 13 02:38:14 2019 New Revision: 342987 URL: https://svnweb.freebsd.org/changeset/base/342987 Log: MFC r342823: Clamp tuklib_physmem() return value to SIZE_T_MAX. Modified: stable/11/contrib/xz/src/common/tuklib_physmem.c Directory Properties: stable/11/ (props

svn commit: r342988 - head/sys/powerpc/booke

2019-01-13 Thread Justin Hibbits
Author: jhibbits Date: Sun Jan 13 04:51:24 2019 New Revision: 342988 URL: https://svnweb.freebsd.org/changeset/base/342988 Log: powerpcspe: Correct SPE high-component loading Don't clobber the low part of the register restoring the high component of. This could lead to very bad behavior

svn commit: r342982 - stable/11/usr.sbin/powerd

2019-01-13 Thread Andriy Voskoboinyk
Author: avos Date: Sun Jan 13 02:23:18 2019 New Revision: 342982 URL: https://svnweb.freebsd.org/changeset/base/342982 Log: MFC r342810: powerd(8): allow to force a method of battery state query This change allows to determine power source via sysctl or /dev/apm when devd(8) is running

svn commit: r342981 - stable/12/usr.sbin/powerd

2019-01-13 Thread Andriy Voskoboinyk
Author: avos Date: Sun Jan 13 02:19:01 2019 New Revision: 342981 URL: https://svnweb.freebsd.org/changeset/base/342981 Log: MFC r342810: powerd(8): allow to force a method of battery state query This change allows to determine power source via sysctl or /dev/apm when devd(8) is running