svn commit: r275199 - head/sys/contrib/ipfilter/netinet

2014-11-27 Thread Cy Schubert
Author: cy Date: Fri Nov 28 04:07:06 2014 New Revision: 275199 URL: https://svnweb.freebsd.org/changeset/base/275199 Log: Correctly define constants. MFC after:1 week Modified: head/sys/contrib/ipfilter/netinet/fil.c head/sys/contrib/ipfilter/netinet/ip_frag.c Modified: head/sys/c

svn commit: r275197 - head/sys/net

2014-11-27 Thread Alexander V. Chernikov
Author: melifaro Date: Thu Nov 27 23:10:03 2014 New Revision: 275197 URL: https://svnweb.freebsd.org/changeset/base/275197 Log: Fix build broken by r275195. Modified: head/sys/net/if_ethersubr.c Modified: head/sys/net/if_ethersubr.c ===

svn commit: r275196 - in head/sys: net netinet netinet6 ofed/drivers/infiniband/core ofed/drivers/infiniband/ulp/ipoib

2014-11-27 Thread Alexander V. Chernikov
Author: melifaro Date: Thu Nov 27 23:06:25 2014 New Revision: 275196 URL: https://svnweb.freebsd.org/changeset/base/275196 Log: Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr - return lle flags IFF needed. Do not pass rte to arpresolve - pass is_gateway flag instead.

Re: svn commit: r275192 - in head/contrib/elftoolchain: addr2line cxxfilt elfcopy libelftc nm size strings

2014-11-27 Thread Ed Maste
On 27 November 2014 at 15:50, Mark Linimon wrote: > On Thu, Nov 27, 2014 at 08:12:13PM +, Ed Maste wrote: >> Copy elftoolchain binutils replacements from vendor branch > > sweet! It's not yet ready for a broad call for testing, but a WIP patch to use the elftoolchain versions is in review D

svn commit: r275195 - head/sys/net

2014-11-27 Thread Alexander V. Chernikov
Author: melifaro Date: Thu Nov 27 21:29:19 2014 New Revision: 275195 URL: https://svnweb.freebsd.org/changeset/base/275195 Log: Do not try to copy header to @dst and than back to ethernet in case of pseudo_AF_HDRCMPLT: we copy media header from mbuf to 'struct sockaddr' @dst in bpf_movein

Re: svn commit: r275192 - in head/contrib/elftoolchain: addr2line cxxfilt elfcopy libelftc nm size strings

2014-11-27 Thread Mark Linimon
On Thu, Nov 27, 2014 at 08:12:13PM +, Ed Maste wrote: > Copy elftoolchain binutils replacements from vendor branch sweet! mcl ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any m

Re: svn commit: r274914 - in head/sys: kern sys ufs/ffs vm

2014-11-27 Thread Ruslan Bukin
On Thu, Nov 27, 2014 at 11:28:31AM -0800, Adrian Chadd wrote: > On 27 November 2014 at 10:36, Ruslan Bukin wrote: > > Hi, > > > > There is a theory that a problem is related to CPU caches, and it can be > > BERI-cpu > > specific only. > > > > And sorry I didn't realized virtio was still in the ke

svn commit: r275194 - head

2014-11-27 Thread Baptiste Daroussin
Author: bapt Date: Thu Nov 27 20:24:58 2014 New Revision: 275194 URL: https://svnweb.freebsd.org/changeset/base/275194 Log: Remove leftovers readline being changed to an internallib Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r275193 - head/gnu/usr.bin/binutils

2014-11-27 Thread Ed Maste
Author: emaste Date: Thu Nov 27 20:22:46 2014 New Revision: 275193 URL: https://svnweb.freebsd.org/changeset/base/275193 Log: Put each SUBDIR on a separate line This makes it easier to review or merge changes that modify some subset of SUBDIRs. Modified: head/gnu/usr.bin/binutils/Makef

svn commit: r275192 - in head/contrib/elftoolchain: addr2line cxxfilt elfcopy libelftc nm size strings

2014-11-27 Thread Ed Maste
Author: emaste Date: Thu Nov 27 20:12:13 2014 New Revision: 275192 URL: https://svnweb.freebsd.org/changeset/base/275192 Log: Copy elftoolchain binutils replacements from vendor branch Sponsored by: The FreeBSD Foundation Added: head/contrib/elftoolchain/addr2line/ - copied from r27

Re: svn commit: r274914 - in head/sys: kern sys ufs/ffs vm

2014-11-27 Thread Adrian Chadd
On 27 November 2014 at 10:36, Ruslan Bukin wrote: > Hi, > > There is a theory that a problem is related to CPU caches, and it can be > BERI-cpu > specific only. > > And sorry I didn't realized virtio was still in the kernel when I was trying > MDROOT (we do dcache operations in virtio). > > The w

svn commit: r275191 - head/sys/boot/i386/boot2

2014-11-27 Thread Roman Divacky
Author: rdivacky Date: Thu Nov 27 18:43:44 2014 New Revision: 275191 URL: https://svnweb.freebsd.org/changeset/base/275191 Log: Revert part of r275059. Comparing unsigned 8 bit value against -'0' is always false so the conditional block is optimized away. Modified: head/sys/boot/i386/boot

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

2014-11-27 Thread Justin Hibbits
Author: jhibbits Date: Thu Nov 27 18:41:14 2014 New Revision: 275190 URL: https://svnweb.freebsd.org/changeset/base/275190 Log: Fix hwpmc sampling for ppc970 (G5-class) processors. With this, hwpmc sampling now works on these processors. MFC after:3 weeks Relnotes: yes Modif

Re: svn commit: r274914 - in head/sys: kern sys ufs/ffs vm

2014-11-27 Thread Ruslan Bukin
Hi, There is a theory that a problem is related to CPU caches, and it can be BERI-cpu specific only. And sorry I didn't realized virtio was still in the kernel when I was trying MDROOT (we do dcache operations in virtio). The workaround I found is to disable all the instruction cache invalidati

Re: svn commit: r274914 - in head/sys: kern sys ufs/ffs vm

2014-11-27 Thread Adrian Chadd
Hi, Has there been any further progress with this? If there hasn't, then I'd like to see it backed out for the time being. I'm worried that this has introduced some subtle bugs and this isn't yet fully understood. Thanks, -adrian On 25 November 2014 at 09:38, Ruslan Bukin wrote: > On Tue,

svn commit: r275189 - head/share/misc

2014-11-27 Thread Maxim Konovalov
Author: maxim Date: Thu Nov 27 14:54:17 2014 New Revision: 275189 URL: https://svnweb.freebsd.org/changeset/base/275189 Log: o NetBSD 6.1.5, OpenBSD 5.6, FreeBSD 10.1, DragonFly 4.0.1 added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree =

Re: svn commit: r274709 - head/sys/netpfil/pf

2014-11-27 Thread Dag-Erling Smørgrav
Ermal Luçi writes: > The existing sate of the world i think there will be checksum issues > again especially in policy routing situations. You mean if a packet is destined for an interface that has offloading enabled, but pf decides to reroute it to an interface that doesn't? I don't know how th

svn commit: r275188 - stable/10

2014-11-27 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Nov 27 10:51:10 2014 New Revision: 275188 URL: https://svnweb.freebsd.org/changeset/base/275188 Log: I've merged r273770 in a right directory, but committed in a wrong one. Fix it (hopefully). Sponsored by: The FreeBSD Foundation Modified: Directory Properties:

svn commit: r275187 - stable/10/usr.sbin/ctld

2014-11-27 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Nov 27 10:48:06 2014 New Revision: 275187 URL: https://svnweb.freebsd.org/changeset/base/275187 Log: MFC r273770: Fix build after previous commit. While here, improve error messages. Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin/ctld/pars

svn commit: r275186 - stable/10/usr.sbin/ctld

2014-11-27 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Nov 27 10:45:55 2014 New Revision: 275186 URL: https://svnweb.freebsd.org/changeset/base/275186 Log: MFC r273768: Remove the distinction between strings and numbers from ctld(8) yacc parser. This fixes problems with passing strings that look like numbers to clauses

svn commit: r275185 - stable/10/share/man/man4

2014-11-27 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Nov 27 10:31:11 2014 New Revision: 275185 URL: https://svnweb.freebsd.org/changeset/base/275185 Log: MFC r273690: Mention VAAI and ODX in ctl(4). Sponsored by: The FreeBSD Foundation Modified: stable/10/share/man/man4/ctl.4 Directory Properties: stable/10/

svn commit: r275180 - head/tools/tools/nanobsd

2014-11-27 Thread Nick Hibma
Author: n_hibma Date: Thu Nov 27 09:17:42 2014 New Revision: 275180 URL: https://svnweb.freebsd.org/changeset/base/275180 Log: clean_build is not always done (*), so move the mkdir to the first step that needs it and is always done: make.conf build. (*) In our build environment we actuall

svn commit: r275179 - stable/10/sbin/fsck

2014-11-27 Thread Andrey V. Elsukov
Author: ae Date: Thu Nov 27 08:41:31 2014 New Revision: 275179 URL: https://svnweb.freebsd.org/changeset/base/275179 Log: MFC r274750: Use geom attribute "PART::type" to determine partition type and choose relevant fsck_xxx utility. Modified: stable/10/sbin/fsck/fsck.c Directory Prope