svn commit: r351502 - head/sbin/fsck_msdosfs

2019-08-25 Thread Xin LI
Author: delphij Date: Mon Aug 26 06:41:17 2019 New Revision: 351502 URL: https://svnweb.freebsd.org/changeset/base/351502 Log: Comment boot block checks and perform additional sanity checks: The following checks are now being enforced: - bpbBytesPerSec: only accept 512, 1024, 2048 and

Re: svn commit: r351423 - in head: . sbin/ping6 sbin/ping6/tests

2019-08-25 Thread Cy Schubert
In message <201908260229.x7q2tmsm074...@gndrsh.dnsmgr.net>, "Rodney W. Grimes" writes: > [ Charset UTF-8 unsupported, converting... ] > > On Sun, Aug 25, 2019, 2:11 PM Hiroki Sato wrote: > > > > > Alan Somers wrote > > > in > : > > > > > > as> On Sun, Aug 25, 2019 at 1:22 PM Hiroki Sato wro

Re: svn commit: r351423 - in head: . sbin/ping6 sbin/ping6/tests

2019-08-25 Thread Warner Losh
On Sun, Aug 25, 2019, 10:35 PM Jan Sucan wrote: > Hello, > > I can implement it. I suppose that ping6's manual page should be kept it > this case. > The differences are small enough you may be able to combine man pages. I was also thinking about printing a warning for each option renamed to > l

Re: svn commit: r351423 - in head: . sbin/ping6 sbin/ping6/tests

2019-08-25 Thread Jan Sucan
Hello, I can implement it. I suppose that ping6's manual page should be kept it this case. I was also thinking about printing a warning for each option renamed to lead a willing user to use the new unified option set of ping. It could be either only with -v, or by default and suppressed with

Re: svn commit: r351423 - in head: . sbin/ping6 sbin/ping6/tests

2019-08-25 Thread Conrad Meyer
On Sun, Aug 25, 2019 at 6:47 PM Shawn Webb wrote: > I wonder if something like this could be done: Something like it could be; I suggested so two hours ago. > Somewhere in ping(8): > bool ping6_compat; > if (strcmp(argv[0], "ping6")) { > ping6_compat = true; You've gotten the sense of t

Re: svn commit: r351423 - in head: . sbin/ping6 sbin/ping6/tests

2019-08-25 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > On Sun, Aug 25, 2019, 2:11 PM Hiroki Sato wrote: > > > Alan Somers wrote > > in : > > > > as> On Sun, Aug 25, 2019 at 1:22 PM Hiroki Sato wrote: > > as> > > > as> > Hi, > > as> > > > as> > Alan Somers wrote > > as> > in <201908231522.x7nfmluj0

Re: svn commit: r351423 - in head: . sbin/ping6 sbin/ping6/tests

2019-08-25 Thread Shawn Webb
On Mon, Aug 26, 2019 at 04:20:56AM +0900, Hiroki Sato wrote: > Hi, > > Alan Somers wrote > in <201908231522.x7nfmluj068...@repo.freebsd.org>: > > as> Author: asomers > as> Date: Fri Aug 23 15:22:20 2019 > as> New Revision: 351423 > as> URL: https://svnweb.freebsd.org/changeset/base/351423 > as

svn commit: r351501 - head/sys/contrib/zlib

2019-08-25 Thread Xin LI
Author: delphij Date: Mon Aug 26 00:46:39 2019 New Revision: 351501 URL: https://svnweb.freebsd.org/changeset/base/351501 Log: MFV r351500: Fix CLEAR_HASH macro to be usable as a single statement. MFC after:2 weeks Modified: head/sys/contrib/zlib/deflate.c Directory Properties: he

Re: svn commit: r351423 - in head: . sbin/ping6 sbin/ping6/tests

2019-08-25 Thread Hiroki Sato
Hi Alan and Conrad, I agree with the idea having ping6(8) as a hardlink to ping(8) to provide the historical ping6(8) behavior. Alan Somers wrote in : as> Jan (please keep him CCed on replies) has been musing about the same as> thing. That might satisfy everyone. Jan, would it be straight

Re: svn commit: r351423 - in head: . sbin/ping6 sbin/ping6/tests

2019-08-25 Thread Alan Somers
Jan (please keep him CCed on replies) has been musing about the same thing. That might satisfy everyone. Jan, would it be straightforward to implement? -Alan On Sun, Aug 25, 2019 at 5:51 PM Conrad Meyer wrote: > > Hi Alan, Hiroki, > > It would be pretty easy to install a `ping6` link to the `pi

svn commit: r351500 - vendor/zlib/dist

2019-08-25 Thread Xin LI
Author: delphij Date: Sun Aug 25 23:51:44 2019 New Revision: 351500 URL: https://svnweb.freebsd.org/changeset/base/351500 Log: Import vendor commit 38e8ce32afbaa82f67d992b9f3056f281fe69259: Author: Mark Adler Date: Sun Jan 22 23:38:52 2017 -0800 Fix CLEAR_HASH macro to be usa

Re: svn commit: r351423 - in head: . sbin/ping6 sbin/ping6/tests

2019-08-25 Thread Conrad Meyer
Hi Alan, Hiroki, It would be pretty easy to install a `ping6` link to the `ping(8)` binary with different option parsing (conditional on argv[0]). That removes most of the issues of code and space duplication, I think? And the goal would be for the 'ping6' name to retain option compatibility with

svn commit: r351499 - head/sys/sys

2019-08-25 Thread Mateusz Guzik
Author: mjg Date: Sun Aug 25 22:30:18 2019 New Revision: 351499 URL: https://svnweb.freebsd.org/changeset/base/351499 Log: vfs: swap vop_unlock_post and vop_unlock_pre definitions to the logical order The change is no-op. Sponsored by: The FreeBSD Foundation Modified: head/sys/sys/v

svn commit: r351497 - in head/sys/modules: linux linux64

2019-08-25 Thread Warner Losh
Author: imp Date: Sun Aug 25 22:06:17 2019 New Revision: 351497 URL: https://svnweb.freebsd.org/changeset/base/351497 Log: Replace -Werror with ${WERROR} in module builds Modified: head/sys/modules/linux/Makefile head/sys/modules/linux64/Makefile Modified: head/sys/modules/linux/Makefile =

svn commit: r351498 - head/usr.sbin/pmcstudy

2019-08-25 Thread Warner Losh
Author: imp Date: Sun Aug 25 22:06:26 2019 New Revision: 351498 URL: https://svnweb.freebsd.org/changeset/base/351498 Log: Replace -Werror with ${WERROR} in pmcstudy Modified: head/usr.sbin/pmcstudy/Makefile Modified: head/usr.sbin/pmcstudy/Makefile ==

svn commit: r351496 - head/sys/vm

2019-08-25 Thread Mark Johnston
Author: markj Date: Sun Aug 25 21:14:46 2019 New Revision: 351496 URL: https://svnweb.freebsd.org/changeset/base/351496 Log: Handle UMA_ANYDOMAIN in kstack_import(). The kernel thread stack zone performs first-touch allocations by default, and must handle the case where the local memory d

svn commit: r351495 - head/sys/amd64/amd64

2019-08-25 Thread Konstantin Belousov
Author: kib Date: Sun Aug 25 21:01:40 2019 New Revision: 351495 URL: https://svnweb.freebsd.org/changeset/base/351495 Log: amd64: loose constraints on the APs dpcpu and nmi/dbg stack allocations. Use DOMAINSET_PREF() instead of DOMAINSET_FIXED(), to gracefully fallback in case of memory-l

svn commit: r351494 - head/sys/amd64/amd64

2019-08-25 Thread Konstantin Belousov
Author: kib Date: Sun Aug 25 20:57:39 2019 New Revision: 351494 URL: https://svnweb.freebsd.org/changeset/base/351494 Log: amd64: If domain-local page for pcpu cannot be allocated, keep use existing one. Allocation failure is possible for instance when cpu domain has no memory. Repor

svn commit: r351491 - vendor/lldb/lldb-trunk-r366426

2019-08-25 Thread Dimitry Andric
Author: dim Date: Sun Aug 25 20:33:56 2019 New Revision: 351491 URL: https://svnweb.freebsd.org/changeset/base/351491 Log: Re-tag stripped llvm trunk r366426 (just before the release_90 branch point). Added: vendor/lldb/lldb-trunk-r366426/ - copied from r351490, vendor/lldb/dist/ _

svn commit: r351490 - vendor/lldb/lldb-trunk-r366426

2019-08-25 Thread Dimitry Andric
Author: dim Date: Sun Aug 25 20:32:48 2019 New Revision: 351490 URL: https://svnweb.freebsd.org/changeset/base/351490 Log: Remove tag for lldb trunk r366426, for re-tagging. Deleted: vendor/lldb/lldb-trunk-r366426/ ___ svn-src-all@freebsd.org mailin

svn commit: r351489 - in vendor/lldb/dist/utils: . TableGen

2019-08-25 Thread Dimitry Andric
Author: dim Date: Sun Aug 25 20:29:50 2019 New Revision: 351489 URL: https://svnweb.freebsd.org/changeset/base/351489 Log: Import missed sources for lldb-specific TableGen tool. Added: vendor/lldb/dist/utils/ vendor/lldb/dist/utils/TableGen/ vendor/lldb/dist/utils/TableGen/LLDBOptionDefEm

Re: svn commit: r351423 - in head: . sbin/ping6 sbin/ping6/tests

2019-08-25 Thread alan somers
On Sun, Aug 25, 2019, 2:11 PM Hiroki Sato wrote: > Alan Somers wrote > in : > > as> On Sun, Aug 25, 2019 at 1:22 PM Hiroki Sato wrote: > as> > > as> > Hi, > as> > > as> > Alan Somers wrote > as> > in <201908231522.x7nfmluj068...@repo.freebsd.org>: > as> > > as> > as> Author: asomers > as>

svn commit: r351488 - in head/sys: conf dev/netmap

2019-08-25 Thread Vincenzo Maffione
Author: vmaffione Date: Sun Aug 25 20:16:03 2019 New Revision: 351488 URL: https://svnweb.freebsd.org/changeset/base/351488 Log: netmap: remove obsolete file The netmap_pt.c module has become obsolete after the refactoring that added netmap_kloop.c. Remove it and unlink it from the buil

svn commit: r351487 - head/sys/powerpc/booke

2019-08-25 Thread Justin Hibbits
Author: jhibbits Date: Sun Aug 25 20:11:35 2019 New Revision: 351487 URL: https://svnweb.freebsd.org/changeset/base/351487 Log: powerpc/booke: Clean up pmap a little for 64-bit 64-bit Book-E pmap doesn't need copy and zero bounce pages, nor the mutex. Don't initialize them or reserve spac

Re: svn commit: r351423 - in head: . sbin/ping6 sbin/ping6/tests

2019-08-25 Thread Hiroki Sato
Alan Somers wrote in : as> On Sun, Aug 25, 2019 at 1:22 PM Hiroki Sato wrote: as> > as> > Hi, as> > as> > Alan Somers wrote as> > in <201908231522.x7nfmluj068...@repo.freebsd.org>: as> > as> > as> Author: asomers as> > as> Date: Fri Aug 23 15:22:20 2019 as> > as> New Revision: 351423 as> >

svn commit: r351486 - head/sys/powerpc/booke

2019-08-25 Thread Justin Hibbits
Author: jhibbits Date: Sun Aug 25 20:08:48 2019 New Revision: 351486 URL: https://svnweb.freebsd.org/changeset/base/351486 Log: powerpc/booke: Use the DMAP if possible in pmap_map() This avoids unnecessary TLB usage for statically mapped regions, such as vm_page_array. Modified: head/s

Re: svn commit: r351471 - in head/sys: kern sys

2019-08-25 Thread Oliver Pinter
On Sunday, August 25, 2019, Mateusz Guzik wrote: > Author: mjg > Date: Sun Aug 25 05:11:43 2019 > New Revision: 351471 > URL: https://svnweb.freebsd.org/changeset/base/351471 > > Log: > vfs: add vholdnz (for already held vnodes) Why? (Yes, is can read the real reason in phabricator, but the

svn commit: r351485 - in head/sys: arm/conf conf powerpc/conf powerpc/conf/dpaa

2019-08-25 Thread Warner Losh
Author: imp Date: Sun Aug 25 19:39:31 2019 New Revision: 351485 URL: https://svnweb.freebsd.org/changeset/base/351485 Log: Fix bogusly declared WERRORs in kernel build Many arm kernel configs bogusly specified WERROR=-Werror. There's no reason for this because the default is that and ther

Re: svn commit: r351423 - in head: . sbin/ping6 sbin/ping6/tests

2019-08-25 Thread Alan Somers
On Sun, Aug 25, 2019 at 1:22 PM Hiroki Sato wrote: > > Hi, > > Alan Somers wrote > in <201908231522.x7nfmluj068...@repo.freebsd.org>: > > as> Author: asomers > as> Date: Fri Aug 23 15:22:20 2019 > as> New Revision: 351423 > as> URL: https://svnweb.freebsd.org/changeset/base/351423 > as> > as> L

svn commit: r351484 - head/etc/mtree

2019-08-25 Thread Hiroki Sato
Author: hrs Date: Sun Aug 25 19:27:14 2019 New Revision: 351484 URL: https://svnweb.freebsd.org/changeset/base/351484 Log: Fix build (r351481). Modified: head/etc/mtree/BSD.tests.dist Modified: head/etc/mtree/BSD.tests.dist

Re: svn commit: r351423 - in head: . sbin/ping6 sbin/ping6/tests

2019-08-25 Thread Hiroki Sato
Hi, Alan Somers wrote in <201908231522.x7nfmluj068...@repo.freebsd.org>: as> Author: asomers as> Date: Fri Aug 23 15:22:20 2019 as> New Revision: 351423 as> URL: https://svnweb.freebsd.org/changeset/base/351423 as> as> Log: as> ping6: Rename options for better consistency with ping as> a

svn commit: r351483 - head/share/man/man7

2019-08-25 Thread Hiroki Sato
Author: hrs Date: Sun Aug 25 18:52:10 2019 New Revision: 351483 URL: https://svnweb.freebsd.org/changeset/base/351483 Log: Document soft updates journaling and GEOM-based UFS journaling. Reviewed by: mckusick Modified: head/share/man/man7/ffs.7 Modified: head/share/man/man7/ffs.7 =

svn commit: r351482 - head/sys/dev/vmware/vmci

2019-08-25 Thread Hiroki Sato
Author: hrs Date: Sun Aug 25 18:46:10 2019 New Revision: 351482 URL: https://svnweb.freebsd.org/changeset/base/351482 Log: Add MODULE_PNP_INFO() to vmci(4). This allows devd(8) to load the kernel module automatically when FreeBSD is running on VMware. Reviewed by: mp Different

svn commit: r351481 - in head: etc/mtree usr.sbin/mixer usr.sbin/mixer/tests

2019-08-25 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Sun Aug 25 17:55:31 2019 New Revision: 351481 URL: https://svnweb.freebsd.org/changeset/base/351481 Log: mixer(8): Report an error if the passed value is an empty string This patch fixes a bug that made the mixer command enter an infinite loop when inst

svn commit: r351480 - in head: . sys/conf sys/libkern sys/modules/zlib sys/sys

2019-08-25 Thread Xin LI
== --- head/ObsoleteFiles.inc Sun Aug 25 13:36:20 2019(r351479) +++ head/ObsoleteFiles.inc Sun Aug 25 17:13:00 2019(r351480) @@ -38,6 +38,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20190825: zlib 1.0.4 removed from kernel +OLD_FILES+=/usr/include/sys/zlib.h

svn commit: r351479 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2019-08-25 Thread Cy Schubert
Author: cy Date: Sun Aug 25 13:36:20 2019 New Revision: 351479 URL: https://svnweb.freebsd.org/changeset/base/351479 Log: MFC r350881: Calculate the number interface array elements using the new FR_NUM macro instead of the hard-coded value of 4. This is a precursor to increasing the num

svn commit: r351479 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2019-08-25 Thread Cy Schubert
Author: cy Date: Sun Aug 25 13:36:20 2019 New Revision: 351479 URL: https://svnweb.freebsd.org/changeset/base/351479 Log: MFC r350881: Calculate the number interface array elements using the new FR_NUM macro instead of the hard-coded value of 4. This is a precursor to increasing the num

svn commit: r351478 - head/sys/vm

2019-08-25 Thread Konstantin Belousov
Author: kib Date: Sun Aug 25 13:26:06 2019 New Revision: 351478 URL: https://svnweb.freebsd.org/changeset/base/351478 Log: Move OBJT_VNODE specific code from vm_object_terminate() to vnode_destroy_vobject(). Reviewed by: alc, jeff (previous version), markj Tested by:pho Sponsored

svn commit: r351477 - head/sys/kern

2019-08-25 Thread Xin LI
Author: delphij Date: Sun Aug 25 07:50:44 2019 New Revision: 351477 URL: https://svnweb.freebsd.org/changeset/base/351477 Log: GZIO: Update to use zlib 1.2.11. PR: 229763 Submitted by: Yoshihiro Ota Differential Revision:https://reviews.freebsd.org/D21408 Modified:

Re: svn commit: r351187 - head/sys/arm64/rockchip

2019-08-25 Thread Peter Jeremy
On 2019-Aug-18 09:19:33 +, Michal Meloun wrote: > Improve rk_pinctrl driver: Sorry for the late notice but this breaks my Rock64 (RK3328). I'm using: U-Boot 2017.09-rockchip-ayufan-1035-gd646df03ac (Oct 26 2018 - 08:36:01 +) At r351452, the kernel boot looks like: ... gic0: mem 0xff8

svn commit: r351476 - in head/sys: security/mac vm

2019-08-25 Thread Doug Moore
Author: dougm Date: Sun Aug 25 07:06:51 2019 New Revision: 351476 URL: https://svnweb.freebsd.org/changeset/base/351476 Log: vm_map_simplify_entry considers merging an entry with its two neighbors, and is used in a way so that if entries a and b cannot be merged, we consider them twice, firs