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

Re: svn commit: r314624 - in head/sys/cam: . scsi [Prevented PowerMac G5 so-called "Quad Core" boot completion]

2017-03-06 Thread Mark Millard
[I should have CC'd svn-src-head in the first place.] On 2017-Mar-6, at 2:05 AM, Mark Millard wrote: > On 2017-Mar-6, at 1:37 AM, Mark Millard wrote: > >> When I tried to jump from head -r314479 to -r314687 the -r314687 kernel >> the result failed by always(?) getting: >> >> CAM status: Comma

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: 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

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

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

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: 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: 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: 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

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

Re: svn commit: r314624 - in head/sys/cam: . scsi [Prevented PowerMac G5 so-called "Quad Core" boot completion]

2017-03-06 Thread Mark Millard
Just for the record: scsi_pass.c -r314624 is the problem file vintage of the two files: scsi_pass.c -r314624 (new) and cam_xpt.c -r314283 (old): fails. cam_xpt.c -r314624 (new) and scsi_pass.c -r308451 (old) : works fine so far. Prior results: cam_xpt.c and scsi_pass.c both being -r314624 (bot

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.

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

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

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-head@freebs

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 ==

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: 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

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

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

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

Re: svn commit: r314830 - head/usr.sbin/mergemaster

2017-03-06 Thread Ngie Cooper (yaneurabeya)
> On Mar 6, 2017, at 20:13, Ngie Cooper wrote: > > Author: ngie > Date: Tue Mar 7 04:13:22 2017 > New Revision: 314830 > URL: https://svnweb.freebsd.org/changeset/base/314830 > > Log: > mergemaster: fix description of -p > > -p only handles updating /etc/master.passwd and /etc/group . No mo

svn commit: r314830 - head/usr.sbin/mergemaster

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Tue Mar 7 04:13:22 2017 New Revision: 314830 URL: https://svnweb.freebsd.org/changeset/base/314830 Log: mergemaster: fix description of -p -p only handles updating /etc/master.passwd and /etc/group . No more, no less. Also, mergemaster (and no other portions of th

Re: svn commit: r314830 - head/usr.sbin/mergemaster

2017-03-06 Thread Ngie Cooper (yaneurabeya)
> On Mar 6, 2017, at 20:14, Ngie Cooper (yaneurabeya) > wrote: > >> >> On Mar 6, 2017, at 20:13, Ngie Cooper wrote: >> >> Author: ngie >> Date: Tue Mar 7 04:13:22 2017 >> New Revision: 314830 >> URL: https://svnweb.freebsd.org/changeset/base/314830 >> >> Log: >> mergemaster: fix descriptio

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

2017-03-06 Thread Bryan Drewery
On 3/6/17 8:11 PM, Bryan Drewery wrote: > 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 stdou

svn commit: r314831 - head/usr.bin/fortune

2017-03-06 Thread Ngie Cooper
Author: ngie Date: Tue Mar 7 04:33:17 2017 New Revision: 314831 URL: https://svnweb.freebsd.org/changeset/base/314831 Log: Don't rely on dependency in Makefile.inc1 for strfile; make datfiles depend on strfile In most cases strfile is built as part of build-tools, but in the event that s

svn commit: r314832 - head/bin/ps

2017-03-06 Thread Conrad Meyer
Author: cem Date: Tue Mar 7 04:51:35 2017 New Revision: 314832 URL: https://svnweb.freebsd.org/changeset/base/314832 Log: ps(1): Fix -w + UNLIMITED handling A follow-up fix for r314685. Because the -w flag is parsed after ps(1) infers termwidth from COLUMNS and stdout, and UNLIMITED

Re: svn commit: r314831 - head/usr.bin/fortune

2017-03-06 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: ngie > Date: Tue Mar 7 04:33:17 2017 > New Revision: 314831 > URL: https://svnweb.freebsd.org/changeset/base/314831 > > Log: > Don't rely on dependency in Makefile.inc1 for strfile; make datfiles depend > on strfile > > In most cases

Re: svn commit: r314831 - head/usr.bin/fortune

2017-03-06 Thread Ngie Cooper (yaneurabeya)
> On Mar 6, 2017, at 21:00, Rodney W. Grimes > wrote: > > [ Charset UTF-8 unsupported, converting... ] >> Author: ngie >> Date: Tue Mar 7 04:33:17 2017 >> New Revision: 314831 >> URL: https://svnweb.freebsd.org/changeset/base/314831 >> >> Log: >> Don't rely on dependency in Makefile.inc1 for

Re: svn commit: r314831 - head/usr.bin/fortune

2017-03-06 Thread Ngie Cooper (yaneurabeya)
> On Mar 6, 2017, at 21:01, Ngie Cooper (yaneurabeya) > wrote: > > >> On Mar 6, 2017, at 21:00, Rodney W. Grimes >> wrote: >> >> [ Charset UTF-8 unsupported, converting... ] >>> Author: ngie >>> Date: Tue Mar 7 04:33:17 2017 >>> New Revision: 314831 >>> URL: https://svnweb.freebsd.org/chan

svn commit: r314833 - in head: bin/pkill lib/libxo/tests/encoder libexec/rtld-elf share/termcap usr.bin/chpass usr.bin/passwd usr.sbin/bsdinstall/partedit usr.sbin/mailwrapper usr.sbin/nologin

2017-03-06 Thread Rodney W. Grimes
Author: rgrimes Date: Tue Mar 7 05:10:38 2017 New Revision: 314833 URL: https://svnweb.freebsd.org/changeset/base/314833 Log: Convert absolute links to relative links. Style.Makefile(9) has been ignored to produce minimal diffs. Approved by: grehan (mentor) MFC after:1 week Modif

Re: svn commit: r314833 - in head: bin/pkill lib/libxo/tests/encoder libexec/rtld-elf share/termcap usr.bin/chpass usr.bin/passwd usr.sbin/bsdinstall/partedit usr.sbin/mailwrapper usr.sbin/nologin

2017-03-06 Thread Ngie Cooper (yaneurabeya)
> On Mar 6, 2017, at 21:10, Rodney W. Grimes wrote: > > Author: rgrimes > Date: Tue Mar 7 05:10:38 2017 > New Revision: 314833 > URL: https://svnweb.freebsd.org/changeset/base/314833 > > Log: > Convert absolute links to relative links. > Style.Makefile(9) has been ignored to produce minimal

Re: svn commit: r314833 - in head: bin/pkill lib/libxo/tests/encoder libexec/rtld-elf share/termcap usr.bin/chpass usr.bin/passwd usr.sbin/bsdinstall/partedit usr.sbin/mailwrapper usr.sbin/nologin

2017-03-06 Thread Rodney W. Grimes
-- Start of PGP signed section. > > > On Mar 6, 2017, at 21:10, Rodney W. Grimes wrote: > > > > Author: rgrimes > > Date: Tue Mar 7 05:10:38 2017 > > New Revision: 314833 > > URL: https://svnweb.freebsd.org/changeset/base/314833 > > > > Log: > > Convert absolute links to relative links. > >

Re: svn commit: r314833 - in head: bin/pkill lib/libxo/tests/encoder libexec/rtld-elf share/termcap usr.bin/chpass usr.bin/passwd usr.sbin/bsdinstall/partedit usr.sbin/mailwrapper usr.sbin/nologin

2017-03-06 Thread Conrad Meyer
On Mon, Mar 6, 2017 at 9:10 PM, Rodney W. Grimes wrote: > Author: rgrimes > Date: Tue Mar 7 05:10:38 2017 > New Revision: 314833 > URL: https://svnweb.freebsd.org/changeset/base/314833 > > Log: > Convert absolute links to relative links. > Style.Makefile(9) has been ignored to produce minimal

Re: svn commit: r314833 - in head: bin/pkill lib/libxo/tests/encoder libexec/rtld-elf share/termcap usr.bin/chpass usr.bin/passwd usr.sbin/bsdinstall/partedit usr.sbin/mailwrapper usr.sbin/nologin

2017-03-06 Thread Rodney W. Grimes
> > On Mar 6, 2017, at 21:10, Rodney W. Grimes wrote: > > > > Author: rgrimes > > Date: Tue Mar 7 05:10:38 2017 > > New Revision: 314833 > > URL: https://svnweb.freebsd.org/changeset/base/314833 ... > > > > -SYMLINKS+= ${LIBDIR}/${SHLIB_NAME} /usr/lib/libxo/encoder/test.enc > > +SYMLINKS+= ../

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

2017-03-06 Thread Bruce Evans
On Mon, 6 Mar 2017, Bryan Drewery wrote: On 3/6/17 8:11 PM, Bryan Drewery wrote: 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

Re: svn commit: r314833 - in head: bin/pkill lib/libxo/tests/encoder libexec/rtld-elf share/termcap usr.bin/chpass usr.bin/passwd usr.sbin/bsdinstall/partedit usr.sbin/mailwrapper usr.sbin/nologin

2017-03-06 Thread Rodney W. Grimes
> On Mon, Mar 6, 2017 at 9:10 PM, Rodney W. Grimes wrote: > > Author: rgrimes > > Date: Tue Mar 7 05:10:38 2017 > > New Revision: 314833 > > URL: https://svnweb.freebsd.org/changeset/base/314833 > > > > Log: > > Convert absolute links to relative links. > > Style.Makefile(9) has been ignored

Re: svn commit: r314831 - head/usr.bin/fortune

2017-03-06 Thread Jordan Hubbard
[ Charset ISO-Latin1 unsupported, converting… ] Is it true you still use mutt to read your e-mail? :-) - Jordan ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src

svn commit: r314837 - head/lib/libxo/tests/encoder

2017-03-06 Thread Rodney W. Grimes
Author: rgrimes Date: Tue Mar 7 06:11:36 2017 New Revision: 314837 URL: https://svnweb.freebsd.org/changeset/base/314837 Log: The relative symlink fix causes downstream issues for EMC DELL Isilon so revert the relative symlink fix pending a better solution. Reported by: ngie Approve

Re: svn commit: r314831 - head/usr.bin/fortune

2017-03-06 Thread Alfred Perlstein
On 3/6/17 10:07 PM, Jordan Hubbard wrote: [ Charset ISO-Latin1 unsupported, converting… ] Is it true you still use mutt to read your e-mail? :-) - Jordan I had to use mutt(1) to send a patch to the git project to support FreeBSD's propset commands a couple years back. was... fun? I sort

Re: svn commit: r314831 - head/usr.bin/fortune

2017-03-06 Thread Rodney W. Grimes
> > Is it true you still use mutt to read your e-mail? :-) Oh, its far older than Mutt... elm2.4me and I have a port of gated that runs on 12-current. I am considering an upgrade to mutt :-) -- Rod Grimes rgri...@freebsd.org

svn commit: r314838 - head/sys/kern

2017-03-06 Thread Hiren Panchasara
Author: hiren Date: Tue Mar 7 06:46:38 2017 New Revision: 314838 URL: https://svnweb.freebsd.org/changeset/base/314838 Log: Fix the KASSERT check from r314813. len being 0 is valid. Submitted by: ngie Reported by: ngie (via jenkins test run) Sponsored by: Limelight Networks Modifie

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

2017-03-06 Thread Hiren Panchasara
On 03/06/17 at 07:08P, Ngie Cooper (yaneurabeya) wrote: > > > 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 p

Re: svn commit: r314833 - in head: bin/pkill lib/libxo/tests/encoder libexec/rtld-elf share/termcap usr.bin/chpass usr.bin/passwd usr.sbin/bsdinstall/partedit usr.sbin/mailwrapper usr.sbin/nologin

2017-03-06 Thread Ngie Cooper (yaneurabeya)
> On Mar 6, 2017, at 21:56, Rodney W. Grimes > wrote: > >> On Mon, Mar 6, 2017 at 9:10 PM, Rodney W. Grimes wrote: >>> Author: rgrimes >>> Date: Tue Mar 7 05:10:38 2017 >>> New Revision: 314833 >>> URL: https://svnweb.freebsd.org/changeset/base/314833 >>> >>> Log: >>> Convert absolute links

Re: svn commit: r314833 - in head: bin/pkill lib/libxo/tests/encoder libexec/rtld-elf share/termcap usr.bin/chpass usr.bin/passwd usr.sbin/bsdinstall/partedit usr.sbin/mailwrapper usr.sbin/nologin

2017-03-06 Thread Warner Losh
On Tue, Mar 7, 2017 at 12:44 AM, Ngie Cooper (yaneurabeya) wrote: > >> On Mar 6, 2017, at 21:56, Rodney W. Grimes >> wrote: >> >>> On Mon, Mar 6, 2017 at 9:10 PM, Rodney W. Grimes >>> wrote: Author: rgrimes Date: Tue Mar 7 05:10:38 2017 New Revision: 314833 URL: https://sv

svn commit: r314839 - head/sys/dev/iwn

2017-03-06 Thread Andriy Voskoboinyk
Author: avos Date: Tue Mar 7 07:49:25 2017 New Revision: 314839 URL: https://svnweb.freebsd.org/changeset/base/314839 Log: iwn: deduplicate (RXON + txpower + broadcast node) command sequence. Was previously applied to wpi(4) as a part of r278366. Tested with Intel 6205, STA / MONITOR