svn commit: r297369 - head/sys/contrib/rdma/krping

2016-03-28 Thread Navdeep Parhar
Author: np Date: Tue Mar 29 01:41:07 2016 New Revision: 297369 URL: https://svnweb.freebsd.org/changeset/base/297369 Log: krping wasn't designed to take more than one client. Fail any connect requests if cb->state is not IDLE. Submitted by: Krishnamraju Eraparaju @ Chelsio Reviewed

Re: svn commit: r297358 - head/sys/net

2016-03-28 Thread Jonathan T. Looney
On 3/28/16, 7:05 PM, "George Neville-Neil" wrote: >On 28 Mar 2016, at 14:36, Jonathan T. Looney wrote: > >>The IEEE registry shows this Ethertype as being allocated to Wind >> River Systems. Do we know that Wind River Systems has further >> allocated that to be used for

svn commit: r297368 - head/sys/dev/cxgbe/iw_cxgbe

2016-03-28 Thread Navdeep Parhar
Author: np Date: Tue Mar 29 00:10:47 2016 New Revision: 297368 URL: https://svnweb.freebsd.org/changeset/base/297368 Log: cxgbe/iw_cxgbe: Fix for stray "start_ep_timer timer already started!" messages. Submitted by: Krishnamraju Eraparaju @ Chelsio Sponsored by: Chelsio Communications

Re: svn commit: r297358 - head/sys/net

2016-03-28 Thread George Neville-Neil
On 28 Mar 2016, at 14:36, Jonathan T. Looney wrote: On 3/28/16, 2:25 PM, "owner-src-committ...@freebsd.org on behalf of George V. Neville-Neil" wrote: Author: gnn Date: Mon Mar 28 18:25:54 2016 New Revision: 297358 URL:

svn commit: r297367 - head/sys/kern

2016-03-28 Thread Jamie Gritton
Author: jamie Date: Mon Mar 28 22:18:37 2016 New Revision: 297367 URL: https://svnweb.freebsd.org/changeset/base/297367 Log: Move the various per-type arrays of OSD data into a single structure array. Modified: head/sys/kern/kern_osd.c Modified: head/sys/kern/kern_osd.c

svn commit: r297366 - head/sys/dev/random

2016-03-28 Thread John Baldwin
Author: jhb Date: Mon Mar 28 21:51:56 2016 New Revision: 297366 URL: https://svnweb.freebsd.org/changeset/base/297366 Log: Don't start the random harvester process until timers are working. This is a no-op currently, but in kernels with earlier AP startup, the random kthread was trying

Re: svn commit: r297357 - head/share/man/man7

2016-03-28 Thread Warren Block
On Mon, 28 Mar 2016, Bryan Drewery wrote: On 3/28/16 10:42 AM, Warren Block wrote: Author: wblock (doc committer) Date: Mon Mar 28 17:42:14 2016 New Revision: 297357 URL: https://svnweb.freebsd.org/changeset/base/297357 Log: Replace "user land", which, for any definition of the word "user",

svn commit: r297365 - in head/sys: dev/pccard kern sys

2016-03-28 Thread Warner Losh
Author: imp Date: Mon Mar 28 20:16:29 2016 New Revision: 297365 URL: https://svnweb.freebsd.org/changeset/base/297365 Log: Move pccard_safe_quote() up to subr_bus.c and rename to devctl_safe_quote() so it can be used more generally. Modified: head/sys/dev/pccard/pccard.c

svn commit: r297364 - in head/share/man: man4 man9

2016-03-28 Thread Warren Block
Author: wblock (doc committer) Date: Mon Mar 28 19:55:30 2016 New Revision: 297364 URL: https://svnweb.freebsd.org/changeset/base/297364 Log: Fix two more unhappy instances of "user land". Submitted by: bdrewery MFC after:1 week Modified: head/share/man/man4/iscsi_initiator.4

svn commit: r297363 - in head: . sys/conf

2016-03-28 Thread Ed Maste
Author: emaste Date: Mon Mar 28 19:51:45 2016 New Revision: 297363 URL: https://svnweb.freebsd.org/changeset/base/297363 Log: simplify compile-time default keyboard map generation In r296926 the -P option was added to kbdcontrol, which enables this change for a simplified compile-time

svn commit: r297362 - head/sys/netinet

2016-03-28 Thread Michael Tuexen
Author: tuexen Date: Mon Mar 28 19:32:13 2016 New Revision: 297362 URL: https://svnweb.freebsd.org/changeset/base/297362 Log: Don't allow the user to set a peer primary which is restricted and not pending. MFC after: 1 week Modified: head/sys/netinet/sctp_usrreq.c Modified:

svn commit: r297361 - head/sys/netinet

2016-03-28 Thread Michael Tuexen
Author: tuexen Date: Mon Mar 28 19:31:10 2016 New Revision: 297361 URL: https://svnweb.freebsd.org/changeset/base/297361 Log: Restrict local addresses until they are acked by the peer. MFC after: 1 week Modified: head/sys/netinet/sctp_pcb.c Modified: head/sys/netinet/sctp_pcb.c

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

2016-03-28 Thread Jilles Tjoelker
Author: jilles Date: Mon Mar 28 18:58:40 2016 New Revision: 297360 URL: https://svnweb.freebsd.org/changeset/base/297360 Log: sh: Fix use-after-free if a trap replaces itself. MFC after:1 week Added: head/bin/sh/tests/builtins/trap17.0 (contents, props changed) Modified:

Re: svn commit: r297039 - head/sys/x86/x86

2016-03-28 Thread John Baldwin
On Thursday, March 24, 2016 11:09:17 AM Konstantin Belousov wrote: > On Wed, Mar 23, 2016 at 02:21:59PM -0700, John Baldwin wrote: > > As you noted, the issue is if a timecounter needs locks (e.g. i8254) though > > outside of that I think the patch is great. :-/ Of course, if the TSC > > isn't

svn commit: r297359 - head/lib/libkvm

2016-03-28 Thread John Baldwin
Author: jhb Date: Mon Mar 28 18:41:48 2016 New Revision: 297359 URL: https://svnweb.freebsd.org/changeset/base/297359 Log: Fix parsing of a 1GB page table entry. Use 'pdpe' to extract the PA of the 1GB page instead of 'pde' (which was a copy and paste bug from the 2MB page case further

Re: svn commit: r297358 - head/sys/net

2016-03-28 Thread Jonathan T. Looney
On 3/28/16, 2:25 PM, "owner-src-committ...@freebsd.org on behalf of George V. Neville-Neil" wrote: >Author: gnn >Date: Mon Mar 28 18:25:54 2016 >New Revision: 297358 >URL: https://svnweb.freebsd.org/changeset/base/297358 > >Log: >

svn commit: r297358 - head/sys/net

2016-03-28 Thread George V. Neville-Neil
Author: gnn Date: Mon Mar 28 18:25:54 2016 New Revision: 297358 URL: https://svnweb.freebsd.org/changeset/base/297358 Log: Add ethertype reserved for network testing MFC after:2 weeks Modified: head/sys/net/ethernet.h Modified: head/sys/net/ethernet.h

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

2016-03-28 Thread Konstantin Belousov
On Mon, Mar 28, 2016 at 05:32:31PM +, Warner Losh wrote: > -# armv6: > +# armv6: (any arm v7 or v8 processor you are targetting and the arm1176jzf-s) I think it would be useful to say there any arm v7 or v8 in aarch32 mode you are targetting ... > #arm1176jzf-s, generic-armv7-a,

Re: svn commit: r297357 - head/share/man/man7

2016-03-28 Thread Bryan Drewery
On 3/28/16 10:42 AM, Warren Block wrote: > Author: wblock (doc committer) > Date: Mon Mar 28 17:42:14 2016 > New Revision: 297357 > URL: https://svnweb.freebsd.org/changeset/base/297357 > > Log: > Replace "user land", which, for any definition of the word "user", > sounds like some kind of

svn commit: r297357 - head/share/man/man7

2016-03-28 Thread Warren Block
Author: wblock (doc committer) Date: Mon Mar 28 17:42:14 2016 New Revision: 297357 URL: https://svnweb.freebsd.org/changeset/base/297357 Log: Replace "user land", which, for any definition of the word "user", sounds like some kind of horrific theme park. "Hey kids, want to go to User

svn commit: r297356 - head/share/mk

2016-03-28 Thread Warner Losh
Author: imp Date: Mon Mar 28 17:32:31 2016 New Revision: 297356 URL: https://svnweb.freebsd.org/changeset/base/297356 Log: Support simple soft floating point abi for CPUTYPE in arm. Complex types to follow. Modified: head/share/mk/bsd.cpu.mk Modified: head/share/mk/bsd.cpu.mk

svn commit: r297355 - in head: bin/freebsd-version lib/libc/stdio lib/libc/sys lib/libfetch sbin/atm/atmconfig share/man/man4 share/man/man5 share/man/man7 share/man/man9

2016-03-28 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Mar 28 16:48:28 2016 New Revision: 297355 URL: https://svnweb.freebsd.org/changeset/base/297355 Log: Fix bunch of .Xrs. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/bin/freebsd-version/freebsd-version.1

svn commit: r297351 - head/sys/x86/x86

2016-03-28 Thread Konstantin Belousov
Author: kib Date: Mon Mar 28 15:05:00 2016 New Revision: 297351 URL: https://svnweb.freebsd.org/changeset/base/297351 Log: Do not load LAPIC_DCR_TIMER with an undefined value. If we are in the deadline mode the divide configuration is not used and lapic_timer_divisor is not set.

Re: svn commit: r297334 - head/sys/dev/vt/hw/vga

2016-03-28 Thread Dimitry Andric
On 28 Mar 2016, at 09:36, Sepherosa Ziehau wrote: > > Author: sephe > Date: Mon Mar 28 07:36:54 2016 > New Revision: 297334 > URL: https://svnweb.freebsd.org/changeset/base/297334 > > Log: > vt: Use textmode when we're running on hypervisors > > The graphic mode is

svn commit: r297350 - head/sys/dev/extres/clk

2016-03-28 Thread Jared McNeill
Author: jmcneill Date: Mon Mar 28 11:51:35 2016 New Revision: 297350 URL: https://svnweb.freebsd.org/changeset/base/297350 Log: Pass clkdev_if methods through to parent device by default. Reviewed by: mmel, adrian (mentor) Approved by: adrian (mentor) Differential

svn commit: r297349 - head/sys/netinet

2016-03-28 Thread Michael Tuexen
Author: tuexen Date: Mon Mar 28 11:32:20 2016 New Revision: 297349 URL: https://svnweb.freebsd.org/changeset/base/297349 Log: Trigger sending of queued ASCONF chunks if outstanding ones are ACKED. MFC after:1 week Modified: head/sys/netinet/sctp_input.c Modified:

svn commit: r297348 - head/sys/x86/x86

2016-03-28 Thread Konstantin Belousov
Author: kib Date: Mon Mar 28 09:52:44 2016 New Revision: 297348 URL: https://svnweb.freebsd.org/changeset/base/297348 Log: Use TSC deadline mode for LAPIC timer, when available. The mode fires LAPIC timer iinterrupt when TSC reaches the value written to the IA32_TSC_DEADLINE MSR. To arm

svn commit: r297347 - head/sys/x86/include

2016-03-28 Thread Konstantin Belousov
Author: kib Date: Mon Mar 28 09:43:40 2016 New Revision: 297347 URL: https://svnweb.freebsd.org/changeset/base/297347 Log: Add defines for the LAPIC TSC deadline timer mode. The LVT timer mode field is two-bit, extend the mask. Also add comments about all MSRs writes to which are not

Re: svn commit: r297337 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-03-28 Thread Konstantin Belousov
On Mon, Mar 28, 2016 at 08:12:29AM +, Alexander Motin wrote: > Author: mav > Date: Mon Mar 28 08:12:29 2016 > New Revision: 297337 > URL: https://svnweb.freebsd.org/changeset/base/297337 > > Log: > Pass through error code from make_dev_p(). > > ENAMETOOLONG is much more informative in

svn commit: r297337 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-03-28 Thread Alexander Motin
Author: mav Date: Mon Mar 28 08:12:29 2016 New Revision: 297337 URL: https://svnweb.freebsd.org/changeset/base/297337 Log: Pass through error code from make_dev_p(). ENAMETOOLONG is much more informative in logs then ENXIO. MFC after:1 week Modified:

svn commit: r297335 - head/sys/fs/ext2fs

2016-03-28 Thread Kevin Lo
Author: kevlo Date: Mon Mar 28 07:44:55 2016 New Revision: 297335 URL: https://svnweb.freebsd.org/changeset/base/297335 Log: Update superblock and inode structs for ext4. Reviewed by: pfg Modified: head/sys/fs/ext2fs/ext2_dinode.h head/sys/fs/ext2fs/ext2fs.h Modified:

svn commit: r297334 - head/sys/dev/vt/hw/vga

2016-03-28 Thread Sepherosa Ziehau
Author: sephe Date: Mon Mar 28 07:36:54 2016 New Revision: 297334 URL: https://svnweb.freebsd.org/changeset/base/297334 Log: vt: Use textmode when we're running on hypervisors The graphic mode is noticeably slow on hypervisors, especially on Hyper-V (1 second to each line).