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
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).
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
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
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
==
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.
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
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
=
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
===
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,
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
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
> ?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
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
==
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
ś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
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
> 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
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:
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
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
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
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
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
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/
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
26 matches
Mail list logo