svn commit: r308956 - head/sys/net80211

2016-11-21 Thread Adrian Chadd
Author: adrian Date: Tue Nov 22 06:53:52 2016 New Revision: 308956 URL: https://svnweb.freebsd.org/changeset/base/308956 Log: [net80211] Only send out a probe request if we see an unknown IBSS node that matches our SSID. Modified: head/sys/net80211/ieee80211_adhoc.c Modified:

svn commit: r308953 - in head/sys/contrib/dev/acpica: . common compiler components/disassembler components/dispatcher components/events components/executer components/namespace components/parser co...

2016-11-21 Thread Jung-uk Kim
Author: jkim Date: Tue Nov 22 05:54:37 2016 New Revision: 308953 URL: https://svnweb.freebsd.org/changeset/base/308953 Log: Merge ACPICA 20161117. Modified: head/sys/contrib/dev/acpica/changes.txt head/sys/contrib/dev/acpica/common/acfileio.c head/sys/contrib/dev/acpica/common/dmtbdump.c

svn commit: r308952 - head/sys/net80211

2016-11-21 Thread Adrian Chadd
Author: adrian Date: Tue Nov 22 02:51:06 2016 New Revision: 308952 URL: https://svnweb.freebsd.org/changeset/base/308952 Log: [net80211] store references to VHT and related IEs. This just stores pointers to the IE; it doesn't yet parse anything. Note: it blows out the size of

svn commit: r308951 - head/sys/dev/ath

2016-11-21 Thread Adrian Chadd
Author: adrian Date: Tue Nov 22 02:42:00 2016 New Revision: 308951 URL: https://svnweb.freebsd.org/changeset/base/308951 Log: [ath] obey the peer A-MPDU density and max-size. * Obey the peer A-MPDU density if it's larger than the currently configured one. * Pay attention to the

svn commit: r308950 - head/sys/net80211

2016-11-21 Thread Adrian Chadd
Author: adrian Date: Tue Nov 22 02:02:13 2016 New Revision: 308950 URL: https://svnweb.freebsd.org/changeset/base/308950 Log: [net80211] Remove extra \n. Modified: head/sys/net80211/ieee80211_ht.c Modified: head/sys/net80211/ieee80211_ht.c

svn commit: r308949 - head/sys/net80211

2016-11-21 Thread Adrian Chadd
Author: adrian Date: Tue Nov 22 01:22:54 2016 New Revision: 308949 URL: https://svnweb.freebsd.org/changeset/base/308949 Log: [net80211] flesh out more IBSS 11n support * Pepper comments around which describe what state(s) we're in when faking up 11n nodes. * By default don't fake it

svn commit: r308948 - head/sys/kern

2016-11-21 Thread John Baldwin
Author: jhb Date: Tue Nov 22 01:02:59 2016 New Revision: 308948 URL: https://svnweb.freebsd.org/changeset/base/308948 Log: Initialize 'ticks' earlier in boot after 'hz' is set. This avoids the time-warp after kthreads have started running and the required fixup to td_slptick and

Re: svn commit: r306186 - head/sys/kern

2016-11-21 Thread Adrian Chadd
Hi, For reference - this breaks sooptcopyin() on MIPS32 BE. Undoing this commit fixes things. :) (it breaks ipfw. ) -adrian On 22 September 2016 at 05:41, Ruslan Bukin wrote: > Author: br > Date: Thu Sep 22 12:41:53 2016 > New Revision: 306186 > URL:

svn commit: r308947 - in head/sys: kern security/audit

2016-11-21 Thread Robert Watson
Author: rwatson Date: Tue Nov 22 00:41:24 2016 New Revision: 308947 URL: https://svnweb.freebsd.org/changeset/base/308947 Log: Audit 'fd' and 'cmd' arguments to fcntl(2), and when generating BSM, always audit the file-descriptor number and vnode information for all fnctl(2) commands, not

svn commit: r308945 - head/release/packages

2016-11-21 Thread Glen Barber
Author: gjb Date: Mon Nov 21 23:29:28 2016 New Revision: 308945 URL: https://svnweb.freebsd.org/changeset/base/308945 Log: Set the 'vital' flag on the runtime and jail packages. The default pkg(8) from pkg.freebsd.org requires libjail.so, so mark the jail package as vital along with the

Re: svn commit: r308944 - head/sys/modules/bytgpio

2016-11-21 Thread Oleksandr Tymoshenko
> On Nov 21, 2016, at 1:07 PM, Hiren Panchasara wrote: > > Author: hiren > Date: Mon Nov 21 21:07:43 2016 > New Revision: 308944 > URL: https://svnweb.freebsd.org/changeset/base/308944 > > Log: > r308942 broke kernel build. > Add acpi_if.h to module makefile to fix it. >

Re: svn commit: r308943 - head/sys/netinet

2016-11-21 Thread Hiren Panchasara
Forgot to tag for MFC. On 11/21/16 at 08:53P, Hiren Panchasara wrote: > Author: hiren > Date: Mon Nov 21 20:53:11 2016 > New Revision: 308943 > URL: https://svnweb.freebsd.org/changeset/base/308943 > > Log: > For RTT calculations mid-session, we explicitly ignore ACKs with tsecr of 0 > as >

svn commit: r308944 - head/sys/modules/bytgpio

2016-11-21 Thread Hiren Panchasara
Author: hiren Date: Mon Nov 21 21:07:43 2016 New Revision: 308944 URL: https://svnweb.freebsd.org/changeset/base/308944 Log: r308942 broke kernel build. Add acpi_if.h to module makefile to fix it. Submitted by: peter Modified: head/sys/modules/bytgpio/Makefile Modified:

svn commit: r308943 - head/sys/netinet

2016-11-21 Thread Hiren Panchasara
Author: hiren Date: Mon Nov 21 20:53:11 2016 New Revision: 308943 URL: https://svnweb.freebsd.org/changeset/base/308943 Log: For RTT calculations mid-session, we explicitly ignore ACKs with tsecr of 0 as many borken middle-boxes tend to do that. But during 3whs, in syncache_expand(), we

Re: svn commit: r308869 - head/sbin/nvmecontrol

2016-11-21 Thread Warner Losh
On Mon, Nov 21, 2016 at 1:16 PM, John Baldwin wrote: > On Monday, November 21, 2016 12:50:35 PM Warner Losh wrote: >> On Mon, Nov 21, 2016 at 11:07 AM, John Baldwin wrote: >> > On Saturday, November 19, 2016 09:46:13 PM Warner Losh wrote: >> >> Author: imp >>

Re: svn commit: r308869 - head/sbin/nvmecontrol

2016-11-21 Thread John Baldwin
On Monday, November 21, 2016 12:50:35 PM Warner Losh wrote: > On Mon, Nov 21, 2016 at 11:07 AM, John Baldwin wrote: > > On Saturday, November 19, 2016 09:46:13 PM Warner Losh wrote: > >> Author: imp > >> Date: Sat Nov 19 21:46:13 2016 > >> New Revision: 308869 > >> URL:

svn commit: r308941 - head/share/man/man4

2016-11-21 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Nov 21 19:46:10 2016 New Revision: 308941 URL: https://svnweb.freebsd.org/changeset/base/308941 Log: [bytgpio] Add bytgpio(4) man page with general description of the driver MFC after:3 days Added: head/share/man/man4/bytgpio.4 (contents, props changed)

Re: svn commit: r308869 - head/sbin/nvmecontrol

2016-11-21 Thread Warner Losh
On Mon, Nov 21, 2016 at 11:07 AM, John Baldwin wrote: > On Saturday, November 19, 2016 09:46:13 PM Warner Losh wrote: >> Author: imp >> Date: Sat Nov 19 21:46:13 2016 >> New Revision: 308869 >> URL: https://svnweb.freebsd.org/changeset/base/308869 >> >> Log: >> i386 turns out

svn commit: r308942 - in head/sys/modules: . bytgpio

2016-11-21 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Nov 21 19:47:37 2016 New Revision: 308942 URL: https://svnweb.freebsd.org/changeset/base/308942 Log: [bytgpio] Add module for bytgpio(4) MFC after:3 days Added: head/sys/modules/bytgpio/ head/sys/modules/bytgpio/Makefile (contents, props changed)

svn commit: r308940 - head/sys/dev/gpio

2016-11-21 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Nov 21 19:43:01 2016 New Revision: 308940 URL: https://svnweb.freebsd.org/changeset/base/308940 Log: [bytgpio] prepare bytgpio(4) for modularization - Add detach method - module should depend on gpiobus, not gpio Modified: head/sys/dev/gpio/bytgpio.c Modified:

svn commit: r308939 - head/sys/dev/uart

2016-11-21 Thread Andrew Turner
Author: andrew Date: Mon Nov 21 19:38:57 2016 New Revision: 308939 URL: https://svnweb.freebsd.org/changeset/base/308939 Log: Include the missing accommon.h from the ACPI uart code. Obtained from:ABT Systems Ltd Sponsored by: The FreeBSD Foundation Modified:

svn commit: r308938 - in head/sys: arm64/acpica arm64/include dev/uart

2016-11-21 Thread Andrew Turner
Author: andrew Date: Mon Nov 21 19:26:58 2016 New Revision: 308938 URL: https://svnweb.freebsd.org/changeset/base/308938 Log: Add support to find the arm64 serial using the ACPI tables. This uses the Serial Port Console Redirection Table to find the device to use. Obtained from:

svn commit: r308937 - head/sys/dev/etherswitch/ukswitch

2016-11-21 Thread Michael Zhilin
Author: mizhka Date: Mon Nov 21 19:26:22 2016 New Revision: 308937 URL: https://svnweb.freebsd.org/changeset/base/308937 Log: [etherswitch] add ukswitch hint that is phy offset at mdio register This patch allows to specify PHY register offset for ukswitch. For instance, switch MAICREL

svn commit: r308935 - head/sys/conf

2016-11-21 Thread Andrew Turner
Author: andrew Date: Mon Nov 21 19:13:33 2016 New Revision: 308935 URL: https://svnweb.freebsd.org/changeset/base/308935 Log: Mark uart_dev_snps.c as FDT only, it doesn't have and ACPI bindings. Obtained from:ABT Systems Ltd Sponsored by: The FreeBSD Foundation Modified:

svn commit: r308936 - head/sys/conf

2016-11-21 Thread Andrew Turner
Author: andrew Date: Mon Nov 21 19:14:46 2016 New Revision: 308936 URL: https://svnweb.freebsd.org/changeset/base/308936 Log: Mark virtio_mmio as FDT only, it lacks an ACPI attachment. Obtained from:ABT Systems Ltd Sponsored by: The FreeBSD Foundation Modified:

svn commit: r308934 - head/sys/conf

2016-11-21 Thread Andrew Turner
Author: andrew Date: Mon Nov 21 19:03:51 2016 New Revision: 308934 URL: https://svnweb.freebsd.org/changeset/base/308934 Log: Mark extres as FDT only. Much of this assumes FDT and fails to build without it. Obtained from:ABT Systems Ltd Sponsored by: The FreeBSD Foundation

svn commit: r308933 - head/sys/conf

2016-11-21 Thread Andrew Turner
Author: andrew Date: Mon Nov 21 18:50:45 2016 New Revision: 308933 URL: https://svnweb.freebsd.org/changeset/base/308933 Log: Mark the Allwinner drivers as FDT only. These are mobile and embedded parts so are unlikely to use ACPI. Obtained from:ABT Systems Ltd Sponsored by: The

svn commit: r308931 - in head/sys: arm/annapurna/alpine arm64/cavium conf dev/pci

2016-11-21 Thread Andrew Turner
Author: andrew Date: Mon Nov 21 18:24:05 2016 New Revision: 308931 URL: https://svnweb.freebsd.org/changeset/base/308931 Log: To allow for an ACPI attachment to the generic PCIe driver split off the FDT attachment to a new file. A separate ACPI attachment will then be added to allow arm64

Re: svn commit: r308869 - head/sbin/nvmecontrol

2016-11-21 Thread John Baldwin
On Saturday, November 19, 2016 09:46:13 PM Warner Losh wrote: > Author: imp > Date: Sat Nov 19 21:46:13 2016 > New Revision: 308869 > URL: https://svnweb.freebsd.org/changeset/base/308869 > > Log: > i386 turns out to not have __uint128_t. So confusingly use 64-bit math > instead. Since we're

Re: svn commit: r308821 - head/sys/i386/i386

2016-11-21 Thread John Baldwin
On Sunday, November 20, 2016 10:31:31 AM Konstantin Belousov wrote: > On Sat, Nov 19, 2016 at 01:36:44AM +, John Baldwin wrote: > > Author: jhb > > Date: Sat Nov 19 01:36:44 2016 > > New Revision: 308821 > > URL: https://svnweb.freebsd.org/changeset/base/308821 > > > > Log: > > MFamd64:

svn commit: r308928 - head/sys/mips/ingenic

2016-11-21 Thread Ruslan Bukin
Author: br Date: Mon Nov 21 15:42:54 2016 New Revision: 308928 URL: https://svnweb.freebsd.org/changeset/base/308928 Log: Add PDMA controller registers. Obtained from:X1000 IoT Application Processor Programming Manual Sponsored by: DARPA, AFRL Added:

svn commit: r308926 - head/sys/dev/uart

2016-11-21 Thread Sean Bruno
Author: sbruno Date: Mon Nov 21 14:43:31 2016 New Revision: 308926 URL: https://svnweb.freebsd.org/changeset/base/308926 Log: Add Intel Atom Cherryview SOC HSUART support PR: 207910 Submitted by: johan...@brilliantservice.co.jp MFC after:1 week Modified:

svn commit: r308925 - in head/libexec/rtld-elf: . aarch64 amd64 arm i386 mips powerpc powerpc64 riscv sparc64

2016-11-21 Thread Konstantin Belousov
Author: kib Date: Mon Nov 21 14:13:57 2016 New Revision: 308925 URL: https://svnweb.freebsd.org/changeset/base/308925 Log: Adjust r308689 to make rtld compilable with either in-tree or (hopefully) stock gcc 4.2.1 on i386 and other arches. In particular: - Do not use %ebx in the asm

Re: svn commit: r306219 - head/sys/dev/oce

2016-11-21 Thread Renato Botelho
> On 22 Sep 2016, at 19:51, Josh Paetzel wrote: > > Author: jpaetzel > Date: Thu Sep 22 22:51:11 2016 > New Revision: 306219 > URL: https://svnweb.freebsd.org/changeset/base/306219 > > Log: > Update oce to version 11.0.50.0 > > Submitted by:Venkat Duvvuru

RE: svn commit: r308798 - head/share/man/man4

2016-11-21 Thread Dexuan Cui via svn-src-head
> From: John Baldwin [mailto:j...@freebsd.org] > Sent: Saturday, November 19, 2016 00:44 > To: Dexuan Cui > Cc: src-committ...@freebsd.org; svn-src-...@freebsd.org; svn-src- > h...@freebsd.org > Subject: Re: svn commit: r308798 - head/share/man/man4 > > On Friday, November

svn commit: r308923 - head/sys/riscv/include

2016-11-21 Thread Ruslan Bukin
Author: br Date: Mon Nov 21 12:00:31 2016 New Revision: 308923 URL: https://svnweb.freebsd.org/changeset/base/308923 Log: Disable superpages reservations as we don't have implemented them yet. Requested by: Alan Cox Sponsored by: DARPA, AFRL Modified:

svn commit: r308922 - in head/sys: conf dev/uart

2016-11-21 Thread Andrew Turner
Author: andrew Date: Mon Nov 21 11:27:14 2016 New Revision: 308922 URL: https://svnweb.freebsd.org/changeset/base/308922 Log: Add an arm64 specific uart cpu driver. As arm64 may use ACPI to find the uart we need to handle both it and FDT, and as such we need to have an architecture specific

svn commit: r308921 - in head: share/man/man4 sys/conf sys/crypto/armv8 sys/modules sys/modules/armv8crypto

2016-11-21 Thread Andrew Turner
Author: andrew Date: Mon Nov 21 11:18:00 2016 New Revision: 308921 URL: https://svnweb.freebsd.org/changeset/base/308921 Log: Add accelerated AES with using the ARMv8 crypto instructions. This is based on the AES-NI code, and modified as needed for use on ARMv8. When loaded the driver will

svn commit: r308913 - head/sys/dev/rtwn/rtl8812a

2016-11-21 Thread Kevin Lo
Author: kevlo Date: Mon Nov 21 09:23:42 2016 New Revision: 308913 URL: https://svnweb.freebsd.org/changeset/base/308913 Log: Update struct r12a_rom. Reviewed by: avos Modified: head/sys/dev/rtwn/rtl8812a/r12a_rom_image.h Modified: head/sys/dev/rtwn/rtl8812a/r12a_rom_image.h