Re: svn commit: r268889 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel usr.sbin/bhyve usr.sbin/bhyvectl

2014-07-20 Thread Adrian Chadd
Hi! This broke -HEAD. 'exc' in vmx_inject_interrupts() is no longer initialised before use /and/ it's part of a KASSERT() output. Thanks! -a On 19 July 2014 13:59, Neel Natu n...@freebsd.org wrote: Author: neel Date: Sat Jul 19 20:59:08 2014 New Revision: 268889 URL:

svn commit: r268909 - head/sys/netinet

2014-07-20 Thread Adrian Chadd
Author: adrian Date: Sun Jul 20 07:31:55 2014 New Revision: 268909 URL: http://svnweb.freebsd.org/changeset/base/268909 Log: Update the comment to be more concise. Modified: head/sys/netinet/in_rss.c Modified: head/sys/netinet/in_rss.c

svn commit: r268911 - head/sys/netinet

2014-07-20 Thread Adrian Chadd
Author: adrian Date: Sun Jul 20 07:36:59 2014 New Revision: 268911 URL: http://svnweb.freebsd.org/changeset/base/268911 Log: Implement rss_gethashconfig() - return the currently supported hash methods by the stack. Right now the stack isn't really setup for RSS with 4-tuple UDP hashing

svn commit: r268912 - head/sys/netinet

2014-07-20 Thread Adrian Chadd
Author: adrian Date: Sun Jul 20 07:37:47 2014 New Revision: 268912 URL: http://svnweb.freebsd.org/changeset/base/268912 Log: Add hash awareness of the IPv4 and IPv6 UDP 4-tuple. Note: it would be nice if the supported hash check would be used here! Modified: head/sys/netinet/in_rss.c

svn commit: r268913 - head/sys/netinet

2014-07-20 Thread Adrian Chadd
Author: adrian Date: Sun Jul 20 07:38:38 2014 New Revision: 268913 URL: http://svnweb.freebsd.org/changeset/base/268913 Log: Make the PCBGROUPS code aware of IPv4 UDP 4-tuple. Modified: head/sys/netinet/in_pcbgroup.c Modified: head/sys/netinet/in_pcbgroup.c

svn commit: r268914 - head/sys/netinet6

2014-07-20 Thread Adrian Chadd
Author: adrian Date: Sun Jul 20 07:39:54 2014 New Revision: 268914 URL: http://svnweb.freebsd.org/changeset/base/268914 Log: When it's time to do 4-tuple UDP IPv6 hashing, make sure this is a known type. Modified: head/sys/netinet6/in6_pcbgroup.c Modified: head/sys/netinet6/in6_pcbgroup.c

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

2014-07-20 Thread Adrian Chadd
Author: adrian Date: Sun Jul 20 07:43:41 2014 New Revision: 268915 URL: http://svnweb.freebsd.org/changeset/base/268915 Log: Disable the ixgbe(4) UDP 4-tuple hashing for the time being. A mix of fragmented and non-fragmented UDP in a single stream will end up being hashed differently,

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

2014-07-20 Thread Adrian Chadd
Author: adrian Date: Sun Jul 20 07:45:48 2014 New Revision: 268916 URL: http://svnweb.freebsd.org/changeset/base/268916 Log: Teach ixgbe(4) about rss_gethashconfig(). If RSS is enabled, ixgbe(4) will query the RSS API for the types of hashes which should be used. It'll then only enable

Re: svn commit: r268889 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel usr.sbin/bhyve usr.sbin/bhyvectl

2014-07-20 Thread Neel Natu
Hi Adrian, On Sat, Jul 19, 2014 at 11:30 PM, Adrian Chadd adr...@freebsd.org wrote: Hi! This broke -HEAD. 'exc' in vmx_inject_interrupts() is no longer initialised before use /and/ it's part of a KASSERT() output. Are you building with an external toolchain? best Neel Thanks! -a On

Re: svn commit: r268889 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel usr.sbin/bhyve usr.sbin/bhyvectl

2014-07-20 Thread Adrian Chadd
On 20 July 2014 00:47, Neel Natu neeln...@gmail.com wrote: Hi Adrian, On Sat, Jul 19, 2014 at 11:30 PM, Adrian Chadd adr...@freebsd.org wrote: Hi! This broke -HEAD. 'exc' in vmx_inject_interrupts() is no longer initialised before use /and/ it's part of a KASSERT() output. Are you

Re: svn commit: r268889 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel usr.sbin/bhyve usr.sbin/bhyvectl

2014-07-20 Thread Neel Natu
Hi Adrian, On Sun, Jul 20, 2014 at 12:48 AM, Adrian Chadd adr...@freebsd.org wrote: On 20 July 2014 00:47, Neel Natu neeln...@gmail.com wrote: Hi Adrian, On Sat, Jul 19, 2014 at 11:30 PM, Adrian Chadd adr...@freebsd.org wrote: Hi! This broke -HEAD. 'exc' in vmx_inject_interrupts() is no

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

2014-07-20 Thread Adrian Chadd
Author: adrian Date: Sun Jul 20 08:43:53 2014 New Revision: 268917 URL: http://svnweb.freebsd.org/changeset/base/268917 Log: Add the UDP hash - RSS mbuf hash type for the ixgbe(4) driver. Modified: head/sys/dev/ixgbe/ixgbe.c Modified: head/sys/dev/ixgbe/ixgbe.c

Re: svn commit: r268827 - head/usr.sbin/ndp

2014-07-20 Thread Peter Wemm
On Friday 18 July 2014 10:35:33 Benjamin Kaduk wrote: On Fri, Jul 18, 2014 at 2:48 AM, Peter Wemm pe...@freebsd.org wrote: Author: peter Date: Fri Jul 18 06:48:02 2014 New Revision: 268827 URL: http://svnweb.freebsd.org/changeset/base/268827 Log: Fix ndp -d hostname. MFC?

svn commit: r268920 - head/bin/sh

2014-07-20 Thread Jilles Tjoelker
Author: jilles Date: Sun Jul 20 12:06:52 2014 New Revision: 268920 URL: http://svnweb.freebsd.org/changeset/base/268920 Log: sh: Remove prefix() function. Use strncmp() instead. Modified: head/bin/sh/exec.c head/bin/sh/jobs.c head/bin/sh/mystring.c head/bin/sh/mystring.h Modified:

Re: svn commit: r268889 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel usr.sbin/bhyve usr.sbin/bhyvectl

2014-07-20 Thread Stefan Farfeleder
Hi, On Sat, Jul 19, 2014 at 08:59:08PM +, Neel Natu wrote: Author: neel Date: Sat Jul 19 20:59:08 2014 New Revision: 268889 URL: http://svnweb.freebsd.org/changeset/base/268889 snip Modified: head/sys/amd64/vmm/intel/vmx.c

Re: svn commit: r268780 - in head: share/man/man9 sys/kern sys/sys

2014-07-20 Thread John Baldwin
On Wednesday 16 July 2014 22:18:19 Don Lewis wrote: Author: truckman Date: Wed Jul 16 22:18:19 2014 New Revision: 268780 URL: http://svnweb.freebsd.org/changeset/base/268780 Log: Nuke the never-used RF_TIMESHARE feature, reducing the complexity of the code. The consensus on arch@ is

Re: svn commit: r268869 - in head/sys: amd64/amd64 cddl/dev/dtrace/amd64 cddl/dev/fbt

2014-07-20 Thread Stefan Farfeleder
Hi, On Sat, Jul 19, 2014 at 02:27:32AM +, Mark Johnston wrote: Author: markj Date: Sat Jul 19 02:27:31 2014 New Revision: 268869 URL: http://svnweb.freebsd.org/changeset/base/268869 snip Modified: head/sys/amd64/amd64/trap.c

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

2014-07-20 Thread Dag-Erling Smørgrav
Ian Lepore i...@freebsd.org writes: This change breaks the ability to bootstrap from versions prior to 10.0 because the older lex requires -ofilename rather than -o filename. Right, I didn't test that: des@nine ~head/lib/libunbound% make -m ~head/share/mk obj depend

svn commit: r268921 - head/share/mk

2014-07-20 Thread Dag-Erling Smørgrav
Author: des Date: Sun Jul 20 14:49:24 2014 New Revision: 268921 URL: http://svnweb.freebsd.org/changeset/base/268921 Log: Older versions of flex (like the one used in FreeBSD = 9) expect the output file name to follow the -o flag immediately, with no intervening whitespace. Reported

svn commit: r268922 - head/sys/amd64/vmm/intel

2014-07-20 Thread Neel Natu
Author: neel Date: Sun Jul 20 16:34:35 2014 New Revision: 268922 URL: http://svnweb.freebsd.org/changeset/base/268922 Log: Fix build without INVARIANTS defined by getting rid of unused variable 'exc'. Reported by: adrian, stefanf Modified: head/sys/amd64/vmm/intel/vmx.c Modified:

Re: svn commit: r268889 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel usr.sbin/bhyve usr.sbin/bhyvectl

2014-07-20 Thread Neel Natu
Hi, On Sun, Jul 20, 2014 at 7:23 AM, Stefan Farfeleder stef...@freebsd.org wrote: Hi, On Sat, Jul 19, 2014 at 08:59:08PM +, Neel Natu wrote: Author: neel Date: Sat Jul 19 20:59:08 2014 New Revision: 268889 URL: http://svnweb.freebsd.org/changeset/base/268889 snip Modified:

Re: svn commit: r268889 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel usr.sbin/bhyve usr.sbin/bhyvectl

2014-07-20 Thread Adrian Chadd
Thanks! -a On 20 July 2014 09:37, Neel Natu neeln...@gmail.com wrote: Hi, On Sun, Jul 20, 2014 at 7:23 AM, Stefan Farfeleder stef...@freebsd.org wrote: Hi, On Sat, Jul 19, 2014 at 08:59:08PM +, Neel Natu wrote: Author: neel Date: Sat Jul 19 20:59:08 2014 New Revision: 268889

svn commit: r268923 - head/sys/amd64/amd64

2014-07-20 Thread Mark Johnston
Author: markj Date: Sun Jul 20 18:44:56 2014 New Revision: 268923 URL: http://svnweb.freebsd.org/changeset/base/268923 Log: Fix the build when DTrace isn't enabled. Reported by: stefanf X-MFC-With: r268600 Modified: head/sys/amd64/amd64/trap.c Modified: head/sys/amd64/amd64/trap.c

Re: svn commit: r268869 - in head/sys: amd64/amd64 cddl/dev/dtrace/amd64 cddl/dev/fbt

2014-07-20 Thread Mark Johnston
On Sun, Jul 20, 2014 at 04:32:19PM +0200, Stefan Farfeleder wrote: Hi, On Sat, Jul 19, 2014 at 02:27:32AM +, Mark Johnston wrote: Author: markj Date: Sat Jul 19 02:27:31 2014 New Revision: 268869 URL: http://svnweb.freebsd.org/changeset/base/268869 snip Modified:

svn commit: r268924 - head/lib/libc/stdio

2014-07-20 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jul 20 20:05:39 2014 New Revision: 268924 URL: http://svnweb.freebsd.org/changeset/base/268924 Log: Update fflush(3) to return success on a read-only stream. This has small changes to what Apple uses for compliance with SUSv3. The changes cause no secondary effects

svn commit: r268925 - head/usr.bin/procstat

2014-07-20 Thread Robert Watson
Author: rwatson Date: Sun Jul 20 20:11:34 2014 New Revision: 268925 URL: http://svnweb.freebsd.org/changeset/base/268925 Log: In procstat -v (VM), spell out 'FL' to 'FLAG' since there are two extra columns available anyway. Also left align as we tend to do for flags fields, although you

svn commit: r268926 - head/lib/libc/stdio

2014-07-20 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jul 20 20:14:15 2014 New Revision: 268926 URL: http://svnweb.freebsd.org/changeset/base/268926 Log: Use a correct errno in freopen. Use EBADF instead of EINVAL when working around incorrect O_ACCMODE. Phabric: D442 Obtained from:Apple Inc. (Libc

svn commit: r268927 - in head/bin/sh: . tests/builtins

2014-07-20 Thread Jilles Tjoelker
Author: jilles Date: Sun Jul 20 20:29:09 2014 New Revision: 268927 URL: http://svnweb.freebsd.org/changeset/base/268927 Log: sh: Allow arbitrarily large numbers in break and continue. The argument is capped to loopnest, so strtol()'s [ERANGE] can be ignored. Added:

svn commit: r268928 - head/lib/libc/stdio

2014-07-20 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jul 20 20:29:28 2014 New Revision: 268928 URL: http://svnweb.freebsd.org/changeset/base/268928 Log: Const-ify a character string. Obtained from:Apple Inc. (Libc 997.90.3) MFC after:3 days Modified: head/lib/libc/stdio/gets.c Modified:

svn commit: r268929 - in head/sys/dev/usb: . serial

2014-07-20 Thread Hans Petter Selasky
Author: hselasky Date: Sun Jul 20 21:02:35 2014 New Revision: 268929 URL: http://svnweb.freebsd.org/changeset/base/268929 Log: Add new device ID. MFC after:1 week PR: 191959 Modified: head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/usbdevs Modified:

svn commit: r268930 - head/lib/libc/stdio

2014-07-20 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jul 20 21:24:29 2014 New Revision: 268930 URL: http://svnweb.freebsd.org/changeset/base/268930 Log: Adjust errno on failed prepwrite. Obtained from:Apple Inc. (Libc 997.90.3) Phabric: D442 MFC after:1 week Modified:

svn commit: r268931 - head/usr.sbin/ctld

2014-07-20 Thread Warren Block
Author: wblock (doc committer) Date: Sun Jul 20 22:13:51 2014 New Revision: 268931 URL: http://svnweb.freebsd.org/changeset/base/268931 Log: Correct spelling errors in ctld.8. While here, correct similar errors in ctl.conf.5 and fix a couple of contractions. PR: 191984

Re: svn commit: r268855 - in head: cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2014-07-20 Thread Nikolai Lifanov
On 2014-07-18 16:41, Xin LI wrote: Author: delphij Date: Fri Jul 18 20:41:40 2014 New Revision: 268855 URL: http://svnweb.freebsd.org/changeset/base/268855 Log: MFV r268848: Instead of asserting all zio's be properly aligned, only assert on the logical ones. Cap uberblocks at 8k,

Re: svn commit: r268855 - in head: cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2014-07-20 Thread Steven Hartland
- Original Message - From: Nikolai Lifanov lifa...@mail.lifanov.com To: Xin LI delp...@freebsd.org Cc: src-committ...@freebsd.org; svn-src-head@freebsd.org Sent: Monday, July 21, 2014 2:22 AM Subject: Re: svn commit: r268855 - in head: cddl/contrib/opensolaris/cmd/ztest

Re: svn commit: r268855 - in head: cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2014-07-20 Thread Nikolai Lifanov
On 2014-07-20 22:56, Steven Hartland wrote: - Original Message - From: Nikolai Lifanov lifa...@mail.lifanov.com To: Xin LI delp...@freebsd.org Cc: src-committ...@freebsd.org; svn-src-head@freebsd.org Sent: Monday, July 21, 2014 2:22 AM Subject: Re: svn commit: r268855 - in head:

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

2014-07-20 Thread Adrian Chadd
Author: adrian Date: Mon Jul 21 04:48:02 2014 New Revision: 268936 URL: http://svnweb.freebsd.org/changeset/base/268936 Log: Add the PCBGROUPS manpage. Thanks to wblock for helping me with this manpage. Added: head/share/man/man9/PCBGROUPS.9 (contents, props changed) Modified: