svn commit: r334253 - head/sys/netinet

2018-05-26 Thread Matt Macy
Author: mmacy Date: Sun May 27 06:47:09 2018 New Revision: 334253 URL: https://svnweb.freebsd.org/changeset/base/334253 Log: in_pcbladdr: remove debug code that snuck in with ifa epoch conversion r334118 Modified: head/sys/netinet/in_pcb.c Modified: head/sys/netinet/in_pcb.c

Re: svn commit: r334221 - head/etc

2018-05-26 Thread Alexey Dokuchaev
On Fri, May 25, 2018 at 07:36:26PM +, Mark Felder wrote: > New Revision: 334221 > URL: https://svnweb.freebsd.org/changeset/base/334221 > > Log: > rc.subr: Support loading environmental variables from a file > > + if [ -n "$_env_file" ] && [ -r "${_env_file}" ]; then Style bug: "$_en

svn commit: r334252 - head/sys/fs/nfsclient

2018-05-26 Thread Rick Macklem
Author: rmacklem Date: Sat May 26 23:02:15 2018 New Revision: 334252 URL: https://svnweb.freebsd.org/changeset/base/334252 Log: Fix the sleep event for layout recall. The sleep for I/O completion during an NFSv4.1 pNFS layout recall used the wrong event value and could result in the "[nfs

svn commit: r334251 - stable/10/sys/dev/e1000

2018-05-26 Thread Sean Bruno
Author: sbruno Date: Sat May 26 21:58:43 2018 New Revision: 334251 URL: https://svnweb.freebsd.org/changeset/base/334251 Log: Activate Wake On Lan features for Ice Lake and Cannon Lake devices. This is a direct commit to stable/10 as its not needed in -current. PR: 228302 S

svn commit: r334247 - in head: share/man/man5 tools/build/options

2018-05-26 Thread Eitan Adler
Author: eadler Date: Sat May 26 21:14:49 2018 New Revision: 334247 URL: https://svnweb.freebsd.org/changeset/base/334247 Log: src.conf: use more natural language for @generated Requested by: emaste Modified: head/share/man/man5/src.conf.5 head/tools/build/options/makeman Modified: hea

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

2018-05-26 Thread Cy Schubert
In message <20180524044746.gx71...@freebsd.org>, Gleb Smirnoff writes: > 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

Re: svn commit: r334246 - stable/11/sys/dev/e1000

2018-05-26 Thread Sean Bruno
I'll mf stable/10 in a bit. sean On 05/26/18 14:02, Sean Bruno wrote: > Author: sbruno > Date: Sat May 26 20:02:39 2018 > New Revision: 334246 > URL: https://svnweb.freebsd.org/changeset/base/334246 > > Log: > Activate Wake On Lan features for Ice Lake and Cannon Lake devices. > > This is

svn commit: r334246 - stable/11/sys/dev/e1000

2018-05-26 Thread Sean Bruno
Author: sbruno Date: Sat May 26 20:02:39 2018 New Revision: 334246 URL: https://svnweb.freebsd.org/changeset/base/334246 Log: Activate Wake On Lan features for Ice Lake and Cannon Lake devices. This is a direct commit to stable/11 as its not needed in -current. PR: 228302 S

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

2018-05-26 Thread Matthew Macy
I've re-edited that code twice by request by others. I will amend it again at some point to reflect this viewpoint. On Sat, May 26, 2018 at 12:44 PM, Eric van Gyzen wrote: > On 05/23/2018 23:47, Gleb Smirnoff wrote: >> >> On Thu, May 24, 2018 at 06:44:20AM +0200, Mateusz Guzik wrote: >> M> I fund

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

2018-05-26 Thread Eric van Gyzen
On 05/23/2018 23:47, Gleb Smirnoff wrote: 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

svn commit: r334245 - head/lib/libpmcstat/pmu-events

2018-05-26 Thread Matt Macy
Author: mmacy Date: Sat May 26 19:38:31 2018 New Revision: 334245 URL: https://svnweb.freebsd.org/changeset/base/334245 Log: pmu-events: re-delete after re-addition by revert Deleted: head/lib/libpmcstat/pmu-events/ ___ svn-src-all@freebsd.org maili

svn commit: r334242 - in head: . lib/libpmc lib/libpmc/pmu-events lib/libpmc/pmu-events/arch lib/libpmc/pmu-events/arch/arm64 lib/libpmc/pmu-events/arch/arm64/arm lib/libpmc/pmu-events/arch/arm64/a...

2018-05-26 Thread Matt Macy
Author: mmacy Date: Sat May 26 18:12:50 2018 New Revision: 334242 URL: https://svnweb.freebsd.org/changeset/base/334242 Log: pmc(3)/hwpmc(4): update supported Intel processors to rely fully on the vendor provided pmu-events tables and sundry cleanups. The vendor pmu-events tables provide

Re: Deorbiting i386

2018-05-26 Thread Warner Losh
On Sat, May 26, 2018 at 8:58 AM, Benjamin Kaduk wrote: > So, when do we get to reprise this thread on -arch instead of svn-src-head? > I'm thinking sometime in July or August when I plan on submitting a draft for a FCP for formalized deprecation for drivers (and another for arch) to the communit

Re: Deorbiting i386

2018-05-26 Thread Benjamin Kaduk
So, when do we get to reprise this thread on -arch instead of svn-src-head? -Ben ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

svn commit: r334241 - stable/11/lib/libc/sys

2018-05-26 Thread Konstantin Belousov
Author: kib Date: Sat May 26 14:31:54 2018 New Revision: 334241 URL: https://svnweb.freebsd.org/changeset/base/334241 Log: MFC r334111: Note that PT_SETSTEP is auto-cleared. Approved by: re (marius) Modified: stable/11/lib/libc/sys/ptrace.2 Directory Properties: stable/11/ (props

svn commit: r334240 - head/sys/kern

2018-05-26 Thread Eric van Gyzen
Author: vangyzen Date: Sat May 26 14:23:11 2018 New Revision: 334240 URL: https://svnweb.freebsd.org/changeset/base/334240 Log: kern_cpuset: fix small leak on error path The "mask" was leaked on some error paths. Reported by: Coverity CID: 1384683 Sponsored by: Dell EMC

svn commit: r334239 - head/sys/dev/hyperv/netvsc

2018-05-26 Thread Eric van Gyzen
Author: vangyzen Date: Sat May 26 14:14:56 2018 New Revision: 334239 URL: https://svnweb.freebsd.org/changeset/base/334239 Log: if_hn: fix use of uninitialized variable omcast was used without being initialized in the non-multicast case. The only effect was that the interface's multicast

svn commit: r334238 - head/sys/kern

2018-05-26 Thread Eric van Gyzen
Author: vangyzen Date: Sat May 26 14:01:44 2018 New Revision: 334238 URL: https://svnweb.freebsd.org/changeset/base/334238 Log: kdb_trap: Fix use of uninitialized data In some cases, other_cpus was used without being initialized. Thankfully, it was harmless. Reported by: Coverity

Re: Deorbiting i386

2018-05-26 Thread Warner Losh
On Sat, May 26, 2018, 1:58 AM David Chisnall wrote: > On 26 May 2018, at 00:41, Maxim Sobolev wrote: > > > > If you've seen any of the atom bay trail systems in action you may > understand what I mean. You get full blown x64 system with four cores and > it takes only 2W of power. > > Which is pr

Re: Deorbiting i386

2018-05-26 Thread David Chisnall
On 26 May 2018, at 00:41, Maxim Sobolev wrote: > > If you've seen any of the atom bay trail systems in action you may understand > what I mean. You get full blown x64 system with four cores and it takes only > 2W of power. Which is pretty much my point - if you want a low-power x86 system for

svn commit: r334237 - in head: etc/defaults release/tools

2018-05-26 Thread Edward Tomasz Napierala
Author: trasz Date: Sat May 26 11:13:17 2018 New Revision: 334237 URL: https://svnweb.freebsd.org/changeset/base/334237 Log: Revert r333493, which was a temporary fix for 11.2-RELEASE, and instead switch the default kldxref_enable to YES. The reason is that it's required for every image t

Re: Deorbiting i386

2018-05-26 Thread Kurt Lidl
On 5/24/18 3:22 PM, Matthew Macy wrote: i386 is definitely on the wane, but so long as it's used by more than a handful of people it will be supported. All you need to know about sparc64 vitality is that HEAD didn't boot for 3 months until last week. I stopped testing HEAD on sparc64 when the i

Re: Deorbiting i386

2018-05-26 Thread Mark Linimon
On Fri, May 25, 2018 at 09:27:43PM -0700, Matthew Macy wrote: > So we should have added an Ultra II off of ebay to our test matrix? You've made your point. Next. mcl ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/sv

Re: Deorbiting i386

2018-05-26 Thread Matthew Macy
On Fri, May 25, 2018 at 9:24 PM, Kurt Lidl wrote: > On 5/24/18 3:22 PM, Matthew Macy wrote: >> >> i386 is definitely on the wane, but so long as it's used by more than >> a handful of people it will be supported. All you need to know about >> sparc64 vitality is that HEAD didn't boot for 3 months

Re: svn commit: r333945 - head/usr.bin/top

2018-05-26 Thread Bruce Evans
On Fri, 25 May 2018, Eitan Adler wrote: On 20 May 2018 at 23:39, Alexey Dokuchaev wrote: On Mon, May 21, 2018 at 10:32:30AM +1000, Bruce Evans wrote: ... if (smpmode && namelength > SMPUNAMELEN) namelength = SMPUNAMELEN; else if (namelength > UPUNAMELEN) ... what abou

Re: svn commit: r334187 - vendor-sys/ck/dist/include

2018-05-26 Thread Julian Elischer
Would it not make more sense to simply use the real one instead? ck's queue.h is just a copy of a very old BSD queue.h. (or maybe from netbsd or something) As far as I can see it would probably have just worked. On 25/5/18 5:35 am, Olivier Houchard wrote: Author: cognet Date: Thu May 24 21:35: