Re: svn commit: r345138 - head/share/man/man9

2019-03-15 Thread Poul-Henning Kamp
In message <201903150152.x2f1q34w027...@gndrsh.dnsmgr.net>, "Rodney W. Grimes" writes: >> The first versions of CTM used diff -e and ed(1) to transmit changes, >> and that choked up on binary files. We didn't have patch in the >> tree back then. >patch has always been in the tree. >htt

Re: svn commit: r345151 - head/sys/net

2019-03-15 Thread Marko Zec
On Thu, 14 Mar 2019 20:14:14 + "Bjoern A. Zeeb" wrote: > On 14 Mar 2019, at 19:48, Kyle Evans wrote: > > > Author: kevans > > Date: Thu Mar 14 19:48:43 2019 > > New Revision: 345151 > > URL: https://svnweb.freebsd.org/changeset/base/345151 > > > > Log: > > ether_fakeaddr: Use 'b' 's' 'd' f

svn commit: r345172 - stable/12/sys/dev/iwm

2019-03-15 Thread Andriy Voskoboinyk
Author: avos Date: Fri Mar 15 07:34:06 2019 New Revision: 345172 URL: https://svnweb.freebsd.org/changeset/base/345172 Log: MFC r345002: iwm(4): use correct channel list source for Intel 3168 Intel 3168 uses another EEPROM section to store channel flags; port missing bits from iwlwifi t

svn commit: r345173 - in stable: 11/sbin/ifconfig 12/sbin/ifconfig

2019-03-15 Thread Andriy Voskoboinyk
Author: avos Date: Fri Mar 15 08:18:02 2019 New Revision: 345173 URL: https://svnweb.freebsd.org/changeset/base/345173 Log: MFC r344748: Allow to build ifconfig(8) without wireless support The change removes SIOC[GS]IEEE80211 handling from ifconfig(8) if WITHOUT_WIRELESS_SUPPORT=yes is

svn commit: r345173 - in stable: 11/sbin/ifconfig 12/sbin/ifconfig

2019-03-15 Thread Andriy Voskoboinyk
Author: avos Date: Fri Mar 15 08:18:02 2019 New Revision: 345173 URL: https://svnweb.freebsd.org/changeset/base/345173 Log: MFC r344748: Allow to build ifconfig(8) without wireless support The change removes SIOC[GS]IEEE80211 handling from ifconfig(8) if WITHOUT_WIRELESS_SUPPORT=yes is

svn commit: r345174 - stable/10/sbin/ifconfig

2019-03-15 Thread Andriy Voskoboinyk
Author: avos Date: Fri Mar 15 08:21:11 2019 New Revision: 345174 URL: https://svnweb.freebsd.org/changeset/base/345174 Log: MFC r344748: Allow to build ifconfig(8) without wireless support The change removes SIOC[GS]IEEE80211 handling from ifconfig(8) if WITHOUT_WIRELESS_SUPPORT=yes is

svn commit: r345175 - stable/12/sys/netpfil/pf

2019-03-15 Thread Kristof Provost
Author: kp Date: Fri Mar 15 11:01:49 2019 New Revision: 345175 URL: https://svnweb.freebsd.org/changeset/base/345175 Log: MFC r344921: pf: Fix DIOCGETSRCNODES r343295 broke DIOCGETSRCNODES by failing to reset 'nr' after counting the number of source tracking nodes. This meant that

svn commit: r345176 - stable/11/sys/netpfil/pf

2019-03-15 Thread Kristof Provost
Author: kp Date: Fri Mar 15 11:01:52 2019 New Revision: 345176 URL: https://svnweb.freebsd.org/changeset/base/345176 Log: MFC r344921: pf: Fix DIOCGETSRCNODES r343295 broke DIOCGETSRCNODES by failing to reset 'nr' after counting the number of source tracking nodes. This meant that

svn commit: r345177 - in head/sys: net netpfil/pf

2019-03-15 Thread Kristof Provost
Author: kp Date: Fri Mar 15 11:08:44 2019 New Revision: 345177 URL: https://svnweb.freebsd.org/changeset/base/345177 Log: pf :Use counter(9) in pf tables. The counters of pf tables are updated outside the rule lock. That means state updates might overwrite each other. Furthermore allocati

svn commit: r345178 - head/sys/net

2019-03-15 Thread Kristof Provost
Author: kp Date: Fri Mar 15 11:21:20 2019 New Revision: 345178 URL: https://svnweb.freebsd.org/changeset/base/345178 Log: bridge: Fix panic if the STP root is removed If the spanning tree root interface is removed from the bridge we panic on the next 'ifconfig'. While the STP code is no

svn commit: r345179 - head/sys/fs/ext2fs

2019-03-15 Thread Fedor Uporov
Author: fsu Date: Fri Mar 15 11:49:46 2019 New Revision: 345179 URL: https://svnweb.freebsd.org/changeset/base/345179 Log: Remove unneeded mount point unlock function calls. The ext2_nodealloccg() function unlocks the mount point in case of successful node allocation. The additional unl

Re: svn commit: r345138 - head/share/man/man9

2019-03-15 Thread Bruce Evans
On Fri, 15 Mar 2019, Poul-Henning Kamp wrote: In message <201903150152.x2f1q34w027...@gndrsh.dnsmgr.net>, "Rodney W. Grimes" writes: The first versions of CTM used diff -e and ed(1) to transmit changes, and that choked up on binary files. We didn't have patch in the tree back then.

Re: svn commit: r345138 - head/share/man/man9

2019-03-15 Thread Andrew Gallatin
On 3/14/19 11:36 PM, Rodney W. Grimes wrote: [ Charset UTF-8 unsupported, converting... ] On Thu, 14 Mar 2019 at 22:39, Rodney W. Grimes wrote: 4. There is no easy way to show "changed byte at offset 0x432 from 0xef to 0xfe" How do we represent Copyright and License in such objects? Thi

svn commit: r345180 - head/sys/net

2019-03-15 Thread Kyle Evans
Author: kevans Date: Fri Mar 15 13:19:52 2019 New Revision: 345180 URL: https://svnweb.freebsd.org/changeset/base/345180 Log: if_bridge(4): Fix module teardown bridge_rtnode_zone still has outstanding allocations at the time of destruction in the current model because all of the interface

Re: svn commit: r345138 - head/share/man/man9

2019-03-15 Thread Poul-Henning Kamp
In message , Andrew Gallatin writes: >On 3/14/19 11:36 PM, Rodney W. Grimes wrote: >> [ Charset UTF-8 unsupported, converting... ] >>> On Thu, 14 Mar 2019 at 22:39, Rodney W. Grimes >>> wrote: 4. There is no easy way to show "changed byte at offset 0x432 from 0xef to 0

Re: svn commit: r345171 - head/usr.sbin/bhyve

2019-03-15 Thread Ian Lepore
On Thu, 2019-03-14 at 19:31 -0700, Rodney W. Grimes wrote: > > Author: chuck > > Date: Fri Mar 15 02:11:28 2019 > > New Revision: 345171 > > URL: https://svnweb.freebsd.org/changeset/base/345171 > > > > Log: > > Fix bhyve PCIe capability emulation > > > > PCIe devices starting with version

svn commit: r345181 - in stable/12: lib/libc/sys sys/compat/freebsd32 sys/kern sys/sys

2019-03-15 Thread Konstantin Belousov
Author: kib Date: Fri Mar 15 14:16:16 2019 New Revision: 345181 URL: https://svnweb.freebsd.org/changeset/base/345181 Log: MFC r341689, r341711, r341712, r341809: Add getfhat(2), fhlink(2), fhlinkat(2), fhreadlink(2) file handle system calls. To easier potential MFC of the AT_BENEATH fea

svn commit: r345182 - stable/12/sys/dev/hwpmc

2019-03-15 Thread Konstantin Belousov
Author: kib Date: Fri Mar 15 14:18:19 2019 New Revision: 345182 URL: https://svnweb.freebsd.org/changeset/base/345182 Log: MFC r345074: Remove useless version check. Modified: stable/12/sys/dev/hwpmc/hwpmc_core.c Directory Properties: stable/12/ (props changed) Modified: stable/12/sys/

svn commit: r345183 - in stable/12/sys/x86: include x86

2019-03-15 Thread Konstantin Belousov
Author: kib Date: Fri Mar 15 14:19:45 2019 New Revision: 345183 URL: https://svnweb.freebsd.org/changeset/base/345183 Log: MFC r345075: Add register number, CPUID bits, and print identification for TSX force abort errata. Modified: stable/12/sys/x86/include/specialreg.h stable/12/sys/x8

svn commit: r345184 - head/usr.sbin/trim

2019-03-15 Thread Eugene Grosbein
Author: eugen Date: Fri Mar 15 14:42:23 2019 New Revision: 345184 URL: https://svnweb.freebsd.org/changeset/base/345184 Log: trim(8): emit more user-friendly error message in verbose mode. If underlying driver provides no TRIM/UNMAP support and operation fails due to this reason, state it

Re: svn commit: r345171 - head/usr.sbin/bhyve

2019-03-15 Thread Marcelo Araujo
Em sex, 15 de mar de 2019 às 22:12, Ian Lepore escreveu: > On Thu, 2019-03-14 at 19:31 -0700, Rodney W. Grimes wrote: > > > Author: chuck > > > Date: Fri Mar 15 02:11:28 2019 > > > New Revision: 345171 > > > URL: https://svnweb.freebsd.org/changeset/base/345171 > > > > > > Log: > > > Fix bhyve

Re: svn commit: r345171 - head/usr.sbin/bhyve

2019-03-15 Thread Warner Losh
On Thu, Mar 14, 2019 at 8:32 PM Rodney W. Grimes wrote: > > Author: chuck > > Date: Fri Mar 15 02:11:28 2019 > > New Revision: 345171 > > URL: https://svnweb.freebsd.org/changeset/base/345171 > > > > Log: > > Fix bhyve PCIe capability emulation > > > > PCIe devices starting with version 1.1 m

Re: svn commit: r345180 - head/sys/net

2019-03-15 Thread Kyle Evans
On Fri, Mar 15, 2019 at 8:20 AM Kyle Evans wrote: > > Author: kevans > Date: Fri Mar 15 13:19:52 2019 > New Revision: 345180 > URL: https://svnweb.freebsd.org/changeset/base/345180 > > Log: > if_bridge(4): Fix module teardown > > bridge_rtnode_zone still has outstanding allocations at the time

svn commit: r345186 - in stable/11/sys: conf dev/fxp modules/fxp

2019-03-15 Thread Mark Johnston
Author: markj Date: Fri Mar 15 15:16:31 2019 New Revision: 345186 URL: https://svnweb.freebsd.org/changeset/base/345186 Log: MFC r342214: Remove a use of a negative array index from fxp(4). Modified: stable/11/sys/conf/files stable/11/sys/conf/kern.mk stable/11/sys/dev/fxp/if_fxp.c st

svn commit: r345187 - head/sys/net

2019-03-15 Thread Kristof Provost
Author: kp Date: Fri Mar 15 15:52:36 2019 New Revision: 345187 URL: https://svnweb.freebsd.org/changeset/base/345187 Log: bridge: Fix STP-related panic After r345180 we need to have the appropriate vnet context set to delete an rtnode in bridge_rtnode_destroy(). That's usually the case,

Re: svn commit: r345171 - head/usr.sbin/bhyve

2019-03-15 Thread Rodney W. Grimes
> On Thu, Mar 14, 2019 at 8:32 PM Rodney W. Grimes > wrote: > > > > Author: chuck > > > Date: Fri Mar 15 02:11:28 2019 > > > New Revision: 345171 > > > URL: https://svnweb.freebsd.org/changeset/base/345171 > > > > > > Log: > > > Fix bhyve PCIe capability emulation > > > > > > PCIe devices sta

Re: svn commit: r345171 - head/usr.sbin/bhyve

2019-03-15 Thread Rodney W. Grimes
> Em sex, 15 de mar de 2019 ?s 22:12, Ian Lepore escreveu: > > > On Thu, 2019-03-14 at 19:31 -0700, Rodney W. Grimes wrote: > > > > Author: chuck > > > > Date: Fri Mar 15 02:11:28 2019 > > > > New Revision: 345171 > > > > URL: https://svnweb.freebsd.org/changeset/base/345171 > > > > > > > > Log:

Re: svn commit: r345171 - head/usr.sbin/bhyve

2019-03-15 Thread Pedro Giffuni
On 15/03/2019 11:03, Rodney W. Grimes wrote: Em sex, 15 de mar de 2019 ?s 22:12, Ian Lepore escreveu: On Thu, 2019-03-14 at 19:31 -0700, Rodney W. Grimes wrote: Author: chuck Date: Fri Mar 15 02:11:28 2019 New Revision: 345171 URL: https://svnweb.freebsd.org/changeset/base/345171 Log: Fi

Re: svn commit: r345171 - head/usr.sbin/bhyve

2019-03-15 Thread Marcelo Araujo
Em sáb, 16 de mar de 2019 às 00:03, Rodney W. Grimes < free...@gndrsh.dnsmgr.net> escreveu: > > Em sex, 15 de mar de 2019 ?s 22:12, Ian Lepore > escreveu: > > > > > On Thu, 2019-03-14 at 19:31 -0700, Rodney W. Grimes wrote: > > > > > Author: chuck > > > > > Date: Fri Mar 15 02:11:28 2019 > > > >

Re: svn commit: r345171 - head/usr.sbin/bhyve

2019-03-15 Thread John Baldwin
On 3/14/19 10:24 PM, Conrad Meyer wrote: > On Thu, Mar 14, 2019 at 8:06 PM Andrew Thompson wrote: >> >> On Fri, 15 Mar 2019 at 15:11, Chuck Tuffli wrote: >>> bzero(&pciecap, sizeof(pciecap)); > ... >>> + pciecap.dev_capabilities = PCIEM_CAP_ROLE_ERR_RPT; >> >> If the message

Re: svn commit: r345171 - head/usr.sbin/bhyve

2019-03-15 Thread John Baldwin
On 3/15/19 9:27 AM, John Baldwin wrote: > On 3/14/19 10:24 PM, Conrad Meyer wrote: >> On Thu, Mar 14, 2019 at 8:06 PM Andrew Thompson wrote: >>> >>> On Fri, 15 Mar 2019 at 15:11, Chuck Tuffli wrote: bzero(&pciecap, sizeof(pciecap)); >> ... + pciecap.dev_capabilitie

svn commit: r345189 - head/sys/x86/include

2019-03-15 Thread Konstantin Belousov
Author: kib Date: Fri Mar 15 16:39:05 2019 New Revision: 345189 URL: https://svnweb.freebsd.org/changeset/base/345189 Log: Add symbolic name for TSC_AUX MSR address. Sponsored by: The FreeBSD Foundation MFC after:3 days Modified: head/sys/x86/include/specialreg.h Modified: head/sy

Re: svn commit: r345171 - head/usr.sbin/bhyve

2019-03-15 Thread Rodney W. Grimes
> Em s?b, 16 de mar de 2019 ?s 00:03, Rodney W. Grimes < > free...@gndrsh.dnsmgr.net> escreveu: > > > > Em sex, 15 de mar de 2019 ?s 22:12, Ian Lepore > > escreveu: > > > > > > > On Thu, 2019-03-14 at 19:31 -0700, Rodney W. Grimes wrote: > > > > > > Author: chuck > > > > > > Date: Fri Mar 15 02:1

svn commit: r345190 - in head/sys: amd64/amd64 i386/i386

2019-03-15 Thread Konstantin Belousov
Author: kib Date: Fri Mar 15 16:43:28 2019 New Revision: 345190 URL: https://svnweb.freebsd.org/changeset/base/345190 Log: Provide deterministic (and somewhat useful) value for RDPID result, and for %ecx after RDTSCP. Initialize TSC_AUX MSR with CPUID. It allows for userspace to cheaply

Re: svn commit: r345138 - head/share/man/man9

2019-03-15 Thread Rodney W. Grimes
> > In message <201903150152.x2f1q34w027...@gndrsh.dnsmgr.net>, "Rodney W. > Grimes" > writes: > > >> The first versions of CTM used diff -e and ed(1) to transmit changes, > >> and that choked up on binary files. We didn't have patch in the > >> tree back then. > > >patch has always b

Re: svn commit: r345151 - head/sys/net

2019-03-15 Thread Rodney W. Grimes
> On 14 Mar 2019, at 19:48, Kyle Evans wrote: > > > Author: kevans > > Date: Thu Mar 14 19:48:43 2019 > > New Revision: 345151 > > URL: https://svnweb.freebsd.org/changeset/base/345151 > > > > Log: > > ether_fakeaddr: Use 'b' 's' 'd' for the prefix > > > > This has the advantage of being obvio

Re: svn commit: r345171 - head/usr.sbin/bhyve

2019-03-15 Thread Warner Losh
On Fri, Mar 15, 2019 at 9:56 AM Rodney W. Grimes wrote: > > On Thu, Mar 14, 2019 at 8:32 PM Rodney W. Grimes < > free...@gndrsh.dnsmgr.net> > > wrote: > > > > > > Author: chuck > > > > Date: Fri Mar 15 02:11:28 2019 > > > > New Revision: 345171 > > > > URL: https://svnweb.freebsd.org/changeset/ba

Re: svn commit: r345151 - head/sys/net

2019-03-15 Thread Kyle Evans
On Fri, Mar 15, 2019 at 12:04 PM Rodney W. Grimes wrote: > > > On 14 Mar 2019, at 19:48, Kyle Evans wrote: > > > > > Author: kevans > > > Date: Thu Mar 14 19:48:43 2019 > > > New Revision: 345151 > > > URL: https://svnweb.freebsd.org/changeset/base/345151 > > > > > > Log: > > > ether_fakeaddr: U

svn commit: r345192 - head/sys/net

2019-03-15 Thread Kyle Evans
Author: kevans Date: Fri Mar 15 17:13:05 2019 New Revision: 345192 URL: https://svnweb.freebsd.org/changeset/base/345192 Log: if_bridge(4): Drop pointless rtflush At this point, all routes should've already been dropped by removing all members from the bridge. This condition is in-fact KA

Re: svn commit: r345192 - head/sys/net

2019-03-15 Thread Kristof Provost
On 2019-03-15 17:13:05 (+), Kyle Evans wrote: > Author: kevans > Date: Fri Mar 15 17:13:05 2019 > New Revision: 345192 > URL: https://svnweb.freebsd.org/changeset/base/345192 > > Log: > if_bridge(4): Drop pointless rtflush > > At this point, all routes should've already been dropped by

Re: svn commit: r345192 - head/sys/net

2019-03-15 Thread Kyle Evans
On Fri, Mar 15, 2019 at 12:14 PM Kristof Provost wrote: > > On 2019-03-15 17:13:05 (+), Kyle Evans wrote: > > Author: kevans > > Date: Fri Mar 15 17:13:05 2019 > > New Revision: 345192 > > URL: https://svnweb.freebsd.org/changeset/base/345192 > > > > Log: > > if_bridge(4): Drop pointless rt

svn commit: r345193 - head/sys/net

2019-03-15 Thread Kyle Evans
Author: kevans Date: Fri Mar 15 17:18:19 2019 New Revision: 345193 URL: https://svnweb.freebsd.org/changeset/base/345193 Log: Revert r345192: Too many trees in play for bridge(4) bits An accidental appendage was committed that has not undergone review yet. Modified: head/sys/net/if_bridg

svn commit: r345194 - head/sys/net

2019-03-15 Thread Kyle Evans
Author: kevans Date: Fri Mar 15 17:19:36 2019 New Revision: 345194 URL: https://svnweb.freebsd.org/changeset/base/345194 Log: if_bridge(4): Drop pointless rtflush At this point, all routes should've already been dropped by removing all members from the bridge. This condition is in-fact KA

Re: svn commit: r345171 - head/usr.sbin/bhyve

2019-03-15 Thread Rodney W. Grimes
> On Fri, Mar 15, 2019 at 9:56 AM Rodney W. Grimes > wrote: > > > > On Thu, Mar 14, 2019 at 8:32 PM Rodney W. Grimes < > > free...@gndrsh.dnsmgr.net> > > > wrote: > > > > > > > > Author: chuck > > > > > Date: Fri Mar 15 02:11:28 2019 > > > > > New Revision: 345171 > > > > > URL: https://svnweb.fr

Re: svn commit: r345151 - head/sys/net

2019-03-15 Thread Rodney W. Grimes
> On Fri, Mar 15, 2019 at 12:04 PM Rodney W. Grimes > wrote: > > > > > On 14 Mar 2019, at 19:48, Kyle Evans wrote: > > > > > > > Author: kevans > > > > Date: Thu Mar 14 19:48:43 2019 > > > > New Revision: 345151 > > > > URL: https://svnweb.freebsd.org/changeset/base/345151 > > > > > > > > Log: > >

Re: svn commit: r345171 - head/usr.sbin/bhyve

2019-03-15 Thread Marcelo Araujo
Em sáb, 16 de mar de 2019 às 01:27, Rodney W. Grimes < free...@gndrsh.dnsmgr.net> escreveu: > > On Fri, Mar 15, 2019 at 9:56 AM Rodney W. Grimes < > free...@gndrsh.dnsmgr.net> > > wrote: > > > > > > On Thu, Mar 14, 2019 at 8:32 PM Rodney W. Grimes < > > > free...@gndrsh.dnsmgr.net> > > > > wrote:

Re: svn commit: r345171 - head/usr.sbin/bhyve

2019-03-15 Thread Warner Losh
On Fri, Mar 15, 2019 at 11:27 AM Rodney W. Grimes wrote: > > On Fri, Mar 15, 2019 at 9:56 AM Rodney W. Grimes < > free...@gndrsh.dnsmgr.net> > > wrote: > > > > > > On Thu, Mar 14, 2019 at 8:32 PM Rodney W. Grimes < > > > free...@gndrsh.dnsmgr.net> > > > > wrote: > > > > > > > > > > Author: chuck

svn commit: r345196 - head/sys/sys

2019-03-15 Thread Gleb Smirnoff
Author: glebius Date: Fri Mar 15 18:18:05 2019 New Revision: 345196 URL: https://svnweb.freebsd.org/changeset/base/345196 Log: Deanonymize thread and proc state enums, so that a userland app can use them without redefining the value names. New clang no longer allows to redefine a enum value

Re: svn commit: r345196 - head/sys/sys

2019-03-15 Thread John Baldwin
On 3/15/19 11:18 AM, Gleb Smirnoff wrote: > Author: glebius > Date: Fri Mar 15 18:18:05 2019 > New Revision: 345196 > URL: https://svnweb.freebsd.org/changeset/base/345196 > > Log: > Deanonymize thread and proc state enums, so that a userland app can > use them without redefining the value nam

Re: svn commit: r345196 - head/sys/sys

2019-03-15 Thread John Baldwin
On 3/15/19 11:28 AM, John Baldwin wrote: > On 3/15/19 11:18 AM, Gleb Smirnoff wrote: >> Author: glebius >> Date: Fri Mar 15 18:18:05 2019 >> New Revision: 345196 >> URL: https://svnweb.freebsd.org/changeset/base/345196 >> >> Log: >> Deanonymize thread and proc state enums, so that a userland app

svn commit: r345197 - stable/11/sys/dev/hwpmc

2019-03-15 Thread Konstantin Belousov
Author: kib Date: Fri Mar 15 18:50:00 2019 New Revision: 345197 URL: https://svnweb.freebsd.org/changeset/base/345197 Log: MFC r345074: Remove useless version check. Modified: stable/11/sys/dev/hwpmc/hwpmc_core.c Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/

svn commit: r345199 - in stable/11/sys/x86: include x86

2019-03-15 Thread Konstantin Belousov
Author: kib Date: Fri Mar 15 18:53:36 2019 New Revision: 345199 URL: https://svnweb.freebsd.org/changeset/base/345199 Log: MFC r345075: Add register number, CPUID bits, and print identification for TSX force abort errata. Modified: stable/11/sys/x86/include/specialreg.h stable/11/sys/x8

svn commit: r345200 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2019-03-15 Thread Alexander Motin
Author: mav Date: Fri Mar 15 18:59:04 2019 New Revision: 345200 URL: https://svnweb.freebsd.org/changeset/base/345200 Log: MFV r336930: 9284 arc_reclaim_thread has 2 jobs `arc_reclaim_thread()` calls `arc_adjust()` after calling `arc_kmem_reap_now()`; `arc_adjust()` signals `arc_get_data_

svn commit: r345202 - head/share/man/man9

2019-03-15 Thread Alan Somers
Author: asomers Date: Fri Mar 15 21:11:47 2019 New Revision: 345202 URL: https://svnweb.freebsd.org/changeset/base/345202 Log: VOP_INACTIVE(9): clarify wording Reviewed by: kib, 0mp MFC after:2 weeks Sponsored by: The FreeBSD Foundation Differential Revision:https://revie

Re: svn commit: r345171 - head/usr.sbin/bhyve

2019-03-15 Thread Chuck Tuffli
Apologies all the way around. I was ignorant about the maintainer for this code and goofed. See inline for other comments. On Fri, Mar 15, 2019 at 9:28 AM John Baldwin wrote: > > On 3/14/19 10:24 PM, Conrad Meyer wrote: > > On Thu, Mar 14, 2019 at 8:06 PM Andrew Thompson wrote: > >> > >> On Fri,

svn commit: r345203 - in head: contrib/googletest contrib/mandoc etc/mtree lib lib/googletest share/examples/tests/tests share/examples/tests/tests/googletest share/mk tools/build/mk tools/build/op...

2019-03-15 Thread Enji Cooper
Author: ngie Date: Fri Mar 15 21:43:52 2019 New Revision: 345203 URL: https://svnweb.freebsd.org/changeset/base/345203 Log: Initial googlemock/googletest integration into the build/FreeBSD test suite This initial integration takes googlemock/googletest release 1.8.1, integrates the librar

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

2019-03-15 Thread Enji Cooper
Author: ngie Date: Fri Mar 15 21:46:54 2019 New Revision: 345204 URL: https://svnweb.freebsd.org/changeset/base/345204 Log: Regenerate src.conf(5) after r345203 (MK_GOOGLETEST addition) MFC after:2 months MFC with: r345203 Approved by: emaste (mentor; implicit: https://reviews.

svn commit: r345205 - in head/cddl/usr.sbin/zfsd: . tests

2019-03-15 Thread Enji Cooper
Author: ngie Date: Fri Mar 15 21:49:19 2019 New Revision: 345205 URL: https://svnweb.freebsd.org/changeset/base/345205 Log: Integrate cddl/usr.sbin/zfds/tests into the FreeBSD test suite This change integrates the unit tests for zfsd into the test suite using the integration method descri

Re: svn commit: r345171 - head/usr.sbin/bhyve

2019-03-15 Thread John Baldwin
On 3/15/19 2:36 PM, Chuck Tuffli wrote: > I was contacted by a bhyve user who mentioned that Windows didn't seem > to like bhyve's NVMe emulation. This change doesn't fix that, but this > is one of a handful of changes inspired by qemu. While trying to > reverse engineer why Windows is grumpy, I've

svn commit: r345206 - in head/sys: geom kern sys

2019-03-15 Thread Conrad Meyer
Author: cem Date: Fri Mar 15 22:39:55 2019 New Revision: 345206 URL: https://svnweb.freebsd.org/changeset/base/345206 Log: stack(9): Drop unused API mode and comment that referenced it Reviewed by: markj Differential Revision:https://reviews.freebsd.org/D19601 Modified: head/s

svn commit: r345216 - head/tests/sys/cddl/zfs/tests/delegate

2019-03-15 Thread Enji Cooper
Author: ngie Date: Sat Mar 16 03:37:47 2019 New Revision: 345216 URL: https://svnweb.freebsd.org/changeset/base/345216 Log: Remove duplicate `${PACKAGE}FILES+= cleanup.ksh` line This mutes the duplicate target warning emitted via bsd.files.mk each build. MFC after:1 week Reviewed

Re: svn commit: r345216 - head/tests/sys/cddl/zfs/tests/delegate

2019-03-15 Thread Enji Cooper
> On Mar 15, 2019, at 8:37 PM, Enji Cooper wrote: > > Author: ngie > Date: Sat Mar 16 03:37:47 2019 > New Revision: 345216 > URL: https://svnweb.freebsd.org/changeset/base/345216 > > Log: > Remove duplicate `${PACKAGE}FILES+= cleanup.ksh` line > > This mutes the duplicate target warning emit