Re: svn commit: r330451 - in stable/11/sys: dev/iwm dev/otus dev/usb/wlan net80211

2018-03-05 Thread Eitan Adler
On 5 March 2018 at 10:08, John Baldwin wrote: > On Monday, March 05, 2018 07:54:58 AM Eitan Adler wrote: >> Author: eadler >> Date: Mon Mar 5 07:54:57 2018 >> New Revision: 330451 >> URL: https://svnweb.freebsd.org/changeset/base/330451 >> >> Log: >> MFC r306837: >> >> [net80211] extend the i

svn commit: r330529 - in head/sys: dev/iicbus modules/i2c modules/i2c/ds1672

2018-03-05 Thread Ian Lepore
Author: ian Date: Tue Mar 6 02:30:34 2018 New Revision: 330529 URL: https://svnweb.freebsd.org/changeset/base/330529 Log: Build the ds1672 driver as a module. Add a detach() to unregister the rtc. Added: head/sys/modules/i2c/ds1672/ head/sys/modules/i2c/ds1672/Makefile (contents, props

Re: svn commit: r330407 - head/sys/dev/iicbus

2018-03-05 Thread Ian Lepore
On Mon, 2018-03-05 at 19:05 -0500, Jonathan Looney wrote: > It looks like this is causing compilation failures: > > /home/jtl/head/sys/dev/iicbus/ds1672.c:147:20: error: use of > undeclared > identifier 'sc' > clock_dbgprint_ts(sc->sc_dev, CLOCK_DBG_READ, ts); >   ^

svn commit: r330528 - head/sys/dev/iicbus

2018-03-05 Thread Ian Lepore
Author: ian Date: Tue Mar 6 02:21:41 2018 New Revision: 330528 URL: https://svnweb.freebsd.org/changeset/base/330528 Log: Fix a paste-o that broke the build. There is no softc pointer here, just use the dev arg. Reported by: Jonathan Looney Pointy hat: ian@ Modified: head/sys/d

svn commit: r330527 - head/sys/kern

2018-03-05 Thread Brooks Davis
Author: brooks Date: Tue Mar 6 01:52:04 2018 New Revision: 330527 URL: https://svnweb.freebsd.org/changeset/base/330527 Log: Use umtx_copyin_umtx_time32() in __umtx_op_lock_umutex_compat32(). Non-NULL timeouts where copied in improperly and could produce failures due to incompatible data

Re: svn commit: r330407 - head/sys/dev/iicbus

2018-03-05 Thread Jonathan Looney
It looks like this is causing compilation failures: /home/jtl/head/sys/dev/iicbus/ds1672.c:147:20: error: use of undeclared identifier 'sc' clock_dbgprint_ts(sc->sc_dev, CLOCK_DBG_READ, ts); ^ /home/jtl/head/sys/dev/iicbus/ds1672.c:162:20: error: use of undeclared

svn commit: r330526 - stable/11/sys/amd64/acpica

2018-03-05 Thread Jung-uk Kim
Author: jkim Date: Mon Mar 5 23:51:29 2018 New Revision: 330526 URL: https://svnweb.freebsd.org/changeset/base/330526 Log: MFC: r329889 Partially revert r197863 to reduce diff against i386. Modified: stable/11/sys/amd64/acpica/acpi_machdep.c Directory Properties: stable/11/ (props

svn commit: r330525 - in head/lib/libc: arm mips riscv softfloat

2018-03-05 Thread John Baldwin
Author: jhb Date: Mon Mar 5 20:51:23 2018 New Revision: 330525 URL: https://svnweb.freebsd.org/changeset/base/330525 Log: Move softfloat symbol map entries to softfloat/Symbol.map. The arm, mips, and riscv MD Symbol.map files listed some (but not all) of the softfloat symbols that were a

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

2018-03-05 Thread Alan Somers
Author: asomers Date: Mon Mar 5 20:43:43 2018 New Revision: 330524 URL: https://svnweb.freebsd.org/changeset/base/330524 Log: MFC r324940: Fix the error message when creating a zpool on a too-small device Don't check for SPA_MINDEVSIZE in vdev_geom_attach when opening by path. It's

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

2018-03-05 Thread Alan Somers
Author: asomers Date: Mon Mar 5 20:37:54 2018 New Revision: 330523 URL: https://svnweb.freebsd.org/changeset/base/330523 Log: MFC r326400 Revert r326399 Accidentally committed wrong file Pointy hat to: asomers Sponsored by: Spectra Logic Corp Modified: stable/11/sys/cddl/

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

2018-03-05 Thread Alan Somers
Author: asomers Date: Mon Mar 5 20:28:49 2018 New Revision: 330522 URL: https://svnweb.freebsd.org/changeset/base/330522 Log: MFC r326401: Fix assertion when ZFS fails to open certain devices "panic: vdev_geom_close_locked: cp->private is NULL" This panic will result if ZFS fails to

svn commit: r330521 - head/sys/contrib/zstd/programs

2018-03-05 Thread Conrad Meyer
Author: cem Date: Mon Mar 5 20:03:45 2018 New Revision: 330521 URL: https://svnweb.freebsd.org/changeset/base/330521 Log: MFV: zstd: FIO_addFInfo: Fully initialize output 'total' struct Silence a Coverity warning about 'windowSize' being uninitialized. (Yes, nothing that calls this routi

svn commit: r330520 - stable/10/contrib/netbsd-tests/lib/libc/stdio

2018-03-05 Thread Alan Somers
Author: asomers Date: Mon Mar 5 19:02:32 2018 New Revision: 330520 URL: https://svnweb.freebsd.org/changeset/base/330520 Log: MFC r320726, r320727 r320726: Expect :snprintf_float to segfault This issue started occurring within the past month or so. PR: 220502 Reported by:

Re: svn commit: r330436 - head/bin/chflags

2018-03-05 Thread Rodney W. Grimes
> On 3/5/2018 8:37 AM, Bryan Drewery wrote: > > On 3/4/2018 8:30 PM, Bruce Evans wrote: > >> On Sun, 4 Mar 2018, Ian Lepore wrote: > >> > >>> On Mon, 2018-03-05 at 01:56 +, Bryan Drewery wrote: > > Log: > \xa0 chflags: Add -x option to not traverse mount points. > >>> > >>> Yay!

svn commit: r330519 - stable/11/contrib/netbsd-tests/lib/libc/stdio

2018-03-05 Thread Alan Somers
Author: asomers Date: Mon Mar 5 18:37:05 2018 New Revision: 330519 URL: https://svnweb.freebsd.org/changeset/base/330519 Log: MFC r320726, r320727 r320726: Expect :snprintf_float to segfault This issue started occurring within the past month or so. PR: 220502 Reported by:

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

2018-03-05 Thread John Baldwin
On Saturday, March 03, 2018 12:43:11 PM Emmanuel Vadot wrote: > Author: manu > Date: Sat Mar 3 12:43:11 2018 > New Revision: 330335 > URL: https://svnweb.freebsd.org/changeset/base/330335 > > Log: > Introduce BUS_PASS_SUPPORTDEV > > The reason for this new pass is : > > The earlier pa

Re: svn commit: r330451 - in stable/11/sys: dev/iwm dev/otus dev/usb/wlan net80211

2018-03-05 Thread John Baldwin
On Monday, March 05, 2018 07:54:58 AM Eitan Adler wrote: > Author: eadler > Date: Mon Mar 5 07:54:57 2018 > New Revision: 330451 > URL: https://svnweb.freebsd.org/changeset/base/330451 > > Log: > MFC r306837: > > [net80211] extend the ieee80211_rx_stats struct to include more information.

Re: svn commit: r330436 - head/bin/chflags

2018-03-05 Thread Bryan Drewery
On 3/5/2018 8:37 AM, Bryan Drewery wrote: > On 3/4/2018 8:30 PM, Bruce Evans wrote: >> On Sun, 4 Mar 2018, Ian Lepore wrote: >> >>> On Mon, 2018-03-05 at 01:56 +, Bryan Drewery wrote: Log: \xa0 chflags: Add -x option to not traverse mount points. >>> >>> Yay! \xa0One day later th

Re: svn commit: r330445 - in stable/11/sys/netinet: . cc tcp_stacks

2018-03-05 Thread Sean Bruno
No worries, thanks. sean On 03/05/18 10:01, Eitan Adler wrote: > On 5 March 2018 at 07:25, Sean Bruno wrote: >> >> >> On 03/04/18 23:52, Eitan Adler wrote: >>> Author: eadler >>> Date: Mon Mar 5 06:52:26 2018 >>> New Revision: 330445 >>> URL: https://svnweb.freebsd.org/changeset/base/330445 >>>

Re: svn commit: r325739 - in head: lib/libcasper/services lib/libcasper/services/cap_syslog share/mk

2018-03-05 Thread Mark Linimon
On Mon, Mar 05, 2018 at 11:13:58AM -0500, Mark Johnston wrote: > The growing divergence with stable/11 makes it rather painful to > maintain a port, depending on libcasper, that aims to work on both 11 > and head. Even an MFC won't help you, in the medium-term. e.g. via https://www.freebsd.org/se

svn commit: r330518 - in head/sys: compat/freebsd32 kern

2018-03-05 Thread Brooks Davis
Author: brooks Date: Mon Mar 5 17:02:50 2018 New Revision: 330518 URL: https://svnweb.freebsd.org/changeset/base/330518 Log: Regen after r330517. Modified: head/sys/compat/freebsd32/freebsd32_syscalls.c head/sys/compat/freebsd32/freebsd32_sysent.c head/sys/kern/init_sysent.c head/sys/k

svn commit: r330517 - in head/sys: compat/freebsd32 kern

2018-03-05 Thread Brooks Davis
Author: brooks Date: Mon Mar 5 17:02:16 2018 New Revision: 330517 URL: https://svnweb.freebsd.org/changeset/base/330517 Log: Remove remenants of 1990s efforts to let us run Net/OpenBSD binaries. No functional change (comments change in some generated files.) Reviewed by: kib Sponso

Re: svn commit: r330445 - in stable/11/sys/netinet: . cc tcp_stacks

2018-03-05 Thread Eitan Adler
On 5 March 2018 at 07:25, Sean Bruno wrote: > > > On 03/04/18 23:52, Eitan Adler wrote: >> Author: eadler >> Date: Mon Mar 5 06:52:26 2018 >> New Revision: 330445 >> URL: https://svnweb.freebsd.org/changeset/base/330445 >> >> Log: >> MFC r307901,r308180: > > > This commit was reverted at r32148

svn commit: r330516 - in stable/11/sys/netinet: . cc tcp_stacks

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 17:01:26 2018 New Revision: 330516 URL: https://svnweb.freebsd.org/changeset/base/330516 Log: Revert r330445 This commit was reverted in r321480 in head Reported by: sbruno Modified: stable/11/sys/netinet/cc/cc_cdg.c stable/11/sys/netinet/cc/cc_chd

Re: svn commit: r330436 - head/bin/chflags

2018-03-05 Thread Bryan Drewery
On 3/4/2018 8:30 PM, Bruce Evans wrote: > On Sun, 4 Mar 2018, Ian Lepore wrote: > >> On Mon, 2018-03-05 at 01:56 +, Bryan Drewery wrote: >>> >>> Log: >>> \xa0 chflags: Add -x option to not traverse mount points. >> >> Yay! \xa0One day later than I needed it, but still, yay! > > I recently not

Re: svn commit: r325739 - in head: lib/libcasper/services lib/libcasper/services/cap_syslog share/mk

2018-03-05 Thread Mark Johnston
On Sun, Nov 12, 2017 at 08:34:26AM +, Mariusz Zaborski wrote: > Author: oshogbo > Date: Sun Nov 12 08:34:25 2017 > New Revision: 325739 > URL: https://svnweb.freebsd.org/changeset/base/325739 > > Log: > Introduce syslog service for Casper. > > syslog in libc secretly reconnects to the d

svn commit: r330515 - head/usr.sbin/spray

2018-03-05 Thread Alan Somers
Author: asomers Date: Mon Mar 5 16:13:29 2018 New Revision: 330515 URL: https://svnweb.freebsd.org/changeset/base/330515 Log: spray: fix the spelling in an output string MFC after:3 weeks Modified: head/usr.sbin/spray/spray.c Modified: head/usr.sbin/spray/spray.c ==

svn commit: r330514 - head/libexec/rpc.sprayd

2018-03-05 Thread Alan Somers
Author: asomers Date: Mon Mar 5 16:11:07 2018 New Revision: 330514 URL: https://svnweb.freebsd.org/changeset/base/330514 Log: rpc.sprayd: raise WARNS to 6 MFC after:3 weeks Modified: head/libexec/rpc.sprayd/Makefile head/libexec/rpc.sprayd/sprayd.c Modified: head/libexec/rpc.spra

svn commit: r330513 - svnadmin/conf

2018-03-05 Thread Konstantin Belousov
Author: kib Date: Mon Mar 5 16:07:55 2018 New Revision: 330513 URL: https://svnweb.freebsd.org/changeset/base/330513 Log: Add Slava Shwartsman to src committers. Hans Petter Selasky is co-mentor. This is a vendor commit bit, requested by Mellanox Technologies. Approved by: core Modifi

svn commit: r330512 - stable/10/sys/libkern

2018-03-05 Thread David Bright
Author: dab Date: Mon Mar 5 16:00:05 2018 New Revision: 330512 URL: https://svnweb.freebsd.org/changeset/base/330512 Log: MFC r330027 iconv uses strlen directly on user supplied memory `iconv_sysctl_add` from `sys/libkern/iconv.c` incorrectly limits the size of user strings, such th

Re: svn commit: r330445 - in stable/11/sys/netinet: . cc tcp_stacks

2018-03-05 Thread Sean Bruno
On 03/04/18 23:52, Eitan Adler wrote: > Author: eadler > Date: Mon Mar 5 06:52:26 2018 > New Revision: 330445 > URL: https://svnweb.freebsd.org/changeset/base/330445 > > Log: > MFC r307901,r308180: This commit was reverted at r321480 and should not have been MFC'd. Want me to revert this?

svn commit: r330511 - head/sys/amd64/amd64

2018-03-05 Thread Jonathan T. Looney
Author: jtl Date: Mon Mar 5 15:12:35 2018 New Revision: 330511 URL: https://svnweb.freebsd.org/changeset/base/330511 Log: We shouldn't need to execute code in the recursive page table mappings; therefore, it should be safe to set the NX bit on the PML4E for the recursive page table mappings

svn commit: r330510 - head/sys/amd64/amd64

2018-03-05 Thread Jonathan T. Looney
Author: jtl Date: Mon Mar 5 15:10:17 2018 New Revision: 330510 URL: https://svnweb.freebsd.org/changeset/base/330510 Log: Prior to r329071, pmap_bootstrap() used pmap_kmem_choose() to round the first available virtual address to a 2MB boundary. After r329071, create_pagetables() rounds firs

svn commit: r330508 - in head/sys: dev/cxgbe/iw_cxgbe dev/mlx4/mlx4_ib dev/mlx5/mlx5_ib dev/mthca ofed/drivers/infiniband/core ofed/include/rdma ofed/include/uapi/rdma

2018-03-05 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 5 14:34:52 2018 New Revision: 330508 URL: https://svnweb.freebsd.org/changeset/base/330508 Log: Optimize ibcore RoCE address handle creation from user-space. Creating a UD address handle from user-space or from the kernel-space, when the link layer is ether

svn commit: r330507 - in head/sys/ofed: drivers/infiniband/core include/rdma

2018-03-05 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 5 14:24:30 2018 New Revision: 330507 URL: https://svnweb.freebsd.org/changeset/base/330507 Log: Get correct network device when accepting incoming RDMA connections in ibcore. This patch ensures the GID index is always used as a basis of resolving incoming R

svn commit: r330506 - head/sys/ofed/drivers/infiniband/core

2018-03-05 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 5 14:22:36 2018 New Revision: 330506 URL: https://svnweb.freebsd.org/changeset/base/330506 Log: Pass valid if_index to rdma_addr_find_l2_eth_by_grh() in ibcore when possible. MFC after:1 week Sponsored by: Mellanox Technologies Modified: head/sys/ofe

svn commit: r330504 - head/sys/ofed/drivers/infiniband/core

2018-03-05 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 5 13:57:37 2018 New Revision: 330504 URL: https://svnweb.freebsd.org/changeset/base/330504 Log: Add support for loopback in ibcore. Implement the missing pieces in addr_resolve() to support loopback addresses. IB core will test for the IFF_LOOPBACK flag in

svn commit: r330505 - stable/11/sys/libkern

2018-03-05 Thread David Bright
Author: dab Date: Mon Mar 5 13:58:03 2018 New Revision: 330505 URL: https://svnweb.freebsd.org/changeset/base/330505 Log: MFC r330027 iconv uses strlen directly on user supplied memory `iconv_sysctl_add` from `sys/libkern/iconv.c` incorrectly limits the size of user strings, such th

svn commit: r330501 - head/sys/ofed/drivers/infiniband/core

2018-03-05 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 5 12:39:34 2018 New Revision: 330501 URL: https://svnweb.freebsd.org/changeset/base/330501 Log: Make sure to register the VLAN GIDs using the VLAN network interface and not the parent one in ibcore. Else looking up the VLAN GIDs will fail for VLAN IPs. MF

svn commit: r330500 - stable/10/sys/security/mac_portacl

2018-03-05 Thread Eugene Grosbein
Author: eugen Date: Mon Mar 5 12:21:36 2018 New Revision: 330500 URL: https://svnweb.freebsd.org/changeset/base/330500 Log: MFC r329994: mac_portacl(4): stop panicing INVARIANTS-enabled kernel by loading .ko when kernel already has options MAC_PORTACL. PR: 183817 Approved by

svn commit: r330499 - stable/11/sys/security/mac_portacl

2018-03-05 Thread Eugene Grosbein
Author: eugen Date: Mon Mar 5 12:16:37 2018 New Revision: 330499 URL: https://svnweb.freebsd.org/changeset/base/330499 Log: MFC r329994: mac_portacl(4): stop panicing INVARIANTS-enabled kernel by loading .ko when kernel already has options MAC_PORTACL. PR: 183817 Approved by

svn commit: r330498 - stable/10/sbin/route

2018-03-05 Thread Eugene Grosbein
Author: eugen Date: Mon Mar 5 12:06:41 2018 New Revision: 330498 URL: https://svnweb.freebsd.org/changeset/base/330498 Log: MFC r329930: route(8): make it possible to manually delete pinned route Reported by: Andreas Longwitz Approved by: avg (mentor) Modified: stable/10/sbin/route

svn commit: r330497 - stable/11/sbin/route

2018-03-05 Thread Eugene Grosbein
Author: eugen Date: Mon Mar 5 12:04:43 2018 New Revision: 330497 URL: https://svnweb.freebsd.org/changeset/base/330497 Log: MFC r329930: route(8): make it possible to manually delete pinned route Reported by: Andreas Longwitz Approved by: avg (mentor) Modified: stable/11/sbin/route

svn commit: r330496 - head/sys/ofed/drivers/infiniband/core

2018-03-05 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 5 12:04:34 2018 New Revision: 330496 URL: https://svnweb.freebsd.org/changeset/base/330496 Log: Need to check for IPv6 linklocal address inside rdma_resolve_addr() in ibcore. MFC after:1 week Sponsored by: Mellanox Technologies Modified: head/sys/ofe

svn commit: r330495 - head/sys/ofed/drivers/infiniband/core

2018-03-05 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 5 11:59:54 2018 New Revision: 330495 URL: https://svnweb.freebsd.org/changeset/base/330495 Log: Map type of service, TOS, to IB or VLAN service level 1:1 in ibcore. MFC after:1 week Sponsored by: Mellanox Technologies Modified: head/sys/ofed/drivers/

svn commit: r330494 - head/sys/ofed/drivers/infiniband/core

2018-03-05 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 5 11:58:37 2018 New Revision: 330494 URL: https://svnweb.freebsd.org/changeset/base/330494 Log: Select RoCEv2 by default in ibcore. MFC after:1 week Sponsored by: Mellanox Technologies Modified: head/sys/ofed/drivers/infiniband/core/ib_cma.c Modifie

svn commit: r330493 - head/sys/ofed/drivers/infiniband/core

2018-03-05 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 5 11:57:26 2018 New Revision: 330493 URL: https://svnweb.freebsd.org/changeset/base/330493 Log: Make deletion of RoCE GID entries synchronous in ibcore. When a network device is departing, the RoCE GID entries should be cleared before the default L2 link la

svn commit: r330492 - head/sys/ofed/drivers/infiniband/core

2018-03-05 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 5 11:55:29 2018 New Revision: 330492 URL: https://svnweb.freebsd.org/changeset/base/330492 Log: Add support for IPv6 link local GIDs equal to the default GID for VLANs in ibcore. IPv6 link local addresses are usually derived from the netdev MAC address. T

svn commit: r330491 - head/sys/ofed/drivers/infiniband/core

2018-03-05 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 5 11:52:39 2018 New Revision: 330491 URL: https://svnweb.freebsd.org/changeset/base/330491 Log: Do not add RoCEv2 default GID in ibcore when IPv6 is disabled to honor the networking stack's IPv6 disabled setting. Else the offload HCA can start using IPv6 packe

svn commit: r330490 - in head/sys/ofed: drivers/infiniband/core include/rdma include/uapi/rdma

2018-03-05 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 5 11:49:45 2018 New Revision: 330490 URL: https://svnweb.freebsd.org/changeset/base/330490 Log: Add missing FreeBSD tags and SVN properties to ibcore. MFC after:1 week Sponsored by: Mellanox Technologies Modified: head/sys/ofed/drivers/infiniband/cor

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

2018-03-05 Thread Andrew Turner
Author: andrew Date: Mon Mar 5 10:11:30 2018 New Revision: 330489 URL: https://svnweb.freebsd.org/changeset/base/330489 Log: Register each GICv3 ITS driver with a useful cross reference. We currently only use the first driver, however this may change in the future and hardware exists with m

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

2018-03-05 Thread Andrew Turner
Author: andrew Date: Mon Mar 5 10:09:18 2018 New Revision: 330488 URL: https://svnweb.freebsd.org/changeset/base/330488 Log: In the ACPI GICv3 attach function call device_get_children to get the list of children. We expect this to be populated when configuring the secondary cores. Spon

svn commit: r330486 - stable/11/share/man/man3

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 09:17:55 2018 New Revision: 330486 URL: https://svnweb.freebsd.org/changeset/base/330486 Log: MFC r326386: Fix pthread_condattr(3) type Modified: stable/11/share/man/man3/pthread_condattr.3 Directory Properties: stable/11/ (props changed) Modified: st

svn commit: r330487 - stable/11/share/misc

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 09:18:40 2018 New Revision: 330487 URL: https://svnweb.freebsd.org/changeset/base/330487 Log: MFC r324424: Remove CVS - we don't run that infrastructure anymore Modified: stable/11/share/misc/organization.dot Directory Properties: stable/11/ (props cha

svn commit: r330485 - stable/11/lib/libc/include

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 09:17:18 2018 New Revision: 330485 URL: https://svnweb.freebsd.org/changeset/base/330485 Log: MFC r326479: Add include guard to fpmath.h Modified: stable/11/lib/libc/include/fpmath.h Directory Properties: stable/11/ (props changed) Modified: stable/11

svn commit: r330484 - stable/11/usr.bin/calendar

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 09:06:14 2018 New Revision: 330484 URL: https://svnweb.freebsd.org/changeset/base/330484 Log: MFC r327117: calendar: add missing header file time.h is required for strftime and struct tm Modified: stable/11/usr.bin/calendar/io.c Directory Properties:

svn commit: r330483 - in stable/11/tools/diag: . httpd-error

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 09:05:37 2018 New Revision: 330483 URL: https://svnweb.freebsd.org/changeset/base/330483 Log: MFC r326473: diag/httpd-error: remove This is a script for a web server in a specific configuration. Current web servers don't produce similar log files and

svn commit: r330482 - stable/11/share/misc

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 09:01:51 2018 New Revision: 330482 URL: https://svnweb.freebsd.org/changeset/base/330482 Log: MFC r326724,r326868,r326869,r327096,r327333,r327334,r327342,r327361,r327510: Add two dates derived from looking at archival source tarballs in the TUHS collection

svn commit: r330481 - stable/11/share/misc

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:57:40 2018 New Revision: 330481 URL: https://svnweb.freebsd.org/changeset/base/330481 Log: MFC r322668,r324239,r324240,r324422,r324476,r324688: FreeBSD 11.1 release added. r324

svn commit: r330480 - stable/11/share/misc

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:56:15 2018 New Revision: 330480 URL: https://svnweb.freebsd.org/changeset/base/330480 Log: MFC r314705,r315406,r315407,r316025,r316082,r316731: Add macOS 10.12 NetBSD 7.1 release added. Indentation for the DragonFlyBSD trunk fixed, EoL whitespace remov

svn commit: r330479 - stable/11/share/man/man7

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:50:54 2018 New Revision: 330479 URL: https://svnweb.freebsd.org/changeset/base/330479 Log: MFC r325217: Fix '\' in binary ascii table Modified: stable/11/share/man/man7/ascii.7 Directory Properties: stable/11/ (props changed) Modified: stable/11/sh

svn commit: r330478 - stable/11/targets/pseudo/userland

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:50:16 2018 New Revision: 330478 URL: https://svnweb.freebsd.org/changeset/base/330478 Log: MFC r325353: chase removal of csup in r267863 from 2014.. Modified: stable/11/targets/pseudo/userland/Makefile.depend Directory Properties: stable/11/ (props

svn commit: r330477 - stable/11/usr.bin/fmt

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:49:11 2018 New Revision: 330477 URL: https://svnweb.freebsd.org/changeset/base/330477 Log: MFC r326434: fmt(1): Fix usage of Nm macro Modified: stable/11/usr.bin/fmt/fmt.1 Directory Properties: stable/11/ (props changed) Modified: stable/11/usr.bin

svn commit: r330476 - stable/11/etc

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:47:27 2018 New Revision: 330476 URL: https://svnweb.freebsd.org/changeset/base/330476 Log: MFC r326456: pf.os: Add OpenBSD:6.1 Obtained From: OpenBSD Modified: stable/11/etc/pf.os Directory Properties: stable/11/ (props changed) Modified: stab

svn commit: r330475 - stable/11/sys/contrib/ipfilter/netinet

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:45:39 2018 New Revision: 330475 URL: https://svnweb.freebsd.org/changeset/base/330475 Log: MFC r306449: Remove an extra etter. Modified: stable/11/sys/contrib/ipfilter/netinet/fil.c Directory Properties: stable/11/ (props changed) Modified: stable/

svn commit: r330474 - stable/11

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:44:49 2018 New Revision: 330474 URL: https://svnweb.freebsd.org/changeset/base/330474 Log: MFC r306435: callsign isn't required anymore Modified: stable/11/.arcconfig Directory Properties: stable/11/ (props changed) Modified: stable/11/.arcconfig =

svn commit: r330473 - stable/11/share/misc

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:44:08 2018 New Revision: 330473 URL: https://svnweb.freebsd.org/changeset/base/330473 Log: MFC r324423,r324436: Update iso3166 codes Based on https://raw.githubusercontent.com/lukes/ISO-3166-Countries-with-Regional-Codes/master/all/all.csv and hand

svn commit: r330472 - stable/11/sys/dev/usb/wlan

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:42:07 2018 New Revision: 330472 URL: https://svnweb.freebsd.org/changeset/base/330472 Log: MFC r311830: [rsu] add support for the "green" rsu NICs. They're still a 1T2R NIC, so reuse the same rfconfig and nstream configuration. Modified: stable/1

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

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:40:18 2018 New Revision: 330471 URL: https://svnweb.freebsd.org/changeset/base/330471 Log: MFC r311861: [net80211] Add default parameters for 11ac. I doubt TDMA code will ever work for 11ac, but you never know, someone may one day make it happen. M

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

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:37:08 2018 New Revision: 330470 URL: https://svnweb.freebsd.org/changeset/base/330470 Log: MFC r310891: [net80211] add placeholders for the VHT action frame handling. Upcoming vht support will register send/receive action handlers. Modified: stable

svn commit: r330469 - stable/11/sbin/ifconfig

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:33:29 2018 New Revision: 330469 URL: https://svnweb.freebsd.org/changeset/base/330469 Log: MFC r313979: [ifconfig] fix a memory leak! Modified: stable/11/sbin/ifconfig/ifbridge.c Directory Properties: stable/11/ (props changed) Modified: stable/11/

svn commit: r330468 - stable/11/sbin/ifconfig

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:32:54 2018 New Revision: 330468 URL: https://svnweb.freebsd.org/changeset/base/330468 Log: MFC r313978: [ifconfig] fix a memory leak. Modified: stable/11/sbin/ifconfig/ifieee80211.c Directory Properties: stable/11/ (props changed) Modified: stable/

svn commit: r330467 - stable/11/sys/dev/asmc

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:32:15 2018 New Revision: 330467 URL: https://svnweb.freebsd.org/changeset/base/330467 Log: MFC r313880: [asmc] Add support for MacBook Pro 11,2 This patch will add support for MacBookPro 11.2. For the macros, the MBP11_* macros (for the existing Mac

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

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:30:47 2018 New Revision: 330466 URL: https://svnweb.freebsd.org/changeset/base/330466 Log: MFC r313578: [net80211] add a sysctl that forces a vap restart. Well, vap restart really does "all restart" for now, which will be a good way of debugging fir

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

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:29:38 2018 New Revision: 330465 URL: https://svnweb.freebsd.org/changeset/base/330465 Log: MFC r313425: [iwm] add version 17 firmware. Modified: stable/11/sys/conf/files Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/conf/

svn commit: r330464 - stable/11/usr.bin/users

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:27:29 2018 New Revision: 330464 URL: https://svnweb.freebsd.org/changeset/base/330464 Log: MFC r311581: Capsicum: add capability mode to users binary Submitted by: Tyler Littlefield Reviewed by: cem, oshogbo Differential Revision:https:/

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

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:25:23 2018 New Revision: 330463 URL: https://svnweb.freebsd.org/changeset/base/330463 Log: MFC r308950: [net80211] Remove extra \n. Modified: stable/11/sys/net80211/ieee80211_ht.c Directory Properties: stable/11/ (props changed) Modified: stable/11

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

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:24:58 2018 New Revision: 330462 URL: https://svnweb.freebsd.org/changeset/base/330462 Log: MFC r308663: [net80211] announce 11n capabilities in probe requests in IBSS mode. The 802.11-2012 specification notes that a subset of IEs should be present i

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

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:22:48 2018 New Revision: 330461 URL: https://svnweb.freebsd.org/changeset/base/330461 Log: MFC r308008: [net80211] add comments! Modified: stable/11/sys/net80211/ieee80211_scan.c Directory Properties: stable/11/ (props changed) Modified: stable/11/

svn commit: r330459 - stable/11/sbin/ifconfig

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:21:31 2018 New Revision: 330459 URL: https://svnweb.freebsd.org/changeset/base/330459 Log: MFC r306836: [ifconfig] correctly display RSSI. Modified: stable/11/sbin/ifconfig/ifieee80211.c Directory Properties: stable/11/ (props changed) Modified: st

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

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:18:13 2018 New Revision: 330458 URL: https://svnweb.freebsd.org/changeset/base/330458 Log: MFC r306139: [net80211] don't add IBSS node table entries for neighbors from other SSIDs. The adhoc probe/beacon input path was creating nodes for all SSIDs.

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

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:22:24 2018 New Revision: 330460 URL: https://svnweb.freebsd.org/changeset/base/330460 Log: MFC r308007: [net80211] don't abort a background scan upon reception of a single packet. Full offload drivers don't need this behaviour - they do it in firmware

Re: svn commit: r306525 - in head/lib: . librss

2018-03-05 Thread Eitan Adler
On 30 September 2016 at 12:59, Adrian Chadd wrote: > Author: adrian > Date: Fri Sep 30 19:59:56 2016 > New Revision: 306525 > URL: https://svnweb.freebsd.org/changeset/base/306525 > > Log: > Add librss, a simple wrapper around RSS APIs so applications can begin > auto-tuning. Any reason to not

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

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:17:02 2018 New Revision: 330457 URL: https://svnweb.freebsd.org/changeset/base/330457 Log: MFC r305895: [net80211] add a HT method to populate HTCAP based on IBSS requirements. IBSS negotiation is a subset of the STA/AP negotiation. We always have a

svn commit: r330456 - stable/11/sys/dev/etherswitch/arswitch

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:14:11 2018 New Revision: 330456 URL: https://svnweb.freebsd.org/changeset/base/330456 Log: MFC r303339: Update my TODO items. Modified: stable/11/sys/dev/etherswitch/arswitch/arswitch_7240.c stable/11/sys/dev/etherswitch/arswitch/arswitch_8316.c Direc

svn commit: r330455 - stable/11/sys/dev/iwm

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:05:30 2018 New Revision: 330455 URL: https://svnweb.freebsd.org/changeset/base/330455 Log: MFC r318001: [iwm] include opt_iwm.h and opt_wlan.h consistently in all files. Modified: stable/11/sys/dev/iwm/if_iwm.c stable/11/sys/dev/iwm/if_iwm_7000.c st

svn commit: r330454 - stable/11/sys/dev/iwm

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:01:08 2018 New Revision: 330454 URL: https://svnweb.freebsd.org/changeset/base/330454 Log: MFC r313306: [iwm] free node reference if rxparams addition fails. Modified: stable/11/sys/dev/iwm/if_iwm.c Directory Properties: stable/11/ (props changed)

svn commit: r330453 - stable/11/sys/dev/iwm

2018-03-05 Thread Eitan Adler
Author: eadler Date: Mon Mar 5 08:00:17 2018 New Revision: 330453 URL: https://svnweb.freebsd.org/changeset/base/330453 Log: MFC r308185: [iwm] Set full-offload scan flag. Fixes fw panic when already associated. * Starting a scan from wpa_supplicant or via ifconfig while associated,