svn commit: r276776 - head/sys/mips/conf

2015-01-07 Thread Bjoern A. Zeeb
Author: bz Date: Wed Jan 7 12:12:36 2015 New Revision: 276776 URL: https://svnweb.freebsd.org/changeset/base/276776 Log: Move MALTA_COMMON to std.MALTA (as we have for XLP and SWARM). This avoids universe trying to build MALTA_COMMON and fail due to the problem addressed in r276773. Inclu

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

2015-01-07 Thread Brad Davis
Author: brd (doc committer) Date: Wed Jan 7 16:15:00 2015 New Revision: 276778 URL: https://svnweb.freebsd.org/changeset/base/276778 Log: Fix the counter_u64_alloc arguement Approved by: glebius MFC after:2 weeks Modified: head/share/man/man9/counter.9 Modified: head/share/man/m

svn commit: r276779 - head/sys/arm/rockchip

2015-01-07 Thread Luiz Otavio O Souza
Author: loos Date: Wed Jan 7 16:55:55 2015 New Revision: 276779 URL: https://svnweb.freebsd.org/changeset/base/276779 Log: Reduce the maximum number of pins for the Rockchip RK3188, this driver isn't supposed to manage all the GPIO pins in the system from a single instance, instead it will

svn commit: r276780 - in head/sys: fs/nfs fs/nfsserver nfsserver

2015-01-07 Thread Robert Watson
Author: rwatson Date: Wed Jan 7 17:22:56 2015 New Revision: 276780 URL: https://svnweb.freebsd.org/changeset/base/276780 Log: Use M_SIZE() instead of hand-crafted (and mostly correct) NFSMSIZ() macro in the NFS server; garbage collect now-unused NFSMSIZ() and M_HASCL() macros. Also garbage

Re: svn commit: r276750 - in head: share/man/man9 sys/contrib/ipfilter/netinet sys/dev/an sys/dev/bge sys/dev/ce sys/dev/cm sys/dev/cp sys/dev/cs sys/dev/ctau sys/dev/ed sys/dev/ex sys/dev/fe sys/dev/

2015-01-07 Thread John-Mark Gurney
Robert Watson wrote this message on Tue, Jan 06, 2015 at 12:59 +: > Author: rwatson > Date: Tue Jan 6 12:59:37 2015 > New Revision: 276750 > URL: https://svnweb.freebsd.org/changeset/base/276750 > > Log: > In order to reduce use of M_EXT outside of the mbuf allocator and > socket-buffer i

Re: svn commit: r267001 - head/share/man/man4

2015-01-07 Thread Slawa Olhovchenkov
On Tue, Jun 03, 2014 at 05:19:11AM +, Maxim Sobolev wrote: > Author: sobomax > Date: Tue Jun 3 05:19:10 2014 > New Revision: 267001 > URL: http://svnweb.freebsd.org/changeset/base/267001 > > Log: > Fix few outdated names of defines: > > o NR_REG_SW_NIC -> NR_REG_SW > o NR_RING_NIC_S

Re: svn commit: r276750 - in head: share/man/man9 sys/contrib/ipfilter/netinet sys/dev/an sys/dev/bge sys/dev/ce sys/dev/cm sys/dev/cp sys/dev/cs sys/dev/ctau sys/dev/ed sys/dev/ex sys/dev/fe sys/dev/

2015-01-07 Thread Robert Watson
On Wed, 7 Jan 2015, John-Mark Gurney wrote: Log: In order to reduce use of M_EXT outside of the mbuf allocator and socket-buffer implementations, introduce a return value for MCLGET() (and m_cljget() that underlies it) to allow the caller to avoid testing M_EXT itself. Update all caller

svn commit: r276781 - head/sys/sys

2015-01-07 Thread Robert Watson
Author: rwatson Date: Wed Jan 7 18:24:42 2015 New Revision: 276781 URL: https://svnweb.freebsd.org/changeset/base/276781 Log: Bump __FreeBSD_version to 1100053 reflecting the addition of a return value to MCLGET(). Suggested by: jmg Sponsored by: EMC / Isilon Storage Division Modified

svn commit: r276783 - in head: lib/clang lib/clang/include lib/clang/include/llvm/Config lib/clang/libllvmaarch64asmparser lib/clang/libllvmaarch64codegen lib/clang/libllvmaarch64desc lib/clang/lib...

2015-01-07 Thread Dimitry Andric
Author: dim Date: Wed Jan 7 19:06:27 2015 New Revision: 276783 URL: https://svnweb.freebsd.org/changeset/base/276783 Log: Add the AArch64 llvm backend to the build to allow for early testing and to ease any rework of how clang is built to take arm64 in to account. Submitted by: andrew

svn commit: r276784 - head/sys/arm/rockchip

2015-01-07 Thread Luiz Otavio O Souza
Author: loos Date: Wed Jan 7 19:15:11 2015 New Revision: 276784 URL: https://svnweb.freebsd.org/changeset/base/276784 Log: Fix the handling of pull-up and pull-down for RK3188. For this to work the driver needs to know the bank it has attached to since the registers for the first 12 pins

svn commit: r276785 - head/contrib/elftoolchain/libelf

2015-01-07 Thread Ed Maste
Author: emaste Date: Wed Jan 7 19:34:44 2015 New Revision: 276785 URL: https://svnweb.freebsd.org/changeset/base/276785 Log: libelf: Add arm64 config Upstream elftoolchain ticket: #470 Submitted by: Andrew Turner Sponsored by: The FreeBSD Foundation Modified: head/contrib/elftoolcha

svn commit: r276786 - head/contrib/llvm/lib/Target/AArch64

2015-01-07 Thread Dimitry Andric
Author: dim Date: Wed Jan 7 19:37:26 2015 New Revision: 276786 URL: https://svnweb.freebsd.org/changeset/base/276786 Log: Pull in r92 from upstream llvm trunk (by Weiming Zhao): [Aarch64] Customer lowering of CTPOP to SIMD should check for NEON availability This ensures llvm

svn commit: r276787 - head/contrib/llvm/patches

2015-01-07 Thread Dimitry Andric
Author: dim Date: Wed Jan 7 19:38:52 2015 New Revision: 276787 URL: https://svnweb.freebsd.org/changeset/base/276787 Log: Add llvm patch corresponding to r276786. Added: head/contrib/llvm/patches/patch-31-llvm-r92-aarch64-no-neon.diff Added: head/contrib/llvm/patches/patch-31-llvm-r

svn commit: r276788 - in head: contrib/tcpdump contrib/tcpdump/lbl contrib/tcpdump/missing usr.sbin/tcpdump/tcpdump

2015-01-07 Thread Xin LI
Author: delphij Date: Wed Jan 7 19:55:18 2015 New Revision: 276788 URL: https://svnweb.freebsd.org/changeset/base/276788 Log: MFV r276761: tcpdump 4.6.2. MFC after:1 month Added: head/contrib/tcpdump/README.md - copied unchanged from r276761, vendor/tcpdump/dist/README.md hea

Re: svn commit: r276407 - head/sys/dev/usb/controller

2015-01-07 Thread Rui Paulo
On Dec 30, 2014, at 01:20 AM, Hans Petter Selasky wrote: Author: hselasky Date: Tue Dec 30 09:20:29 2014 New Revision: 276407 URL: https://svnweb.freebsd.org/changeset/base/276407 Log: Allow systems having a page size greater than 4K to use fewer scatter-gather XHCI TRB entries for its payload

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

2015-01-07 Thread Gleb Smirnoff
On Tue, Jan 06, 2015 at 09:03:04AM +, Craig Rodrigues wrote: C> Author: rodrigc C> Date: Tue Jan 6 09:03:03 2015 C> New Revision: 276747 C> URL: https://svnweb.freebsd.org/changeset/base/276747 C> C> Log: C> Instead of creating a purge thread for every vnet, create C> a single purge threa

Re: svn commit: r276750 - in head: share/man/man9 sys/contrib/ipfilter/netinet sys/dev/an sys/dev/bge sys/dev/ce sys/dev/cm sys/dev/cp sys/dev/cs sys/dev/ctau sys/dev/ed sys/dev/ex sys/dev/fe sys/dev/

2015-01-07 Thread Gleb Smirnoff
On Wed, Jan 07, 2015 at 06:16:15PM +, Robert Watson wrote: R> On Wed, 7 Jan 2015, John-Mark Gurney wrote: R> R> >> Log: R> >> In order to reduce use of M_EXT outside of the mbuf allocator and R> >> socket-buffer implementations, introduce a return value for MCLGET() R> >> (and m_cljget()

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

2015-01-07 Thread Gleb Smirnoff
On Tue, Jan 06, 2015 at 01:07:14PM +, Luiz Otavio O Souza wrote: L> Author: loos L> Date: Tue Jan 6 13:07:13 2015 L> New Revision: 276751 L> URL: https://svnweb.freebsd.org/changeset/base/276751 L> L> Log: L> Remove the check that prevent carp(4) advskew to be set to '0'. L> L> CARP de

Re: svn commit: r276750 - in head: share/man/man9 sys/contrib/ipfilter/netinet sys/dev/an sys/dev/bge sys/dev/ce sys/dev/cm sys/dev/cp sys/dev/cs sys/dev/ctau sys/dev/ed sys/dev/ex sys/dev/fe sys/dev/

2015-01-07 Thread Robert N. M. Watson
On 7 Jan 2015, at 20:48, Gleb Smirnoff wrote: > R> > Shouldn't this come w/ a FreeBSD version bump for drivers to use? > R> > R> Yes, probably. Old drivers will continue to work fine in not checking the > R> return value (for now), but drivers seeing backporting will probably want > a > R> _

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

2015-01-07 Thread Nikos Vassiliadis
Hi, On 01/07/15 21:46, Gleb Smirnoff wrote: On Tue, Jan 06, 2015 at 09:03:04AM +, Craig Rodrigues wrote: C> Author: rodrigc C> Date: Tue Jan 6 09:03:03 2015 C> New Revision: 276747 C> URL: https://svnweb.freebsd.org/changeset/base/276747 C> C> Log: C> Instead of creating a purge thread fo

svn commit: r276794 - head/sys/conf

2015-01-07 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Jan 7 21:40:23 2015 New Revision: 276794 URL: https://svnweb.freebsd.org/changeset/base/276794 Log: Add dev/mbox/mbox_if.m to MFILES list so we can use it in kernel modules Modified: head/sys/conf/kmod.mk Modified: head/sys/conf/kmod.mk ==

svn commit: r276795 - head/sys/dev/syscons/daemon

2015-01-07 Thread Xin LI
Author: delphij Date: Wed Jan 7 21:44:57 2015 New Revision: 276795 URL: https://svnweb.freebsd.org/changeset/base/276795 Log: Fix sos@'s name. MFC after:2 weeks Modified: head/sys/dev/syscons/daemon/daemon_saver.c Modified: head/sys/dev/syscons/daemon/daemon_saver.c ===

svn commit: r276796 - in head: . share/mk tools/build/options

2015-01-07 Thread Ed Maste
"ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20150107: + ELF tools addr2line, elfcopy (strip), nm, size, and strings are now + taken from the ELF Tool Chain project rather than GNU binutils. They + should be drop-in replacements, with the addit

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

2015-01-07 Thread Ed Maste
Author: emaste Date: Wed Jan 7 22:08:09 2015 New Revision: 276797 URL: https://svnweb.freebsd.org/changeset/base/276797 Log: Regenerate after r276796 Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ===

svn commit: r276798 - head/sys/dev/usb/controller

2015-01-07 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jan 8 00:11:11 2015 New Revision: 276798 URL: https://svnweb.freebsd.org/changeset/base/276798 Log: Fix handling of an error case when the MUSB driver is operating in USB device side mode. MFC after:1 week Reported by: br@ Modified: head/sys/dev/usb/c

svn commit: r276799 - head/sys/dev/usb/controller

2015-01-07 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jan 8 00:12:54 2015 New Revision: 276799 URL: https://svnweb.freebsd.org/changeset/base/276799 Log: Fix misleading comment. MFC after:1 week Reported by: rpaulo@ Modified: head/sys/dev/usb/controller/xhci.h Modified: head/sys/dev/usb/controller/xhci.h

Re: svn commit: r276407 - head/sys/dev/usb/controller

2015-01-07 Thread Hans Petter Selasky
This error string is misleading: it should read "page size greater or equal to 4096 bytes". Fixed in r276799. Thank you! --HPS ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any

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

2015-01-07 Thread Bjoern A. Zeeb
> On 07 Jan 2015, at 20:46 , Gleb Smirnoff wrote: > > On Tue, Jan 06, 2015 at 09:03:04AM +, Craig Rodrigues wrote: > C> Author: rodrigc > C> Date: Tue Jan 6 09:03:03 2015 > C> New Revision: 276747 > C> URL: https://svnweb.freebsd.org/changeset/base/276747 > C> > C> Log: > C> Instead of c

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

2015-01-07 Thread Gleb Smirnoff
On Thu, Jan 08, 2015 at 12:21:57AM +, Bjoern A. Zeeb wrote: B> B> > On 07 Jan 2015, at 20:46 , Gleb Smirnoff wrote: B> > B> > On Tue, Jan 06, 2015 at 09:03:04AM +, Craig Rodrigues wrote: B> > C> Author: rodrigc B> > C> Date: Tue Jan 6 09:03:03 2015 B> > C> New Revision: 276747 B> > C> U

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

2015-01-07 Thread Warner Losh
Author: imp Date: Thu Jan 8 00:39:40 2015 New Revision: 276801 URL: https://svnweb.freebsd.org/changeset/base/276801 Log: Don't call the SSE routines when they aren't enabled (or even compiled into the kernel). Modified: head/sys/i386/i386/elf_machdep.c Modified: head/sys/i386/i386/elf_ma

svn commit: r276800 - in head/tools/tools/nanobsd: gateworks pcengines

2015-01-07 Thread Warner Losh
Author: imp Date: Thu Jan 8 00:39:30 2015 New Revision: 276800 URL: https://svnweb.freebsd.org/changeset/base/276800 Log: Move to new NFS client with NFSCL after old NFS clinet (NFSCLIENT) was removed. Modified: head/tools/tools/nanobsd/gateworks/G2348 head/tools/tools/nanobsd/gateworks/

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

2015-01-07 Thread Bjoern A. Zeeb
> On 08 Jan 2015, at 00:31 , Gleb Smirnoff wrote: > > On Thu, Jan 08, 2015 at 12:21:57AM +, Bjoern A. Zeeb wrote: > B> > B> > On 07 Jan 2015, at 20:46 , Gleb Smirnoff wrote: > B> > > B> > On Tue, Jan 06, 2015 at 09:03:04AM +, Craig Rodrigues wrote: > B> > C> Author: rodrigc > B> > C>

svn commit: r276802 - head/lib/libc/gen

2015-01-07 Thread Craig Rodrigues
Author: rodrigc Date: Thu Jan 8 01:27:43 2015 New Revision: 276802 URL: https://svnweb.freebsd.org/changeset/base/276802 Log: Clarify text to be consistent with nanosleep(2), since sleep(3) is implemented in terms of nanosleep(2). This is similar to the sleep(3) man page for Darwin. Mod

svn commit: r276804 - head/contrib/ofed/usr.lib/libibcm

2015-01-07 Thread Garrett Cooper
Author: ngie Date: Thu Jan 8 02:04:37 2015 New Revision: 276804 URL: https://svnweb.freebsd.org/changeset/base/276804 Log: Fix 'make depend' before infiniband headers have been installed to build host by removing space between -I and the header directory MFC after: 1 week Sponsored by:

svn commit: r276805 - in head/contrib/ofed: usr.bin usr.lib

2015-01-07 Thread Garrett Cooper
Author: ngie Date: Thu Jan 8 02:11:13 2015 New Revision: 276805 URL: https://svnweb.freebsd.org/changeset/base/276805 Log: Build contrib/ofed/usr.{bin,lib} in parallel MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/ofed/usr.bin/Makefile head/con

svn commit: r276806 - head/contrib/ofed

2015-01-07 Thread Garrett Cooper
Author: ngie Date: Thu Jan 8 02:36:43 2015 New Revision: 276806 URL: https://svnweb.freebsd.org/changeset/base/276806 Log: Remove unnecessary .include of bsd.own.mk MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/ofed/Makefile Modified: head/contr

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

2015-01-07 Thread Julian Elischer
On 1/8/15 8:31 AM, Gleb Smirnoff wrote: On Thu, Jan 08, 2015 at 12:21:57AM +, Bjoern A. Zeeb wrote: B> B> > On 07 Jan 2015, at 20:46 , Gleb Smirnoff wrote: B> > B> > On Tue, Jan 06, 2015 at 09:03:04AM +, Craig Rodrigues wrote: B> > C> Author: rodrigc B> > C> Date: Tue Jan 6 09:03:03 201

svn commit: r276808 - head/sys/arm/include

2015-01-07 Thread Ian Lepore
Author: ian Date: Thu Jan 8 03:59:03 2015 New Revision: 276808 URL: https://svnweb.freebsd.org/changeset/base/276808 Log: Move the inclusion of cpu-v6.h inside the #ifdef _KERNEL block, so that userland programs (which probably don't actually need machine/cpu.h) compile. Modified: head/sys

svn commit: r276809 - head/share/misc

2015-01-07 Thread Andrew Rybchenko
Author: arybchik Date: Thu Jan 8 05:46:16 2015 New Revision: 276809 URL: https://svnweb.freebsd.org/changeset/base/276809 Log: Add myself (arybchik) to committers-src.dot Approved by:gnn (mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.

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

2015-01-07 Thread John-Mark Gurney
Julian Elischer wrote this message on Thu, Jan 08, 2015 at 11:37 +0800: > On 1/8/15 8:31 AM, Gleb Smirnoff wrote: > > On Thu, Jan 08, 2015 at 12:21:57AM +, Bjoern A. Zeeb wrote: > > B> > > B> > On 07 Jan 2015, at 20:46 , Gleb Smirnoff wrote: > > B> > > > B> > On Tue, Jan 06, 2015 at 09:03:04AM

svn commit: r276814 - head/contrib/ntp/ntpd

2015-01-07 Thread Hajimu UMEMOTO
Author: ume Date: Thu Jan 8 07:47:39 2015 New Revision: 276814 URL: https://svnweb.freebsd.org/changeset/base/276814 Log: Correct comparison of IPv6 wildcard address. MFC after:3 days Modified: head/contrib/ntp/ntpd/ntp_io.c Modified: head/contrib/ntp/ntpd/ntp_io.c