Re: svn commit: r334104 - in head/sys: netinet sys

2018-05-23 Thread Gleb Smirnoff
On Thu, May 24, 2018 at 06:44:20AM +0200, Mateusz Guzik wrote: M> I fundamentally disagree with this part. M> M> If a known value of a given field is needed for assertion purposes, you M> can add (possibly conditional) code setting this specific value. It M> probably should not be zero if it can

Re: svn commit: r333860 - head/sys/kern

2018-05-23 Thread Gleb Smirnoff
Let me repeat again. The warning is a false positive, and thus assignment isn't useful. I'm not worried about a single instruction, more about polluting the code. If the warning was escalated to build error, and we did carry about building with gcc8, in this case the assignment should be added

svn commit: r334128 - in head: . lib/libpmcstat lib/libpmcstat/pmu-events lib/libpmcstat/pmu-events/arch lib/libpmcstat/pmu-events/arch/arm64 lib/libpmcstat/pmu-events/arch/arm64/arm lib/libpmcstat...

2018-05-23 Thread Matt Macy
Author: mmacy Date: Thu May 24 04:30:06 2018 New Revision: 334128 URL: https://svnweb.freebsd.org/changeset/base/334128 Log: libpmcstat: compile in events based on json description Added: head/lib/libpmcstat/libpmcstat_pmu_util.c (contents, props changed) head/lib/libpmcstat/pmu-events/

svn commit: r334129 - head/sys/amd64/conf

2018-05-23 Thread Matt Macy
Author: mmacy Date: Thu May 24 04:31:53 2018 New Revision: 334129 URL: https://svnweb.freebsd.org/changeset/base/334129 Log: take NUMA out Modified: head/sys/amd64/conf/GENERIC-NODEBUG Modified: head/sys/amd64/conf/GENERIC-NODEBUG

UPDATE

2018-05-23 Thread HELP DESK
Esto es para informarle que el sistema de actualizaci�n / mantenimiento de nuestros sistemas se realizar� entre las 10 p.m.-11 p.m. el d�a de hoy. Como resultado, se le pedir� que verifique su correo electr�nico mediante HAGA CLIC AQU� para que podamos actualizar tu Zimbra. Una vez m�s,

Re: svn commit: r334120 - head/share/mk

2018-05-23 Thread Conrad Meyer
On Wed, May 23, 2018 at 6:28 PM, Eitan Adler wrote: > On 23 May 2018 at 14:26, Ed Maste wrote: >> Author: emaste >> Date: Wed May 23 21:26:33 2018 >> New Revision: 334120 >> URL: https://svnweb.freebsd.org/changeset/base/334120 >> >> Log: >> Revert

Re: Deorbiting i386

2018-05-23 Thread Pedro Giffuni
FWIW; On 23/05/2018 17:18, Cy Schubert wrote: In message <20180523202228.gc58...@spindle.one-eyed-alien.net>, Brooks Davis wr ites: --QRj9sO5tAVLaXnSD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 24, 2018 at

Re: svn commit: r334120 - head/share/mk

2018-05-23 Thread Ed Maste
On 23 May 2018 at 21:28, Eitan Adler wrote: > On 23 May 2018 at 14:26, Ed Maste wrote: >> Author: emaste >> Date: Wed May 23 21:26:33 2018 >> New Revision: 334120 >> URL: https://svnweb.freebsd.org/changeset/base/334120 >> >> Log: >> Revert r334081

Re: svn commit: r334120 - head/share/mk

2018-05-23 Thread Eitan Adler
On 23 May 2018 at 14:26, Ed Maste wrote: > Author: emaste > Date: Wed May 23 21:26:33 2018 > New Revision: 334120 > URL: https://svnweb.freebsd.org/changeset/base/334120 > > Log: > Revert r334081 (-Wmain) as it broke the build on gcc architectures I tested this with "make

Re: svn commit: r334104 - in head/sys: netinet sys

2018-05-23 Thread Eitan Adler
On 23 May 2018 at 17:40, Jonathan T. Looney wrote: > On Wed, May 23, 2018 at 7:13 PM, Matthew Macy wrote: >> >> On Wed, May 23, 2018 at 11:52 AM, John Baldwin wrote: >> > On Wednesday, May 23, 2018 05:00:05 PM Matt Macy wrote: >> >> Author:

Re: Deorbiting i386 (was: Re: svn commit: r333388 - in head: . share/man/man4 sys/confsys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/toolstools/tools/nxge usr.sbin/bsdconfig/sh

2018-05-23 Thread Brooks Davis
On Wed, May 23, 2018 at 03:18:59PM -0700, Cy Schubert wrote: > In message <20180523202228.gc58...@spindle.one-eyed-alien.net>, Brooks > Davis wr > ites: > > > > > > --QRj9sO5tAVLaXnSD > > Content-Type: text/plain; charset=us-ascii > > Content-Disposition: inline > > Content-Transfer-Encoding:

svn commit: r334126 - head/sbin/devd

2018-05-23 Thread Matt Macy
Author: mmacy Date: Thu May 24 01:12:06 2018 New Revision: 334126 URL: https://svnweb.freebsd.org/changeset/base/334126 Log: devd: drop WARNS back down to 3 until 6 actually works with GCC Modified: head/sbin/devd/Makefile Modified: head/sbin/devd/Makefile

svn commit: r334125 - in head/sys: netinet sys

2018-05-23 Thread Matt Macy
Author: mmacy Date: Thu May 24 01:04:56 2018 New Revision: 334125 URL: https://svnweb.freebsd.org/changeset/base/334125 Log: convert allocations to INVARIANTS M_ZERO Modified: head/sys/netinet/ip_divert.c head/sys/netinet/raw_ip.c head/sys/netinet/tcp_subr.c

svn commit: r334124 - head/sys/sys

2018-05-23 Thread Matt Macy
Author: mmacy Date: Thu May 24 01:03:31 2018 New Revision: 334124 URL: https://svnweb.freebsd.org/changeset/base/334124 Log: malloc: Add flag for conditionally zeroing for INVARIANTS builds Modified: head/sys/sys/malloc.h Modified: head/sys/sys/malloc.h

Re: svn commit: r334104 - in head/sys: netinet sys

2018-05-23 Thread Jonathan T. Looney
On Wed, May 23, 2018 at 7:13 PM, Matthew Macy wrote: > > On Wed, May 23, 2018 at 11:52 AM, John Baldwin wrote: > > On Wednesday, May 23, 2018 05:00:05 PM Matt Macy wrote: > >> Author: mmacy > >> Date: Wed May 23 17:00:05 2018 > >> New Revision: 334104 > >>

svn commit: r334123 - head/sys/netgraph

2018-05-23 Thread John Baldwin
Author: jhb Date: Thu May 24 00:06:55 2018 New Revision: 334123 URL: https://svnweb.freebsd.org/changeset/base/334123 Log: Catch up two more places to the V_ifnet change to a CK_STAILQ. Modified: head/sys/netgraph/ng_ether.c head/sys/netgraph/ng_gif.c Modified:

Re: svn commit: r334104 - in head/sys: netinet sys

2018-05-23 Thread Matthew Macy
On Wed, May 23, 2018 at 11:52 AM, John Baldwin wrote: > On Wednesday, May 23, 2018 05:00:05 PM Matt Macy wrote: >> Author: mmacy >> Date: Wed May 23 17:00:05 2018 >> New Revision: 334104 >> URL: https://svnweb.freebsd.org/changeset/base/334104 >> >> Log: >> epoch: allow for

Re: svn commit: r334104 - in head/sys: netinet sys

2018-05-23 Thread John Baldwin
On Wednesday, May 23, 2018 05:00:05 PM Matt Macy wrote: > Author: mmacy > Date: Wed May 23 17:00:05 2018 > New Revision: 334104 > URL: https://svnweb.freebsd.org/changeset/base/334104 > > Log: > epoch: allow for conditionally asserting that the epoch context fields > are unused by zeroing on

Re: svn commit: r334073 - head

2018-05-23 Thread John Baldwin
On Wednesday, May 23, 2018 12:09:59 PM Eitan Adler wrote: > On 23 May 2018 at 09:27, John Baldwin wrote: > > On Wednesday, May 23, 2018 04:09:01 AM Eitan Adler wrote: > >> Author: eadler > >> Date: Wed May 23 04:09:01 2018 > >> New Revision: 334073 > >> URL:

Re: svn commit: r333860 - head/sys/kern

2018-05-23 Thread Matthew Macy
On Wed, May 23, 2018 at 3:57 PM, Gleb Smirnoff wrote: > The initialization isn't useful. It silences a gcc warning. So yes it is. It's this exchange which is not useful. -M > On Wed, May 23, 2018 at 03:52:42PM -0700, Matthew Macy wrote: > M> Talk to the gcc devs. The

Re: svn commit: r333860 - head/sys/kern

2018-05-23 Thread Gleb Smirnoff
The initialization isn't useful. On Wed, May 23, 2018 at 03:52:42PM -0700, Matthew Macy wrote: M> Talk to the gcc devs. The warning is useful even if there are false positives. M> M> On Wed, May 23, 2018 at 3:27 PM, Gleb Smirnoff wrote: M> > Hi, M> > M> > On Sat, May 19,

Re: svn commit: r333860 - head/sys/kern

2018-05-23 Thread Matthew Macy
Talk to the gcc devs. The warning is useful even if there are false positives. On Wed, May 23, 2018 at 3:27 PM, Gleb Smirnoff wrote: > Hi, > > On Sat, May 19, 2018 at 05:10:52AM +, Matt Macy wrote: > M> Author: mmacy > M> Date: Sat May 19 05:10:51 2018 > M> New

Deorbiting i386 (was: Re: svn commit: r333388 - in head: . share/man/man4 sys/confsys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/toolstools/tools/nxge usr.sbin/bsdconfig/sha

2018-05-23 Thread Cy Schubert
In message <20180523202228.gc58...@spindle.one-eyed-alien.net>, Brooks Davis wr ites: > > > --QRj9sO5tAVLaXnSD > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Thu, May 24, 2018 at 02:53:16AM +0700, Eugene Grosbein

Re: svn commit: r333860 - head/sys/kern

2018-05-23 Thread Gleb Smirnoff
Hi, On Sat, May 19, 2018 at 05:10:52AM +, Matt Macy wrote: M> Author: mmacy M> Date: Sat May 19 05:10:51 2018 M> New Revision: 333860 M> URL: https://svnweb.freebsd.org/changeset/base/333860 M> M> Log: M> sendfile: annotate unused value and ensure that npages is actually initialized M>

Re: svn commit: r333668 - vendor/tcpdump/dist

2018-05-23 Thread Gleb Smirnoff
On Wed, May 23, 2018 at 02:27:07PM -0700, Gleb Smirnoff wrote: T> On Wed, May 23, 2018 at 02:25:13PM -0700, Gleb Smirnoff wrote: T> T> Hi, T> T> T> T> do we commit cherry-picks into vendor/ subversion space? I believe we don't. T> T> T> T> Cherry-picks should go directly to head. vendor/

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

2018-05-23 Thread Konstantin Belousov
Author: kib Date: Wed May 23 21:39:29 2018 New Revision: 334122 URL: https://svnweb.freebsd.org/changeset/base/334122 Log: x86: stop unconditionally clearing PSL_T on the trace trap. We certainly should clear PSL_T when calling the SIGTRAP signal handler, which is already done by all x86

Re: svn commit: r333668 - vendor/tcpdump/dist

2018-05-23 Thread Xin LI
On Wed, May 23, 2018 at 2:25 PM Gleb Smirnoff wrote: >Hi, > do we commit cherry-picks into vendor/ subversion space? I believe we don't. Yes we do. Actually doing it _properly_ would make future imports easier. > Cherry-picks should go directly to head. vendor/

Re: svn commit: r333668 - vendor/tcpdump/dist

2018-05-23 Thread Gleb Smirnoff
On Wed, May 23, 2018 at 02:25:13PM -0700, Gleb Smirnoff wrote: T> Hi, T> T> do we commit cherry-picks into vendor/ subversion space? I believe we don't. T> T> Cherry-picks should go directly to head. vendor/ should get only tagged T> full tree updates. Ehrm, and these two commits actually are

svn commit: r334121 - head/sys/i386/i386

2018-05-23 Thread Konstantin Belousov
Author: kib Date: Wed May 23 21:26:41 2018 New Revision: 334121 URL: https://svnweb.freebsd.org/changeset/base/334121 Log: Stop obliterating actual exception type for emulated traps from vm86. Wording and reviewed by: jhb Sponsored by: The FreeBSD Foundation MFC after:1 week

svn commit: r334120 - head/share/mk

2018-05-23 Thread Ed Maste
Author: emaste Date: Wed May 23 21:26:33 2018 New Revision: 334120 URL: https://svnweb.freebsd.org/changeset/base/334120 Log: Revert r334081 (-Wmain) as it broke the build on gcc architectures Modified: head/share/mk/bsd.sys.mk Modified: head/share/mk/bsd.sys.mk

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

2018-05-23 Thread Konstantin Belousov
Author: kib Date: Wed May 23 21:25:49 2018 New Revision: 334119 URL: https://svnweb.freebsd.org/changeset/base/334119 Log: Style. Wording and reviewed by: jhb Sponsored by: The FreeBSD Foundation MFC after:3 days Differential revision:

Re: svn commit: r333668 - vendor/tcpdump/dist

2018-05-23 Thread Gleb Smirnoff
Hi, do we commit cherry-picks into vendor/ subversion space? I believe we don't. Cherry-picks should go directly to head. vendor/ should get only tagged full tree updates. On Wed, May 16, 2018 at 08:43:08AM +, Slava Shwartsman wrote: S> Author: slavash S> Date: Wed May 16 08:43:08 2018 S>

svn commit: r334118 - in head/sys: compat/linprocfs compat/linux compat/linuxkpi/common/include/linux dev/mlx5/mlx5_ib dev/wtap net net/altq netinet netinet/netdump netinet6 netpfil/pf nfs ofed/dri...

2018-05-23 Thread Matt Macy
Author: mmacy Date: Wed May 23 21:02:14 2018 New Revision: 334118 URL: https://svnweb.freebsd.org/changeset/base/334118 Log: UDP: further performance improvements on tx Cumulative throughput while running 64 netperf -H $DUT -t UDP_STREAM -- -m 1 on a 2x8x2 SKL went from 1.1Mpps to

svn commit: r334116 - head/sys/netinet

2018-05-23 Thread Matt Macy
Author: mmacy Date: Wed May 23 20:50:09 2018 New Revision: 334116 URL: https://svnweb.freebsd.org/changeset/base/334116 Log: udp: assign flowid to udp sockets round-robin On a 2x8x2 SKL this increases measured throughput with 64 netperf -H $DUT -t UDP_STREAM -- -m 1 from 590kpps to

Re: svn commit: r333388 - in head: . share/man/man4 sys/confsys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/toolstools/tools/nxge usr.sbin/bsdconfig/share

2018-05-23 Thread Cy Schubert
In message <20180523202228.gc58...@spindle.one-eyed-alien.net>, Brooks Davis wr ites: > > > --QRj9sO5tAVLaXnSD > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Thu, May 24, 2018 at 02:53:16AM +0700, Eugene Grosbein

Re: svn commit: r333388 - in head: . share/man/man4 sys/confsys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/toolstools/tools/nxge usr.sbin/bsdconfig/share

2018-05-23 Thread Cy Schubert
In message <5b05c6ac.6010...@grosbein.net>, Eugene Grosbein writes: > 24.05.2018 2:30, Cy Schubert wrote: > > > Except for old computers and old software that segfaults on 64-bit, how man > y people still use i386? > > > > Full disclosure: I'd like to see i386 deorbited before I retire. > > Plese

Re: svn commit: r334115 - in head: share/man/man4 sys/dev/usb/template

2018-05-23 Thread Ravi Pokala
Hi Traz, You're referring to power consumption in terms of (milli)Amps. That's not right; power is measured in Watts. What you're actually talking about is *current*. And it looks like in some situations USB devices can draw more than 500mA. https://en.wikipedia.org/wiki/USB_(Physical)#POWER

Re: svn commit: r333388 - in head: . share/man/man4 sys/confsys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/toolstools/tools/nxge usr.sbin/bsdconfig/share

2018-05-23 Thread Brooks Davis
On Thu, May 24, 2018 at 02:53:16AM +0700, Eugene Grosbein wrote: > 24.05.2018 2:30, Cy Schubert wrote: > > > Except for old computers and old software that segfaults on 64-bit, how > > many people still use i386? > > > > Full disclosure: I'd like to see i386 deorbited before I retire. > >

Re: svn commit: r334008 - head/bin/sh

2018-05-23 Thread Bryan Drewery
On 5/22/2018 5:30 PM, Bryan Drewery wrote: > On 5/22/2018 1:22 PM, Jilles Tjoelker wrote: >> On Tue, May 22, 2018 at 10:17:41AM +0200, O. Hartmann wrote: >>> On Mon, 21 May 2018 21:45:53 -0700 >>> Cy Schubert wrote: In message

Re: svn commit: r333388 - in head: . share/man/man4 sys/conf sys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/tools tools/tools/nxge usr.sbin/bsdconfig/share

2018-05-23 Thread Warner Losh
On Wed, May 23, 2018 at 1:11 PM, Bjoern A. Zeeb < bzeeb-li...@lists.zabbadoz.net> wrote: > On 23 May 2018, at 18:20, Brooks Davis wrote: > > On Wed, May 23, 2018 at 10:41:17AM -0700, Gleb Smirnoff wrote: >> >>> On Tue, May 08, 2018 at 09:14:29PM +, Sean Bruno wrote: >>> S> Log: >>> S>

Re: svn commit: r334077 - in head/sbin/devd: . tests

2018-05-23 Thread Warner Losh
On Wed, May 23, 2018 at 1:39 AM, Eitan Adler wrote: > Author: eadler > Date: Wed May 23 07:39:02 2018 > New Revision: 334077 > URL: https://svnweb.freebsd.org/changeset/base/334077 > > Log: > devd: correct two warnings > > - catching a polymorphic type by value > -

svn commit: r334115 - in head: share/man/man4 sys/dev/usb/template

2018-05-23 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 23 20:06:04 2018 New Revision: 334115 URL: https://svnweb.freebsd.org/changeset/base/334115 Log: Centralize USB device mode bus power reporting, and add hw.usb.template_power sysctl to control it. Reviewed by: hselasky@ (earlier version) MFC after:2

svn commit: r334114 - in head: sys/sys usr.sbin/pmcstat

2018-05-23 Thread Matt Macy
Author: mmacy Date: Wed May 23 19:55:47 2018 New Revision: 334114 URL: https://svnweb.freebsd.org/changeset/base/334114 Log: pmc: bump PMC major version to reflect ABI breakage and make warning not require verbose Modified: head/sys/sys/pmc.h head/usr.sbin/pmcstat/pmcstat_log.c Modified:

Re: svn commit: r333388 - in head: . share/man/man4 sys/confsys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/toolstools/tools/nxge usr.sbin/bsdconfig/share

2018-05-23 Thread Eugene Grosbein
24.05.2018 2:30, Cy Schubert wrote: > Except for old computers and old software that segfaults on 64-bit, how many > people still use i386? > > Full disclosure: I'd like to see i386 deorbited before I retire. Plese don't. I routinely use FreeBSD11/i386 for cheap VPS hosts having less than 2G

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

2018-05-23 Thread Matthew Macy
Thanks. On Wed, May 23, 2018 at 11:40 AM, Mark Linimon wrote: > On Wed, May 23, 2018 at 09:56:00AM -0700, Matthew Macy wrote: >> Thanks updated for 1200064. Someone(tm) needs to do 1200063. > > done. > > mcl ___

RE: svn commit: r333388 - in head: . share/man/man4 sys/confsys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/toolstools/tools/nxge usr.sbin/bsdconfig/share

2018-05-23 Thread Cy Schubert
Except for old computers and old software that segfaults on 64-bit, how many people still use i386? Full disclosure: I'd like to see i386 deorbited before I retire. --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. Also, this old phone only supports top post.

svn commit: r334113 - in head: share/misc usr.bin/calendar/calendars

2018-05-23 Thread Leandro Lupori
Author: luporl Date: Wed May 23 19:17:17 2018 New Revision: 334113 URL: https://svnweb.freebsd.org/changeset/base/334113 Log: Adding myself to committers-src.dot and calendar.freebsd Approved by: jhibbits (mentor) Modified: head/share/misc/committers-src.dot

Re: svn commit: r333388 - in head: . share/man/man4 sys/conf sys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/tools tools/tools/nxge usr.sbin/bsdconfig/share

2018-05-23 Thread Rodney W. Grimes
> Am 23.05.18 um 20:14 schrieb Rodney W. Grimes: > >> On Wed, May 23, 2018 at 10:41:17AM -0700, Gleb Smirnoff wrote: > >>> If end of sales and support is enough to remove 10g driver from the > >>> kernel, > >>> can we please delete all 10Mbit, 100Mbit 10+ year old drivers from the > >>> kernel?

Re: svn commit: r333388 - in head: . share/man/man4 sys/conf sys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/tools tools/tools/nxge usr.sbin/bsdconfig/share

2018-05-23 Thread Bjoern A. Zeeb
On 23 May 2018, at 18:20, Brooks Davis wrote: On Wed, May 23, 2018 at 10:41:17AM -0700, Gleb Smirnoff wrote: On Tue, May 08, 2018 at 09:14:29PM +, Sean Bruno wrote: S> Log: S> nxge(4): S> Remove nxge(4) and associated man page and tools in FreeBSD 12.0. ... S> +20180508: S> + The

Re: svn commit: r334073 - head

2018-05-23 Thread Eitan Adler
On 23 May 2018 at 09:27, John Baldwin wrote: > On Wednesday, May 23, 2018 04:09:01 AM Eitan Adler wrote: >> Author: eadler >> Date: Wed May 23 04:09:01 2018 >> New Revision: 334073 >> URL: https://svnweb.freebsd.org/changeset/base/334073 >> >> Log: >> README: Reduce the

svn commit: r334112 - in head/sys: arm64/rockchip/clk conf

2018-05-23 Thread Emmanuel Vadot
Author: manu Date: Wed May 23 19:07:03 2018 New Revision: 334112 URL: https://svnweb.freebsd.org/changeset/base/334112 Log: arm64: rockchip: Add proper armclock support The core clock (armclk) on RockChip SoC is special. It can derive it's clock from many PLLs but RockChip recommand to

Re: svn commit: r333388 - in head: . share/man/man4 sys/conf sys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/tools tools/tools/nxge usr.sbin/bsdconfig/share

2018-05-23 Thread Warner Losh
On Wed, May 23, 2018, 12:44 PM Stefan Esser wrote: > Am 23.05.18 um 20:14 schrieb Rodney W. Grimes: > >> On Wed, May 23, 2018 at 10:41:17AM -0700, Gleb Smirnoff wrote: > >>> If end of sales and support is enough to remove 10g driver from the > kernel, > >>> can we please delete

Re: svn commit: r333388 - in head: . share/man/man4 sys/conf sys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/tools tools/tools/nxge usr.sbin/bsdconfig/share

2018-05-23 Thread Stefan Esser
Am 23.05.18 um 20:14 schrieb Rodney W. Grimes: >> On Wed, May 23, 2018 at 10:41:17AM -0700, Gleb Smirnoff wrote: >>> If end of sales and support is enough to remove 10g driver from the kernel, >>> can we please delete all 10Mbit, 100Mbit 10+ year old drivers from the >>> kernel? >> >> Depends on

Re: svn commit: r334073 - head

2018-05-23 Thread John Baldwin
On Wednesday, May 23, 2018 04:09:01 AM Eitan Adler wrote: > Author: eadler > Date: Wed May 23 04:09:01 2018 > New Revision: 334073 > URL: https://svnweb.freebsd.org/changeset/base/334073 > > Log: > README: Reduce the textdump; describe the project > > Rework the README to make it a little

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

2018-05-23 Thread Mark Linimon
On Wed, May 23, 2018 at 09:56:00AM -0700, Matthew Macy wrote: > Thanks updated for 1200064. Someone(tm) needs to do 1200063. done. mcl ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send

Re: svn commit: r333388 - in head: . share/man/man4 sys/conf sys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/tools tools/tools/nxge usr.sbin/bsdconfig/share

2018-05-23 Thread Mark Linimon
On Wed, May 23, 2018 at 11:14:59AM -0700, Rodney W. Grimes wrote: > And some of us buy 2 year old hardware because it is cheap, Some of us don't have that kind of budget anymore. mcl ___ svn-src-all@freebsd.org mailing list

Re: svn commit: r333388 - in head: . share/man/man4 sys/conf sys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/tools tools/tools/nxge usr.sbin/bsdconfig/share

2018-05-23 Thread Warner Losh
On Wed, May 23, 2018, 12:20 PM Brooks Davis wrote: > On Wed, May 23, 2018 at 10:41:17AM -0700, Gleb Smirnoff wrote: > > On Tue, May 08, 2018 at 09:14:29PM +, Sean Bruno wrote: > > S> Log: > > S> nxge(4): > > S> Remove nxge(4) and associated man page and tools in

Re: svn commit: r333388 - in head: . share/man/man4 sys/conf sys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/tools tools/tools/nxge usr.sbin/bsdconfig/share

2018-05-23 Thread Eugene Grosbein
24.05.2018 1:14, Rodney W. Grimes wrote: >> On Wed, May 23, 2018 at 10:41:17AM -0700, Gleb Smirnoff wrote: >>> If end of sales and support is enough to remove 10g driver from the kernel, >>> can we please delete all 10Mbit, 100Mbit 10+ year old drivers from the >>> kernel? >> >> Depends on how

Re: svn commit: r333388 - in head: . share/man/man4 sys/conf sys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/tools tools/tools/nxge usr.sbin/bsdconfig/share

2018-05-23 Thread Brooks Davis
On Wed, May 23, 2018 at 10:41:17AM -0700, Gleb Smirnoff wrote: > On Tue, May 08, 2018 at 09:14:29PM +, Sean Bruno wrote: > S> Log: > S> nxge(4): > S> Remove nxge(4) and associated man page and tools in FreeBSD 12.0. > ... > S> +20180508: > S> + The nxge(4) driver has been removed. This

Re: svn commit: r333388 - in head: . share/man/man4 sys/conf sys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/tools tools/tools/nxge usr.sbin/bsdconfig/share

2018-05-23 Thread Rodney W. Grimes
> On Wed, May 23, 2018 at 10:41:17AM -0700, Gleb Smirnoff wrote: > > If end of sales and support is enough to remove 10g driver from the kernel, > > can we please delete all 10Mbit, 100Mbit 10+ year old drivers from the > > kernel? > > Depends on how many existing users we want to screw over.

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

2018-05-23 Thread Mark Linimon
On Wed, May 23, 2018 at 12:05:24PM -0600, Ian Lepore wrote: > Well, they're supposed to be. >From my own experience, they are often not. > I think it would be more likely to happen if you didn't have to get > intimate with xml code to add a simple note to a file. It's cut-and-paste. Or, it's

Re: svn commit: r333388 - in head: . share/man/man4 sys/conf sys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/tools tools/tools/nxge usr.sbin/bsdconfig/share

2018-05-23 Thread Mark Linimon
On Wed, May 23, 2018 at 10:41:17AM -0700, Gleb Smirnoff wrote: > If end of sales and support is enough to remove 10g driver from the kernel, > can we please delete all 10Mbit, 100Mbit 10+ year old drivers from the kernel? Depends on how many existing users we want to screw over. Not everyone

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

2018-05-23 Thread Ian Lepore
On Wed, 2018-05-23 at 09:43 -0700, John Baldwin wrote: > On Wednesday, May 23, 2018 06:15:55 AM Matt Macy wrote: > > > > Author: mmacy > > Date: Wed May 23 06:15:55 2018 > > New Revision: 334074 > > URL: https://svnweb.freebsd.org/changeset/base/334074 > > > > Log: > >   Bump FreeBSD_version

Re: svn commit: r333388 - in head: . share/man/man4 sys/conf sys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/tools tools/tools/nxge usr.sbin/bsdconfig/share

2018-05-23 Thread Gleb Smirnoff
On Tue, May 08, 2018 at 09:14:29PM +, Sean Bruno wrote: S> Log: S> nxge(4): S> Remove nxge(4) and associated man page and tools in FreeBSD 12.0. ... S> +20180508: S> +The nxge(4) driver has been removed. This driver was for PCI-X 10g S> +cards made by s2io/Neterion. The company

svn commit: r334111 - head/lib/libc/sys

2018-05-23 Thread Konstantin Belousov
Author: kib Date: Wed May 23 17:55:30 2018 New Revision: 334111 URL: https://svnweb.freebsd.org/changeset/base/334111 Log: Note that PT_SETSTEP is auto-cleared. Wording and reviewed by: jhb Sponsored by: The FreeBSD Foundation MFC after:3 days Differential revision:

svn commit: r334110 - head/sys/dev/hwpmc

2018-05-23 Thread Matt Macy
Author: mmacy Date: Wed May 23 17:44:29 2018 New Revision: 334110 URL: https://svnweb.freebsd.org/changeset/base/334110 Log: hwppmc: set threadid in callchain records - second part of r334108 Modified: head/sys/dev/hwpmc/hwpmc_logging.c head/sys/dev/hwpmc/hwpmc_mod.c Modified:

svn commit: r334109 - head

2018-05-23 Thread Matt Macy
: ** +20180523: + The on-disk format for hwpmc callchain records has changed to include + threadid corresponding to a given record. This changes the field offsets + and thus requires that libpmcstat be rebuilt before using a kernel + later than r334108. + 20180517

svn commit: r334108 - in head: lib/libpmc lib/libpmcstat sys/sys usr.sbin/pmcstat

2018-05-23 Thread Matt Macy
Author: mmacy Date: Wed May 23 17:25:00 2018 New Revision: 334108 URL: https://svnweb.freebsd.org/changeset/base/334108 Log: hwpmc: add thread id field to callchain and context switch records to allow filtering on thread in post-processing. To generate stacks for just ${THREADID}:

Re: svn commit: r334054 - in head: sys/kern sys/netipsec tools/tools/crypto usr.bin/netstat

2018-05-23 Thread Conrad Meyer
On Wed, May 23, 2018 at 12:23 AM, Emeric POUPON wrote: >> From: "Conrad Meyer" > >> Can users control arbitrary key_allocsp() calls? If so, it seems >> concerning to expose hit/miss stats on cached security keys. > > I am not sure to understand,

svn commit: r334107 - head/lib/libthr

2018-05-23 Thread John Baldwin
Author: jhb Date: Wed May 23 17:05:12 2018 New Revision: 334107 URL: https://svnweb.freebsd.org/changeset/base/334107 Log: Remove references to the LIBC_SCCS and SYSLIBC_SCCS C macros. This language dates back to when libthr was libc_r that included its own syscalls and replaced libc

svn commit: r334106 - head/lib/libutil

2018-05-23 Thread John Baldwin
Author: jhb Date: Wed May 23 17:02:12 2018 New Revision: 334106 URL: https://svnweb.freebsd.org/changeset/base/334106 Log: Use __SCCSID() for SCCS IDs. - Define NO__SCCSID in CFLAGS to preserve existing behavior of omitting SCCS IDs by default. - While here, fix the $FreeBSD$ in

svn commit: r334105 - head/lib/libmd

2018-05-23 Thread Mark Johnston
Author: markj Date: Wed May 23 17:01:28 2018 New Revision: 334105 URL: https://svnweb.freebsd.org/changeset/base/334105 Log: Revert r334090. It causes the 32bit compat build of libmd to fail with: libmd/rmd160c.c:86:9: error: 'ripemd160_block' macro redefined #define ripemd160_block

svn commit: r334104 - in head/sys: netinet sys

2018-05-23 Thread Matt Macy
Author: mmacy Date: Wed May 23 17:00:05 2018 New Revision: 334104 URL: https://svnweb.freebsd.org/changeset/base/334104 Log: epoch: allow for conditionally asserting that the epoch context fields are unused by zeroing on INVARIANTS builds Modified: head/sys/netinet/ip_divert.c

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

2018-05-23 Thread Matthew Macy
On Wed, May 23, 2018 at 9:43 AM, John Baldwin wrote: > On Wednesday, May 23, 2018 06:15:55 AM Matt Macy wrote: >> Author: mmacy >> Date: Wed May 23 06:15:55 2018 >> New Revision: 334074 >> URL: https://svnweb.freebsd.org/changeset/base/334074 >> >> Log: >> Bump FreeBSD_version

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

2018-05-23 Thread Matthew Macy
Track On Wed, May 23, 2018 at 06:53 Ian Lepore wrote: > On Wed, 2018-05-23 at 06:15 +, Matt Macy wrote: > > Author: mmacy > > Date: Wed May 23 06:15:55 2018 > > New Revision: 334074 > > URL: https://svnweb.freebsd.org/changeset/base/334074 > > > > Log: > > Bump

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

2018-05-23 Thread John Baldwin
On Wednesday, May 23, 2018 06:15:55 AM Matt Macy wrote: > Author: mmacy > Date: Wed May 23 06:15:55 2018 > New Revision: 334074 > URL: https://svnweb.freebsd.org/changeset/base/334074 > > Log: > Bump FreeBSD_version after r333813 > > Modified: > head/sys/sys/param.h FYI, these values are

Re: svn commit: r334089 - head/sbin/dumpon

2018-05-23 Thread John Baldwin
On Wednesday, May 23, 2018 10:45:32 AM Eitan Adler wrote: > Author: eadler > Date: Wed May 23 10:45:32 2018 > New Revision: 334089 > URL: https://svnweb.freebsd.org/changeset/base/334089 > > Log: > dumpon: point to better kernel debug symbols. > > The objdir is temporary, and the current

svn commit: r334103 - in head/sys/i386: i386 include

2018-05-23 Thread Konstantin Belousov
Author: kib Date: Wed May 23 16:31:46 2018 New Revision: 334103 URL: https://svnweb.freebsd.org/changeset/base/334103 Log: Support IBRS for i386. Tested by:pho Sponsored by: The FreeBSD Foundation MFC after:1 week Differential revision:

svn commit: r334102 - head/usr.bin/calendar

2018-05-23 Thread Brad Davis
Author: brd Date: Wed May 23 16:28:31 2018 New Revision: 334102 URL: https://svnweb.freebsd.org/changeset/base/334102 Log: Switch calendar installs to use FILES and SYMLINKS instead of bare install(1) Also explicitly list each file to install so we don't silently add or miss some.

Re: svn commit: r334089 - head/sbin/dumpon

2018-05-23 Thread Warner Losh
On Wed, May 23, 2018, 8:35 AM Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > > On 23 May 2018 at 10:15, Rodney W. Grimes > > wrote: > > >> Author: eadler > > >> Date: Wed May 23 10:45:32 2018 > > >> New Revision: 334089 > > >> URL:

svn commit: r334101 - head/sys/arm64/include

2018-05-23 Thread Mark Johnston
Author: markj Date: Wed May 23 15:43:35 2018 New Revision: 334101 URL: https://svnweb.freebsd.org/changeset/base/334101 Log: Add GET_STACK_USAGE() for arm64. Its absence meant that GEOM direct dispatch was disabled (the service routines check the current thread's stack usage to determine

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

2018-05-23 Thread Mark Johnston
Author: markj Date: Wed May 23 15:26:56 2018 New Revision: 334100 URL: https://svnweb.freebsd.org/changeset/base/334100 Log: Document the return value of sbuf_bcat(9). MFC after:1 week Modified: head/share/man/man9/sbuf.9 Modified: head/share/man/man9/sbuf.9

svn commit: r334099 - head/sys/dev/ata/chipsets

2018-05-23 Thread Alexander Motin
Author: mav Date: Wed May 23 15:22:58 2018 New Revision: 334099 URL: https://svnweb.freebsd.org/changeset/base/334099 Log: Add ready polling after PHY reset on VIA SATA controllers. According to PR there are cases of controller hang if soft reset is sent before device report ready status

Re: svn commit: r334089 - head/sbin/dumpon

2018-05-23 Thread Rodney W. Grimes
> On 23 May 2018 at 10:15, Rodney W. Grimes > wrote: > >> Author: eadler > >> Date: Wed May 23 10:45:32 2018 > >> New Revision: 334089 > >> URL: https://svnweb.freebsd.org/changeset/base/334089 > >> > >> Log: > >> dumpon: point to better kernel debug symbols. >

svn commit: r334098 - head/share/misc

2018-05-23 Thread Breno Leitao
Author: leitao Date: Wed May 23 14:19:06 2018 New Revision: 334098 URL: https://svnweb.freebsd.org/changeset/base/334098 Log: Adding myself share/misc/committers-src.dot. Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot

Re: svn commit: r334089 - head/sbin/dumpon

2018-05-23 Thread Ed Maste
On 23 May 2018 at 10:15, Rodney W. Grimes wrote: >> Author: eadler >> Date: Wed May 23 10:45:32 2018 >> New Revision: 334089 >> URL: https://svnweb.freebsd.org/changeset/base/334089 >> >> Log: >> dumpon: point to better kernel debug symbols. >> ... > > You should

Re: svn commit: r334089 - head/sbin/dumpon

2018-05-23 Thread Rodney W. Grimes
> Author: eadler > Date: Wed May 23 10:45:32 2018 > New Revision: 334089 > URL: https://svnweb.freebsd.org/changeset/base/334089 > > Log: > dumpon: point to better kernel debug symbols. > > The objdir is temporary, and the current example points to GENERIC. > Instead point to the

Re: svn commit: r334089 - head/sbin/dumpon

2018-05-23 Thread Ed Maste
On 23 May 2018 at 06:45, Eitan Adler wrote: > Author: eadler > Date: Wed May 23 10:45:32 2018 > New Revision: 334089 > URL: https://svnweb.freebsd.org/changeset/base/334089 > > Log: > dumpon: point to better kernel debug symbols. >... > -.Dl # kgdb

svn commit: r334097 - stable/10/etc/periodic/daily

2018-05-23 Thread Ed Maste
Author: emaste Date: Wed May 23 14:05:56 2018 New Revision: 334097 URL: https://svnweb.freebsd.org/changeset/base/334097 Log: MFC r326074: filter all passwords (not only changed) from periodic passwd backup The periodic 200.backup-passwd script outputs any differences it finds in

svn commit: r334096 - stable/10/sys/modules

2018-05-23 Thread Ed Maste
Author: emaste Date: Wed May 23 13:59:37 2018 New Revision: 334096 URL: https://svnweb.freebsd.org/changeset/base/334096 Log: sys/modules: don't build bxe,qlxgbe if the user objects to sourceless ucode MFC of r322682 and r322684 PR: 204747 Submitted by: Fabian Keil

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

2018-05-23 Thread Ian Lepore
On Wed, 2018-05-23 at 06:15 +, Matt Macy wrote: > Author: mmacy > Date: Wed May 23 06:15:55 2018 > New Revision: 334074 > URL: https://svnweb.freebsd.org/changeset/base/334074 > > Log: >   Bump FreeBSD_version after r333813 > > Modified: >   head/sys/sys/param.h > > Modified:

Re: svn commit: r334078 - head/sbin/devd

2018-05-23 Thread Eitan Adler
On 23 May 2018 at 06:35, Warner Losh wrote: > > > On Wed, May 23, 2018 at 1:39 AM, Eitan Adler wrote: >> >> Author: eadler >> Date: Wed May 23 07:39:05 2018 >> New Revision: 334078 >> URL: https://svnweb.freebsd.org/changeset/base/334078 >> >> Log: >> devd:

svn commit: r334095 - head/sbin/devd

2018-05-23 Thread Eitan Adler
Author: eadler Date: Wed May 23 13:48:16 2018 New Revision: 334095 URL: https://svnweb.freebsd.org/changeset/base/334095 Log: devd: Move variable declaration to header Reminder by: imp Modified: head/sbin/devd/devd.cc head/sbin/devd/devd.h head/sbin/devd/token.l Modified:

Re: svn commit: r334078 - head/sbin/devd

2018-05-23 Thread Warner Losh
On Wed, May 23, 2018 at 1:39 AM, Eitan Adler wrote: > Author: eadler > Date: Wed May 23 07:39:05 2018 > New Revision: 334078 > URL: https://svnweb.freebsd.org/changeset/base/334078 > > Log: > devd: compile at WARNS=6 > > Verified with "make universe TARGETS='amd64 arm

svn commit: r334094 - head/sys/net

2018-05-23 Thread Luca Pizzamiglio
Author: pizzamig (ports committer) Date: Wed May 23 13:10:57 2018 New Revision: 334094 URL: https://svnweb.freebsd.org/changeset/base/334094 Log: Improve MAC address uniqueness on if_epair(4). As reported in PR184149, it can happen that epair devices can have the same MAC address. This

svn commit: r334093 - head/sbin/kldstat

2018-05-23 Thread Eitan Adler
Author: eadler Date: Wed May 23 12:10:16 2018 New Revision: 334093 URL: https://svnweb.freebsd.org/changeset/base/334093 Log: kldstat: align size to the right This makes it easier to compare numbers directly. PR: 215747 Submitted by: "Alexander von Gernler"

svn commit: r334091 - head/sbin/md5

2018-05-23 Thread Eitan Adler
Author: eadler Date: Wed May 23 11:45:46 2018 New Revision: 334091 URL: https://svnweb.freebsd.org/changeset/base/334091 Log: md5: perform compare case-insenstive md5 generates a md5 hash lowercase, but it might be provided in uppercase. Allow this. PR: 205598 Reported

svn commit: r334090 - head/lib/libmd

2018-05-23 Thread Eitan Adler
Author: eadler Date: Wed May 23 11:20:16 2018 New Revision: 334090 URL: https://svnweb.freebsd.org/changeset/base/334090 Log: libmd: build with WARNS=1 - build with WARNS=1. This works without any changes - remove two unused variables noticed at WARNS=2 Modified:

svn commit: r334089 - head/sbin/dumpon

2018-05-23 Thread Eitan Adler
Author: eadler Date: Wed May 23 10:45:32 2018 New Revision: 334089 URL: https://svnweb.freebsd.org/changeset/base/334089 Log: dumpon: point to better kernel debug symbols. The objdir is temporary, and the current example points to GENERIC. Instead point to the installed location of the

svn commit: r334088 - head/share/timedef

2018-05-23 Thread Eitan Adler
Author: eadler Date: Wed May 23 10:39:02 2018 New Revision: 334088 URL: https://svnweb.freebsd.org/changeset/base/334088 Log: timedef: Update Czech timedef This changes date format from 2015/05/12 to 05.12.2015. PR: 200591 Submitted by: grafnet...@dekanat.mff.cuni.cz

  1   2   >