svn commit: r338370 - in head/sys: amd64/amd64 arm/arm arm64/arm64 cddl/contrib/opensolaris/uts/common/fs/zfs/sys i386/i386 mips/mips riscv/riscv vm

2018-08-29 Thread Konstantin Belousov
Author: kib Date: Wed Aug 29 12:24:19 2018 New Revision: 338370 URL: https://svnweb.freebsd.org/changeset/base/338370 Log: Remove {max/min}_offset() macros, use vm_map_{max/min}() inlines. Exposing max_offset and min_offset defines in public headers is causing clashes with variable names,

Re: svn commit: r334647 - in head: lib/libpmc sys/dev/hwpmc sys/kern sys/sys usr.sbin usr.sbin/pmc

2018-08-29 Thread Kristof Provost
On 5 Jun 2018, at 6:26, Matt Macy wrote: Author: mmacy Date: Tue Jun 5 04:26:40 2018 New Revision: 334647 URL: https://svnweb.freebsd.org/changeset/base/334647 Log: hwpmc: log name->pid, name->tid mappings By logging all threads and processes 'pmc filter' can now filter on process or thr

svn commit: r338371 - in head/sys: arm/nvidia dev/sdhci

2018-08-29 Thread Emmanuel Vadot
Author: manu Date: Wed Aug 29 14:01:27 2018 New Revision: 338371 URL: https://svnweb.freebsd.org/changeset/base/338371 Log: arm64: GENERIC-MMCCAM: Fix build and module depend Fix the build of the GENERIC-MMCCAM kernel config after the sdhci_xenon driver was commited. While here correct

Re: svn commit: r334647 - in head: lib/libpmc sys/dev/hwpmc sys/kern sys/sys usr.sbin usr.sbin/pmc

2018-08-29 Thread Mark Johnston
On Wed, Aug 29, 2018 at 02:41:49PM +0200, Kristof Provost wrote: > On 5 Jun 2018, at 6:26, Matt Macy wrote: > > Author: mmacy > > Date: Tue Jun 5 04:26:40 2018 > > New Revision: 334647 > > URL: https://svnweb.freebsd.org/changeset/base/334647 > > > > Log: > > hwpmc: log name->pid, name->tid mapp

Re: svn commit: r338371 - in head/sys: arm/nvidia dev/sdhci

2018-08-29 Thread Luiz Otavio O Souza
On Wed, Aug 29, 2018 at 11:01 AM Emmanuel Vadot wrote: > > Author: manu > Date: Wed Aug 29 14:01:27 2018 > New Revision: 338371 > URL: https://svnweb.freebsd.org/changeset/base/338371 > > Log: > arm64: GENERIC-MMCCAM: Fix build and module depend > > Fix the build of the GENERIC-MMCCAM kernel co

svn commit: r338372 - head/sys/net

2018-08-29 Thread Stephen Hurd
Author: shurd Date: Wed Aug 29 15:55:25 2018 New Revision: 338372 URL: https://svnweb.freebsd.org/changeset/base/338372 Log: Fix potential data corruption in iflib The MP ring may have txq pointers enqueued. Previously, these were passed to m_free() when IFC_QFLUSH was set. This patch c

svn commit: r338373 - head/sys/net

2018-08-29 Thread Stephen Hurd
Author: shurd Date: Wed Aug 29 16:21:34 2018 New Revision: 338373 URL: https://svnweb.freebsd.org/changeset/base/338373 Log: Fix compile error due to missing parenthesis in r338372 Approved by: re (gjb) Modified: head/sys/net/iflib.c Modified: head/sys/net/iflib.c =

svn commit: r338374 - in head: bin/csh bin/sh etc etc/root

2018-08-29 Thread Brad Davis
Author: brd Date: Wed Aug 29 16:59:19 2018 New Revision: 338374 URL: https://svnweb.freebsd.org/changeset/base/338374 Log: Finish moving dot.cshrc and dot.profile to bin/csh/ and bin/sh/. Approved by: re (gjb), will (mentor) Differential Revision:https://reviews.freebsd.org/D1677

svn commit: r338375 - in head/usr.bin/sed: . tests

2018-08-29 Thread Mark Johnston
Author: markj Date: Wed Aug 29 17:09:03 2018 New Revision: 338375 URL: https://svnweb.freebsd.org/changeset/base/338375 Log: sed: Fix -i option behavior with 'q' command. Don't just exit when encountering the 'q' command if we edit file inplace, and give mf_fgets() a chance to actually ha

Re: svn commit: r338375 - in head/usr.bin/sed: . tests

2018-08-29 Thread Yuri Pankov
Mark Johnston wrote: Author: markj Date: Wed Aug 29 17:09:03 2018 New Revision: 338375 URL: https://svnweb.freebsd.org/changeset/base/338375 Log: sed: Fix -i option behavior with 'q' command. Don't just exit when encountering the 'q' command if we edit file inplace, and give mf_fge

svn commit: r338376 - head

2018-08-29 Thread Warner Losh
Author: imp Date: Wed Aug 29 17:37:23 2018 New Revision: 338376 URL: https://svnweb.freebsd.org/changeset/base/338376 Log: Tweak typos in UPDATING Approved by: re@ (gjb) Modified: head/UPDATING Modified: head/UPDATING =

Re: svn commit: r338098 - in head: . tools/build

2018-08-29 Thread Cy Schubert
In message <201808201039.w7kadrmm079...@repo.freebsd.org>, Alex Richardson writ es: > Author: arichardson > Date: Mon Aug 20 10:39:53 2018 > New Revision: 338098 > URL: https://svnweb.freebsd.org/changeset/base/338098 > > Log: > Don't create directories in ${WORLDTMP}/legacy with mtree > >