svn commit: r319099 - head/sys/contrib/ipfilter/netinet

2017-05-29 Thread Cy Schubert
Author: cy Date: Mon May 29 07:15:28 2017 New Revision: 319099 URL: https://svnweb.freebsd.org/changeset/base/319099 Log: Revert r318789. It causes hanging NAT tcp sessions. Modified: head/sys/contrib/ipfilter/netinet/ip_nat.c Modified: head/sys/contrib/ipfilter/netinet/ip_nat.c

svn commit: r319100 - head/sys/mips/conf

2017-05-29 Thread Adrian Chadd
Author: adrian Date: Mon May 29 07:27:08 2017 New Revision: 319100 URL: https://svnweb.freebsd.org/changeset/base/319100 Log: Update AP93 support to the new world order. * Map change: create a combined kernel+rootfs image. The instructions I'll post on the wiki (which will be for a ve

svn commit: r319101 - head/sys/mips/conf

2017-05-29 Thread Adrian Chadd
Author: adrian Date: Mon May 29 07:30:07 2017 New Revision: 319101 URL: https://svnweb.freebsd.org/changeset/base/319101 Log: [ar71xx] [ar724x] update to work * add EARLY_PRINTF for debugging * update module list to be much larger * add random, otherwise well, stuff doesn't work. * IP

svn commit: r319102 - head/sys/mips/conf

2017-05-29 Thread Adrian Chadd
Author: adrian Date: Mon May 29 07:57:01 2017 New Revision: 319102 URL: https://svnweb.freebsd.org/changeset/base/319102 Log: [AP93] fix up the arge0/arge1 hints. Modified: head/sys/mips/conf/AP93.hints Modified: head/sys/mips/conf/AP93.hints =

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

2017-05-29 Thread Wojciech Macek
Author: wma Date: Mon May 29 09:20:20 2017 New Revision: 319115 URL: https://svnweb.freebsd.org/changeset/base/319115 Log: Enable wireless Atheros cards in ARMADA38X Submitted by: Bartosz Szczepanek Dominik Ermel Obtained from: Semihalf Sponsored by: Stormshield

svn commit: r319116 - head/sys/dev/ath/ath_hal

2017-05-29 Thread Wojciech Macek
Author: wma Date: Mon May 29 09:21:38 2017 New Revision: 319116 URL: https://svnweb.freebsd.org/changeset/base/319116 Log: Increase timeout in Atheros HAL It turned out, that some models of the Atheros PCIe adapters (e.g. AR983x family) may fail to attach due to insufficient timeout val

svn commit: r319117 - head/sys/cam/scsi

2017-05-29 Thread Wojciech Macek
Author: wma Date: Mon May 29 09:22:53 2017 New Revision: 319117 URL: https://svnweb.freebsd.org/changeset/base/319117 Log: Introduce Genesys GL3224 quirks The Genesys chip is failing when issueing READ_CAP(16) command. Force a quirk to disable it and use READ_CAP(10) instead. Also, d

svn commit: r319118 - head/sys/netipsec

2017-05-29 Thread Andrey V. Elsukov
Author: ae Date: Mon May 29 09:30:38 2017 New Revision: 319118 URL: https://svnweb.freebsd.org/changeset/base/319118 Log: Disable IPsec debugging code by default when IPSEC_DEBUG kernel option is not specified. Due to the long call chain IPsec code can produce the kernel stack exhaustio

svn commit: r319125 - head/usr.bin/mkimg

2017-05-29 Thread Emmanuel Vadot
Author: manu Date: Mon May 29 12:51:02 2017 New Revision: 319125 URL: https://svnweb.freebsd.org/changeset/base/319125 Log: mkimg: Correct an off by one error in the PMBR size The PMBR last sector should be number of sector - 1 (As stated in UEFI Spec 2.6 page 118 table 17). This fixes

svn commit: r319132 - head/usr.bin/grep

2017-05-29 Thread Ed Maste
Author: emaste Date: Mon May 29 13:10:01 2017 New Revision: 319132 URL: https://svnweb.freebsd.org/changeset/base/319132 Log: bsdgrep: bump version number and add Kyle Evans copyright The following changes have been made over the last couple of months: Features: - With bsdgrep -r

svn commit: r319137 - head/libexec/rtld-elf

2017-05-29 Thread Konstantin Belousov
Author: kib Date: Mon May 29 13:36:32 2017 New Revision: 319137 URL: https://svnweb.freebsd.org/changeset/base/319137 Log: Correct explanation of the dynamic tokens handling. Reviewed by: emaste, jonathan Sponsored by: The FreeBSD Foundation X-Differential Revision: https://review

svn commit: r319138 - head/libexec/rtld-elf

2017-05-29 Thread Konstantin Belousov
Author: kib Date: Mon May 29 13:38:26 2017 New Revision: 319138 URL: https://svnweb.freebsd.org/changeset/base/319138 Log: Document direct execution mode for rtld. Reviewed by: emaste, jonathan (previous version) Sponsored by: The FreeBSD Foundation MFC after:3 days Differential

Re: svn commit: r319080 - head/share/man/man5

2017-05-29 Thread Edward Tomasz Napierala
On 0528T2008, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] > > Author: trasz > > Date: Sun May 28 18:09:49 2017 > > New Revision: 319080 > > URL: https://svnweb.freebsd.org/changeset/base/319080 > > > > Log: > > Fix Xrs; they were pointing to the wrong section. > > >

Re: svn commit: r319080 - head/share/man/man5

2017-05-29 Thread Rodney W. Grimes
> On 0528T2008, Rodney W. Grimes wrote: > > [ Charset UTF-8 unsupported, converting... ] > > > Author: trasz > > > Date: Sun May 28 18:09:49 2017 > > > New Revision: 319080 > > > URL: https://svnweb.freebsd.org/changeset/base/319080 > > > > > > Log: > > > Fix Xrs; they were pointing to the wrong

svn commit: r319155 - head/lib/libnv/tests

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Mon May 29 18:34:45 2017 New Revision: 319155 URL: https://svnweb.freebsd.org/changeset/base/319155 Log: lib/libnv/tests/dnv_test: fix memory leaks for memory allocated via either strdup or one of the dnvlist* libcalls. Reported by: Coverity CID: 1362056-136

svn commit: r319156 - head/lib/libnv/tests

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Mon May 29 18:39:28 2017 New Revision: 319156 URL: https://svnweb.freebsd.org/changeset/base/319156 Log: :nvlist_unpack__duplicate_key : check the result of nvlist_pack(3) This fixes a potential NULL pointer dereference. MFC after:3 days Reported by: Coverity

svn commit: r319157 - head/lib/msun/tests

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Mon May 29 18:45:10 2017 New Revision: 319157 URL: https://svnweb.freebsd.org/changeset/base/319157 Log: fma_test: mute a warning about unreachable code on amd64 by restructuring the #ifdef block to only handle the rest of the logic in the loop in the #else case. MFC

svn commit: r319158 - head/lib/msun/tests

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Mon May 29 18:49:28 2017 New Revision: 319158 URL: https://svnweb.freebsd.org/changeset/base/319158 Log: logarithm_test: assert that feclearexcept succeeds This helps ensure that test preconditons are fulfilled. MFC after:3 days Reported by: Coverity CID:

svn commit: r319159 - head/lib/libnv/tests

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Mon May 29 19:02:52 2017 New Revision: 319159 URL: https://svnweb.freebsd.org/changeset/base/319159 Log: :dnvlist_get_string__default_value: fix a bogus string comparison test Check actual_value vs "5", not "5" vs itself. MFC after:3 days Reported by: Coverity

svn commit: r319160 - head

2017-05-29 Thread Koop Mast
Author: kwm (ports committer) Date: Mon May 29 20:11:27 2017 New Revision: 319160 URL: https://svnweb.freebsd.org/changeset/base/319160 Log: 64-bit inode commit bumped libarchive library version, record the old one. Approved by: emaste@ Modified: head/ObsoleteFiles.inc Modified: head/O

svn commit: r319161 - head

2017-05-29 Thread Koop Mast
Author: kwm (ports committer) Date: Mon May 29 20:27:31 2017 New Revision: 319161 URL: https://svnweb.freebsd.org/changeset/base/319161 Log: Also add libzfs and libmilter to the 64-bit inode library bump list. Make the comment more generic. Approved by: emaste@ Modified: head/Obsolete

svn commit: r319162 - head/sys/dev/atkbdc

2017-05-29 Thread Vladimir Kondratyev
Author: wulf Date: Mon May 29 20:43:00 2017 New Revision: 319162 URL: https://svnweb.freebsd.org/changeset/base/319162 Log: psm: add support for evdev protocol Both relative and absolute multitouch modes are supported. To enable psm(4) evdev support one should: 1. Add `device evdev` and

svn commit: r319167 - head/sys/kern

2017-05-29 Thread Mateusz Guzik
Author: mjg Date: Tue May 30 02:25:47 2017 New Revision: 319167 URL: https://svnweb.freebsd.org/changeset/base/319167 Log: mtx: fix whitespace damage in _mtx_trylock_flags_ MFC after:3 days Modified: head/sys/kern/kern_mutex.c Modified: head/sys/kern/kern_mutex.c ===