svn commit: r280211 - head/sys/ofed/include/linux

2015-03-18 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 18 10:50:10 2015 New Revision: 280211 URL: https://svnweb.freebsd.org/changeset/base/280211 Log: Add missing void pointer argument to SYSINIT() functions. MFC after:3 days Sponsored by: Mellanox Technologies Modified:

svn commit: r280210 - head/sys/ofed/include/linux

2015-03-18 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 18 10:49:17 2015 New Revision: 280210 URL: https://svnweb.freebsd.org/changeset/base/280210 Log: Fix problems about 32-bit ticks wraparound and unsigned long conversion: - The linux compat API layer casts the ticks to unsigned long which might cause problems

svn commit: r280208 - head/sys/ofed/include/linux

2015-03-18 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 18 08:46:08 2015 New Revision: 280208 URL: https://svnweb.freebsd.org/changeset/base/280208 Log: Declare missing symbol and inline macro which is only used once. MFC after:2 weeks Sponsored by: Mellanox Technologies Submitted by: glebius@ Modified:

svn commit: r280218 - head/usr.bin/xlint/lint1

2015-03-18 Thread Ed Maste
Author: emaste Date: Wed Mar 18 13:07:19 2015 New Revision: 280218 URL: https://svnweb.freebsd.org/changeset/base/280218 Log: xlint: add arm64 #define Submitted by: andrew@ Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/xlint/lint1/param.h Modified:

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

2015-03-18 Thread Andrew Turner
Author: andrew Date: Wed Mar 18 13:54:53 2015 New Revision: 280219 URL: https://svnweb.freebsd.org/changeset/base/280219 Log: We won't support a.out on arm64/aarch64. As such there will be no need to support it in nlist(3). Reviewed by: emaste Sponsored by: The FreeBSD Foundation

svn commit: r280221 - head/share/man/man4

2015-03-18 Thread Ian Lepore
Author: ian Date: Wed Mar 18 14:49:16 2015 New Revision: 280221 URL: https://svnweb.freebsd.org/changeset/base/280221 Log: Update ucom(4) with information about the new PPS capture abilities. Differential Revision:https://reviews.freebsd.org/D2049 Modified:

Re: svn commit: r280182 - in head/sys: amd64/conf conf dev/ixgbe modules/ix modules/ixgbe modules/ixv

2015-03-18 Thread Nathan Whitehorn
On 03/17/15 11:32, Jack F Vogel wrote: Author: jfv Date: Tue Mar 17 18:32:28 2015 New Revision: 280182 URL: https://svnweb.freebsd.org/changeset/base/280182 Log: Update to the Intel ixgbe driver: - Split the driver into independent pf and vf loadables. This is in

svn commit: r280220 - head/usr.bin/ldd

2015-03-18 Thread Andrew Turner
Author: andrew Date: Wed Mar 18 13:59:04 2015 New Revision: 280220 URL: https://svnweb.freebsd.org/changeset/base/280220 Log: Allowus to exclude a.out support from ldd and use it with arm64 as it won't support the a.out format. Reviewed by: emaste Sponsored by: The FreeBSD Foundation

Re: svn commit: r280219 - head/lib/libc/gen

2015-03-18 Thread John Baldwin
On Wednesday, March 18, 2015 01:54:54 PM Andrew Turner wrote: Author: andrew Date: Wed Mar 18 13:54:53 2015 New Revision: 280219 URL: https://svnweb.freebsd.org/changeset/base/280219 Log: We won't support a.out on arm64/aarch64. As such there will be no need to support it in nlist(3).

Re: svn commit: r280220 - head/usr.bin/ldd

2015-03-18 Thread John Baldwin
On Wednesday, March 18, 2015 01:59:05 PM Andrew Turner wrote: Author: andrew Date: Wed Mar 18 13:59:04 2015 New Revision: 280220 URL: https://svnweb.freebsd.org/changeset/base/280220 Log: Allowus to exclude a.out support from ldd and use it with arm64 as it won't support the a.out

svn commit: r280222 - head/sys/sys

2015-03-18 Thread John Baldwin
Author: jhb Date: Wed Mar 18 14:51:03 2015 New Revision: 280222 URL: https://svnweb.freebsd.org/changeset/base/280222 Log: Clear an mbuf's external storage flags in m_extaddref(). They are cleared in other places that set the external storage type (ext_type) such as m_cljset(), m_extadd(),

Re: svn commit: r280182 - in head/sys: amd64/conf conf dev/ixgbe modules/ix modules/ixgbe modules/ixv

2015-03-18 Thread Jack Vogel
OK, thanks for pointing that out, I'll include them. On Wed, Mar 18, 2015 at 8:20 AM, Nathan Whitehorn nwhiteh...@freebsd.org wrote: On 03/17/15 11:32, Jack F Vogel wrote: Author: jfv Date: Tue Mar 17 18:32:28 2015 New Revision: 280182 URL:

Re: svn commit: r280219 - head/lib/libc/gen

2015-03-18 Thread Andrew Turner
On Wed, 18 Mar 2015 10:32:33 -0400 John Baldwin j...@freebsd.org wrote: On Wednesday, March 18, 2015 01:54:54 PM Andrew Turner wrote: Author: andrew Date: Wed Mar 18 13:54:53 2015 New Revision: 280219 URL: https://svnweb.freebsd.org/changeset/base/280219 Log: We won't support

Re: svn commit: r280220 - head/usr.bin/ldd

2015-03-18 Thread Konstantin Belousov
On Wed, Mar 18, 2015 at 10:33:45AM -0400, John Baldwin wrote: On Wednesday, March 18, 2015 01:59:05 PM Andrew Turner wrote: Author: andrew Date: Wed Mar 18 13:59:04 2015 New Revision: 280220 URL: https://svnweb.freebsd.org/changeset/base/280220 Log: Allowus to exclude a.out

svn commit: r280224 - stable/10/sys/sys

2015-03-18 Thread Robert Watson
Author: rwatson Date: Wed Mar 18 15:20:08 2015 New Revision: 280224 URL: https://svnweb.freebsd.org/changeset/base/280224 Log: Merge r263232 from head to stable/10: Rename capability.h to capsicum.h: the original name conflicts with the draft POSIX.1e capability.h used on some

svn commit: r280226 - in head/sys: mips/conf modules powerpc/conf

2015-03-18 Thread Jack F Vogel
Author: jfv Date: Wed Mar 18 16:54:03 2015 New Revision: 280226 URL: https://svnweb.freebsd.org/changeset/base/280226 Log: Correct the ixgbe entries in mips and powerpc, and add the module entries in i386/amd64 in the Makefile Modified: head/sys/mips/conf/OCTEON1

Re: svn commit: r280220 - head/usr.bin/ldd

2015-03-18 Thread John Baldwin
On Wednesday, March 18, 2015 05:04:25 PM Konstantin Belousov wrote: On Wed, Mar 18, 2015 at 10:33:45AM -0400, John Baldwin wrote: On Wednesday, March 18, 2015 01:59:05 PM Andrew Turner wrote: Author: andrew Date: Wed Mar 18 13:59:04 2015 New Revision: 280220 URL:

svn commit: r280230 - in head: sys/cam/scsi usr.bin/mt

2015-03-18 Thread Kenneth D. Merry
Author: ken Date: Wed Mar 18 20:52:34 2015 New Revision: 280230 URL: https://svnweb.freebsd.org/changeset/base/280230 Log: Fix a couple of problems in the sa(4) media type reports. The only drives I have discovered so far that support medium type reports are newer HP LTO (LTO-5 and

svn commit: r280231 - head/usr.bin/mt

2015-03-18 Thread Kenneth D. Merry
Author: ken Date: Wed Mar 18 20:54:54 2015 New Revision: 280231 URL: https://svnweb.freebsd.org/changeset/base/280231 Log: Improve the mt(1) rblim display. The granularity reported by READ BLOCK LIMITS is an exponent, not a byte value. So a granularity of 0 means 2^0, or 1 byte. A

svn commit: r280233 - in head: share/man/man4 sys/netinet

2015-03-18 Thread Hiren Panchasara
Author: hiren Date: Wed Mar 18 23:24:25 2015 New Revision: 280233 URL: https://svnweb.freebsd.org/changeset/base/280233 Log: Add connection flowid to siftr(4). Reviewed by: lstewart MFC after:1 week Sponsored by: Limelight Networks Differential Revision:

Re: svn commit: r280233 - in head: share/man/man4 sys/netinet

2015-03-18 Thread Hiren Panchasara
On 03/18/15 at 04:26P, Adrian Chadd wrote: Sorry I didn't add this earlier. There's a flowtype field, right? You should log that too. It'll tell you what the flowid field means. Yeah, you are right. I should have added that in this commit. I'll do that now. Cheers, Hiren pgp27pLmht3gf.pgp

svn commit: r280234 - head/usr.sbin/bsdinstall/scripts

2015-03-18 Thread Allan Jude
Author: allanjude (doc committer) Date: Wed Mar 18 23:24:38 2015 New Revision: 280234 URL: https://svnweb.freebsd.org/changeset/base/280234 Log: Fix the handbook install option in bsdinstall bsdconfig's f_package_add doesn't seem to support using the pkg repo from /etc/pkg/FreeBSD.conf,

svn commit: r280235 - head/usr.sbin/bsdinstall/scripts

2015-03-18 Thread Allan Jude
Author: allanjude (doc committer) Date: Wed Mar 18 23:47:30 2015 New Revision: 280235 URL: https://svnweb.freebsd.org/changeset/base/280235 Log: Remove a non-required unsafe condition added in the previous commit Reviewed by: bapt Approved by: dteske Sponsored by: ScaleEngine Inc.

svn commit: r280236 - head/sys/netinet6

2015-03-18 Thread Andrey V. Elsukov
Author: ae Date: Thu Mar 19 00:04:25 2015 New Revision: 280236 URL: https://svnweb.freebsd.org/changeset/base/280236 Log: To avoid a possible race, release the reference to ifa after return from nd6_dad_na_input(). Submitted by: Alexandre Martins MFC after:1 week Modified:

svn commit: r280237 - in head: share/man/man4 sys/netinet

2015-03-18 Thread Hiren Panchasara
Author: hiren Date: Thu Mar 19 00:23:16 2015 New Revision: 280237 URL: https://svnweb.freebsd.org/changeset/base/280237 Log: Add connection flow type to siftr(4). Suggested by: adrian Sponsored by: Limelight Networks Modified: head/share/man/man4/siftr.4 head/sys/netinet/siftr.c

svn commit: r280238 - head/sys/vm

2015-03-18 Thread Alan Cox
Author: alc Date: Thu Mar 19 01:40:43 2015 New Revision: 280238 URL: https://svnweb.freebsd.org/changeset/base/280238 Log: Fix the root cause of the vm_reserv_populate: reserv address is already promoted panics. The sequence of events that leads to a panic is rather long and circuitous.

Re: svn commit: r280233 - in head: share/man/man4 sys/netinet

2015-03-18 Thread Adrian Chadd
Sorry I didn't add this earlier. There's a flowtype field, right? You should log that too. It'll tell you what the flowid field means. -a On 18 March 2015 at 16:24, Hiren Panchasara hi...@freebsd.org wrote: Author: hiren Date: Wed Mar 18 23:24:25 2015 New Revision: 280233 URL:

Re: svn commit: r280233 - in head: share/man/man4 sys/netinet

2015-03-18 Thread Hiren Panchasara
On 03/18/15 at 04:36P, Hiren Panchasara wrote: On 03/18/15 at 04:26P, Adrian Chadd wrote: Sorry I didn't add this earlier. There's a flowtype field, right? You should log that too. It'll tell you what the flowid field means. Yeah, you are right. I should have added that in this

svn commit: r280239 - head/sys/geom

2015-03-18 Thread Adrian Chadd
Author: adrian Date: Thu Mar 19 03:58:25 2015 New Revision: 280239 URL: https://svnweb.freebsd.org/changeset/base/280239 Log: Fix the label search routine in geom_map to not trip up on '\0' bytes. * Just do the buf check early and fail out * If the offset being searched is: 0011

svn commit: r280232 - head/tools/regression/sysvshm

2015-03-18 Thread Konstantin Belousov
Author: kib Date: Wed Mar 18 22:05:15 2015 New Revision: 280232 URL: https://svnweb.freebsd.org/changeset/base/280232 Log: Cosmetics: - Move to ANSI definitions syntax, removing warnings about type promotions. - Remove __P(). - Staticise everything. - Remove warnings about unused args

svn commit: r280228 - head/sys/dev/ixgbe

2015-03-18 Thread Jack F Vogel
Author: jfv Date: Wed Mar 18 20:11:59 2015 New Revision: 280228 URL: https://svnweb.freebsd.org/changeset/base/280228 Log: Fix i386 LINT build issues, and remove unused variable. Modified: head/sys/dev/ixgbe/if_ixv.c head/sys/dev/ixgbe/ixgbe.h Modified: head/sys/dev/ixgbe/if_ixv.c