Re: svn commit: r338053 - head/sys/netinet

2018-08-20 Thread Bjoern A. Zeeb
On 20 Aug 2018, at 1:13, Conrad Meyer wrote: On Sun, Aug 19, 2018 at 11:40 AM, Bjoern A. Zeeb wrote: I am so happy we have a version control system where you could hopefully find out if the original committer left a decent commit message.. takes less than 60 seconds .. https://svnweb.freebsd

svn commit: r338094 - head/usr.bin/vmstat

2018-08-20 Thread John Baldwin
Author: jhb Date: Mon Aug 20 09:29:21 2018 New Revision: 338094 URL: https://svnweb.freebsd.org/changeset/base/338094 Log: Fully retire the unimplemented -t option from vmstat(8). It was #ifdef'd out in the 4.4BSD import and hasn't been re-enabled since then. Reviewed by: kib MFC

svn commit: r338097 - head/lib/libmd

2018-08-20 Thread Alex Richardson
Author: arichardson Date: Mon Aug 20 10:39:48 2018 New Revision: 338097 URL: https://svnweb.freebsd.org/changeset/base/338097 Log: Allow bootstrapping libmd on MacOS The assembly files use directives that only work for ELF targets so skip them when bootstrapping on MacOS. Reviewed By

svn commit: r338095 - head/lib/libsysdecode

2018-08-20 Thread Alex Richardson
Author: arichardson Date: Mon Aug 20 10:39:37 2018 New Revision: 338095 URL: https://svnweb.freebsd.org/changeset/base/338095 Log: Make mkioctls script work on Linux and MacOS Using find -s will not work with the Linux or MacOS find command. We pipe to sort instead since the only real re

svn commit: r338096 - head/tools/build/mk

2018-08-20 Thread Alex Richardson
Author: arichardson Date: Mon Aug 20 10:39:42 2018 New Revision: 338096 URL: https://svnweb.freebsd.org/changeset/base/338096 Log: Avoid depending on system headers from the source tree during bootstrap This can cause surprising errors if the build tools is built against headers that don'

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

2018-08-20 Thread Alex Richardson
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 This has two advantages: 1) We no longer create lots of empty directories that are not needed 2) T

svn commit: r338099 - head/lib/libsysdecode

2018-08-20 Thread Alex Richardson
Author: arichardson Date: Mon Aug 20 10:59:49 2018 New Revision: 338099 URL: https://svnweb.freebsd.org/changeset/base/338099 Log: Don't rebuild ioctl.c and relink libsysdecode if there are no changes Instead generate a temporary file and only overwrite ioctl.c if the files are actually d

svn commit: r338100 - head/share/man/man8

2018-08-20 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Mon Aug 20 11:05:36 2018 New Revision: 338100 URL: https://svnweb.freebsd.org/changeset/base/338100 Log: Create a manual page for beinstall.sh. Reviewed by: bcr, brd, will Approved by: krion (mentor) Differential Revision:https://reviews.fre

Re: svn commit: r338053 - head/sys/netinet

2018-08-20 Thread Michael Tuexen
> On 20. Aug 2018, at 09:33, Bjoern A. Zeeb > wrote: > > On 20 Aug 2018, at 1:13, Conrad Meyer wrote: > >> On Sun, Aug 19, 2018 at 11:40 AM, Bjoern A. Zeeb >> wrote: >>> I am so happy we have a version control system where you could hopefully >>> find out if the original committer left a decen

svn commit: r338101 - in head/sys: amd64/include i386/include x86/include

2018-08-20 Thread John Baldwin
Author: jhb Date: Mon Aug 20 12:31:39 2018 New Revision: 338101 URL: https://svnweb.freebsd.org/changeset/base/338101 Log: Merge amd64 and i386 headers. Reviewed by: kib MFC after:2 weeks Differential Revision:https://reviews.freebsd.org/D16803 Added: head/sys/x86/inclu

svn commit: r338102 - in head/sys/netinet: . tcp_stacks

2018-08-20 Thread Randall Stewart
Author: rrs Date: Mon Aug 20 12:43:18 2018 New Revision: 338102 URL: https://svnweb.freebsd.org/changeset/base/338102 Log: This change represents a substantial restructure of the way we reassembly inbound tcp segments. The old algorithm just blindly dropped in segments without coalescing. Th

svn commit: r338103 - head/usr.sbin/iostat

2018-08-20 Thread Will Andrews
Author: will Date: Mon Aug 20 13:42:22 2018 New Revision: 338103 URL: https://svnweb.freebsd.org/changeset/base/338103 Log: iostat: update man page for r277566 The original commit added granularity to the transaction latency display in the extended device stats mode, but didn't update the

svn commit: r338105 - head/sys/netgraph

2018-08-20 Thread Alexander Motin
Author: mav Date: Mon Aug 20 14:35:54 2018 New Revision: 338105 URL: https://svnweb.freebsd.org/changeset/base/338105 Log: Remove extra M_ZERO from NG_MKRESPONSE() argument. NG_MKRESPONSE() sets M_ZERO by itself. Submitted by: Dmitry Luhtionov MFC after:1 week Modified: head/

svn commit: r338107 - in head/sys: arm/allwinner arm/arm arm/freescale/imx arm/nvidia arm/nvidia/drm2 arm/samsung/exynos arm64/arm64 compat/linuxkpi/common/include/linux compat/linuxkpi/common/src ...

2018-08-20 Thread Alan Cox
Author: alc Date: Mon Aug 20 15:57:27 2018 New Revision: 338107 URL: https://svnweb.freebsd.org/changeset/base/338107 Log: Eliminate kmem_alloc_contig()'s unused arena parameter. Reviewed by: hselasky, kib, markj Discussed with: jeff Differential Revision:https://reviews.

Re: svn commit: r337978 - in head/libexec/rtld-elf: . aarch64 arm mips powerpc powerpc64 riscv

2018-08-20 Thread Kyle Evans
On Mon, Aug 20, 2018 at 11:00 AM, Michal Meloun wrote: > > > On 17.08.2018 18:19, Brooks Davis wrote: >> Author: brooks >> Date: Fri Aug 17 16:19:47 2018 >> New Revision: 337978 >> URL: https://svnweb.freebsd.org/changeset/base/337978 >> >> Log: >> Rework rtld's TLS Variant I implementation to m

Re: svn commit: r337978 - in head/libexec/rtld-elf: . aarch64 arm mips powerpc powerpc64 riscv

2018-08-20 Thread Michal Meloun
On 17.08.2018 18:19, Brooks Davis wrote: > Author: brooks > Date: Fri Aug 17 16:19:47 2018 > New Revision: 337978 > URL: https://svnweb.freebsd.org/changeset/base/337978 > > Log: > Rework rtld's TLS Variant I implementation to match r326794 > > The above commit fixed handling overaligned

svn commit: r338108 - head/stand/lua

2018-08-20 Thread Warner Losh
Author: imp Date: Mon Aug 20 16:44:09 2018 New Revision: 338108 URL: https://svnweb.freebsd.org/changeset/base/338108 Log: Serial console menus for lua. Remove a bunch of special cases for UEFI and serial consoles. We do want to do curses and menu things here. This makes us match what we

Re: svn commit: r337978 - in head/libexec/rtld-elf: . aarch64 arm mips powerpc powerpc64 riscv

2018-08-20 Thread Michal Meloun
On 20.08.2018 18:02, Kyle Evans wrote: > On Mon, Aug 20, 2018 at 11:00 AM, Michal Meloun > wrote: >> >> >> On 17.08.2018 18:19, Brooks Davis wrote: >>> Author: brooks >>> Date: Fri Aug 17 16:19:47 2018 >>> New Revision: 337978 >>> URL: https://svnweb.freebsd.org/changeset/base/337978 >>> >>> L

svn commit: r338110 - head/usr.sbin/jail

2018-08-20 Thread Bjoern Heidotting
Author: bhd (doc committer) Date: Mon Aug 20 18:17:50 2018 New Revision: 338110 URL: https://svnweb.freebsd.org/changeset/base/338110 Log: In r324732 sysinstall was replaced by bsdinstall. However, for post-install configuration, bsdinstall is not of much use. Point the user to bsdconfig ins

Re: svn commit: r338018 - head/sys/vm

2018-08-20 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Sat, 18 Aug 2018 18:33:50 + (UTC) Alan Cox schrieb: > Author: alc > Date: Sat Aug 18 18:33:50 2018 > New Revision: 338018 > URL: https://svnweb.freebsd.org/changeset/base/338018 > > Log: > Eliminate the arena parameter to kmem_malloc_doma

Re: svn commit: r338018 - head/sys/vm

2018-08-20 Thread Alan Cox
On 08/20/2018 13:36, O. Hartmann wrote: > Am Sat, 18 Aug 2018 18:33:50 + (UTC) > Alan Cox schrieb: > > > Author: alc > > Date: Sat Aug 18 18:33:50 2018 > > New Revision: 338018 > > URL: https://svnweb.freebsd.org/changeset/base/338018 > > > Log: > > Eliminate the arena parameter to kmem_mall

svn commit: r338111 - head/sys/dev/ichiic

2018-08-20 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Aug 20 18:50:56 2018 New Revision: 338111 URL: https://svnweb.freebsd.org/changeset/base/338111 Log: [ig4] add ACPI Device HID for AMD platforms Added ACPI Device HID AMDI0010 for the designware I2C controllers in future AMD platforms. Also, when verifying componen

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

2018-08-20 Thread Konstantin Belousov
Author: kib Date: Mon Aug 20 19:07:57 2018 New Revision: 338112 URL: https://svnweb.freebsd.org/changeset/base/338112 Log: Always initialize PCPU kcr3 for vmspace0 pmap. If an exception or NMI occurs before CPU switched to a pmap different from vmspace0, PCPU kcr3 is left zero for pti con

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

2018-08-20 Thread Konstantin Belousov
Author: kib Date: Mon Aug 20 19:09:39 2018 New Revision: 338113 URL: https://svnweb.freebsd.org/changeset/base/338113 Log: Update comment about ABI of flush_l1s_sw to match the reality. CPUID instruction clobbers %rbx and %rdx. Sponsored by: The FreeBSD Foundation MFC after:13 da

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

2018-08-20 Thread Warner Losh
Author: imp Date: Mon Aug 20 19:39:49 2018 New Revision: 338114 URL: https://svnweb.freebsd.org/changeset/base/338114 Log: mergemaster: better defaults for SOURCEDIR If we can't find a Makefile.inc1 in the specified / default SOURCEDIR, and there's a Makefile.inc1 in the current directory

Re: svn commit: r338096 - head/tools/build/mk

2018-08-20 Thread Warner Losh
On Mon, Aug 20, 2018 at 1:45 PM, O. Hartmann wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Am Mon, 20 Aug 2018 10:39:43 + (UTC) > Alex Richardson schrieb: > > > Author: arichardson > > Date: Mon Aug 20 10:39:42 2018 > > New Revision: 338096 > > URL: https://svnweb.freebsd.or

Re: svn commit: r338096 - head/tools/build/mk

2018-08-20 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Mon, 20 Aug 2018 10:39:43 + (UTC) Alex Richardson schrieb: > Author: arichardson > Date: Mon Aug 20 10:39:42 2018 > New Revision: 338096 > URL: https://svnweb.freebsd.org/changeset/base/338096 > > Log: > Avoid depending on system headers

Re: svn commit: r338096 - head/tools/build/mk

2018-08-20 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Mon, 20 Aug 2018 13:48:45 -0600 Warner Losh schrieb: > On Mon, Aug 20, 2018 at 1:45 PM, O. Hartmann wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA512 > > > > Am Mon, 20 Aug 2018 10:39:43 + (UTC) > > Alex Richardson schrieb:

svn commit: r338115 - head/sys/netinet

2018-08-20 Thread Bjoern A. Zeeb
Author: bz Date: Mon Aug 20 20:06:36 2018 New Revision: 338115 URL: https://svnweb.freebsd.org/changeset/base/338115 Log: GC inc_isipv6; it was added for "temp" compatibility in 2001, r86764 and does not seem to be used. Modified: head/sys/netinet/in_pcb.h Modified: head/sys/netinet/in_pcb

Re: svn commit: r338096 - head/tools/build/mk

2018-08-20 Thread Warner Losh
On Mon, Aug 20, 2018 at 1:59 PM, O. Hartmann wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Am Mon, 20 Aug 2018 13:48:45 -0600 > Warner Losh schrieb: > > > On Mon, Aug 20, 2018 at 1:45 PM, O. Hartmann > wrote: > > > > > -BEGIN PGP SIGNED MESSAGE- > > > Hash: SHA512 > > >

svn commit: r338116 - in head/sys/arm: conf nvidia/tegra124

2018-08-20 Thread Warner Losh
Author: imp Date: Mon Aug 20 20:31:53 2018 New Revision: 338116 URL: https://svnweb.freebsd.org/changeset/base/338116 Log: Move options INTRNG into std.armv6 and std.armv7 INTRNG is required on all armv6 and armv7 systems, so make it standard. Modified: head/sys/arm/conf/ALPINE head/

svn commit: r338117 - head/tools/diag/prtblknos

2018-08-20 Thread Kirk McKusick
Author: mckusick Date: Mon Aug 20 20:44:11 2018 New Revision: 338117 URL: https://svnweb.freebsd.org/changeset/base/338117 Log: Fix incorrect output when printing block lists for files small enough to fit in only direct blocks whose size is exactly a multiple of the filesystem block size.

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

2018-08-20 Thread Kirk McKusick
Author: mckusick Date: Mon Aug 20 21:19:21 2018 New Revision: 338118 URL: https://svnweb.freebsd.org/changeset/base/338118 Log: TRIM consolodation is supposed to be off by default Modified: head/sys/ufs/ffs/ffs_alloc.c Modified: head/sys/ufs/ffs/ffs_alloc.c ==

svn commit: r338119 - head/sys/dev/cxgbe/tom

2018-08-20 Thread Navdeep Parhar
Author: np Date: Mon Aug 20 21:40:14 2018 New Revision: 338119 URL: https://svnweb.freebsd.org/changeset/base/338119 Log: cxgbe/tom: Provide the hardware tid in tcp_info. Submitted by: marius@ Modified: head/sys/dev/cxgbe/tom/t4_tom.c Modified: head/sys/dev/cxgbe/tom/t4_tom.c ==

svn commit: r338120 - head/usr.sbin/config

2018-08-20 Thread Kyle Evans
Author: kevans Date: Mon Aug 20 22:08:03 2018 New Revision: 338120 URL: https://svnweb.freebsd.org/changeset/base/338120 Log: config(8): Allow escape-quoted empty strings For use with things like BOOT_TAG=\"\" -- there are valid reasons to allow empty strings, especially as these are usua

svn commit: r338121 - head/share/man/man4

2018-08-20 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Mon Aug 20 22:16:15 2018 New Revision: 338121 URL: https://svnweb.freebsd.org/changeset/base/338121 Log: efidev.4: Improve formatting. - Move some information out of the SYNOPSIS section because it is formated in a broken way by mandoc(1) otherwise.

svn commit: r338122 - head/usr.bin/grep

2018-08-20 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Mon Aug 20 22:23:59 2018 New Revision: 338122 URL: https://svnweb.freebsd.org/changeset/base/338122 Log: Adjust formatting of grep and zgrep manual pages. grep(1) changes: - Pet mandoc & igor. - Stylize the text more with macros when appropriate.

svn commit: r338125 - head/lib/libthr/thread

2018-08-20 Thread Pedro F. Giffuni
Author: pfg Date: Tue Aug 21 01:33:25 2018 New Revision: 338125 URL: https://svnweb.freebsd.org/changeset/base/338125 Log: libthr: minor spacing cleanup. No functional change. X-MFC with: r337992 Modified: head/lib/libthr/thread/thr_attr.c Modified: head/lib/libthr/thread/thr_att

svn commit: r338126 - in head: contrib/ntp contrib/ntp/html contrib/ntp/include contrib/ntp/libntp contrib/ntp/ntpd contrib/ntp/ntpdate contrib/ntp/ntpdc contrib/ntp/ntpq contrib/ntp/ntpsnmpd contr...

2018-08-20 Thread Xin LI
Author: delphij Date: Tue Aug 21 02:38:07 2018 New Revision: 338126 URL: https://svnweb.freebsd.org/changeset/base/338126 Log: MFV r338092: ntp 4.2.8p12. Relnotes: yes Modified: head/contrib/ntp/ChangeLog head/contrib/ntp/NEWS head/contrib/ntp/config.h.in head/contrib/ntp/confi

Re: svn commit: r338059 - in head: . contrib/ntp/lib/isc contrib/ntp/sntp/libevent crypto/heimdal/lib/roken crypto/openssh include lib/libc/gen lib/libc/include sys/crypto/chacha20

2018-08-20 Thread Xin Li
On 8/19/18 12:12, Xin Li wrote: > On 8/19/18 11:27, Ian Lepore wrote: >> On Sun, 2018-08-19 at 17:40 +, Xin LI wrote: >>> Author: delphij >>> Date: Sun Aug 19 17:40:50 2018 >>> New Revision: 338059 >>> URL: https://svnweb.freebsd.org/changeset/base/338059 >>> >>> Log: >>>   Update userland arc4

svn commit: r338127 - head/sys/sys

2018-08-20 Thread Matt Macy
Author: mmacy Date: Tue Aug 21 03:33:54 2018 New Revision: 338127 URL: https://svnweb.freebsd.org/changeset/base/338127 Log: Make epoch KBI consistent between INVARIANTS and non-INVARIANTS move extra fields under EPOCH_TRACKER_DEBUG Reported by: hps Modified: head/sys/sys/epoch.h

svn commit: r338128 - in head: cddl/lib/libzpool cddl/usr.bin/ztest cddl/usr.sbin/zdb sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys sys/conf sys/modules/zfs

2018-08-20 Thread Matt Macy
Author: mmacy Date: Tue Aug 21 03:45:09 2018 New Revision: 338128 URL: https://svnweb.freebsd.org/changeset/base/338128 Log: Make dnode definition uniform on !x86 gcc4 requires -fms-extensions to accept anonymous union members Modified: head/cddl/lib/libzpool/Makefile head/cddl/usr.bin

Re: svn commit: r338118 - head/sys/ufs/ffs

2018-08-20 Thread Dimitry Andric
On 20 Aug 2018, at 23:19, Kirk McKusick wrote: > > Author: mckusick > Date: Mon Aug 20 21:19:21 2018 > New Revision: 338118 > URL: https://svnweb.freebsd.org/changeset/base/338118 > > Log: > TRIM consolodation is supposed to be off by default > > Modified: > head/sys/ufs/ffs/ffs_alloc.c > >

Re: svn commit: r338128 - in head: cddl/lib/libzpool cddl/usr.bin/ztest cddl/usr.sbin/zdb sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys sys/conf sys/modules/zfs

2018-08-20 Thread John Baldwin
On 8/21/18 4:45 AM, Matt Macy wrote: > Author: mmacy > Date: Tue Aug 21 03:45:09 2018 > New Revision: 338128 > URL: https://svnweb.freebsd.org/changeset/base/338128 > > Log: > Make dnode definition uniform on !x86 > > gcc4 requires -fms-extensions to accept anonymous union members > > Modi