Re: svn commit: r350998 - head/sbin/ping

2019-08-13 Thread Alan Somers
On Tue, Aug 13, 2019 at 9:23 PM Warner Losh wrote: > > > > On Tue, Aug 13, 2019 at 9:17 PM O. Hartmann wrote: >> >> ping has now exorbitant high latency numbers: >> >> 64 bytes from 193.99.144.80: icmp_seq=123 ttl=244 time=1565750958347.753 ms > > > Ping times of 50 years. Where are you pinging?

Re: svn commit: r350998 - head/sbin/ping

2019-08-13 Thread Warner Losh
On Tue, Aug 13, 2019 at 9:17 PM O. Hartmann wrote: > ping has now exorbitant high latency numbers: > > 64 bytes from 193.99.144.80: icmp_seq=123 ttl=244 time=1565750958347.753 > ms > Ping times of 50 years. Where are you pinging? Mu Cassiopeiae ? Wa

Re: svn commit: r350998 - head/sbin/ping

2019-08-13 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am Tue, 13 Aug 2019 19:27:24 + (UTC) Alan Somers schrieb: > Author: asomers > Date: Tue Aug 13 19:27:23 2019 > New Revision: 350998 > URL: https://svnweb.freebsd.org/changeset/base/350998 > > Log: > ping: use the monotonic clock to measure d

svn commit: r351006 - head/sys/dev/nvd

2019-08-13 Thread Alexander Motin
Author: mav Date: Wed Aug 14 02:02:14 2019 New Revision: 351006 URL: https://svnweb.freebsd.org/changeset/base/351006 Log: Add missing break statements in r351004. Surprisingly code still worked, but thanks imp@ for noticing it. MFC after:1 week Modified: head/sys/dev/nvd/nvd.c

svn commit: r351005 - in head: share/man/man4 sys/conf sys/geom/uzip sys/modules/geom/geom_uzip usr.bin/mkuzip

2019-08-13 Thread Conrad Meyer
Author: cem Date: Tue Aug 13 23:32:56 2019 New Revision: 351005 URL: https://svnweb.freebsd.org/changeset/base/351005 Log: geom_uzip(4), mkuzip(8): Add Zstd image mode The Zstd format bumps the CLOOP major number to 4 to avoid incompatibility with older systems. Support in geom_uzip(4) i

svn commit: r351004 - head/sys/dev/nvd

2019-08-13 Thread Alexander Motin
Author: mav Date: Tue Aug 13 21:49:07 2019 New Revision: 351004 URL: https://svnweb.freebsd.org/changeset/base/351004 Log: Make nvd(4) report NGUID or EUI64 as GEOM::lunid. With support for multiple namespaces and multiple ports in NVMe there is now a need for reliable unique namespace id

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

2019-08-13 Thread John Baldwin
Author: jhb Date: Tue Aug 13 21:15:59 2019 New Revision: 351003 URL: https://svnweb.freebsd.org/changeset/base/351003 Log: Fix build with DRM and INVARIANTS enabled. The DRM drivers use the lockdep assertion macros with spinlock_t locks which are backed by mutexes, not sx locks. This cau

svn commit: r351002 - head/sys/ufs/ffs

2019-08-13 Thread Kirk McKusick
Author: mckusick Date: Tue Aug 13 20:56:44 2019 New Revision: 351002 URL: https://svnweb.freebsd.org/changeset/base/351002 Log: Clarify comment that describes how the FS_METACKHASH is managed. MFC after: 3 days Modified: head/sys/ufs/ffs/fs.h Modified: head/sys/ufs/ffs/fs.h

svn commit: r351001 - in head: sbin/bsdlabel sbin/fdisk sbin/sunlabel share/man/man4 sys/conf sys/geom sys/modules/geom/geom_bsd sys/modules/geom/geom_fox sys/modules/geom/geom_mbr sys/modules/geom...

2019-08-13 Thread Conrad Meyer
Author: cem Date: Tue Aug 13 20:06:55 2019 New Revision: 351001 URL: https://svnweb.freebsd.org/changeset/base/351001 Log: Remove deprecated GEOM classes Follow-up on r322318 and r322319 and remove the deprecated modules. Shift some now-unused kernel files into userspace utilities that

svn commit: r351000 - in head/sys: amd64/vmm/io x86/x86

2019-08-13 Thread Ed Maste
Author: emaste Date: Tue Aug 13 19:39:36 2019 New Revision: 351000 URL: https://svnweb.freebsd.org/changeset/base/351000 Log: sys/{x86,amd64}: remove one of doubled ;s MFC after:1 week Modified: head/sys/amd64/vmm/io/vlapic.c head/sys/x86/x86/local_apic.c Modified: head/sys/amd64/

svn commit: r350998 - head/sbin/ping

2019-08-13 Thread Alan Somers
Author: asomers Date: Tue Aug 13 19:27:23 2019 New Revision: 350998 URL: https://svnweb.freebsd.org/changeset/base/350998 Log: ping: use the monotonic clock to measure durations Submitted by: Ján Sučan MFC after:2 weeks Sponsored by: Google, inc. (Google Summer of Code 2019) Diff

svn commit: r350997 - head/sbin/ping6

2019-08-13 Thread Alan Somers
Author: asomers Date: Tue Aug 13 19:24:17 2019 New Revision: 350997 URL: https://svnweb.freebsd.org/changeset/base/350997 Log: ping6: use the monotonic clock to measure durations Submitted by: Ján Sučan MFC after:2 weeks Sponsored by: Google, inc. (Google Summer of Code 2019) Dif

Re: svn commit: r350993 - head/sbin/ping6

2019-08-13 Thread Warner Losh
On Tue, Aug 13, 2019 at 10:50 AM Enji Cooper (yaneurabeya) < yaneurab...@gmail.com> wrote: > > > On Aug 13, 2019, at 09:22, Alan Somers wrote: > > > > Author: asomers > > Date: Tue Aug 13 16:22:43 2019 > > New Revision: 350993 > > URL: https://svnweb.freebsd.org/changeset/base/350993 > > > > Log:

Re: svn commit: r350993 - head/sbin/ping6

2019-08-13 Thread Enji Cooper (yaneurabeya)
> On Aug 13, 2019, at 09:22, Alan Somers wrote: > > Author: asomers > Date: Tue Aug 13 16:22:43 2019 > New Revision: 350993 > URL: https://svnweb.freebsd.org/changeset/base/350993 > > Log: > Consistently use the byteorder functions in the correct direction > > Though ntohs and htons are fun

svn commit: r350994 - head/sbin/ping

2019-08-13 Thread Alan Somers
Author: asomers Date: Tue Aug 13 16:25:23 2019 New Revision: 350994 URL: https://svnweb.freebsd.org/changeset/base/350994 Log: ping: fix data type of a variable for a packet sequence number Submitted by: Ján Sučan MFC after:2 weeks Sponsored by: Google, inc. (Google Summer of Code

svn commit: r350993 - head/sbin/ping6

2019-08-13 Thread Alan Somers
Author: asomers Date: Tue Aug 13 16:22:43 2019 New Revision: 350993 URL: https://svnweb.freebsd.org/changeset/base/350993 Log: Consistently use the byteorder functions in the correct direction Though ntohs and htons are functionally identical, they have different meanings.Using the correct

svn commit: r350992 - head/tests/sys/fs/fusefs

2019-08-13 Thread Alan Somers
Author: asomers Date: Tue Aug 13 15:52:28 2019 New Revision: 350992 URL: https://svnweb.freebsd.org/changeset/base/350992 Log: fusefs: skip some tests when unsafe aio is disabled MFC after: 15 days MFC-With: r350665 Sponsored by: The FreeBSD Foundation Modified: head/tes

svn commit: r350991 - head/sys/conf

2019-08-13 Thread Warner Losh
Author: imp Date: Tue Aug 13 15:50:47 2019 New Revision: 350991 URL: https://svnweb.freebsd.org/changeset/base/350991 Log: r350976 accidentally removed nvram device. Restore it. Modified: head/sys/conf/files.i386 Modified: head/sys/conf/files.i386

svn commit: r350990 - head/tests/sys/fs/fusefs

2019-08-13 Thread Alan Somers
Author: asomers Date: Tue Aug 13 15:49:40 2019 New Revision: 350990 URL: https://svnweb.freebsd.org/changeset/base/350990 Log: fusefs: add SVN Keywords to the test files Reported by: SVN pre-commit hooks MFC after:15 days MFC-With: r350665 Sponsored by: The FreeBSD Foundation

svn commit: r350989 - in head/share/man: man4 man5

2019-08-13 Thread Ed Maste
Author: emaste Date: Tue Aug 13 15:41:36 2019 New Revision: 350989 URL: https://svnweb.freebsd.org/changeset/base/350989 Log: Remove some more leftover rlogin man page xrefs rcmds were removed in r32435 and these three man pages can trivially drop the references. There's still a refe

svn commit: r350988 - head/sys/dev/gpio

2019-08-13 Thread Ian Lepore
Author: ian Date: Tue Aug 13 15:38:05 2019 New Revision: 350988 URL: https://svnweb.freebsd.org/changeset/base/350988 Log: Add PNP_INFO to the gpiopps driver. Modified: head/sys/dev/gpio/gpiopps.c Modified: head/sys/dev/gpio/gpiopps.c =

svn commit: r350987 - head/sbin/ping6

2019-08-13 Thread Alan Somers
Author: asomers Date: Tue Aug 13 15:30:29 2019 New Revision: 350987 URL: https://svnweb.freebsd.org/changeset/base/350987 Log: ping6: Fix data type of a variable for a packet sequence number Submitted by: Ján Sučan MFC after: 2 weeks Sponsored by: Google, inc. (Google Summer o

svn commit: r350984 - head/sys/conf

2019-08-13 Thread Warner Losh
Author: imp Date: Tue Aug 13 15:28:11 2019 New Revision: 350984 URL: https://svnweb.freebsd.org/changeset/base/350984 Log: nsp(4) was removed in r339571. Remove stray reference. Modified: head/sys/conf/files Modified: head/sys/conf/files ==

svn commit: r350985 - head/sys/conf

2019-08-13 Thread Warner Losh
Author: imp Date: Tue Aug 13 15:28:18 2019 New Revision: 350985 URL: https://svnweb.freebsd.org/changeset/base/350985 Log: vx(4) was removed in r347921. Remove stray reference. Modified: head/sys/conf/files Modified: head/sys/conf/files ===

svn commit: r350986 - head/sys/conf

2019-08-13 Thread Warner Losh
Author: imp Date: Tue Aug 13 15:28:22 2019 New Revision: 350986 URL: https://svnweb.freebsd.org/changeset/base/350986 Log: Flowtables were removed in r321618, remove stray reference here. Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r350983 - head/usr.sbin/crunch/examples

2019-08-13 Thread Ed Maste
Author: emaste Date: Tue Aug 13 15:23:14 2019 New Revision: 350983 URL: https://svnweb.freebsd.org/changeset/base/350983 Log: crunch: remove rsh and rlogin from example config file rcmds removed in r324351. Historical references in the README are maintained. There's a paragraph desc

svn commit: r350982 - head/sys/conf

2019-08-13 Thread Warner Losh
Author: imp Date: Tue Aug 13 15:16:42 2019 New Revision: 350982 URL: https://svnweb.freebsd.org/changeset/base/350982 Log: fe(4) driver has been removed from the tree in r347914. Remove stray reference. Modified: head/sys/conf/files.i386 Modified: head/sys/conf/files.i386 ==

svn commit: r350981 - head/share/man/man5

2019-08-13 Thread Ed Maste
Author: emaste Date: Tue Aug 13 14:57:04 2019 New Revision: 350981 URL: https://svnweb.freebsd.org/changeset/base/350981 Log: Regen src.conf.5 after r350980 (remove rsh/rlogin references) Also pick up changes to LLVM_TARGET_RISCV, NAND, NVME, OPENM Sponsored by: The FreeBSD Foundation

svn commit: r350980 - head/tools/build/options

2019-08-13 Thread Ed Maste
Author: emaste Date: Tue Aug 13 14:51:16 2019 New Revision: 350980 URL: https://svnweb.freebsd.org/changeset/base/350980 Log: Remove rlogin/rsh references from src.conf(5) WITHOUT_BLACKLIST_SUPPORT rcmds were removed in r324351 MFC after:1 week Sponsored by: The FreeBSD Foundatio

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

2019-08-13 Thread Ed Maste
Author: emaste Date: Tue Aug 13 14:47:24 2019 New Revision: 350979 URL: https://svnweb.freebsd.org/changeset/base/350979 Log: Remove rsh/rlogin references from security man page More extensive changes to this page are certainly needed, but at least remove references to binaries that no lo

svn commit: r350976 - head/sys/conf

2019-08-13 Thread Warner Losh
Author: imp Date: Tue Aug 13 13:41:46 2019 New Revision: 350976 URL: https://svnweb.freebsd.org/changeset/base/350976 Log: nvme has been moved to 'files' so shouldn't be here anymore. It works on powerpc64 and arm64 these days as well as amd64/i386. Modified: head/sys/conf/files.amd64 hea

svn commit: r350975 - head/sys/conf

2019-08-13 Thread Warner Losh
Author: imp Date: Tue Aug 13 13:28:12 2019 New Revision: 350975 URL: https://svnweb.freebsd.org/changeset/base/350975 Log: ed(4) has been removed from the tree, but these were forgotten in r347911. Modified: head/sys/conf/files.amd64 head/sys/conf/files.i386 Modified: head/sys/conf/files.a

svn commit: r350974 - head/sys/netinet

2019-08-13 Thread Andrey V. Elsukov
Author: ae Date: Tue Aug 13 12:47:53 2019 New Revision: 350974 URL: https://svnweb.freebsd.org/changeset/base/350974 Log: Save ip_ttl value and restore it after checksum calculation. Since ipvoly is used for checksum calculation, part of original IP header is zeroed. This part includes ip

svn commit: r350973 - head/sys/netinet/tcp_stacks

2019-08-13 Thread Randall Stewart
Author: rrs Date: Tue Aug 13 12:41:15 2019 New Revision: 350973 URL: https://svnweb.freebsd.org/changeset/base/350973 Log: Place back in the dependency on HPTS via module depends versus a fatal error in compiling. This was taken out by mistake when I mis-merged from the 18q22p2 sources of ra