svn commit: r337401 - head/release

2018-08-06 Thread Colin Percival
Author: cperciva Date: Tue Aug 7 00:51:49 2018 New Revision: 337401 URL: https://svnweb.freebsd.org/changeset/base/337401 Log: Fix copy-and-paste error in previous commit. Modified: head/release/Makefile.ec2 Modified: head/release/Makefile.ec2

svn commit: r337400 - head/usr.bin/kdump

2018-08-06 Thread John Baldwin
Author: jhb Date: Tue Aug 7 00:10:58 2018 New Revision: 337400 URL: https://svnweb.freebsd.org/changeset/base/337400 Log: Remove spurious ABI tags from kdump output. The abidump routine output an ABI tag when -A was specified for records that were not displayed due to type or pid

svn commit: r337399 - head/sys/sys

2018-08-06 Thread John Baldwin
Author: jhb Date: Mon Aug 6 23:51:08 2018 New Revision: 337399 URL: https://svnweb.freebsd.org/changeset/base/337399 Log: Make the system C11 atomics headers fully compatible with external GCC. The and headers already included support for C11 atomics via intrinsincs in modern versions

svn commit: r337398 - in head/sys/dev/cxgbe: . tom

2018-08-06 Thread Navdeep Parhar
Author: np Date: Mon Aug 6 23:21:13 2018 New Revision: 337398 URL: https://svnweb.freebsd.org/changeset/base/337398 Log: cxgbe(4): Allow user-configured and driver-configured traffic classes to be used simultaneously. Move sysctl_tc and sysctl_tc_params to t4_sched.c while here. MFC

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

2018-08-06 Thread Navdeep Parhar
Author: np Date: Mon Aug 6 21:54:51 2018 New Revision: 337397 URL: https://svnweb.freebsd.org/changeset/base/337397 Log: cxgbe(4): Break up sysctl_bitfield into 8 bit and 16 bit variants. Have them display the current value of the bitfield rather than the fixed value that was provided

svn commit: r337396 - in head/sys/ufs: ffs ufs

2018-08-06 Thread Kirk McKusick
Author: mckusick Date: Mon Aug 6 21:09:11 2018 New Revision: 337396 URL: https://svnweb.freebsd.org/changeset/base/337396 Log: Put in place the framework for consolodating contiguous blocks into a smaller number of larger TRIM requests. The hope had been to have the full TRIM consolodation

svn commit: r337394 - head/release

2018-08-06 Thread Colin Percival
Author: cperciva Date: Mon Aug 6 19:21:32 2018 New Revision: 337394 URL: https://svnweb.freebsd.org/changeset/base/337394 Log: Add EC2PUBLICSNAP option to EC2 builds; this passes a (recently added) flag to bsdec2-image-upload instructing it to mark the snapshot of its root disk as public

svn commit: r337393 - head/sys/dev/cxgbe/tom

2018-08-06 Thread Navdeep Parhar
Author: np Date: Mon Aug 6 19:09:55 2018 New Revision: 337393 URL: https://svnweb.freebsd.org/changeset/base/337393 Log: Fix typo in cxgbe/t4_tom. Modified: head/sys/dev/cxgbe/tom/t4_cpl_io.c Modified: head/sys/dev/cxgbe/tom/t4_cpl_io.c

Re: svn commit: r337384 - in head: share/man/man4 sys/netinet

2018-08-06 Thread Jonathan T. Looney
On Mon, Aug 6, 2018 at 2:16 PM Bjoern A. Zeeb < bzeeb-li...@lists.zabbadoz.net> wrote: > > On 6 Aug 2018, at 17:36, Jonathan T. Looney wrote: > > > Author: jtl > > Date: Mon Aug 6 17:36:57 2018 > > New Revision: 337384 > > URL: https://svnweb.freebsd.org/changeset/base/337384 > > > > Log: > >

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

2018-08-06 Thread Jonathan T. Looney
Author: jtl Date: Mon Aug 6 18:42:37 2018 New Revision: 337390 URL: https://svnweb.freebsd.org/changeset/base/337390 Log: Bump date after r337384. Reported by: bz Modified: head/share/man/man4/tcp.4 Modified: head/share/man/man4/tcp.4

Re: svn commit: r337384 - in head: share/man/man4 sys/netinet

2018-08-06 Thread Bjoern A. Zeeb
On 6 Aug 2018, at 17:36, Jonathan T. Looney wrote: Author: jtl Date: Mon Aug 6 17:36:57 2018 New Revision: 337384 URL: https://svnweb.freebsd.org/changeset/base/337384 Log: Address concerns about CPU usage while doing TCP reassembly. … Reviewed by: jhb Approved by: so Security:

svn commit: r337384 - in head: share/man/man4 sys/netinet

2018-08-06 Thread Jonathan T. Looney
Author: jtl Date: Mon Aug 6 17:36:57 2018 New Revision: 337384 URL: https://svnweb.freebsd.org/changeset/base/337384 Log: Address concerns about CPU usage while doing TCP reassembly. Currently, the per-queue limit is a function of the receive buffer size and the MSS. In certain cases

svn commit: r337383 - head/release/tools

2018-08-06 Thread Emmanuel Vadot
Author: manu Date: Mon Aug 6 17:21:20 2018 New Revision: 337383 URL: https://svnweb.freebsd.org/changeset/base/337383 Log: release: arm: Copy the dtb to the fat partition When booting via EFI on arm we have no way to know the dtb file to load and we always use the one provided from the

svn commit: r337382 - in head: etc/mtree sbin/dhclient sbin/init/rc.d

2018-08-06 Thread Mark Johnston
Author: markj Date: Mon Aug 6 16:22:01 2018 New Revision: 337382 URL: https://svnweb.freebsd.org/changeset/base/337382 Log: dhclient: Don't chroot if we are in capability mode. The main dhclient process is Capsicumized but also chroots to restrict filesystem access. With r322369,

Re: svn commit: r337379 - head/sys/arm/conf

2018-08-06 Thread Andrew Turner
> On 6 Aug 2018, at 15:40, Andrew Turner wrote: > > Author: andrew > Date: Mon Aug 6 14:40:45 2018 > New Revision: 337379 > URL: https://svnweb.freebsd.org/changeset/base/337379 > > Log: > Default to armv5te in LINT on arm. This should fix building LINT there. Reported by: jhb Andrew

svn commit: r337381 - head/contrib/netbsd-tests/lib/libpthread

2018-08-06 Thread Ruslan Bukin
Author: br Date: Mon Aug 6 15:55:58 2018 New Revision: 337381 URL: https://svnweb.freebsd.org/changeset/base/337381 Log: Increase timeout for timedmutex_test:mutex2, timedmutex_test:mutex3 tests. Default value is 300. It takes ~310s to complete each of these tests in QEMU/RISC-V.

svn commit: r337379 - head/sys/arm/conf

2018-08-06 Thread Andrew Turner
Author: andrew Date: Mon Aug 6 14:40:45 2018 New Revision: 337379 URL: https://svnweb.freebsd.org/changeset/base/337379 Log: Default to armv5te in LINT on arm. This should fix building LINT there. Modified: head/sys/arm/conf/NOTES Modified: head/sys/arm/conf/NOTES

svn commit: r337378 - head/share/man/man8

2018-08-06 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Mon Aug 6 11:45:28 2018 New Revision: 337378 URL: https://svnweb.freebsd.org/changeset/base/337378 Log: Fix "mandoc -Tlint" warnings. Reviewed by: bcr Approved by: mat (mentor) Differential Revision:https://reviews.freebsd.org/D15580

svn commit: r337377 - head/sbin/mount

2018-08-06 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Mon Aug 6 11:38:55 2018 New Revision: 337377 URL: https://svnweb.freebsd.org/changeset/base/337377 Log: Fix synopsis of the -t option. While here: - Remove deprecated ".Tn" macros. - Improve formatting and fix typos in the description of

svn commit: r337376 - in head/sys/compat/linuxkpi/common: include/linux src

2018-08-06 Thread Hans Petter Selasky
Author: hselasky Date: Mon Aug 6 10:48:20 2018 New Revision: 337376 URL: https://svnweb.freebsd.org/changeset/base/337376 Log: Implement current_work() function in the LinuxKPI. Tested by:Johannes Lundberg MFC after:1 week Sponsored by: Mellanox Technologies Modified:

Re: svn commit: r337374 - head/sys/compat/linuxkpi/common/include/asm

2018-08-06 Thread Hans Petter Selasky
On 08/06/18 11:33, Mateusz Guzik wrote: This code is seriously inferior to atomic_fcmpset_long, which happens to return the found value just like the linux atomic_long_cmpxchg would. The atomic_cmpset_* primitives should not be used if the target value is to be inspected. Hi, The LinuxKPI

Re: svn commit: r337374 - head/sys/compat/linuxkpi/common/include/asm

2018-08-06 Thread Mateusz Guzik
On Mon, Aug 6, 2018 at 10:40 AM Hans Petter Selasky wrote: > Author: hselasky > Date: Mon Aug 6 08:40:02 2018 > New Revision: 337374 > URL: https://svnweb.freebsd.org/changeset/base/337374 > > Log: > Implement atomic_long_cmpxchg() function in the LinuxKPI. > > Submitted by: Johannes

svn commit: r337375 - head/sys/netinet/tcp_stacks

2018-08-06 Thread Randall Stewart
Author: rrs Date: Mon Aug 6 09:22:07 2018 New Revision: 337375 URL: https://svnweb.freebsd.org/changeset/base/337375 Log: This fixes a bug in Rack where we were not properly using the correct value for Delayed Ack. Sponsored by: Netflix Inc. Differential Revision:

svn commit: r337374 - head/sys/compat/linuxkpi/common/include/asm

2018-08-06 Thread Hans Petter Selasky
Author: hselasky Date: Mon Aug 6 08:40:02 2018 New Revision: 337374 URL: https://svnweb.freebsd.org/changeset/base/337374 Log: Implement atomic_long_cmpxchg() function in the LinuxKPI. Submitted by: Johannes Lundberg MFC after:1 week Sponsored by: Mellanox Technologies Modified:

svn commit: r337373 - head/sys/compat/linuxkpi/common/include/linux

2018-08-06 Thread Hans Petter Selasky
Author: hselasky Date: Mon Aug 6 08:35:16 2018 New Revision: 337373 URL: https://svnweb.freebsd.org/changeset/base/337373 Log: Define __poll_t type in the LinuxKPI. Submitted by: Johannes Lundberg MFC after:1 week Sponsored by: Mellanox Technologies Modified: