svn commit: r290134 - head/sys/dev/ral

2015-10-28 Thread Kevin Lo
Author: kevlo Date: Thu Oct 29 04:51:27 2015 New Revision: 290134 URL: https://svnweb.freebsd.org/changeset/base/290134 Log: Remove the static function declaration. Modified: head/sys/dev/ral/rt2860.c Modified: head/sys/dev/ral/rt2860.c ===

svn commit: r290133 - head/sys/dev/ral

2015-10-28 Thread Kevin Lo
Author: kevlo Date: Thu Oct 29 04:21:34 2015 New Revision: 290133 URL: https://svnweb.freebsd.org/changeset/base/290133 Log: - Add a missing prototype - Fix typos Modified: head/sys/dev/ral/rt2860.c head/sys/dev/ral/rt2860var.h Modified: head/sys/dev/ral/rt2860.c

svn commit: r290131 - head/sys/dev/ioat

2015-10-28 Thread Conrad E. Meyer
Author: cem Date: Thu Oct 29 04:16:39 2015 New Revision: 290131 URL: https://svnweb.freebsd.org/changeset/base/290131 Log: ioat: Drain/quiesce the device less racily On detach and during a forced HW reset. Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/ioat/ioat.

svn commit: r290129 - in head: sys/dev/ioat tools/tools/ioat

2015-10-28 Thread Conrad E. Meyer
Author: cem Date: Thu Oct 29 04:16:16 2015 New Revision: 290129 URL: https://svnweb.freebsd.org/changeset/base/290129 Log: ioatcontrol(8): Add and document "raw" testing mode Allows DMA from/to arbitrary KVA or physical address. /dev/ioat_test must be enabled by root and is only R/W root

svn commit: r290130 - head/sys/dev/ntb/ntb_hw

2015-10-28 Thread Conrad E. Meyer
Author: cem Date: Thu Oct 29 04:16:28 2015 New Revision: 290130 URL: https://svnweb.freebsd.org/changeset/base/290130 Log: ntb: Do not attempt to set write-combining on MWs AMD64 pmap assumes ranges will be in the DMAP, which isn't necessarily true for NTB memory windows (especially 64-bi

svn commit: r290132 - head/sys/dev/ioat

2015-10-28 Thread Conrad E. Meyer
Author: cem Date: Thu Oct 29 04:16:52 2015 New Revision: 290132 URL: https://svnweb.freebsd.org/changeset/base/290132 Log: ioat_test: Handled forced hardware resets gracefully Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/ioat/ioat_test.c Modified: head/sys/dev/ioat

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

2015-10-28 Thread Kevin Lo
Author: kevlo Date: Thu Oct 29 03:28:28 2015 New Revision: 290128 URL: https://svnweb.freebsd.org/changeset/base/290128 Log: Add MLINKS for if_otus(4), if_rsu(4) and if_urtwn(4). Modified: head/share/man/man4/Makefile Modified: head/share/man/man4/Makefile ===

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

2015-10-28 Thread Kevin Lo
Author: kevlo Date: Thu Oct 29 03:22:27 2015 New Revision: 290127 URL: https://svnweb.freebsd.org/changeset/base/290127 Log: Xref otus(4). Modified: head/share/man/man4/wlan.4 Modified: head/share/man/man4/wlan.4 ==

svn commit: r290126 - head/share/mk

2015-10-28 Thread Bryan Drewery
Author: bdrewery Date: Thu Oct 29 00:41:03 2015 New Revision: 290126 URL: https://svnweb.freebsd.org/changeset/base/290126 Log: Fix regression from using .USEBEFORE in _SUBDIR in r289705. Using .USEBEFORE had the unintended side-effect of changing the directory for the real target ran in

svn commit: r290125 - stable/10/sys/netinet

2015-10-28 Thread Hiren Panchasara
Author: hiren Date: Thu Oct 29 00:36:10 2015 New Revision: 290125 URL: https://svnweb.freebsd.org/changeset/base/290125 Log: MFC r289293 Fix an unnecessarily aggressive behavior where mtu clamping begins on first retransmission timeout (rto) when blackhole detection is enabled. Make su

svn commit: r290124 - stable/10/sys/boot/pc98/boot2

2015-10-28 Thread John Baldwin
Author: jhb Date: Thu Oct 29 00:18:03 2015 New Revision: 290124 URL: https://svnweb.freebsd.org/changeset/base/290124 Log: MFC 278582: MFi386: When building some of the boot loaders with clang, and DEBUG_FLAGS or CFLAGS having '-g' in it, clang outputs several assembly directives that ar

svn commit: r290123 - head/sys/mips/atheros

2015-10-28 Thread Adrian Chadd
Author: adrian Date: Wed Oct 28 23:39:33 2015 New Revision: 290123 URL: https://svnweb.freebsd.org/changeset/base/290123 Log: Oops - use the wrong array offset. Modified: head/sys/mips/atheros/if_arge.c Modified: head/sys/mips/atheros/if_arge.c ===

svn commit: r290122 - head/sys/netinet

2015-10-28 Thread Hiren Panchasara
Author: hiren Date: Wed Oct 28 22:57:51 2015 New Revision: 290122 URL: https://svnweb.freebsd.org/changeset/base/290122 Log: Calculate the correct amount of bytes that are in-flight for a connection as suggested by RFC 6675. Currently differnt places in the stack tries to guess this in su

svn commit: r290121 - head/secure/lib/libcrypto

2015-10-28 Thread Jung-uk Kim
Author: jkim Date: Wed Oct 28 22:49:37 2015 New Revision: 290121 URL: https://svnweb.freebsd.org/changeset/base/290121 Log: Define endianness for non-x86 platforms. MFC after:3 days Modified: head/secure/lib/libcrypto/Makefile.inc Modified: head/secure/lib/libcrypto/Makefile.inc ===

Re: svn commit: r290110 - in head: include lib/libc/stdio

2015-10-28 Thread John Baldwin
On Wednesday, October 28, 2015 08:52:15 AM Xin Li wrote: > > On 10/28/15 07:40, Andrey A. Chernov wrote: > > Author: ache > > Date: Wed Oct 28 14:40:02 2015 > > New Revision: 290110 > > URL: https://svnweb.freebsd.org/changeset/base/290110 > > > > Log: > > Add _flags2 per jhb@ suggestion since

svn commit: r290120 - in head/sys/arm: arm include

2015-10-28 Thread Jason A. Harmening
Author: jah Date: Wed Oct 28 21:17:38 2015 New Revision: 290120 URL: https://svnweb.freebsd.org/changeset/base/290120 Log: Retire pmap_dmap_iscurrent(). It is only a wrapper around pmap_is_current(), and is no longer called. Modified: head/sys/arm/arm/pmap-v6-new.c head/sys/arm/arm/pmap-v

svn commit: r290118 - head/sys/dev/isp

2015-10-28 Thread Alexander Motin
Author: mav Date: Wed Oct 28 19:08:51 2015 New Revision: 290118 URL: https://svnweb.freebsd.org/changeset/base/290118 Log: Change the way how target mode is enabled on 23xx chips. Without docs I am not completely sure about this, but on my tests new method works better then previous, at l

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

2015-10-28 Thread Warner Losh
Author: imp Date: Wed Oct 28 19:11:06 2015 New Revision: 290119 URL: https://svnweb.freebsd.org/changeset/base/290119 Log: BUS_ADD_CHILD calls device_add_child. device_add_child does not call BUS_ADD_CHILD. Make it explicit since it follows the command paradigm rather than the callback parad

svn commit: r290117 - head/sys/kern

2015-10-28 Thread Warner Losh
Author: imp Date: Wed Oct 28 18:53:18 2015 New Revision: 290117 URL: https://svnweb.freebsd.org/changeset/base/290117 Log: Add a note to the effect that BUS_ADD_CHILD calls device_add_child_ordered to add the child. device_add_child_ordered doesn't call BUS_ADD_CHILD. Modified: head/sys/k

Re: svn commit: r290110 - in head: include lib/libc/stdio

2015-10-28 Thread Wolfgang Jenkner
On Wed, Oct 28 2015, Conrad Meyer wrote: > JHB has a patch floating around to remove all the FILE macros > and re-private the contents of the FILE struct. As Bryan > said already, Perl reaches in directly for the fd number and > needs to be fixed before that can land. And Emacs uses _p and _bf (

svn commit: r290116 - head/sys/net

2015-10-28 Thread Andrey V. Elsukov
Author: ae Date: Wed Oct 28 17:55:37 2015 New Revision: 290116 URL: https://svnweb.freebsd.org/changeset/base/290116 Log: Check the size of data available in mbuf, before using them. PR: 202667 MFC after:1 week Modified: head/sys/net/if_gre.c Modified: head/sys/net/if_gr

Re: svn commit: r290110 - in head: include lib/libc/stdio

2015-10-28 Thread Conrad Meyer
On Wed, 28 Oct 2015 08:52:15 -0700 Xin Li wrote: > On 10/28/15 07:40, Andrey A. Chernov wrote: > > Add _flags2 per jhb@ suggestion since no room left in > > _flags. Rewrite O_APPEND flag checking using new __S2OAP > > flag. > > Is this ABI-safe? (I was somewhat surprised that struct > FILE is

Re: svn commit: r290110 - in head: include lib/libc/stdio

2015-10-28 Thread Andrey Chernov
On 28.10.2015 18:52, Xin Li wrote: > > On 10/28/15 07:40, Andrey A. Chernov wrote: >> Author: ache Date: Wed Oct 28 14:40:02 2015 New Revision: 290110 >> URL: https://svnweb.freebsd.org/changeset/base/290110 >> >> Log: Add _flags2 per jhb@ suggestion since no room left in >> _flags. Rewrite O_AP

svn commit: r290115 - head/usr.sbin/mpsutil

2015-10-28 Thread Bryan Drewery
Author: bdrewery Date: Wed Oct 28 16:31:04 2015 New Revision: 290115 URL: https://svnweb.freebsd.org/changeset/base/290115 Log: Include libutil's headers directly from src to avoid recording a dirdeps dependency for META MODE. Modified: head/usr.sbin/mpsutil/Makefile head/usr.sbin/mpsutil

svn commit: r290114 - svnadmin/conf

2015-10-28 Thread Konstantin Belousov
Author: kib Date: Wed Oct 28 16:28:28 2015 New Revision: 290114 URL: https://svnweb.freebsd.org/changeset/base/290114 Log: Welcome Svatopluk Kraus to the rank of src committers. His main interest area is ARM architecture. Approved by: core Modified: svnadmin/conf/access svnadmin/co

svn commit: r290113 - in head: targets/pseudo/userland usr.sbin/mpsutil

2015-10-28 Thread Bryan Drewery
Author: bdrewery Date: Wed Oct 28 16:22:00 2015 New Revision: 290113 URL: https://svnweb.freebsd.org/changeset/base/290113 Log: Connect mpsutil for META MODE. Added: head/usr.sbin/mpsutil/Makefile.depend (contents, props changed) Modified: head/targets/pseudo/userland/Makefile.depend Mod

Re: svn commit: r290110 - in head: include lib/libc/stdio

2015-10-28 Thread Bryan Drewery
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 10/28/15 8:52 AM, Xin Li wrote: > > On 10/28/15 07:40, Andrey A. Chernov wrote: >> Author: ache Date: Wed Oct 28 14:40:02 2015 New Revision: 290110 >> URL: https://svnweb.freebsd.org/changeset/base/290110 >> >> Log: Add _flags2 per jhb@ suggest

Re: svn commit: r290110 - in head: include lib/libc/stdio

2015-10-28 Thread Xin Li
On 10/28/15 07:40, Andrey A. Chernov wrote: > Author: ache > Date: Wed Oct 28 14:40:02 2015 > New Revision: 290110 > URL: https://svnweb.freebsd.org/changeset/base/290110 > > Log: > Add _flags2 per jhb@ suggestion since no room left in _flags. > Rewrite O_APPEND flag checking using new __S2OA

svn commit: r290112 - head/tools/test

2015-10-28 Thread Eric van Gyzen
Author: vangyzen Date: Wed Oct 28 15:00:21 2015 New Revision: 290112 URL: https://svnweb.freebsd.org/changeset/base/290112 Log: Fix spelling and grammer in tools/test/README. Reviewed by: gnn Modified: head/tools/test/README Modified: head/tools/test/README

svn commit: r290110 - in head: include lib/libc/stdio

2015-10-28 Thread Andrey A. Chernov
Author: ache Date: Wed Oct 28 14:40:02 2015 New Revision: 290110 URL: https://svnweb.freebsd.org/changeset/base/290110 Log: Add _flags2 per jhb@ suggestion since no room left in _flags. Rewrite O_APPEND flag checking using new __S2OAP flag. MFC after: 3 weeks Modified: head/includ

svn commit: r290107 - in stable/10/etc: etc.amd64 etc.i386 etc.ia64 etc.mips etc.pc98 etc.powerpc etc.sparc64

2015-10-28 Thread Glen Barber
Author: gjb Date: Wed Oct 28 13:30:14 2015 New Revision: 290107 URL: https://svnweb.freebsd.org/changeset/base/290107 Log: MFC r262957, r267591, r289634: r262957 (marcel): Change the terminal type/class for enabled serial lines to 3wire. This allows us to change the uart(4) driver

svn commit: r290106 - head/sys/arm/samsung/s3c2xx0

2015-10-28 Thread Andrew Turner
Author: andrew Date: Wed Oct 28 13:14:16 2015 New Revision: 290106 URL: https://svnweb.freebsd.org/changeset/base/290106 Log: Remove the s3c2xx0 code, it's no longer used. As far as I know I as the main user of this code, however I haven't used it in over two years, and don't expect to in th

svn commit: r290105 - head/sys/arm/conf

2015-10-28 Thread Andrew Turner
Author: andrew Date: Wed Oct 28 13:07:56 2015 New Revision: 290105 URL: https://svnweb.freebsd.org/changeset/base/290105 Log: Start to remove support for the XScale i80321. As far as I can tell nobody uses this which makes it difficult to support. Deleted: head/sys/arm/conf/EP80219 head/s

svn commit: r290104 - head/sys/dev/isp

2015-10-28 Thread Alexander Motin
Author: mav Date: Wed Oct 28 12:34:59 2015 New Revision: 290104 URL: https://svnweb.freebsd.org/changeset/base/290104 Log: Improve/fix loop scanning routine. For the most of chips (except anscient ones) port handlers have no relation to port IDs. In such situation old code scanning first

svn commit: r290103 - head/usr.sbin

2015-10-28 Thread Baptiste Daroussin
Author: bapt Date: Wed Oct 28 12:31:29 2015 New Revision: 290103 URL: https://svnweb.freebsd.org/changeset/base/290103 Log: Connect mpsutil(8) to the build Sponsored by: Gandi.net Modified: head/usr.sbin/Makefile Modified: head/usr.sbin/Makefile =

svn commit: r290102 - in head: . contrib/ipfilter contrib/llvm/lib/Target/Sparc/AsmParser contrib/llvm/lib/Target/Sparc/Disassembler contrib/llvm/lib/Target/Sparc/InstPrinter sys/amd64/include sys/...

2015-10-28 Thread Baptiste Daroussin
Author: bapt Date: Wed Oct 28 12:30:29 2015 New Revision: 290102 URL: https://svnweb.freebsd.org/changeset/base/290102 Log: Merge mpsutil(8) branch mpsutil(8)/mprutil(8) are new utilities for managing LSI Fusion-MPT 2/3 controllers (mps(4) and mpr(4)) For now only informational comma

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

2015-10-28 Thread Hans Petter Selasky
Author: hselasky Date: Wed Oct 28 12:10:01 2015 New Revision: 290101 URL: https://svnweb.freebsd.org/changeset/base/290101 Log: Build fix for i386/XBOX and pc98/GENERIC. Reviewed by: kib Modified: head/sys/i386/i386/pmap.c Modified: head/sys/i386/i386/pmap.c ===

svn commit: r290099 - stable/10/libexec/rtld-elf

2015-10-28 Thread Konstantin Belousov
Author: kib Date: Wed Oct 28 11:32:39 2015 New Revision: 290099 URL: https://svnweb.freebsd.org/changeset/base/290099 Log: MFC r289324: Allow PT_NOTES segments to be located anywhere in the executable image. Modified: stable/10/libexec/rtld-elf/map_object.c Directory Properties: stable/

svn commit: r290097 - stable/10/sys/kern

2015-10-28 Thread Konstantin Belousov
Author: kib Date: Wed Oct 28 11:29:54 2015 New Revision: 290097 URL: https://svnweb.freebsd.org/changeset/base/290097 Log: MFC r289322: Allow PT_INTERP and PT_NOTES segments to be located anywhere in the executable image. Modified: stable/10/sys/kern/imgact_elf.c Directory Properties: s

svn commit: r290094 - stable/10/sys/kern

2015-10-28 Thread Konstantin Belousov
Author: kib Date: Wed Oct 28 11:22:30 2015 New Revision: 290094 URL: https://svnweb.freebsd.org/changeset/base/290094 Log: MFC r284157 (by emaste): Add user facing errors for exceeding process memory limits. Modified: stable/10/sys/kern/imgact_elf.c Directory Properties: stable/10/ (pro

Re: svn commit: r290003 - head/sys/ofed/include/linux

2015-10-28 Thread Hans Petter Selasky
On 10/28/15 03:14, Julian Elischer wrote: On 10/26/15 9:28 PM, Hans Petter Selasky wrote: Author: hselasky Date: Mon Oct 26 13:28:34 2015 New Revision: 290003 URL: https://svnweb.freebsd.org/changeset/base/290003 Log: Add support for binding IRQs to CPUs in the LinuxKPI. The new function