svn commit: r336333 - in head/usr.bin/indent: . tests

2018-07-15 Thread Piotr Pawel Stefaniak
Author: pstef Date: Mon Jul 16 05:46:50 2018 New Revision: 336333 URL: https://svnweb.freebsd.org/changeset/base/336333 Log: indent(1): rewrite the integer/floating constant scanning part of lexi.c Remove procedural code that did the scanning, which was faulty and didn't support complex c

svn commit: r336326 - head/sys/dev/ichiic

2018-07-15 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jul 16 01:34:45 2018 New Revision: 336326 URL: https://svnweb.freebsd.org/changeset/base/336326 Log: Remove MODULE_PNP_INFO for ig4(4) driver ig4(4) does not support suspend/resume but present on the hardware where such functionality is critical, like laptops. Remo

svn commit: r336325 - head/sys/arm/broadcom/bcm2835

2018-07-15 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jul 16 01:07:28 2018 New Revision: 336325 URL: https://svnweb.freebsd.org/changeset/base/336325 Log: Remove two checks that are always false Outer loop condition contradicts inner check so code under inner condition is not reachable. Remove it. PR: 2

svn commit: r336321 - in head/sys/i386: i386 include

2018-07-15 Thread Mark Johnston
Author: markj Date: Sun Jul 15 22:18:31 2018 New Revision: 336321 URL: https://svnweb.freebsd.org/changeset/base/336321 Log: Restore the check for the page size extension after r332489. Without this, the support for transparent superpage promotion on i386 was left disabled. Reviewed

svn commit: r336320 - in head/bin/sh: . tests/builtins

2018-07-15 Thread Jilles Tjoelker
Author: jilles Date: Sun Jul 15 21:55:17 2018 New Revision: 336320 URL: https://svnweb.freebsd.org/changeset/base/336320 Log: sh: Don't treat % specially in CDPATH Added: head/bin/sh/tests/builtins/cd11.0 (contents, props changed) Modified: head/bin/sh/cd.c head/bin/sh/exec.c head/bin

svn commit: r336319 - head/sys/security/audit

2018-07-15 Thread Alan Somers
Author: asomers Date: Sun Jul 15 21:10:19 2018 New Revision: 336319 URL: https://svnweb.freebsd.org/changeset/base/336319 Log: auditon(2): fix A_SETPOLICY with 64-bit values A_SETPOLICY is supposed to work with either 64 or 32-bit values, but due to a typo the 64-bit version has never wor

svn commit: r336318 - head/usr.bin/indent

2018-07-15 Thread Piotr Pawel Stefaniak
Author: pstef Date: Sun Jul 15 21:04:21 2018 New Revision: 336318 URL: https://svnweb.freebsd.org/changeset/base/336318 Log: indent(1): move case_indent from parser state to the options struct This was missed in r334927. Modified: head/usr.bin/indent/args.c head/usr.bin/indent/indent_g

svn commit: r336317 - head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip

2018-07-15 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 15 20:42:47 2018 New Revision: 336317 URL: https://svnweb.freebsd.org/changeset/base/336317 Log: Adjust comment to reality since r286171. Sponsored by: Netflix, Inc. Modified: head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.ipv4localt

svn commit: r336316 - head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip

2018-07-15 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 15 20:41:16 2018 New Revision: 336316 URL: https://svnweb.freebsd.org/changeset/base/336316 Log: Don't require a local sshd for the local TCP state dtrace test This change is similar to the one done in r286171 for tst.ipv4localtcp.ksh. This not only reduces th

svn commit: r336315 - in head/cddl: contrib/opensolaris/cmd/dtrace/test/tst/common/ip usr.sbin/dtrace/tests/tools

2018-07-15 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 15 20:34:22 2018 New Revision: 336315 URL: https://svnweb.freebsd.org/changeset/base/336315 Log: Fix the UDP tests for dtrace. The code imported from opensolaris was depending on ping supporting UDP for sending probes. Since this is not supported by ping on Fr

svn commit: r336314 - head/sys/vm

2018-07-15 Thread Alan Cox
Author: alc Date: Sun Jul 15 19:25:15 2018 New Revision: 336314 URL: https://svnweb.freebsd.org/changeset/base/336314 Log: Test PGA_REFERENCED after calling pmap_ts_referenced(), rather than before, so that a reference from a concurrently destroyed mapping is observed during the current scan

svn commit: r336313 - in head/sys: dev/bnxt dev/e1000 dev/ixgbe dev/ixl net sys

2018-07-15 Thread Marius Strobl
Author: marius Date: Sun Jul 15 19:04:23 2018 New Revision: 336313 URL: https://svnweb.freebsd.org/changeset/base/336313 Log: Assorted TSO fixes for em(4)/iflib(9) and dead code removal: - Ever since the workaround for the silicon bug of TSO4 causing MAC hangs was committed in r295133, CSU

svn commit: r336312 - in head/sys/fs: nfs nfsclient

2018-07-15 Thread Rick Macklem
Author: rmacklem Date: Sun Jul 15 18:54:44 2018 New Revision: 336312 URL: https://svnweb.freebsd.org/changeset/base/336312 Log: Shut down the TCP connection to a DS in the pNFS client when Renew fails. When a NFSv4.1 client mount using pNFS detects a failure trying to do a Renew (actually

svn commit: r336311 - head/sys/dev/ixgbe

2018-07-15 Thread Marius Strobl
Author: marius Date: Sun Jul 15 18:03:56 2018 New Revision: 336311 URL: https://svnweb.freebsd.org/changeset/base/336311 Log: Remove code to disable IFCAP_VLAN_HWFILTER by default for ixgbe(4) as VLAN events are passed through by lagg(4) ever since r203548. Deactivation of this capability by

svn commit: r336310 - head/sys/geom/eli

2018-07-15 Thread Mariusz Zaborski
Author: oshogbo Date: Sun Jul 15 18:03:19 2018 New Revision: 336310 URL: https://svnweb.freebsd.org/changeset/base/336310 Log: Let geli deal with lost devices without crashing. PR: 162036 Submitted by: Fabian Keil Obtained from:ElectroBSD Discussed with: pjd@ Modif

svn commit: r336309 - head/sys/dev/ixl

2018-07-15 Thread Marius Strobl
Author: marius Date: Sun Jul 15 18:02:50 2018 New Revision: 336309 URL: https://svnweb.freebsd.org/changeset/base/336309 Log: As suggested by a comment in ixl_initialize_vsi(), use if_getcapenable(9) instead of directly interrogating ifp->if_capenable. Reviewed by: erj (ixl_initialize_vs

svn commit: r336308 - head/lib/libcapsicum

2018-07-15 Thread Mariusz Zaborski
Author: oshogbo Date: Sun Jul 15 17:31:50 2018 New Revision: 336308 URL: https://svnweb.freebsd.org/changeset/base/336308 Log: Fix declaration. Modified: head/lib/libcapsicum/capsicum_helpers.3 Modified: head/lib/libcapsicum/capsicum_helpers.3

svn commit: r336307 - in head/usr.sbin: fstyp uefisign

2018-07-15 Thread Mariusz Zaborski
Author: oshogbo Date: Sun Jul 15 17:21:19 2018 New Revision: 336307 URL: https://svnweb.freebsd.org/changeset/base/336307 Log: Use capsicum helpers in fstype and ctld. Reviewed by: trasz Modified: head/usr.sbin/fstyp/fstyp.c head/usr.sbin/uefisign/child.c Modified: head/usr.sbin/fsty

svn commit: r336306 - head/sys/kern

2018-07-15 Thread Mariusz Zaborski
Author: oshogbo Date: Sun Jul 15 17:10:12 2018 New Revision: 336306 URL: https://svnweb.freebsd.org/changeset/base/336306 Log: Extend amount of possible coredumps from 10 to 10 when using index format. The amount of digits in the name of corefile is assigned dynamically. Reviewed by:

Re: svn commit: r336302 - head/usr.sbin/kldxref

2018-07-15 Thread Ed Maste
On 15 July 2018 at 01:29, Warner Losh wrote: > Author: imp > Date: Sun Jul 15 05:29:39 2018 > New Revision: 336302 > URL: https://svnweb.freebsd.org/changeset/base/336302 > > Log: > Use EF_SEG_READ_STRING instead of EF_SEG_READ when reading strings. For reference this is the same sort of proble

svn commit: r336303 - head/bin/sh

2018-07-15 Thread Jilles Tjoelker
Author: jilles Date: Sun Jul 15 09:14:30 2018 New Revision: 336303 URL: https://svnweb.freebsd.org/changeset/base/336303 Log: sh: Don't use padvance() for MAIL/MAILPATH Using padvance() requires undoing its append of '/' and prevents adjusting its '%' logic to allow most directories with