svn commit: r314769 - head/lib/libpcap

2017-03-06 Thread Xin LI
Author: delphij Date: Mon Mar 6 08:13:19 2017 New Revision: 314769 URL: https://svnweb.freebsd.org/changeset/base/314769 Log: Remove compatibility with old libpcap. Differential Revision:https://reviews.freebsd.org/D9606 Modified: head/lib/libpcap/pcap-netmap.c Modified: head/l

Re: svn commit: r314685 - head/bin/ps

2017-03-06 Thread Bruce Evans
On Sun, 5 Mar 2017, Ed Schouten wrote: 2017-03-05 0:08 GMT+01:00 Conrad Meyer : - If something is a TTY, then our implementation of the TTY layer guarantees that TIOCGWINSZ always works. Do you know if it did in 1990 too? It's hard to tell why Marc@ made this change way back then. I wasn't

svn commit: r314770 - head/sys/boot/efi/loader

2017-03-06 Thread Dexuan Cui
Author: dexuan Date: Mon Mar 6 09:34:31 2017 New Revision: 314770 URL: https://svnweb.freebsd.org/changeset/base/314770 Log: loader.efi: fix recent UEFI-boot regression on physical machines This patch fixes my recent patch "loader.efi: reduce the size of the staging area if necessary", w

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

2017-03-06 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 6 12:20:56 2017 New Revision: 314771 URL: https://svnweb.freebsd.org/changeset/base/314771 Log: Give LinuxKPI Read-Write semaphores better debug names when WITNESS_ALL is defined. The lock name is based on the filename and line number where the initialisation

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

2017-03-06 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 6 12:22:05 2017 New Revision: 314772 URL: https://svnweb.freebsd.org/changeset/base/314772 Log: Implement DECLARE_RWSEM() macro in the LinuxKPI to initialize a Read-Write semaphore during module init time. MFC after:1 week Sponsored by:

svn commit: r314773 - head/sys/kern

2017-03-06 Thread Konstantin Belousov
Author: kib Date: Mon Mar 6 14:09:54 2017 New Revision: 314773 URL: https://svnweb.freebsd.org/changeset/base/314773 Log: Instead of direct use of vm_map_insert(), call vm_map_fixed(MAP_CHECK_EXCL). This KPI explicitely indicates the intent of creating the mapping at the fixed address, a

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

2017-03-06 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 6 14:56:57 2017 New Revision: 314774 URL: https://svnweb.freebsd.org/changeset/base/314774 Log: Implement add_timer_on() function in the LinuxKPI. Obtained from:kmacy @ MFC after:1 week Sponsored by: Mellanox Technologi

Re: svn commit: r314669 - head/sys/i386/conf

2017-03-06 Thread Konstantin Belousov
On Sun, Mar 05, 2017 at 03:40:45PM +0100, Jilles Tjoelker wrote: > On Sun, Mar 05, 2017 at 11:35:26AM +1100, Bruce Evans wrote: > > On Sun, 5 Mar 2017, Konstantin Belousov wrote: > > > > On Sat, Mar 04, 2017 at 02:54:56PM -0800, John Baldwin wrote: > > >> On Saturday, March 04, 2017 11:16:11 PM Ko

svn commit: r314775 - stable/11/sys/dev/cxgbe/iw_cxgbe

2017-03-06 Thread Navdeep Parhar
Author: np Date: Mon Mar 6 15:14:59 2017 New Revision: 314775 URL: https://svnweb.freebsd.org/changeset/base/314775 Log: MFC r314509 and r314578. r314509: cxgbe/iw_cxgbe: Do not check the size of the memory region being registered. T4/5/6 have no internal limit on this size. This is

svn commit: r314776 - stable/10/sys/dev/cxgbe/iw_cxgbe

2017-03-06 Thread Navdeep Parhar
Author: np Date: Mon Mar 6 15:16:15 2017 New Revision: 314776 URL: https://svnweb.freebsd.org/changeset/base/314776 Log: MFC r314509 and r314578. r314509: cxgbe/iw_cxgbe: Do not check the size of the memory region being registered. T4/5/6 have no internal limit on this size. This is

svn commit: r314777 - head/lib/libpam/modules/pam_exec

2017-03-06 Thread Pedro F. Giffuni
Author: pfg Date: Mon Mar 6 15:37:34 2017 New Revision: 314777 URL: https://svnweb.freebsd.org/changeset/base/314777 Log: libfetch: extra bounds checking through reallocarray(3). Reviewed by: des MFC after:1 week Modified: head/lib/libpam/modules/pam_exec/pam_exec.c Modified: he

svn commit: r314778 - head/lib/libfetch

2017-03-06 Thread Pedro F. Giffuni
Author: pfg Date: Mon Mar 6 15:38:03 2017 New Revision: 314778 URL: https://svnweb.freebsd.org/changeset/base/314778 Log: libfetch: extra bounds checking through reallocarray(3). Reviewed by: des MFC after:1 week Modified: head/lib/libfetch/common.c Modified: head/lib/libfetch/c

svn commit: r314779 - head/lib/libpam/modules/pam_exec

2017-03-06 Thread Pedro F. Giffuni
Author: pfg Date: Mon Mar 6 15:42:03 2017 New Revision: 314779 URL: https://svnweb.freebsd.org/changeset/base/314779 Log: Revert r314777: wrong log, the change was to libpam. Modified: head/lib/libpam/modules/pam_exec/pam_exec.c Modified: head/lib/libpam/modules/pam_exec/pam_exec.c

Re: svn commit: r314778 - head/lib/libfetch

2017-03-06 Thread Baptiste Daroussin
On Mon, Mar 06, 2017 at 03:38:03PM +, Pedro F. Giffuni wrote: > Author: pfg > Date: Mon Mar 6 15:38:03 2017 > New Revision: 314778 > URL: https://svnweb.freebsd.org/changeset/base/314778 > > Log: > libfetch: extra bounds checking through reallocarray(3). > > Reviewed by:des >

svn commit: r314780 - head/lib/libpam/modules/pam_exec

2017-03-06 Thread Pedro F. Giffuni
Author: pfg Date: Mon Mar 6 15:45:46 2017 New Revision: 314780 URL: https://svnweb.freebsd.org/changeset/base/314780 Log: libpam: extra bounds checking through reallocarray(3). Reviewed by: des MFC after:1 week Modified: head/lib/libpam/modules/pam_exec/pam_exec.c Modified: head

svn commit: r314781 - svnadmin/conf

2017-03-06 Thread Konstantin Belousov
Author: kib Date: Mon Mar 6 16:57:32 2017 New Revision: 314781 URL: https://svnweb.freebsd.org/changeset/base/314781 Log: Free Eric. Discussed with: vangyzen Approved by: core (implicit) Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors ==

Re: svn commit: r314657 - in head/kerberos5: . lib/libgssapi_krb5 lib/libgssapi_ntlm lib/libgssapi_spnego lib/libhdb lib/libkafs5 lib/libkrb5 libexec/hprop libexec/kpasswdd tools/asn1_compile tools/sl

2017-03-06 Thread Brooks Davis
On Sat, Mar 04, 2017 at 05:16:49PM -0700, Warner Losh wrote: > On Sat, Mar 4, 2017 at 3:32 PM, Rodney W. Grimes > wrote: > >> > >> > On Mar 4, 2017, at 13:43, Warner Losh wrote: > >> > > >> >> On Sat, Mar 4, 2017 at 1:25 PM, Bryan Drewery > >> >> wrote: > >> >>> On 3/4/2017 12:20 PM, Rodney W.

Re: svn commit: r314527 - in head: crypto/openssh crypto/openssh/contrib crypto/openssh/contrib/cygwin crypto/openssh/contrib/redhat crypto/openssh/contrib/suse crypto/openssh/openbsd-compat crypto/op

2017-03-06 Thread Brooks Davis
On Sat, Mar 04, 2017 at 10:36:03PM +0900, Allan Jude wrote: > On March 4, 2017 3:46:49 AM GMT+09:00, "Dag-Erling Sm??rgrav" > wrote: > >Ed Maste writes: > >> If you don't want to use Phabricator, I'd ask that you consider > >> removing your account. > > > >I didn't realize that was an option. A

svn commit: r314782 - in head/sys: amd64/linux amd64/linux32 compat/linux i386/linux

2017-03-06 Thread Mahdi Mokhtari
Author: mmokhi (ports committer) Date: Mon Mar 6 18:11:38 2017 New Revision: 314782 URL: https://svnweb.freebsd.org/changeset/base/314782 Log: Add UNIMPLEMENTED() placeholder macro for the syscalls that are not implemented in Linux kernel itself. Cleanup DUMMY() macros. Reviewed by: d

Re: svn commit: r314778 - head/lib/libfetch

2017-03-06 Thread Pedro Giffuni
Hi; On 3/6/2017 10:44 AM, Baptiste Daroussin wrote: On Mon, Mar 06, 2017 at 03:38:03PM +, Pedro F. Giffuni wrote: Author: pfg Date: Mon Mar 6 15:38:03 2017 New Revision: 314778 URL: https://svnweb.freebsd.org/changeset/base/314778 Log: libfetch: extra bounds checking through reallocarr

Re: svn commit: r314709 - head

2017-03-06 Thread Ian Lepore
On Sun, 2017-03-05 at 19:12 -0800, Bryan Drewery wrote: > On 3/5/17 3:41 PM, Warner Losh wrote: > > > > On Sun, Mar 5, 2017 at 2:16 PM, Bryan Drewery > > wrote: > > > > > > Author: bdrewery > > > Date: Sun Mar  5 21:16:50 2017 > > > New Revision: 314709 > > > URL: https://svnweb.freebsd.org/chan

svn commit: r314783 - in head/sys: amd64/linux amd64/linux32 i386/linux

2017-03-06 Thread Mahdi Mokhtari
Author: mmokhi (ports committer) Date: Mon Mar 6 18:20:37 2017 New Revision: 314783 URL: https://svnweb.freebsd.org/changeset/base/314783 Log: Regenerated Linuxulator syscall tables for r314782 Approved by: dchagin MFC after:1 month Modified: head/sys/amd64/linux/linux_proto.h

Re: svn commit: r314709 - head

2017-03-06 Thread Rodney W. Grimes
[ Charset ISO-8859-1 unsupported, converting... ] > On Sun, 2017-03-05 at 19:12 -0800, Bryan Drewery wrote: > > On 3/5/17 3:41 PM, Warner Losh wrote: > > > > > > On Sun, Mar 5, 2017 at 2:16 PM, Bryan Drewery > > > wrote: > > > > > > > > Author: bdrewery > > > > Date: Sun Mar??5 21:16:50 2017 > >

Re: svn commit: r314709 - head

2017-03-06 Thread Ian Lepore
On Mon, 2017-03-06 at 10:32 -0800, Rodney W. Grimes wrote: > [ Charset ISO-8859-1 unsupported, converting... ] > > > > On Sun, 2017-03-05 at 19:12 -0800, Bryan Drewery wrote: > > > > > > On 3/5/17 3:41 PM, Warner Losh wrote: > > > > > > > > > > > > On Sun, Mar 5, 2017 at 2:16 PM, Bryan Drewery

Re: svn commit: r314709 - head

2017-03-06 Thread Bryan Drewery
On 3/6/17 10:58 AM, Ian Lepore wrote: > On Mon, 2017-03-06 at 10:32 -0800, Rodney W. Grimes wrote: >> [ Charset ISO-8859-1 unsupported, converting... ] >>> >>> On Sun, 2017-03-05 at 19:12 -0800, Bryan Drewery wrote: On 3/5/17 3:41 PM, Warner Losh wrote: > > > On Sun, Mar 5, 20

svn commit: r314784 - head/sys/kern

2017-03-06 Thread Gleb Smirnoff
Author: glebius Date: Mon Mar 6 19:14:08 2017 New Revision: 314784 URL: https://svnweb.freebsd.org/changeset/base/314784 Log: In panic() print current timestamp, which matches timestamp in the dump header. This will help to correlate console server logs with dump files, no matter how preci

Re: svn commit: r314709 - head

2017-03-06 Thread Rodney W. Grimes
[ Charset ISO-8859-1 unsupported, converting... ] > On Mon, 2017-03-06 at 10:32 -0800, Rodney W. Grimes wrote: > > [ Charset ISO-8859-1 unsupported, converting... ] > > > > > > On Sun, 2017-03-05 at 19:12 -0800, Bryan Drewery wrote: > > > > > > > > On 3/5/17 3:41 PM, Warner Losh wrote: > > > > >

Re: svn commit: r314709 - head

2017-03-06 Thread Bryan Drewery
On 3/6/17 11:15 AM, Rodney W. Grimes wrote: > [ Charset ISO-8859-1 unsupported, converting... ] >> On Mon, 2017-03-06 at 10:32 -0800, Rodney W. Grimes wrote: >>> [ Charset ISO-8859-1 unsupported, converting... ] On Sun, 2017-03-05 at 19:12 -0800, Bryan Drewery wrote: > > On 3/5/17

Re: svn commit: r314709 - head

2017-03-06 Thread Bryan Drewery
On 3/6/17 11:17 AM, Bryan Drewery wrote: > On 3/6/17 11:15 AM, Rodney W. Grimes wrote: >> [ Charset ISO-8859-1 unsupported, converting... ] >>> On Mon, 2017-03-06 at 10:32 -0800, Rodney W. Grimes wrote: [ Charset ISO-8859-1 unsupported, converting... ] > > On Sun, 2017-03-05 at 19:12 -

Re: svn commit: r314709 - head

2017-03-06 Thread Ian Lepore
On Mon, 2017-03-06 at 11:15 -0800, Rodney W. Grimes wrote: > [ Charset ISO-8859-1 unsupported, converting... ] > > > > On Mon, 2017-03-06 at 10:32 -0800, Rodney W. Grimes wrote: > > > > > > [ Charset ISO-8859-1 unsupported, converting... ] > > > > > > > > > > > > On Sun, 2017-03-05 at 19:12 -08

svn commit: r314785 - head/usr.sbin/cxgbetool

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 19:33:15 2017 New Revision: 314785 URL: https://svnweb.freebsd.org/changeset/base/314785 Log: Fix some trivial manlint warnings Sentences should begin on new lines, per manlint. Bump .Dd for the change MFC after:1 month Reviewed by: bcr Repor

Re: svn commit: r314709 - head

2017-03-06 Thread Ian Lepore
On Mon, 2017-03-06 at 11:13 -0800, Bryan Drewery wrote: > On 3/6/17 10:58 AM, Ian Lepore wrote: > > > > On Mon, 2017-03-06 at 10:32 -0800, Rodney W. Grimes wrote: > > > > > > [ Charset ISO-8859-1 unsupported, converting... ] > > > > > > > > > > > > On Sun, 2017-03-05 at 19:12 -0800, Bryan Drewe

Re: svn commit: r314785 - head/usr.sbin/cxgbetool

2017-03-06 Thread Ngie Cooper (yaneurabeya)
> On Mar 6, 2017, at 11:33, Ngie Cooper wrote: > > Author: ngie > Date: Mon Mar 6 19:33:15 2017 > New Revision: 314785 > URL: https://svnweb.freebsd.org/changeset/base/314785 > > Log: > Fix some trivial manlint warnings > > Sentences should begin on new lines, per manlint. > > Bump .Dd fo

Re: svn commit: r314709 - head

2017-03-06 Thread Bryan Drewery
On 3/6/17 11:32 AM, Ian Lepore wrote: > On Mon, 2017-03-06 at 11:15 -0800, Rodney W. Grimes wrote: >> [ Charset ISO-8859-1 unsupported, converting... ] >>> >>> On Mon, 2017-03-06 at 10:32 -0800, Rodney W. Grimes wrote: [ Charset ISO-8859-1 unsupported, converting... ] > > > On

Re: svn commit: r314709 - head

2017-03-06 Thread Warner Losh
On Mon, Mar 6, 2017 at 12:15 PM, Rodney W. Grimes wrote: > Happens often, hence why I had that regression test. But bootstrapping > on Current-2 has never been supported and probably never well be supported. We do support it. We've supported it since FreeBSD 6.x. It's completely workable. Warn

svn commit: r314786 - in head/sys/dev/mpr: . mpi

2017-03-06 Thread Alexander Motin
Author: mav Date: Mon Mar 6 19:39:31 2017 New Revision: 314786 URL: https://svnweb.freebsd.org/changeset/base/314786 Log: Import mpr(4) driver P12 to P14 diff from vendor site. This is mostly a version bump to stay in version number sync with firmware. The only change there was cosmetic:

Re: svn commit: r314709 - head

2017-03-06 Thread Warner Losh
On Mon, Mar 6, 2017 at 12:34 PM, Bryan Drewery wrote: > There is also a lot of demand for building from Linux or OSX. That will > require additional bootstrapping. Either way, we'll never get away from > bootstrapping, and the cost of keeping current-2 support is pretty low. Yes. And in this ca

Re: svn commit: r314709 - head

2017-03-06 Thread Warner Losh
On Mon, Mar 6, 2017 at 12:32 PM, Ian Lepore wrote: > On Mon, 2017-03-06 at 11:15 -0800, Rodney W. Grimes wrote: >> [ Charset ISO-8859-1 unsupported, converting... ] >> > >> > On Mon, 2017-03-06 at 10:32 -0800, Rodney W. Grimes wrote: >> > > >> > > [ Charset ISO-8859-1 unsupported, converting... ]

Re: svn commit: r314373 - in head: . etc/defaults etc/rc.d lib/libc/regex share/man/man4/man4.i386 share/man/man5 sys/amd64/conf sys/boot/forth sys/compat/svr4 sys/conf sys/dev/streams sys/i386/conf s

2017-03-06 Thread Gleb Smirnoff
Ben and Mark, thanks for explanation! I'll document that 1200023 also marks removal of SVR4. On Tue, Feb 28, 2017 at 05:50:53PM -0600, Mark Linimon wrote: M> On Tue, Feb 28, 2017 at 01:30:44PM -0800, Gleb Smirnoff wrote: M> > How can I check the __FreeBSD_version in a port Makefile? My unders

svn commit: r314788 - vendor/NetBSD/bmake/20170301

2017-03-06 Thread Simon J. Gerraty
Author: sjg Date: Mon Mar 6 19:55:07 2017 New Revision: 314788 URL: https://svnweb.freebsd.org/changeset/base/314788 Log: tag bmake-20170301 Added: vendor/NetBSD/bmake/20170301/ - copied from r314787, vendor/NetBSD/bmake/dist/ ___ svn-src-all@

svn commit: r314787 - in vendor/NetBSD/bmake/dist: . PSD.doc mk unit-tests

2017-03-06 Thread Simon J. Gerraty
Author: sjg Date: Mon Mar 6 19:54:54 2017 New Revision: 314787 URL: https://svnweb.freebsd.org/changeset/base/314787 Log: Import bmake-20170301 Modified: vendor/NetBSD/bmake/dist/ChangeLog vendor/NetBSD/bmake/dist/Makefile vendor/NetBSD/bmake/dist/PSD.doc/tutorial.ms vendor/NetBSD/bmak

svn commit: r314789 - stable/11/sys/dev/qlxgbe

2017-03-06 Thread David C Somayajulu
Author: davidcs Date: Mon Mar 6 20:25:33 2017 New Revision: 314789 URL: https://svnweb.freebsd.org/changeset/base/314789 Log: MFC r314062 add bus_dmamap_unload in ql_free_dmabuf() Modified: stable/11/sys/dev/qlxgbe/ql_os.c Directory Properties: stable/11/ (props changed) Modified: sta

svn commit: r314790 - head

2017-03-06 Thread Bryan Drewery
Author: bdrewery Date: Mon Mar 6 20:32:17 2017 New Revision: 314790 URL: https://svnweb.freebsd.org/changeset/base/314790 Log: Added comments for why nmtree/libmd are bootstrapped. Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r314791 - stable/10/sys/dev/qlxgbe

2017-03-06 Thread David C Somayajulu
Author: davidcs Date: Mon Mar 6 20:35:03 2017 New Revision: 314791 URL: https://svnweb.freebsd.org/changeset/base/314791 Log: MFC r314062 add bus_dmamap_unload in ql_free_dmabuf() Modified: stable/10/sys/dev/qlxgbe/ql_os.c Directory Properties: stable/10/ (props changed) Modified: sta

svn commit: r314792 - stable/9/sys/dev/qlxgbe

2017-03-06 Thread David C Somayajulu
Author: davidcs Date: Mon Mar 6 20:47:53 2017 New Revision: 314792 URL: https://svnweb.freebsd.org/changeset/base/314792 Log: MFC r314062 add bus_dmamap_unload in ql_free_dmabuf() Modified: stable/9/sys/dev/qlxgbe/ql_os.c Directory Properties: stable/9/ (props changed) stable/9/sys/

Re: svn commit: r314789 - stable/11/sys/dev/qlxgbe

2017-03-06 Thread Rodney W. Grimes
> Author: davidcs > Date: Mon Mar 6 20:25:33 2017 > New Revision: 314789 > URL: https://svnweb.freebsd.org/changeset/base/314789 > > Log: > MFC r314062 > add bus_dmamap_unload in ql_free_dmabuf() > > Modified: > stable/11/sys/dev/qlxgbe/ql_os.c > Directory Properties: > stable/11/ (pro

svn commit: r314793 - head/contrib/atf/atf-c

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 20:54:21 2017 New Revision: 314793 URL: https://svnweb.freebsd.org/changeset/base/314793 Log: Fix ATF_TP_ADD_TCS example in atf-c-api(3) ATF_TP_ADD_TC should use `tp` as the second argument, not `tcs`, as ATF_TP_ADD_TCS uses `tp` as its first argument. B

RE: svn commit: r314789 - stable/11/sys/dev/qlxgbe

2017-03-06 Thread Somayajulu, David
Hi Rodney, I was worried about the same as well. The reason it looks funky is that the following two lines have a 8 spaces instead of a tab. > bus_dmamem_free(dma_buf->dma_tag, dma_buf->dma_b, dma_buf->dma_map); > bus_dma_tag_destroy(dma_buf->dma_tag); While > + bus_dmamap_

svn commit: r314794 - head/lib/libmd

2017-03-06 Thread Bryan Drewery
Author: bdrewery Date: Mon Mar 6 21:06:55 2017 New Revision: 314794 URL: https://svnweb.freebsd.org/changeset/base/314794 Log: Fix bootstrapping libmd on older systems after r314709. This follows another fix to bootstrap libmd after r313404. The MD5FileChunk prototype is needed to build

svn commit: r314795 - head/contrib/llvm/lib/Analysis

2017-03-06 Thread Dimitry Andric
Author: dim Date: Mon Mar 6 21:14:20 2017 New Revision: 314795 URL: https://svnweb.freebsd.org/changeset/base/314795 Log: Reapply r287232 from upstream llvm trunk (by Daniil Fukalov): [SCEV] limit recursion depth of CompareSCEVComplexity Summary: CompareSCEVComplexity goes too

svn commit: r314796 - head/contrib/atf/atf-sh

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 21:24:55 2017 New Revision: 314796 URL: https://svnweb.freebsd.org/changeset/base/314796 Log: Fix atf-sh(3) manpage issues - Fix spelling errors (specifiying -> specifying) [1] - Escape '.' at start of lines using & to tell the roff processor that the lin

svn commit: r314797 - head/contrib/atf/doc

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 21:26:45 2017 New Revision: 314797 URL: https://svnweb.freebsd.org/changeset/base/314797 Log: Fix grammar warning noted by igor Remove surrounding ellipses in e.g. section and add a comma before and after the e.g. reference. MFC after:1 week Report

svn commit: r314798 - head/contrib/atf/atf-sh

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 21:30:06 2017 New Revision: 314798 URL: https://svnweb.freebsd.org/changeset/base/314798 Log: Fix out-of-order sections in atf-sh(1) - `.Op` must be used in the SYNOPSIS section, not the NAME section. - Move ATF_SHELL environment variable description up to fi

svn commit: r314799 - head/contrib/atf/atf-sh

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 21:35:33 2017 New Revision: 314799 URL: https://svnweb.freebsd.org/changeset/base/314799 Log: Fix manlint issues with atf-check(1) - Use `.Bf Em`/`.Ef` instead of prefixing lines with `.Em`. The forms are equivalent with traditional roff, but unnecessarily

svn commit: r314800 - head/contrib/atf/atf-sh

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 21:39:57 2017 New Revision: 314800 URL: https://svnweb.freebsd.org/changeset/base/314800 Log: Fix issues with atf-check(1) found by igor and refer to atf-check(1) - Fix typo (specifiying -> specifying) - Add atf-check(1) to SEE ALSO section for completeness.

svn commit: r314801 - head/contrib/atf/atf-c

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 21:43:47 2017 New Revision: 314801 URL: https://svnweb.freebsd.org/changeset/base/314801 Log: Fix igor/manlint issues with atf-c(3) - Remove surrounding ellipses in i.e. section and add a comma before and after the i.e. reference [1]. - Fix typo (specifiy

svn commit: r314802 - head/contrib/atf/atf-c

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 21:45:25 2017 New Revision: 314802 URL: https://svnweb.freebsd.org/changeset/base/314802 Log: Fix atf-c-api(3) manpage issues - Fix typo (specifiying -> specifying). - Remove surrounding ellipses in i.e. section and add a comma before and after the i.e. r

svn commit: r314803 - head/contrib/atf/atf-c++

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 21:50:35 2017 New Revision: 314803 URL: https://svnweb.freebsd.org/changeset/base/314803 Log: Fix typos - specifiying -> specifying - manged -> managed Bump .Dd for the change MFC after:1 week Reported by: igor Sponsored by: Dell EMC Isilon

svn commit: r314804 - head/contrib/atf/atf-c++

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 22:08:47 2017 New Revision: 314804 URL: https://svnweb.freebsd.org/changeset/base/314804 Log: Fix issues noted by igor/manlint - Fix typos [1]: -- manged -> managed -- specifiying -> specifying - Escape '.' at start of lines using & to tell the roff proce

svn commit: r314805 - in head/contrib/atf: atf-c atf-c++ atf-sh

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 22:18:14 2017 New Revision: 314805 URL: https://svnweb.freebsd.org/changeset/base/314805 Log: Remove *-api(3) manpages removed in ATF 0.21 I overlooked the fact that these manpages had been removed upstream and replaced with their non *-api(3) equivalents. Fo

svn commit: r314806 - head/sys/kern

2017-03-06 Thread Gleb Smirnoff
Author: glebius Date: Mon Mar 6 22:32:56 2017 New Revision: 314806 URL: https://svnweb.freebsd.org/changeset/base/314806 Log: Fix compilation of r314784 on 32 bit. Modified: head/sys/kern/kern_shutdown.c Modified: head/sys/kern/kern_shutdown.c ===

svn commit: r314807 - head/lib/libc/tests/nss

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Mon Mar 6 22:46:49 2017 New Revision: 314807 URL: https://svnweb.freebsd.org/changeset/base/314807 Log: Move ATF_TC_WITHOUT_HEAD(getgrent) near the testcase it annotates MFC after:1 week Sponsored by: Dell EMC Isilon Modified: head/lib/libc/tests/nss/getgr_test.

Re: svn commit: r314702 - stable/11/sys/netpfil/pf

2017-03-06 Thread Gleb Smirnoff
Kristof, this seems accidentially committed to stable branch. Please add it to head. And thanks a lot for the fix. Very likely this is my mistake back from 2012. On Sun, Mar 05, 2017 at 01:14:18PM +, Kristof Provost wrote: K> Author: kp K> Date: Sun Mar 5 13:14:18 2017 K> New Revision:

svn commit: r314808 - in head: contrib/bmake contrib/bmake/PSD.doc contrib/bmake/mk contrib/bmake/unit-tests usr.bin/bmake

2017-03-06 Thread Simon J. Gerraty
Author: sjg Date: Mon Mar 6 23:02:33 2017 New Revision: 314808 URL: https://svnweb.freebsd.org/changeset/base/314808 Log: Merge bmake-20170301 Modified: head/contrib/bmake/ChangeLog head/contrib/bmake/Makefile head/contrib/bmake/PSD.doc/tutorial.ms head/contrib/bmake/bmake.1 head/con

svn commit: r314809 - head/share/mk

2017-03-06 Thread Simon J. Gerraty
Author: sjg Date: Mon Mar 6 23:13:25 2017 New Revision: 314809 URL: https://svnweb.freebsd.org/changeset/base/314809 Log: Update dirdeps/meta bits from latest bmake. Modified: head/share/mk/dirdeps.mk head/share/mk/meta.stage.mk head/share/mk/meta2deps.py Modified: head/share/mk/dirdeps

Re: svn commit: r314654 - in head/cddl: lib/drti lib/libavl lib/libctf lib/libdtrace lib/libnvpair lib/libumem lib/libuutil lib/libzfs lib/libzfs_core lib/libzpool sbin/zfs sbin/zpool usr.bin/ctfconve

2017-03-06 Thread Kurt Lidl
On 3/4/17 3:39 PM, Rodney W. Grimes wrote: Idk, maybe I am to personally attached to the relative paths.. cause I had a major part in helping them all to work, or perhaps its my been burned by absolute paths that had to be reworked too many times in my past. But my gutt is telling me this chang

svn commit: r314810 - head/sys/netpfil/pf

2017-03-06 Thread Kristof Provost
Author: kp Date: Mon Mar 6 23:41:23 2017 New Revision: 314810 URL: https://svnweb.freebsd.org/changeset/base/314810 Log: pf: Fix a crash in low-memory situations If the call to pf_state_key_clone() in pf_get_translation() fails (i.e. there's no more memory for it) it frees skp. This is

Re: svn commit: r314702 - stable/11/sys/netpfil/pf

2017-03-06 Thread Kristof Provost
Oops. That’ll teach me to commit things while jet-lagged. It’s been committed on head in r314810. Thanks for the heads up. Regards, Kristof On 7 Mar 2017, at 8:01, Gleb Smirnoff wrote: Kristof, this seems accidentially committed to stable branch. Please add it to head. And thanks a lot

svn commit: r314811 - in head/sys: arm/allwinner arm/amlogic/aml8726 arm/at91 arm/broadcom/bcm2835 arm/lpc arm/nvidia arm/ti dev/mmc dev/mmc/host dev/sdhci mips/ingenic

2017-03-06 Thread Marius Strobl
Author: marius Date: Mon Mar 6 23:47:59 2017 New Revision: 314811 URL: https://svnweb.freebsd.org/changeset/base/314811 Log: o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regarding comments, marking unused parameters as such, style(9), whitespace, etc. o In the mmc(4) bridge

svn commit: r314812 - in head: lib/libipsec sbin/setkey sys/net sys/netipsec

2017-03-06 Thread Andrey V. Elsukov
Author: ae Date: Tue Mar 7 00:13:53 2017 New Revision: 314812 URL: https://svnweb.freebsd.org/changeset/base/314812 Log: Introduce the concept of IPsec security policies scope. Currently are defined three scopes: global, ifnet, and pcb. Generic security policies that IKE daemon can add v

svn commit: r314813 - head/sys/kern

2017-03-06 Thread Hiren Panchasara
Author: hiren Date: Tue Mar 7 00:20:01 2017 New Revision: 314813 URL: https://svnweb.freebsd.org/changeset/base/314813 Log: We've found a recurring problem where some userland process would be stuck spinning at 100% cpu around sbcut_internal(). Inside sbflush_internal(), sb_ccc reached to a

svn commit: r314814 - head/sys/dev/cxgbe/iw_cxgbe

2017-03-06 Thread Navdeep Parhar
Author: np Date: Tue Mar 7 01:13:26 2017 New Revision: 314814 URL: https://svnweb.freebsd.org/changeset/base/314814 Log: cxgbe/iw_cxgbe: Abort connection if there is an error during c4iw_modify_qp. Submitted by: KrishnamRaju ErapaRaju @ Chelsio MFC after:3 days Sponsored by: Chelsi

svn commit: r314815 - svnadmin/conf

2017-03-06 Thread Sepherosa Ziehau
Author: sephe Date: Tue Mar 7 01:15:57 2017 New Revision: 314815 URL: https://svnweb.freebsd.org/changeset/base/314815 Log: Release Dexuan from mentorship. Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors ===

Re: svn commit: r314809 - head/share/mk

2017-03-06 Thread Bryan Drewery
On 3/6/17 3:13 PM, Simon J. Gerraty wrote: > -#DEP_RELDIR to be the RELDIR (path relative to SRCTOP) for > +#DEP_RELDIR to be the the RELDIR (path relative to SRCTOP) for Oops, "the the". -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: svn commit: r314809 - head/share/mk

2017-03-06 Thread Simon J. Gerraty
Bryan Drewery wrote: > On 3/6/17 3:13 PM, Simon J. Gerraty wrote: > > -# DEP_RELDIR to be the RELDIR (path relative to SRCTOP) for > > +# DEP_RELDIR to be the the RELDIR (path relative to SRCTOP) for > > Oops, "the the". Doh! ___ svn-src-all@freebsd

svn commit: r314816 - head/share/mk

2017-03-06 Thread Simon J. Gerraty
Author: sjg Date: Tue Mar 7 01:42:30 2017 New Revision: 314816 URL: https://svnweb.freebsd.org/changeset/base/314816 Log: Fix typo in comment. Modified: head/share/mk/dirdeps.mk Modified: head/share/mk/dirdeps.mk ==

svn commit: r314817 - in stable/10: contrib/netbsd-tests/dev/audio contrib/netbsd-tests/dev/cgd contrib/netbsd-tests/dev/clock_subr contrib/netbsd-tests/dev/scsipi contrib/netbsd-tests/dev/sysmon c...

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Tue Mar 7 01:52:50 2017 New Revision: 314817 URL: https://svnweb.freebsd.org/changeset/base/314817 Log: MFC r314450,r313439: r314450: Add additional __FreeBSD_version guards around the hsearch_r testcases The reasoning for this is the same as r276046: to ease M

svn commit: r314818 - in stable/11: contrib/netbsd-tests/dev/audio contrib/netbsd-tests/dev/cgd contrib/netbsd-tests/dev/clock_subr contrib/netbsd-tests/dev/scsipi contrib/netbsd-tests/dev/sysmon c...

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Tue Mar 7 01:52:56 2017 New Revision: 314818 URL: https://svnweb.freebsd.org/changeset/base/314818 Log: MFC r313439,r314450: r313439: Merge content from ^/projects/netbsd-tests-upstream-01-2017 into ^/head The primary end-goal of this drop is ease future merges

svn commit: r314819 - stable/11/lib/libutil

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Tue Mar 7 01:58:39 2017 New Revision: 314819 URL: https://svnweb.freebsd.org/changeset/base/314819 Log: MFC r313438: Clean up trailing and leading whitespace for variables to make it consistent with the rest of the file and style.Makefile(9) a bit more Modified: s

svn commit: r314820 - stable/10/lib/libutil

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Tue Mar 7 01:58:56 2017 New Revision: 314820 URL: https://svnweb.freebsd.org/changeset/base/314820 Log: MFC r313438: Clean up trailing and leading whitespace for variables to make it consistent with the rest of the file and style.Makefile(9) a bit more Modified: s

svn commit: r314821 - stable/11/lib/libclang_rt/profile

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Tue Mar 7 02:01:02 2017 New Revision: 314821 URL: https://svnweb.freebsd.org/changeset/base/314821 Log: MFC r313009: Expose symbols in lib/libclang_rt/profile to fix --coverage The symbols currently hidden in libprofile_rt are needed for linking with `clang --cove

svn commit: r314822 - stable/10/usr.sbin/syslogd

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Tue Mar 7 02:01:32 2017 New Revision: 314822 URL: https://svnweb.freebsd.org/changeset/base/314822 Log: MFC r314226: Use SRCTOP instead of .CURDIR relative paths with ".." This simplifies pathing in make/displayed output Modified: stable/10/usr.sbin/syslogd/Makef

svn commit: r314824 - stable/10/tools/build/mk

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Tue Mar 7 02:02:51 2017 New Revision: 314824 URL: https://svnweb.freebsd.org/changeset/base/314824 Log: MFC r314242: Remove MK_CRYPT stub It doesn't directly control what gets installed today; it indirectly pulls other knobs (like MK_KERBEROS, etc). Modified: s

svn commit: r314823 - stable/11/usr.sbin/syslogd

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Tue Mar 7 02:02:23 2017 New Revision: 314823 URL: https://svnweb.freebsd.org/changeset/base/314823 Log: MFC r314226: Use SRCTOP instead of .CURDIR relative paths with ".." This simplifies pathing in make/displayed output Modified: stable/11/usr.sbin/syslogd/Makef

Re: svn commit: r314780 - head/lib/libpam/modules/pam_exec

2017-03-06 Thread Conrad Meyer
Thanks for fixing the commit log this way. It makes 'svn annotate' history correct. IMO this is strongly preferable to a "forced commit." Best, Conrad On Mon, Mar 6, 2017 at 7:45 AM, Pedro F. Giffuni wrote: > Author: pfg > Date: Mon Mar 6 15:45:46 2017 > New Revision: 314780 > URL: https://sv

svn commit: r314825 - stable/11/tools/build/mk

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Tue Mar 7 02:16:40 2017 New Revision: 314825 URL: https://svnweb.freebsd.org/changeset/base/314825 Log: MFC r314242: Remove MK_CRYPT stub It doesn't directly control what gets installed today; it indirectly pulls other knobs (like MK_KERBEROS, etc). Modified: s

svn commit: r314826 - head/lib/csu/powerpc64

2017-03-06 Thread Justin Hibbits
Author: jhibbits Date: Tue Mar 7 02:17:38 2017 New Revision: 314826 URL: https://svnweb.freebsd.org/changeset/base/314826 Log: Clang in base now supports -mlongcall, so remove this hack PR: 215947 MFC after:2 weeks Modified: head/lib/csu/powerpc64/Makefile Modified: hea

svn commit: r314827 - stable/11/sys/netinet6

2017-03-06 Thread Andrey V. Elsukov
Author: ae Date: Tue Mar 7 03:01:09 2017 New Revision: 314827 URL: https://svnweb.freebsd.org/changeset/base/314827 Log: MFC r314430: When IPv6 fragments reassembly is complete, update mbuf's csum_data and csum_flags using information from all fragments. This fixes dropping of reass

Re: svn commit: r314819 - stable/11/lib/libutil

2017-03-06 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: ngie > Date: Tue Mar 7 01:58:39 2017 > New Revision: 314819 > URL: https://svnweb.freebsd.org/changeset/base/314819 > > Log: > MFC r313438: > > Clean up trailing and leading whitespace for variables to make it > consistent with the r

Re: svn commit: r314813 - head/sys/kern

2017-03-06 Thread Ngie Cooper (yaneurabeya)
> On Mar 6, 2017, at 16:20, Hiren Panchasara wrote: > > Author: hiren > Date: Tue Mar 7 00:20:01 2017 > New Revision: 314813 > URL: https://svnweb.freebsd.org/changeset/base/314813 > > Log: > We've found a recurring problem where some userland process would be > stuck spinning at 100% cpu ar

Re: svn commit: r314819 - stable/11/lib/libutil

2017-03-06 Thread Ngie Cooper (yaneurabeya)
> On Mar 6, 2017, at 19:00, Rodney W. Grimes > wrote: > > [ Charset UTF-8 unsupported, converting... ] >> Author: ngie >> Date: Tue Mar 7 01:58:39 2017 >> New Revision: 314819 >> URL: https://svnweb.freebsd.org/changeset/base/314819 >> >> Log: >> MFC r313438: >> >> Clean up trailing and le

Re: svn commit: r314819 - stable/11/lib/libutil

2017-03-06 Thread Ngie Cooper (yaneurabeya)
> On Mar 6, 2017, at 19:10, Ngie Cooper (yaneurabeya) > wrote: > >> >> On Mar 6, 2017, at 19:00, Rodney W. Grimes >> wrote: >> >> [ Charset UTF-8 unsupported, converting... ] >>> Author: ngie >>> Date: Tue Mar 7 01:58:39 2017 >>> New Revision: 314819 >>> URL: https://svnweb.freebsd.org/cha

Re: svn commit: r314819 - stable/11/lib/libutil

2017-03-06 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > > > On Mar 6, 2017, at 19:00, Rodney W. Grimes > > wrote: > > > > [ Charset UTF-8 unsupported, converting... ] > >> Author: ngie > >> Date: Tue Mar 7 01:58:39 2017 > >> New Revision: 314819 > >> URL: https://svnweb.freebsd.org/changeset/base/31481

Re: svn commit: r314819 - stable/11/lib/libutil

2017-03-06 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > > > On Mar 6, 2017, at 19:10, Ngie Cooper (yaneurabeya) > > wrote: > > > >> > >> On Mar 6, 2017, at 19:00, Rodney W. Grimes > >> wrote: > >> > >> [ Charset UTF-8 unsupported, converting... ] > >>> Author: ngie > >>> Date: Tue Mar 7 01:58:39 20

Re: svn commit: r314819 - stable/11/lib/libutil

2017-03-06 Thread Ngie Cooper (yaneurabeya)
> On Mar 6, 2017, at 19:31, Rodney W. Grimes > wrote: … > I am less concered about fixing this and more concerned about making sure you > understood what the actual sytle.Makeilfe(9) rules are becuase it appeared > that given the counter style changes you thought there should be no white > spa

svn commit: r314828 - head/sys/boot/efi/loader

2017-03-06 Thread Dexuan Cui
Author: dexuan Date: Tue Mar 7 03:35:50 2017 New Revision: 314828 URL: https://svnweb.freebsd.org/changeset/base/314828 Log: loader.efi: fix an off-by-one bug in efi_verify_staging_size() Also remove the warning message: it may not be unusual to see the memory range containing 2MB is not

Re: svn commit: r314274 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-03-06 Thread Slawa Olhovchenkov
On Sat, Feb 25, 2017 at 05:03:49PM +, Andriy Gapon wrote: > Author: avg > Date: Sat Feb 25 17:03:48 2017 > New Revision: 314274 > URL: https://svnweb.freebsd.org/changeset/base/314274 > > Log: > l2arc: try to fix write size calculation broken by Compressed ARC commit > > While there, m

svn commit: r314829 - stable/10/sys/netinet6

2017-03-06 Thread Andrey V. Elsukov
Author: ae Date: Tue Mar 7 03:53:09 2017 New Revision: 314829 URL: https://svnweb.freebsd.org/changeset/base/314829 Log: MFC r314430: When IPv6 fragments reassembly is complete, update mbuf's csum_data and csum_flags using information from all fragments. This fixes dropping of reass

Re: svn commit: r314813 - head/sys/kern

2017-03-06 Thread Ngie Cooper (yaneurabeya)
> On Mar 6, 2017, at 19:08, Ngie Cooper (yaneurabeya) > wrote: … > The KASSERT is bad — please fix it. From > https://ci.freebsd.org/job/FreeBSD-head-amd64-test/1994/console : > > add host 127.0.0.1panic: sbcut_internal: len is 0 but it is supposed to be +ve len == 0 has special meaning; pl

Re: svn commit: r314685 - head/bin/ps

2017-03-06 Thread Bryan Drewery
On 3/4/17 2:38 PM, Conrad Meyer wrote: > Author: cem > Date: Sat Mar 4 22:38:10 2017 > New Revision: 314685 > URL: https://svnweb.freebsd.org/changeset/base/314685 > > Log: > ps(1): Only detect terminal width if stdout is a tty > > If stdout isn't a tty, use unlimited width output rather t

  1   2   >