Re: svn commit: r342908 - head/sys/netpfil/ipfw

2019-01-09 Thread Gleb Smirnoff
On Thu, Jan 10, 2019 at 01:47:57AM +, Andrey V. Elsukov wrote: A> glebius@ has reported that they at Netflix discovered, that initialization A> of this variable produces significant overhead on packet processing. A> After patching I managed to increase performance of packet processing on

svn commit: r342912 - in head/sys/dev/rtwn/rtl8192c: . usb

2019-01-09 Thread Andriy Voskoboinyk
Author: avos Date: Thu Jan 10 05:49:47 2019 New Revision: 342912 URL: https://svnweb.freebsd.org/changeset/base/342912 Log: rtwn_usb(4): add IQ calibration support for RTL8192CU The code is similar to the one for RTL8188E* and probably should be shared with RTL8188CE (needs to be tested).

svn commit: r342911 - in head: lib/libbe sbin/bectl sbin/bectl/tests

2019-01-09 Thread Kyle Evans
Author: kevans Date: Thu Jan 10 03:27:20 2019 New Revision: 342911 URL: https://svnweb.freebsd.org/changeset/base/342911 Log: libbe(3): Change be_mount to mount/unmount child datasets This set of changes is geared towards making bectl respect deep boot environments when they exist and are

svn commit: r342910 - head/gnu/usr.bin/grep

2019-01-09 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jan 10 02:59:19 2019 New Revision: 342910 URL: https://svnweb.freebsd.org/changeset/base/342910 Log: grep(1) outputs NOT-matched lines with multi-byte characters PR113343 MFC after:2 months Modified: head/gnu/usr.bin/grep/search.c Modified: head/gnu/usr.b

svn commit: r342909 - head/sys/netpfil/ipfw

2019-01-09 Thread Andrey V. Elsukov
Author: ae Date: Thu Jan 10 02:01:20 2019 New Revision: 342909 URL: https://svnweb.freebsd.org/changeset/base/342909 Log: Fix the build with INVARIANTS. MFC after:1 month Modified: head/sys/netpfil/ipfw/ip_fw_pfil.c Modified: head/sys/netpfil/ipfw/ip_fw_pfil.c ==

svn commit: r342908 - head/sys/netpfil/ipfw

2019-01-09 Thread Andrey V. Elsukov
Author: ae Date: Thu Jan 10 01:47:57 2019 New Revision: 342908 URL: https://svnweb.freebsd.org/changeset/base/342908 Log: Reduce the size of struct ip_fw_args from 240 to 128 bytes on amd64. And refactor the code to avoid unneeded initialization to reduce overhead of per-packet processing.

svn commit: r342907 - head/sys/netinet6

2019-01-09 Thread Gleb Smirnoff
Author: glebius Date: Thu Jan 10 00:52:06 2019 New Revision: 342907 URL: https://svnweb.freebsd.org/changeset/base/342907 Log: Remove unnecessary ifdef. With INVARIANTS all KASSERTs are empty statements, so won't be compiled in. Modified: head/sys/netinet6/in6_mcast.c Modified: head/sys/ne

svn commit: r342906 - head/sys/net

2019-01-09 Thread Gleb Smirnoff
Author: glebius Date: Thu Jan 10 00:37:14 2019 New Revision: 342906 URL: https://svnweb.freebsd.org/changeset/base/342906 Log: Bring the comment up to date. Modified: head/sys/net/if_vlan.c Modified: head/sys/net/if_vlan.c =

svn commit: r342905 - head/sys/kern

2019-01-09 Thread Gleb Smirnoff
Author: glebius Date: Thu Jan 10 00:25:12 2019 New Revision: 342905 URL: https://svnweb.freebsd.org/changeset/base/342905 Log: Simplify sosetopt() so that function has single return point. No functional change. Modified: head/sys/kern/uipc_socket.c Modified: head/sys/kern/uipc_socket.c ===

svn commit: r342904 - head/sbin/route

2019-01-09 Thread Enji Cooper
Author: ngie Date: Thu Jan 10 00:10:12 2019 New Revision: 342904 URL: https://svnweb.freebsd.org/changeset/base/342904 Log: route(8): clarify -prefixlen description Try to reword -prefixlen section to more clearly and accurately describe how the -prefixlen modifier works. While here,

svn commit: r342903 - head/lib/libbe

2019-01-09 Thread Kyle Evans
Author: kevans Date: Wed Jan 9 22:31:10 2019 New Revision: 342903 URL: https://svnweb.freebsd.org/changeset/base/342903 Log: libbe(3): move altroot augmentation bits around a little bit We could perhaps have a method that does this given a dataset, but it's yet clear that we'll always wa

Re: svn commit: r342881 - head/share/skel

2019-01-09 Thread Ian Lepore
On Wed, 2019-01-09 at 10:08 -0800, Rodney W. Grimes wrote: > > ?r., 9 sty 2019 o 16:41 Rodney W. Grimes > > napisa?(a): > > > > > > > Author: trasz > > > > Date: Wed Jan 9 11:04:27 2019 > > > > New Revision: 342881 > > > > URL: https://svnweb.freebsd.org/changeset/base/342881 > > > > > > > > Lo

Re: svn commit: r342881 - head/share/skel

2019-01-09 Thread Rodney W. Grimes
> ?r., 9 sty 2019 o 16:41 Rodney W. Grimes > napisa?(a): > > > > > Author: trasz > > > Date: Wed Jan 9 11:04:27 2019 > > > New Revision: 342881 > > > URL: https://svnweb.freebsd.org/changeset/base/342881 > > > > > > Log: > > > Make sh(1) recognize the default $HOME. By default /home > > > is

svn commit: r342889 - head/sys/kern

2019-01-09 Thread Brooks Davis
Author: brooks Date: Wed Jan 9 17:23:59 2019 New Revision: 342889 URL: https://svnweb.freebsd.org/changeset/base/342889 Log: style(9): fix the indent of a return. Modified: head/sys/kern/vfs_syscalls.c Modified: head/sys/kern/vfs_syscalls.c ==

svn commit: r342888 - head/sys/dev/drm2/radeon

2019-01-09 Thread Mark Johnston
Author: markj Date: Wed Jan 9 17:23:08 2019 New Revision: 342888 URL: https://svnweb.freebsd.org/changeset/base/342888 Log: Complete the removal of obsolete ioctl handlers. PR: 234706 Reviewed by: imp MFC after:3 days Sponsored by: The FreeBSD Foundation Differential

Re: svn commit: r342881 - head/share/skel

2019-01-09 Thread Edward Napierala
śr., 9 sty 2019 o 16:41 Rodney W. Grimes napisał(a): > > > Author: trasz > > Date: Wed Jan 9 11:04:27 2019 > > New Revision: 342881 > > URL: https://svnweb.freebsd.org/changeset/base/342881 > > > > Log: > > Make sh(1) recognize the default $HOME. By default /home > > is a symlink; without th

svn commit: r342887 - head/sys/net

2019-01-09 Thread Mark Johnston
Author: markj Date: Wed Jan 9 16:47:16 2019 New Revision: 342887 URL: https://svnweb.freebsd.org/changeset/base/342887 Log: Stop setting if_linkmib in vlan(4) ifnets. There are several reasons: - The structure being exported via IFDATA_LINKSPECIFIC doesn't appear to be a standard MIB

Re: svn commit: r342881 - head/share/skel

2019-01-09 Thread Rodney W. Grimes
> Author: trasz > Date: Wed Jan 9 11:04:27 2019 > New Revision: 342881 > URL: https://svnweb.freebsd.org/changeset/base/342881 > > Log: > Make sh(1) recognize the default $HOME. By default /home > is a symlink; without this change, when you log in, sh(1) > won't realize the current directo

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

2019-01-09 Thread Vincenzo Maffione
Author: vmaffione Date: Wed Jan 9 15:03:54 2019 New Revision: 342886 URL: https://svnweb.freebsd.org/changeset/base/342886 Log: netmap: fix bridge example in netmap(4) PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194872 Reported by: adrian MFC after:3 days Modified:

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

2019-01-09 Thread Vincenzo Maffione
Author: vmaffione Date: Wed Jan 9 14:54:24 2019 New Revision: 342885 URL: https://svnweb.freebsd.org/changeset/base/342885 Log: netmap: fix sysctl variable in vale(4) PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212333 MFC after:3 days Modified: head/share/man/man4/vale

svn commit: r342884 - head/sys/netinet6

2019-01-09 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jan 9 14:28:08 2019 New Revision: 342884 URL: https://svnweb.freebsd.org/changeset/base/342884 Log: Fix loopback traffic when using non-lo0 link local IPv6 addresses. The loopback interface can only receive packets with a single scope ID, namely the scope ID of

Re: svn commit: r342883 - head/sys/net80211

2019-01-09 Thread Andriy Voskoboinyk
Wed, 09 Jan 2019 14:50:25 +0200 було написано Andriy Voskoboinyk : Tested with:Asus USB-N10 (rsu(4)), STA mode. ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn

svn commit: r342883 - head/sys/net80211

2019-01-09 Thread Andriy Voskoboinyk
Author: avos Date: Wed Jan 9 12:50:24 2019 New Revision: 342883 URL: https://svnweb.freebsd.org/changeset/base/342883 Log: net80211: fix panic when device is removed during initialization if_dead() is called during device detach - check if interface is still exists before trying to refre

svn commit: r342882 - head/gnu/usr.bin/binutils/ld

2019-01-09 Thread Alex Richardson
Author: arichardson Date: Wed Jan 9 11:13:05 2019 New Revision: 342882 URL: https://svnweb.freebsd.org/changeset/base/342882 Log: Avoid bsd.files.mk duplicate rule warning for bfd ldscripts Without this change I get lots of warning: duplicate script for target "_FILESINS_ldscripts/elf64

svn commit: r342881 - head/share/skel

2019-01-09 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jan 9 11:04:27 2019 New Revision: 342881 URL: https://svnweb.freebsd.org/changeset/base/342881 Log: Make sh(1) recognize the default $HOME. By default /home is a symlink; without this change, when you log in, sh(1) won't realize the current directory (eg '/usr/home/

svn commit: r342880 - in head/bin/sh: . tests/expansion

2019-01-09 Thread Dag-Erling Smørgrav
Author: des Date: Wed Jan 9 09:36:54 2019 New Revision: 342880 URL: https://svnweb.freebsd.org/changeset/base/342880 Log: Fix an edge case when parsing large numbers which resulted in inconsistent results between an expression that refers to a variable by name and the same expression that i