svn commit: r336596 - in head/sys/netinet: . cc

2018-07-21 Thread Matt Macy
Author: mmacy Date: Sun Jul 22 05:37:58 2018 New Revision: 336596 URL: https://svnweb.freebsd.org/changeset/base/336596 Log: NULL out cc_data in pluggable TCP {cc}_cb_destroy When ABE was added (rS331214) to NewReno and leak fixed (rS333699) , it now has a destructor

Re: svn commit: r336593 - head/release

2018-07-21 Thread Matthew Macy
Build still works, but you're assuming that developers only use svn. make[1]: "/usr/home/mmacy/devel/freebsd/Makefile.inc1" line 343: SYSTEM_COMPILER: libclang will be built for bootstrapping a cross-compiler. make[1]: "/usr/home/mmacy/devel/freebsd/Makefile.inc1" line 348: SYSTEM_LINKER:

svn commit: r336595 - head/sbin/pfctl/tests

2018-07-21 Thread Alan Somers
Author: asomers Date: Sun Jul 22 03:58:01 2018 New Revision: 336595 URL: https://svnweb.freebsd.org/changeset/base/336595 Log: Skip the pftcl(8) tests if pf isn't loaded. Previously, they would simply fail. MFC after:2 weeks Modified: head/sbin/pfctl/tests/pfctl_test.sh

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

2018-07-21 Thread Alan Somers
On Sun, Jun 10, 2018 at 11:35 PM, Piotr Pawel Stefaniak wrote: > Author: pstef > Date: Mon Jun 11 05:35:57 2018 > New Revision: 334944 > URL: https://svnweb.freebsd.org/changeset/base/334944 > > Log: > indent(1): rename -nsac/-sac ("space after cast") to -ncs/-cs > > Also update tests and

Re: svn commit: r335673 - in head: etc/defaults etc/rc.d lib/geom/eli share/man/man5

2018-07-21 Thread Ben Woods
On 22 July 2018 at 00:41, Alan Somers wrote: > It looks like this change is causing several of geli's tests to fail in > CI. Could you please take a look? The failure mode is that "geli attach" > exits 0 when it should fail instead. > > https://ci.freebsd.org/job/FreeBSD-head-amd64-test/ >

svn commit: r336594 - head/contrib/netbsd-tests/fs

2018-07-21 Thread Alan Somers
Author: asomers Date: Sat Jul 21 23:54:40 2018 New Revision: 336594 URL: https://svnweb.freebsd.org/changeset/base/336594 Log: Fix tmpfs detection in the sys/fs/tmpfs tests This code was originally written for NetBSD. r306031 tried to adapt it to FreeBSD, but didn't correctly handle the

svn commit: r336593 - head/release

2018-07-21 Thread Colin Percival
Author: cperciva Date: Sat Jul 21 22:54:43 2018 New Revision: 336593 URL: https://svnweb.freebsd.org/changeset/base/336593 Log: Use svn or svnlite, or ${SVN_CMD} if set, for extracting the SVN branch and revision number announced in SNS notifications about new EC2 AMIs. While I'm here,

svn commit: r336592 - head/lib/libproc

2018-07-21 Thread Mark Johnston
Author: markj Date: Sat Jul 21 22:15:48 2018 New Revision: 336592 URL: https://svnweb.freebsd.org/changeset/base/336592 Log: Take the mapping's segment offset into account when resolving symbols. Reported by: Jenkins, via asomers MFC after:2 weeks Modified:

svn commit: r336591 - head/lib/libproc/tests

2018-07-21 Thread Mark Johnston
Author: markj Date: Sat Jul 21 22:10:28 2018 New Revision: 336591 URL: https://svnweb.freebsd.org/changeset/base/336591 Log: Disable optimization of the libproc test program. Dead code elimination may remove symbols that are required by the tests. Reported by: Jenkins, via asomers

svn commit: r336590 - head/sys/cam

2018-07-21 Thread Alexander Motin
Author: mav Date: Sat Jul 21 21:34:10 2018 New Revision: 336590 URL: https://svnweb.freebsd.org/changeset/base/336590 Log: Stop further SCSI recovery attempts after one has failed. We've got a set of probably damaged hard disks, reporting 0x04,0x02 ("Logical unit not ready, initializing

svn commit: r336589 - head/sys/arm64/arm64

2018-07-21 Thread Alan Cox
Author: alc Date: Sat Jul 21 21:26:38 2018 New Revision: 336589 URL: https://svnweb.freebsd.org/changeset/base/336589 Log: Eliminate a comment that doesn't apply to this pmap implementation. Coalesce the variable definitions for PV entry management. MFC after:3 weeks Modified:

svn commit: r336588 - head/tests/sys/fs/tmpfs

2018-07-21 Thread Alan Somers
Author: asomers Date: Sat Jul 21 20:14:01 2018 New Revision: 336588 URL: https://svnweb.freebsd.org/changeset/base/336588 Log: Fix sys.fs.tmpfs.mknod_test.{char, block} by reverting r321967 In r321967 ngie "fixed" these tests by changing their expectations to match the device numbers

svn commit: r336587 - head/libexec/tftpd

2018-07-21 Thread Alan Somers
Author: asomers Date: Sat Jul 21 19:48:31 2018 New Revision: 336587 URL: https://svnweb.freebsd.org/changeset/base/336587 Log: tftpd(8): when completing an WRQ, flush the file before acknowleding receipt tftpd(8) should flush a newly written file to disk before ACKing the final DATA

svn commit: r336586 - head/tests/sys/netipsec/tunnel

2018-07-21 Thread Alan Somers
Author: asomers Date: Sat Jul 21 19:28:07 2018 New Revision: 336586 URL: https://svnweb.freebsd.org/changeset/base/336586 Log: Clear expected failures for aesni_aes_gcm tests These tests were fixed by r335584 PR: 228094 PR: 201447 MFC after:2 weeks

svn commit: r336585 - head/share/misc

2018-07-21 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Sat Jul 21 19:16:38 2018 New Revision: 336585 URL: https://svnweb.freebsd.org/changeset/base/336585 Log: Use the correct DOT language syntax for an ID with a leading digit (0mp). It turns out that my username (0mp) is not a valid ID in the DOT language

svn commit: r336584 - head/share/man/man5

2018-07-21 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Sat Jul 21 19:09:29 2018 New Revision: 336584 URL: https://svnweb.freebsd.org/changeset/base/336584 Log: Mention the Linux compatibility layer instead of the Linux emulator in the BUGS section. linux(4) explicitly states that it is not an emulator.

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

2018-07-21 Thread Ian Lepore
Author: ian Date: Sat Jul 21 18:54:24 2018 New Revision: 336583 URL: https://svnweb.freebsd.org/changeset/base/336583 Log: Add option MAC to armv6 and armv7 kernels by default, it needs to be compiled-in to allow loading policy modules at runtime. Modified: head/sys/arm/conf/std.armv6

svn commit: r336582 - head/usr.sbin/makefs/tests

2018-07-21 Thread Alan Somers
Author: asomers Date: Sat Jul 21 17:24:14 2018 New Revision: 336582 URL: https://svnweb.freebsd.org/changeset/base/336582 Log: makefs(8): add test case for PR 229929 Fix two failing makefs test cases by adding "-M 1m", which was already used for every other FFS test case. Add a new test

svn commit: r336581 - in head: . etc etc/rc.d

2018-07-21 Thread Brad Davis
/ObsoleteFiles.inc Sat Jul 21 17:13:39 2018(r336581) @@ -38,9 +38,6 @@ # xargs -n1 | sort | uniq -d; # done -# 20180721: Purge some old forgotten apmd files -OLD_FILES+=etc/apmd.conf -OLD_FILES+=etc/rc.d/apmd # 20180721: move of libmlx5.so.1 and libibverbs.so.1 OLD_LIBS+=usr/lib

Re: svn commit: r335673 - in head: etc/defaults etc/rc.d lib/geom/eli share/man/man5

2018-07-21 Thread Alan Somers
On Tue, Jun 26, 2018 at 12:07 PM, Ben Woods wrote: > Author: woodsb02 (ports committer) > Date: Tue Jun 26 18:07:16 2018 > New Revision: 335673 > URL: https://svnweb.freebsd.org/changeset/base/335673 > > Log: > geli attach multiple providers > > Allow attaching of multiple geli providers at

svn commit: r336580 - head/tests/sys/audit

2018-07-21 Thread Alan Somers
Author: asomers Date: Sat Jul 21 16:34:38 2018 New Revision: 336580 URL: https://svnweb.freebsd.org/changeset/base/336580 Log: audit(4): add test cases for chflagsat(2), lgetfh(2), setfib(2) These three syscalls aren't currently audited correctly, so the tests are marked as expected

svn commit: r336579 - head/tests/sys/audit

2018-07-21 Thread Alan Somers
Author: asomers Date: Sat Jul 21 16:26:00 2018 New Revision: 336579 URL: https://svnweb.freebsd.org/changeset/base/336579 Log: audit(4): add more test cases for auditon(2) auditon(2) is an ioctl-like syscall with several different variants, each of which has a distinct audit event. This

svn commit: r336578 - in head/sys/dev/usb: . wlan

2018-07-21 Thread Gavin Atkinson
Author: gavin Date: Sat Jul 21 14:56:15 2018 New Revision: 336578 URL: https://svnweb.freebsd.org/changeset/base/336578 Log: run(4): Support the D-Link DWA-125 rev A3 Submitted by: Ali Mashtizadeh MFC after:3 days Differential Revision:https://reviews.freebsd.org/D16029

svn commit: r336577 - head/sys/dev/usb

2018-07-21 Thread Vladimir Kondratyev
Author: wulf Date: Sat Jul 21 14:20:17 2018 New Revision: 336577 URL: https://svnweb.freebsd.org/changeset/base/336577 Log: Raise "Report Count" value limit in HID descriptor parser. This fixes usage/report size calculation of Microsoft`s "Touch Hardware Quality Assurance" certificate

Re: svn commit: r336562 - head

2018-07-21 Thread Ronald Klop
On Fri, 20 Jul 2018 20:02:53 +0200, Ian Lepore wrote: Author: ian Date: Fri Jul 20 18:02:52 2018 New Revision: 336562 URL: https://svnweb.freebsd.org/changeset/base/336562 Log: Add a note about the new 'ntpd' userid, and the fact that rc.d/ntpd now automatically runs the daemon as that