svn commit: r353877 - head/sys/net

2019-10-21 Thread Kyle Evans
Author: kevans Date: Tue Oct 22 00:18:16 2019 New Revision: 353877 URL: https://svnweb.freebsd.org/changeset/base/353877 Log: tuntap(4): properly declare if_tun and if_tap modules Simply adding MODULE_VERSION does not do the trick, because the modules haven't been declared. This should ac

svn commit: r353876 - head/sys/kern

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 23:12:14 2019 New Revision: 353876 URL: https://svnweb.freebsd.org/changeset/base/353876 Log: Assert that any epoch tracker belongs to the thread stack. Reviewed by: kib Modified: head/sys/kern/subr_epoch.c Modified: head/sys/kern/subr_epoch.c =

svn commit: r353875 - head/contrib/tcsh

2019-10-21 Thread Brooks Davis
Author: brooks Date: Mon Oct 21 21:21:34 2019 New Revision: 353875 URL: https://svnweb.freebsd.org/changeset/base/353875 Log: Update tcsh to git revision 83c5be0 bringing in a number of bug fixes. Reported by: sobomax MFC after:3 days Sponsored by: DARPA, AFRL Differential Revisi

Re: svn commit: r353848 - head/sys/dev/jme

2019-10-21 Thread Gleb Smirnoff
Sergey, On Mon, Oct 21, 2019 at 11:30:46PM +0300, Sergey Kandaurov wrote: S> > struct ifnet *ifp; S> > - struct ifmultiaddr *ifma; S> > - uint32_t crc; S> > uint32_t mchash[2]; S> > uint32_t rxcfg; S> > S> > @@ -3276,21 +3290,7 @@ jme_set_filter(struct jme_sof

Re: svn commit: r353848 - head/sys/dev/jme

2019-10-21 Thread Sergey Kandaurov
пн, 21 окт. 2019 г. в 21:14, Gleb Smirnoff : > Author: glebius > Date: Mon Oct 21 18:11:43 2019 > New Revision: 353848 > URL: https://svnweb.freebsd.org/changeset/base/353848 > > Log: > Convert to if_foreach_llmaddr() KPI. > > Modified: > head/sys/dev/jme/if_jme.c > > Modified: head/sys/dev/jm

svn commit: r353874 - head/sys/modules/if_tuntap

2019-10-21 Thread Kyle Evans
Author: kevans Date: Mon Oct 21 20:28:38 2019 New Revision: 353874 URL: https://svnweb.freebsd.org/changeset/base/353874 Log: if_tuntap: remove if_{tun,tap}.ko -> if_tuntap.ko links These drivers have been merged into a single if_tuntap in 13.0. The compatibility links existed only for th

svn commit: r353873 - head/stand/lua

2019-10-21 Thread Kyle Evans
Author: kevans Date: Mon Oct 21 20:17:31 2019 New Revision: 353873 URL: https://svnweb.freebsd.org/changeset/base/353873 Log: lualoader: fix setting of loader_color=NO in loader.conf(5) Previously color.disabled would be calculated at color module load time, then never touched again. We c

svn commit: r353872 - head/stand/lua

2019-10-21 Thread Kyle Evans
Author: kevans Date: Mon Oct 21 20:09:43 2019 New Revision: 353872 URL: https://svnweb.freebsd.org/changeset/base/353872 Log: lualoader: don't botch disabling of color When colors are disabled, color.escape{fg,bg} would return the passed in color rather than the proper ANSI sequence for t

svn commit: r353871 - head

2019-10-21 Thread Ed Maste
Author: emaste Date: Mon Oct 21 18:40:03 2019 New Revision: 353871 URL: https://svnweb.freebsd.org/changeset/base/353871 Log: Additional fix for -DNO_CLEAN build across r353340 and r353381 opensolaris_atomic.S is now only used on i386 with opensolaris_atomic.c used on other platforms. Af

svn commit: r353868 - in head: . sys/net sys/sys

2019-10-21 Thread Gleb Smirnoff
SLOW: "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 20191021: + KPIs for network drivers to access interface addresses have changed. + Users need to recompile NIC driver modules together with kernel. + +20191021: The net.link.tap.user_o

svn commit: r353869 - in head/sys: kern sys

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:19:32 2019 New Revision: 353869 URL: https://svnweb.freebsd.org/changeset/base/353869 Log: Remove epoch tracker from struct thread. It was an ugly crutch to emulate locking semantics for if_addr_rlock() and if_maddr_rlock(). Modified: head/sys/kern/init_

svn commit: r353866 - head/sys/powerpc/ps3

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:13:33 2019 New Revision: 353866 URL: https://svnweb.freebsd.org/changeset/base/353866 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/powerpc/ps3/if_glc.c Modified: head/sys/powerpc/ps3/if_glc.c

svn commit: r353867 - head/sys/powerpc/pseries

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:13:37 2019 New Revision: 353867 URL: https://svnweb.freebsd.org/changeset/base/353867 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/powerpc/pseries/phyp_llan.c Modified: head/sys/powerpc/pseries/phyp_llan.c ==

svn commit: r353859 - head/sys/dev/tsec

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:12:36 2019 New Revision: 353859 URL: https://svnweb.freebsd.org/changeset/base/353859 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/tsec/if_tsec.c Modified: head/sys/dev/tsec/if_tsec.c

svn commit: r353863 - head/sys/arm/allwinner

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:13:19 2019 New Revision: 353863 URL: https://svnweb.freebsd.org/changeset/base/353863 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/arm/allwinner/if_emac.c Modified: head/sys/arm/allwinner/if_emac.c ==

svn commit: r353865 - head/sys/arm/ti/cpsw

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:13:28 2019 New Revision: 353865 URL: https://svnweb.freebsd.org/changeset/base/353865 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/arm/ti/cpsw/if_cpsw.c Modified: head/sys/arm/ti/cpsw/if_cpsw.c ==

svn commit: r353864 - head/sys/arm/ralink

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:13:24 2019 New Revision: 353864 URL: https://svnweb.freebsd.org/changeset/base/353864 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/arm/ralink/if_fv.c Modified: head/sys/arm/ralink/if_fv.c

svn commit: r353851 - head/sys/dev/my

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:11:58 2019 New Revision: 353851 URL: https://svnweb.freebsd.org/changeset/base/353851 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/my/if_my.c Modified: head/sys/dev/my/if_my.c

svn commit: r353856 - head/sys/dev/qlxgbe

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:12:21 2019 New Revision: 353856 URL: https://svnweb.freebsd.org/changeset/base/353856 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/qlxgbe/ql_os.c Modified: head/sys/dev/qlxgbe/ql_os.c

svn commit: r353853 - head/sys/dev/otus

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:12:07 2019 New Revision: 353853 URL: https://svnweb.freebsd.org/changeset/base/353853 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/otus/if_otus.c Modified: head/sys/dev/otus/if_otus.c

svn commit: r353860 - head/sys/dev/wi

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:12:40 2019 New Revision: 353860 URL: https://svnweb.freebsd.org/changeset/base/353860 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/wi/if_wi.c Modified: head/sys/dev/wi/if_wi.c

svn commit: r353858 - head/sys/dev/rtwn

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:12:31 2019 New Revision: 353858 URL: https://svnweb.freebsd.org/changeset/base/353858 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/rtwn/if_rtwn_rx.c Modified: head/sys/dev/rtwn/if_rtwn_rx.c ==

svn commit: r353861 - head/sys/dev/xilinx

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:12:58 2019 New Revision: 353861 URL: https://svnweb.freebsd.org/changeset/base/353861 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/xilinx/if_xae.c Modified: head/sys/dev/xilinx/if_xae.c ==

svn commit: r353862 - head/sys/arm/allwinner

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:13:14 2019 New Revision: 353862 URL: https://svnweb.freebsd.org/changeset/base/353862 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/arm/allwinner/if_awg.c Modified: head/sys/arm/allwinner/if_awg.c

svn commit: r353857 - head/sys/dev/qlxge

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:12:26 2019 New Revision: 353857 URL: https://svnweb.freebsd.org/changeset/base/353857 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/qlxge/qls_os.c Modified: head/sys/dev/qlxge/qls_os.c

svn commit: r353855 - head/sys/dev/qlxgb

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:12:17 2019 New Revision: 353855 URL: https://svnweb.freebsd.org/changeset/base/353855 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/qlxgb/qla_os.c Modified: head/sys/dev/qlxgb/qla_os.c

svn commit: r353850 - head/sys/dev/malo

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:11:54 2019 New Revision: 353850 URL: https://svnweb.freebsd.org/changeset/base/353850 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/malo/if_malo.c Modified: head/sys/dev/malo/if_malo.c

svn commit: r353852 - head/sys/dev/oce

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:12:02 2019 New Revision: 353852 URL: https://svnweb.freebsd.org/changeset/base/353852 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/oce/oce_hw.c Modified: head/sys/dev/oce/oce_hw.c

svn commit: r353854 - head/sys/dev/qlnx/qlnxe

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:12:12 2019 New Revision: 353854 URL: https://svnweb.freebsd.org/changeset/base/353854 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/qlnx/qlnxe/qlnx_os.c Modified: head/sys/dev/qlnx/qlnxe/qlnx_os.c

svn commit: r353845 - head/sys/dev/et

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:11:28 2019 New Revision: 353845 URL: https://svnweb.freebsd.org/changeset/base/353845 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/et/if_et.c Modified: head/sys/dev/et/if_et.c

svn commit: r353844 - head/sys/dev/e1000

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:11:24 2019 New Revision: 353844 URL: https://svnweb.freebsd.org/changeset/base/353844 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/e1000/if_em.c Modified: head/sys/dev/e1000/if_em.c ==

svn commit: r353849 - head/sys/dev/liquidio

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:11:48 2019 New Revision: 353849 URL: https://svnweb.freebsd.org/changeset/base/353849 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/liquidio/lio_ioctl.c Modified: head/sys/dev/liquidio/lio_ioctl.c

svn commit: r353847 - head/sys/dev/if_ndis

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:11:38 2019 New Revision: 353847 URL: https://svnweb.freebsd.org/changeset/base/353847 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/if_ndis/if_ndis.c Modified: head/sys/dev/if_ndis/if_ndis.c ==

svn commit: r353841 - head/sys/dev/cxgbe

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:11:11 2019 New Revision: 353841 URL: https://svnweb.freebsd.org/changeset/base/353841 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev/cxgbe/t4_main.c ==

svn commit: r353840 - in head/sys/dev/cxgb: . common

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:11:08 2019 New Revision: 353840 URL: https://svnweb.freebsd.org/changeset/base/353840 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/cxgb/common/cxgb_xgmac.c head/sys/dev/cxgb/cxgb_adapter.h Modified: head/sys/dev/cxgb/common/cxgb_xgmac

svn commit: r353848 - head/sys/dev/jme

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:11:43 2019 New Revision: 353848 URL: https://svnweb.freebsd.org/changeset/base/353848 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/jme/if_jme.c Modified: head/sys/dev/jme/if_jme.c

svn commit: r353846 - head/sys/dev/ffec

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:11:32 2019 New Revision: 353846 URL: https://svnweb.freebsd.org/changeset/base/353846 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/ffec/if_ffec.c Modified: head/sys/dev/ffec/if_ffec.c

svn commit: r353838 - head/sys/dev/cadence

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:10:58 2019 New Revision: 353838 URL: https://svnweb.freebsd.org/changeset/base/353838 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/cadence/if_cgem.c Modified: head/sys/dev/cadence/if_cgem.c ==

svn commit: r353836 - head/sys/dev/altera/atse

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:10:46 2019 New Revision: 353836 URL: https://svnweb.freebsd.org/changeset/base/353836 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/altera/atse/if_atse.c Modified: head/sys/dev/altera/atse/if_atse.c ==

svn commit: r353843 - head/sys/dev/dwc

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:11:19 2019 New Revision: 353843 URL: https://svnweb.freebsd.org/changeset/base/353843 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/dwc/if_dwc.c Modified: head/sys/dev/dwc/if_dwc.c

svn commit: r353839 - head/sys/dev/cas

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:11:02 2019 New Revision: 353839 URL: https://svnweb.freebsd.org/changeset/base/353839 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/cas/if_cas.c Modified: head/sys/dev/cas/if_cas.c

svn commit: r353842 - head/sys/dev/dc

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:11:15 2019 New Revision: 353842 URL: https://svnweb.freebsd.org/changeset/base/353842 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/dc/if_dc.c Modified: head/sys/dev/dc/if_dc.c

svn commit: r353837 - head/sys/dev/bnxt

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:10:52 2019 New Revision: 353837 URL: https://svnweb.freebsd.org/changeset/base/353837 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/bnxt/if_bnxt.c Modified: head/sys/dev/bnxt/if_bnxt.c

svn commit: r353834 - head/sys/dev/xl

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:08:25 2019 New Revision: 353834 URL: https://svnweb.freebsd.org/changeset/base/353834 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/xl/if_xl.c Modified: head/sys/dev/xl/if_xl.c

svn commit: r353815 - head/sys/dev/gem

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:06:57 2019 New Revision: 353815 URL: https://svnweb.freebsd.org/changeset/base/353815 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/gem/if_gem.c Modified: head/sys/dev/gem/if_gem.c

svn commit: r353816 - head/sys/dev/hme

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:07:02 2019 New Revision: 353816 URL: https://svnweb.freebsd.org/changeset/base/353816 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/hme/if_hme.c Modified: head/sys/dev/hme/if_hme.c

svn commit: r353826 - head/sys/dev/sis

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:07:44 2019 New Revision: 353826 URL: https://svnweb.freebsd.org/changeset/base/353826 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/sis/if_sis.c Modified: head/sys/dev/sis/if_sis.c

svn commit: r353833 - head/sys/dev/vte

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:08:20 2019 New Revision: 353833 URL: https://svnweb.freebsd.org/changeset/base/353833 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/vte/if_vte.c Modified: head/sys/dev/vte/if_vte.c

svn commit: r353823 - head/sys/dev/re

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:07:32 2019 New Revision: 353823 URL: https://svnweb.freebsd.org/changeset/base/353823 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/re/if_re.c Modified: head/sys/dev/re/if_re.c

svn commit: r353822 - head/sys/dev/nge

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:07:28 2019 New Revision: 353822 URL: https://svnweb.freebsd.org/changeset/base/353822 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/nge/if_nge.c Modified: head/sys/dev/nge/if_nge.c

svn commit: r353813 - head/sys/dev/bxe

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:06:31 2019 New Revision: 353813 URL: https://svnweb.freebsd.org/changeset/base/353813 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/bxe/bxe.c head/sys/dev/bxe/bxe.h Modified: head/sys/dev/bxe/bxe.c =

svn commit: r353818 - head/sys/dev/lge

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:07:11 2019 New Revision: 353818 URL: https://svnweb.freebsd.org/changeset/base/353818 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/lge/if_lge.c Modified: head/sys/dev/lge/if_lge.c

svn commit: r353828 - head/sys/dev/ste

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:07:53 2019 New Revision: 353828 URL: https://svnweb.freebsd.org/changeset/base/353828 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/ste/if_ste.c Modified: head/sys/dev/ste/if_ste.c

svn commit: r353827 - head/sys/dev/sk

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:07:49 2019 New Revision: 353827 URL: https://svnweb.freebsd.org/changeset/base/353827 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/sk/if_sk.c Modified: head/sys/dev/sk/if_sk.c

svn commit: r353806 - head/sys/dev/al_eth

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:05:43 2019 New Revision: 353806 URL: https://svnweb.freebsd.org/changeset/base/353806 Log: Convert to if_foreach_llmaddr() KPI. This driver seems to have a bug. The bug was carefully saved during conversion. In the al_eth_mac_table_unicast_add() the a

svn commit: r353808 - head/sys/dev/ale

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:06:09 2019 New Revision: 353808 URL: https://svnweb.freebsd.org/changeset/base/353808 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/ale/if_ale.c Modified: head/sys/dev/ale/if_ale.c

svn commit: r353812 - head/sys/dev/bge

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:06:26 2019 New Revision: 353812 URL: https://svnweb.freebsd.org/changeset/base/353812 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/bge/if_bge.c Modified: head/sys/dev/bge/if_bge.c

svn commit: r353811 - head/sys/dev/bfe

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:06:23 2019 New Revision: 353811 URL: https://svnweb.freebsd.org/changeset/base/353811 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/bfe/if_bfe.c Modified: head/sys/dev/bfe/if_bfe.c

svn commit: r353805 - head/sys/dev/age

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:00:17 2019 New Revision: 353805 URL: https://svnweb.freebsd.org/changeset/base/353805 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/age/if_age.c Modified: head/sys/dev/age/if_age.c

svn commit: r353804 - head/sys/dev/ae

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 17:59:53 2019 New Revision: 353804 URL: https://svnweb.freebsd.org/changeset/base/353804 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/ae/if_ae.c Modified: head/sys/dev/ae/if_ae.c

svn commit: r353820 - head/sys/dev/msk

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:07:19 2019 New Revision: 353820 URL: https://svnweb.freebsd.org/changeset/base/353820 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/msk/if_msk.c Modified: head/sys/dev/msk/if_msk.c

svn commit: r353821 - head/sys/dev/nfe

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:07:24 2019 New Revision: 353821 URL: https://svnweb.freebsd.org/changeset/base/353821 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/nfe/if_nfe.c Modified: head/sys/dev/nfe/if_nfe.c

svn commit: r353830 - head/sys/dev/ti

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:08:03 2019 New Revision: 353830 URL: https://svnweb.freebsd.org/changeset/base/353830 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/ti/if_ti.c head/sys/dev/ti/if_tireg.h Modified: head/sys/dev/ti/if_ti.c ===

svn commit: r353824 - head/sys/dev/rl

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:07:35 2019 New Revision: 353824 URL: https://svnweb.freebsd.org/changeset/base/353824 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/rl/if_rl.c Modified: head/sys/dev/rl/if_rl.c

svn commit: r353832 - head/sys/dev/vr

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:08:16 2019 New Revision: 353832 URL: https://svnweb.freebsd.org/changeset/base/353832 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/vr/if_vr.c Modified: head/sys/dev/vr/if_vr.c

svn commit: r353831 - head/sys/dev/vge

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:08:12 2019 New Revision: 353831 URL: https://svnweb.freebsd.org/changeset/base/353831 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/vge/if_vge.c Modified: head/sys/dev/vge/if_vge.c

svn commit: r353825 - head/sys/dev/sge

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:07:40 2019 New Revision: 353825 URL: https://svnweb.freebsd.org/changeset/base/353825 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/sge/if_sge.c Modified: head/sys/dev/sge/if_sge.c

svn commit: r353829 - head/sys/dev/stge

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:07:56 2019 New Revision: 353829 URL: https://svnweb.freebsd.org/changeset/base/353829 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/stge/if_stge.c Modified: head/sys/dev/stge/if_stge.c

svn commit: r353819 - head/sys/dev/mge

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:07:15 2019 New Revision: 353819 URL: https://svnweb.freebsd.org/changeset/base/353819 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/mge/if_mge.c Modified: head/sys/dev/mge/if_mge.c

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

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:06:15 2019 New Revision: 353809 URL: https://svnweb.freebsd.org/changeset/base/353809 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c

svn commit: r353814 - head/sys/dev/fxp

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:06:53 2019 New Revision: 353814 URL: https://svnweb.freebsd.org/changeset/base/353814 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/fxp/if_fxp.c Modified: head/sys/dev/fxp/if_fxp.c

svn commit: r353817 - head/sys/dev/le

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:07:07 2019 New Revision: 353817 URL: https://svnweb.freebsd.org/changeset/base/353817 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/le/lance.c Modified: head/sys/dev/le/lance.c

svn commit: r353810 - head/sys/dev/bce

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:06:19 2019 New Revision: 353810 URL: https://svnweb.freebsd.org/changeset/base/353810 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/bce/if_bce.c Modified: head/sys/dev/bce/if_bce.c

svn commit: r353803 - head/sys/dev/vmware/vmxnet3

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 17:59:16 2019 New Revision: 353803 URL: https://svnweb.freebsd.org/changeset/base/353803 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/vmware/vmxnet3/if_vmx.c Modified: head/sys/dev/vmware/vmxnet3/if_vmx.c ==

svn commit: r353807 - head/sys/dev/alc

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 18:06:06 2019 New Revision: 353807 URL: https://svnweb.freebsd.org/changeset/base/353807 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/alc/if_alc.c Modified: head/sys/dev/alc/if_alc.c

svn commit: r353802 - head/sys/dev/virtio/network

2019-10-21 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 21 17:59:02 2019 New Revision: 353802 URL: https://svnweb.freebsd.org/changeset/base/353802 Log: Convert to if_foreach_llmaddr() KPI. Modified: head/sys/dev/virtio/network/if_vtnet.c Modified: head/sys/dev/virtio/network/if_vtnet.c ==

svn commit: r353798 - in head: . sys/net

2019-10-21 Thread Kyle Evans
53798) @@ -26,6 +26,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20191021: + The net.link.tap.user_open sysctl no longer prevents user o

svn commit: r353796 - head/sys/kern

2019-10-21 Thread Andriy Gapon
Author: avg Date: Mon Oct 21 12:21:56 2019 New Revision: 353796 URL: https://svnweb.freebsd.org/changeset/base/353796 Log: debug,kassert.warnings is a statistic, not a tunable MFC after:1 week Modified: head/sys/kern/kern_shutdown.c Modified: head/sys/kern/kern_shutdown.c ==

svn commit: r353795 - head/sys/powerpc/aim

2019-10-21 Thread Leandro Lupori
Author: luporl Date: Mon Oct 21 11:56:57 2019 New Revision: 353795 URL: https://svnweb.freebsd.org/changeset/base/353795 Log: [PPC64] Add minidump support to PowerNV Implementation of PowerNV specific minidump code. Reviewed by: jhibbits Differential Revision:https://reviews

svn commit: r353794 - in head: etc/mtree tests/sys tests/sys/netinet6 tests/sys/netinet6/frag6

2019-10-21 Thread Bjoern A. Zeeb
Author: bz Date: Mon Oct 21 09:33:45 2019 New Revision: 353794 URL: https://svnweb.freebsd.org/changeset/base/353794 Log: frag6: import a set of test cases In order to ensure that changing the frag6 code does not change behaviour or break code a set of test cases were implemented. Li

svn commit: r353793 - head/sys/netinet6

2019-10-21 Thread Bjoern A. Zeeb
Author: bz Date: Mon Oct 21 08:48:47 2019 New Revision: 353793 URL: https://svnweb.freebsd.org/changeset/base/353793 Log: frag6: fix vnet teardown leak When shutting down a VNET we did not cleanup the fragmentation hashes. This has multiple problems: (1) leak memory but also (2) leak on t

svn commit: r353792 - head/sys/netinet6

2019-10-21 Thread Bjoern A. Zeeb
Author: bz Date: Mon Oct 21 08:36:15 2019 New Revision: 353792 URL: https://svnweb.freebsd.org/changeset/base/353792 Log: frag6: add read-only sysctl for nfrags. Add a read-only sysctl exporting the global number of fragments (base system and all vnets). This is helpful to (a) know how m