svn commit: r304256 - head/sys/dev/hyperv/netvsc

2016-08-16 Thread Sepherosa Ziehau
Author: sephe Date: Wed Aug 17 05:57:10 2016 New Revision: 304256 URL: https://svnweb.freebsd.org/changeset/base/304256 Log: hyperv/hn: Get rid of unused bits MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D7518 Modified:

svn commit: r304255 - head/sys/dev/hyperv/netvsc

2016-08-16 Thread Sepherosa Ziehau
Author: sephe Date: Wed Aug 17 05:45:57 2016 New Revision: 304255 URL: https://svnweb.freebsd.org/changeset/base/304255 Log: hyperv/hn: Remove reference to nvsp_status MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D7517

svn commit: r304254 - head/sys/dev/hyperv/netvsc

2016-08-16 Thread Sepherosa Ziehau
Author: sephe Date: Wed Aug 17 05:34:02 2016 New Revision: 304254 URL: https://svnweb.freebsd.org/changeset/base/304254 Log: hyperv/hn: Remove reference to nvsp_msg MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D7516 Modified:

svn commit: r304253 - head/sys/dev/hyperv/netvsc

2016-08-16 Thread Sepherosa Ziehau
Author: sephe Date: Wed Aug 17 05:25:47 2016 New Revision: 304253 URL: https://svnweb.freebsd.org/changeset/base/304253 Log: hyperv/hn: Simplify RNDIS RX packets acknowledgement. MFC after:1 week Sponsored by: Microsoft Differential Revision:

svn commit: r304252 - head/sys/dev/hyperv/netvsc

2016-08-16 Thread Sepherosa Ziehau
Author: sephe Date: Wed Aug 17 05:14:26 2016 New Revision: 304252 URL: https://svnweb.freebsd.org/changeset/base/304252 Log: hyperv/hn: Ignore the useless TX table. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D7514 Modified:

svn commit: r304251 - head/sys/dev/hyperv/storvsc

2016-08-16 Thread Sepherosa Ziehau
Author: sephe Date: Wed Aug 17 05:02:18 2016 New Revision: 304251 URL: https://svnweb.freebsd.org/changeset/base/304251 Log: hyperv/storvsc: Deliver CAM_SEL_TIMEOUT upon SRB status error. SRB status is set to 0x20 by the hypervisor, if the specified LUN is unaccessible, and even worse

svn commit: r304249 - head/sys/dev/qlxgbe

2016-08-16 Thread David C Somayajulu
Author: davidcs Date: Wed Aug 17 02:40:17 2016 New Revision: 304249 URL: https://svnweb.freebsd.org/changeset/base/304249 Log: Add support for set/get cam search mode MFC after: 5 days Modified: head/sys/dev/qlxgbe/ql_dbg.h head/sys/dev/qlxgbe/ql_hw.c head/sys/dev/qlxgbe/ql_hw.h

Re: svn commit: r303646 - head/sys/ofed/drivers/infiniband/ulp/ipoib

2016-08-16 Thread Gleb Smirnoff
On Tue, Aug 16, 2016 at 05:41:28PM -0700, Mark Johnston wrote: M> > M> Log: M> > M> ipoib: Bound the number of egress mbufs buffered during pathrec lookups. M> > M> M> > M> In pathological situations where the master subnet manager becomes M> > M> unresponsive for an extended period, we

svn commit: r304248 - head/sys/dev/qlxgbe

2016-08-16 Thread David C Somayajulu
Author: davidcs Date: Wed Aug 17 01:57:58 2016 New Revision: 304248 URL: https://svnweb.freebsd.org/changeset/base/304248 Log: Add ql_minidump.h MFC after:5 days Added: head/sys/dev/qlxgbe/ql_minidump.h (contents, props changed) Added: head/sys/dev/qlxgbe/ql_minidump.h

svn commit: r304247 - head/sys/dev/qlxgbe

2016-08-16 Thread David C Somayajulu
Author: davidcs Date: Wed Aug 17 01:56:37 2016 New Revision: 304247 URL: https://svnweb.freebsd.org/changeset/base/304247 Log: Upgrade fw, bootloader and minidump template to version 5.4.58 Add minidump retrieval code MFC after: 5 days Modified: head/sys/dev/qlxgbe/ql_boot.c

svn commit: r304246 - head/sys/dev/pci

2016-08-16 Thread Eric van Gyzen
Author: vangyzen Date: Wed Aug 17 01:24:34 2016 New Revision: 304246 URL: https://svnweb.freebsd.org/changeset/base/304246 Log: PCIe HotPlug: Detect bridges that are not really HotPlug capable Some devices report that they have an MRL when they actually do not. Since they always report

Re: svn commit: r303646 - head/sys/ofed/drivers/infiniband/ulp/ipoib

2016-08-16 Thread Mark Johnston
On Tue, Aug 16, 2016 at 05:09:53PM -0700, Gleb Smirnoff wrote: > Mark, > > On Mon, Aug 01, 2016 at 10:22:11PM +, Mark Johnston wrote: > M> Author: markj > M> Date: Mon Aug 1 22:22:11 2016 > M> New Revision: 303646 > M> URL: https://svnweb.freebsd.org/changeset/base/303646 > M> > M> Log: >

Re: svn commit: r303646 - head/sys/ofed/drivers/infiniband/ulp/ipoib

2016-08-16 Thread Gleb Smirnoff
Mark, On Mon, Aug 01, 2016 at 10:22:11PM +, Mark Johnston wrote: M> Author: markj M> Date: Mon Aug 1 22:22:11 2016 M> New Revision: 303646 M> URL: https://svnweb.freebsd.org/changeset/base/303646 M> M> Log: M> ipoib: Bound the number of egress mbufs buffered during pathrec lookups. M>

svn commit: r304245 - head/sys/kern

2016-08-16 Thread Gleb Smirnoff
Author: glebius Date: Tue Aug 16 23:00:22 2016 New Revision: 304245 URL: https://svnweb.freebsd.org/changeset/base/304245 Log: Fix a stupid typo (or copy/paste buffer malfunction). Modified: head/sys/kern/kern_timeout.c Modified: head/sys/kern/kern_timeout.c

Re: svn commit: r304244 - head/sys/kern

2016-08-16 Thread Gary Jennejohn
On Tue, 16 Aug 2016 21:55:34 + (UTC) Gleb Smirnoff wrote: > Author: glebius > Date: Tue Aug 16 21:55:34 2016 > New Revision: 304244 > URL: https://svnweb.freebsd.org/changeset/base/304244 > > Log: > We should not be allowing a timeout to reset when a drain is in

svn commit: r304244 - head/sys/kern

2016-08-16 Thread Gleb Smirnoff
Author: glebius Date: Tue Aug 16 21:55:34 2016 New Revision: 304244 URL: https://svnweb.freebsd.org/changeset/base/304244 Log: We should not be allowing a timeout to reset when a drain is in progress on it (either async or sync drain). At this moment the only user of drain is TCP, but

Re: svn commit: r304180 - head/sys/ufs/ffs

2016-08-16 Thread Jilles Tjoelker
On Mon, Aug 15, 2016 at 07:22:24PM +, Konstantin Belousov wrote: > [snip] > @@ -254,15 +259,23 @@ loop: > if ((bp->b_vflags & BV_SCANNED) != 0) > continue; > bp->b_vflags |= BV_SCANNED; > - /* Flush indirects in order. */ > +

svn commit: r304243 - in head/sys: conf dev/bhnd dev/bhnd/cores/chipc dev/bhnd/nvram dev/bhnd/tools dev/bwn mips/conf modules/bhnd

2016-08-16 Thread Landon J. Fuller
Author: landonf Date: Tue Aug 16 21:32:05 2016 New Revision: 304243 URL: https://svnweb.freebsd.org/changeset/base/304243 Log: bhnd(4): Implement NVRAM support required for PMU bring-up. - Added a generic bhnd_nvram_parser API, with support for the TLV format used on WGT634U devices,

svn commit: r304242 - head/sys/dev/bhnd/bhndb

2016-08-16 Thread Landon J. Fuller
Author: landonf Date: Tue Aug 16 21:20:05 2016 New Revision: 304242 URL: https://svnweb.freebsd.org/changeset/base/304242 Log: bhndb(4): Drop MIPS-incompatible __builtin_ctz dependency. This replaces the bitfield representation of the bhndb register window freelist with the bitstring

svn commit: r304239 - head/sys/ufs/ffs

2016-08-16 Thread Kirk McKusick
Author: mckusick Date: Tue Aug 16 21:02:30 2016 New Revision: 304239 URL: https://svnweb.freebsd.org/changeset/base/304239 Log: Bug 211013 reports that a write error to a UFS filesystem running with softupdates panics the kernel. The problem that has been pointed out is that when there is a

svn commit: r304238 - head/tests/sys/kern/acct

2016-08-16 Thread Garrett Cooper
Author: ngie Date: Tue Aug 16 20:35:36 2016 New Revision: 304238 URL: https://svnweb.freebsd.org/changeset/base/304238 Log: Only expect :encode_tv_random_million to fail on 64-bit platforms It passes on i386 MFC after:1 week Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r304235 - head/sys/sys

2016-08-16 Thread Mark Johnston
Author: markj Date: Tue Aug 16 19:43:17 2016 New Revision: 304235 URL: https://svnweb.freebsd.org/changeset/base/304235 Log: Remove prototypes missed in r303951. Modified: head/sys/sys/buf.h Modified: head/sys/sys/buf.h

svn commit: r304234 - stable/11/lib/clang

2016-08-16 Thread Dimitry Andric
Author: dim Date: Tue Aug 16 18:56:56 2016 New Revision: 304234 URL: https://svnweb.freebsd.org/changeset/base/304234 Log: Similar to r256297, disable assertions in llvm and clang for the stable/11 branch. This reduces the size of the clang executable, and improves its performance. Also

Re: svn commit: r304221 - head/sys/boot/efi/boot1

2016-08-16 Thread Warner Losh
On Tue, Aug 16, 2016 at 8:57 AM, Ed Schouten wrote: > Hi Emmanuel, > > 2016-08-16 16:23 GMT+02:00 Emmanuel Vadot : >> Author: manu >> Date: Tue Aug 16 14:23:35 2016 >> New Revision: 304221 >> URL: https://svnweb.freebsd.org/changeset/base/304221 >> >> Log: >> Use

svn commit: r304232 - head/sys/ufs/ffs

2016-08-16 Thread Konstantin Belousov
Author: kib Date: Tue Aug 16 17:30:58 2016 New Revision: 304232 URL: https://svnweb.freebsd.org/changeset/base/304232 Log: In UFS_BALLOC(), invalidate pages of indirect buffers on failed block allocation unwinding. Dandling buffers are released on UFS_BALLOC() failure to ensure that

svn commit: r304231 - head/sys/ufs/ffs

2016-08-16 Thread Konstantin Belousov
Author: kib Date: Tue Aug 16 17:18:38 2016 New Revision: 304231 URL: https://svnweb.freebsd.org/changeset/base/304231 Log: On unwind after failed block allocation in ffs_balloc_ufs{1,2}, assert that recorded allocated blocks numbers match the physical block numbers of dandling buffers which

svn commit: r304230 - in head: share/man/man3 sys/sys

2016-08-16 Thread Kirk McKusick
Author: mckusick Date: Tue Aug 16 17:07:48 2016 New Revision: 304230 URL: https://svnweb.freebsd.org/changeset/base/304230 Log: Add two new macros, SLIST_CONCAT and LIST_CONCAT. Note in both the queue.h header file and in the queue.3 manual page that they are O(n) so should be used only in

svn commit: r304229 - head/sys/ufs/ffs

2016-08-16 Thread Konstantin Belousov
Author: kib Date: Tue Aug 16 17:05:15 2016 New Revision: 304229 URL: https://svnweb.freebsd.org/changeset/base/304229 Log: When looking up dandling buffers for unwing after failing block allocation in UFS_BALLOC(), there is no need to map them. Reviewed by: mckusick Sponsored by: The

svn commit: r304228 - head/sys/ufs/ffs

2016-08-16 Thread Konstantin Belousov
Author: kib Date: Tue Aug 16 16:50:48 2016 New Revision: 304228 URL: https://svnweb.freebsd.org/changeset/base/304228 Log: When block allocation fails in UFS_BALLOC(), and the volume does not have SU enabled, there is no point in calling softdep_request_cleanup(). The call cannot produce

svn commit: r304227 - head/sys/ufs/ffs

2016-08-16 Thread Konstantin Belousov
Author: kib Date: Tue Aug 16 16:49:56 2016 New Revision: 304227 URL: https://svnweb.freebsd.org/changeset/base/304227 Log: In ffs_balloc_ufs{1,2} routines, assert that unwind records do not overflow local arrays. This is not immediately obvious from the static code inspection, due to retry

Re: svn commit: r304221 - head/sys/boot/efi/boot1

2016-08-16 Thread Bruce Evans
On Tue, 16 Aug 2016, Ed Schouten wrote: Hi Emmanuel, Log: Use %ju modifier for u_int64_t and %jd modifier for off_t. off_t is long long on arm32 and long on amd64 I think both of these should be solved differently: - For uint64_t, you can use 's PRIu64 in the formatting string. In

svn commit: r304226 - head/usr.bin/rpcgen

2016-08-16 Thread Marcelo Araujo
Author: araujo Date: Tue Aug 16 15:53:05 2016 New Revision: 304226 URL: https://svnweb.freebsd.org/changeset/base/304226 Log: Use nitems() from sys/param.h. MFC after:2 weeks. Modified: head/usr.bin/rpcgen/rpc_main.c Modified: head/usr.bin/rpcgen/rpc_main.c

svn commit: r304225 - head/usr.bin/systat

2016-08-16 Thread Marcelo Araujo
Author: araujo Date: Tue Aug 16 15:52:10 2016 New Revision: 304225 URL: https://svnweb.freebsd.org/changeset/base/304225 Log: Use nitems() from sys/param.h. MFC after:2 weeks. Modified: head/usr.bin/systat/main.c Modified: head/usr.bin/systat/main.c

Re: svn commit: r304011 - head/libexec/rtld-elf

2016-08-16 Thread Bryan Drewery
On 8/16/16 4:32 PM, Ravi Pokala wrote: > -Original Message- > From: on behalf of Bryan Drewery > > Organization: FreeBSD > Date: 2016-08-16, Tuesday at 03:30 > To: Ngie Cooper , Konstantin Belousov >

Re: svn commit: r304011 - head/libexec/rtld-elf

2016-08-16 Thread Ravi Pokala
-Original Message- From: on behalf of Bryan Drewery Organization: FreeBSD Date: 2016-08-16, Tuesday at 03:30 To: Ngie Cooper , Konstantin Belousov Cc: ,

svn commit: r304224 - head/sys/netinet

2016-08-16 Thread Randall Stewart
Author: rrs Date: Tue Aug 16 15:17:36 2016 New Revision: 304224 URL: https://svnweb.freebsd.org/changeset/base/304224 Log: A few more wording tweaks as suggested (with some modifications as well) by Ravi Pokala. Thanks for the comments :-) Sponsored by: Netflix Inc. Modified:

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

2016-08-16 Thread Randall Stewart
Author: rrs Date: Tue Aug 16 15:11:46 2016 New Revision: 304223 URL: https://svnweb.freebsd.org/changeset/base/304223 Log: Here we update the modular tcp to be able to switch to an alternate TCP stack in other then the closed state (pre-listen/connect). The idea is that *if* that is

Re: svn commit: r304221 - head/sys/boot/efi/boot1

2016-08-16 Thread Ed Schouten
Hi Emmanuel, 2016-08-16 16:23 GMT+02:00 Emmanuel Vadot : > Author: manu > Date: Tue Aug 16 14:23:35 2016 > New Revision: 304221 > URL: https://svnweb.freebsd.org/changeset/base/304221 > > Log: > Use %ju modifier for u_int64_t and %jd modifier for off_t. > off_t is long long

svn commit: r304222 - head/sys/boot/efi/libefi

2016-08-16 Thread Emmanuel Vadot
Author: manu Date: Tue Aug 16 14:33:25 2016 New Revision: 304222 URL: https://svnweb.freebsd.org/changeset/base/304222 Log: Only use WaitForKeys event if it exists, this is not the case in u-boot efi implementation. Reviewed by: jhb, emaste MFC after:1 week Differential Revision:

svn commit: r304221 - head/sys/boot/efi/boot1

2016-08-16 Thread Emmanuel Vadot
Author: manu Date: Tue Aug 16 14:23:35 2016 New Revision: 304221 URL: https://svnweb.freebsd.org/changeset/base/304221 Log: Use %ju modifier for u_int64_t and %jd modifier for off_t. off_t is long long on arm32 and long on amd64 MFC after:1 week Modified:

svn commit: r304220 - head/usr.bin/tty

2016-08-16 Thread Sofian Brabez
Author: sbz (ports committer) Date: Tue Aug 16 14:15:09 2016 New Revision: 304220 URL: https://svnweb.freebsd.org/changeset/base/304220 Log: tty: Use proper definition of exit status code and stdin macro Reviewed by: bapt, bdrewery Differential Revision:

Re: svn commit: r304070 - svnadmin/conf

2016-08-16 Thread Bryan Drewery
On 8/16/16 9:14 AM, Glen Barber wrote: > On Tue, Aug 16, 2016 at 09:00:34AM +0100, Bruce Simpson wrote: >> On 14/08/16 05:35, Glen Barber wrote: >>> Author: gjb >>> Date: Sun Aug 14 04:35:04 2016 >>> New Revision: 304070 >>> URL: https://svnweb.freebsd.org/changeset/base/304070 >>> >>> Log: >>>

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

2016-08-16 Thread Slawa Olhovchenkov
On Tue, Aug 16, 2016 at 06:21:14AM -0700, Randall Stewart via svn-src-all wrote: > > In theory it *could* be MFC’d to stable-10 and 11 but I am not sure we want > to do that. I am > told by Drew that it does improve performance since in stable-10 you are > getting the INFO_WLOCK() > but I am

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

2016-08-16 Thread Randall Stewart via svn-src-all
In theory it *could* be MFC’d to stable-10 and 11 but I am not sure we want to do that. I am told by Drew that it does improve performance since in stable-10 you are getting the INFO_WLOCK() but I am not sure if folks want it MFC’d… One thing that this code leads us towards is we *in theory*

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

2016-08-16 Thread Slawa Olhovchenkov
On Tue, Aug 16, 2016 at 12:40:56PM +, Randall Stewart wrote: > Author: rrs > Date: Tue Aug 16 12:40:56 2016 > New Revision: 304218 > URL: https://svnweb.freebsd.org/changeset/base/304218 > > Log: > This cleans up the timer code in TCP and also makes it so we do not > take the INFO lock

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

2016-08-16 Thread Randall Stewart via svn-src-all
Hans: Take a look at the comments maybe they will help you understand whats going on. The idea of it is that you *only* need the INFO_RLOCK when the timer function wants to destroy the tcb (not all timers do this).. and yes usually the timer function is going to call the drop/close path to

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

2016-08-16 Thread Hans Petter Selasky
On 08/16/16 15:01, Randall Stewart wrote: Sure Let me add some comments for you. The idea her is that you pick-up a reference to the PCB.. so it can’t be removed. Thus when you re-lock the INP you check the dropped flag (just in case someone did get in). And this code is only used before

svn commit: r304219 - head/sys/netinet

2016-08-16 Thread Randall Stewart
Author: rrs Date: Tue Aug 16 13:08:03 2016 New Revision: 304219 URL: https://svnweb.freebsd.org/changeset/base/304219 Log: Comments describing how to properly use the new lock_add functions and its respective companion. Sponsored by: Netflix Inc. Modified: head/sys/netinet/tcp_timer.c

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

2016-08-16 Thread Randall Stewart via svn-src-all
Sure Let me add some comments for you. The idea her is that you pick-up a reference to the PCB.. so it can’t be removed. Thus when you re-lock the INP you check the dropped flag (just in case someone did get in). Let me get that in comments.. (note thats also why when using this function you

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

2016-08-16 Thread Hans Petter Selasky
On 08/16/16 14:40, Randall Stewart wrote: +int +tcp_inpinfo_lock_add(struct inpcb *inp) +{ + in_pcbref(inp); + INP_WUNLOCK(inp); + INP_INFO_RLOCK(_tcbinfo); + INP_WLOCK(inp); + if (inp->inp_flags & (INP_TIMEWAIT | INP_DROPPED)) { + return(1); + }

svn commit: r304218 - head/sys/netinet

2016-08-16 Thread Randall Stewart
Author: rrs Date: Tue Aug 16 12:40:56 2016 New Revision: 304218 URL: https://svnweb.freebsd.org/changeset/base/304218 Log: This cleans up the timer code in TCP and also makes it so we do not take the INFO lock *unless* we are really going to delete the TCB. Differential Revision:

svn commit: r304217 - head

2016-08-16 Thread Bryan Drewery
Author: bdrewery Date: Tue Aug 16 12:13:12 2016 New Revision: 304217 URL: https://svnweb.freebsd.org/changeset/base/304217 Log: Trim unneeded bootstrap after r301470 made 9.1 the minimum supported release. MFC after:3 days Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r304216 - head/lib/libc/net

2016-08-16 Thread Brooks Davis
Author: brooks Date: Tue Aug 16 11:38:45 2016 New Revision: 304216 URL: https://svnweb.freebsd.org/changeset/base/304216 Log: Don't conflate enum nss_status return values values with int (NS_SUCCESS, NS_RETURN) values. Sponsored by: DARPA, AFRL Differential Revision:

Re: svn commit: r304011 - head/libexec/rtld-elf

2016-08-16 Thread Bryan Drewery
On 8/12/16 7:34 PM, Ngie Cooper wrote: > >> On Aug 12, 2016, at 11:29, Konstantin Belousov wrote: >> >> Author: kib >> Date: Fri Aug 12 18:29:11 2016 >> New Revision: 304011 >> URL: https://svnweb.freebsd.org/changeset/base/304011 >> >> Log: >> Remove all remaining uses of

svn commit: r304215 - in stable/11/sys: boot/fdt/dts/arm modules/dtb/allwinner

2016-08-16 Thread Emmanuel Vadot
Author: manu Date: Tue Aug 16 09:12:45 2016 New Revision: 304215 URL: https://svnweb.freebsd.org/changeset/base/304215 Log: MFC r303974: ename pcduino3b.dts to pcduino3.dts The only difference between 3 and 3B is the size of the RJ45 port. And now we have a uboot port that expect

svn commit: r304214 - stable/11/sys/arm/allwinner

2016-08-16 Thread Emmanuel Vadot
Author: manu Date: Tue Aug 16 09:10:18 2016 New Revision: 304214 URL: https://svnweb.freebsd.org/changeset/base/304214 Log: MFC r303728: We need aw_nmi to be attached which needs GIC so attach a bit later. Also the GPIOC doesn't need to be attach early Reviewed by: andrew

svn commit: r304213 - stable/11/sys/arm/allwinner

2016-08-16 Thread Emmanuel Vadot
Author: manu Date: Tue Aug 16 09:08:44 2016 New Revision: 304213 URL: https://svnweb.freebsd.org/changeset/base/304213 Log: MFC r303145: axp209 needs aw_nmi so attach a bit earlier Reviewed by: andrew Differential Revision:https://reviews.freebsd.org/D7081 Modified:

svn commit: r304212 - stable/11/sys/arm/allwinner

2016-08-16 Thread Emmanuel Vadot
Author: manu Date: Tue Aug 16 09:06:23 2016 New Revision: 304212 URL: https://svnweb.freebsd.org/changeset/base/304212 Log: MFC r303144: We need the GIC to be attached so attach later at BUS_PASS_INTERRUPT + BUS_PASS_ORDER_LATE Reviewed by: andrew Differential Revision:

svn commit: r304211 - stable/9/usr.bin/getconf

2016-08-16 Thread Garrett Cooper
Author: ngie Date: Tue Aug 16 08:48:41 2016 New Revision: 304211 URL: https://svnweb.freebsd.org/changeset/base/304211 Log: MFstable/10 r304210: MFstable/11 r304208: MFC r303830: Remove vestigal references to __alpha__ Replace alpha reference in getconf(1) with amd64 [*]

svn commit: r304210 - stable/10/usr.bin/getconf

2016-08-16 Thread Garrett Cooper
Author: ngie Date: Tue Aug 16 08:30:28 2016 New Revision: 304210 URL: https://svnweb.freebsd.org/changeset/base/304210 Log: MFstable/11 r304208: MFC r303830: Remove vestigal references to __alpha__ Replace alpha reference in getconf(1) with amd64 [*] PR: 211300 [*]

svn commit: r304209 - in head: lib/libc/include lib/libc/sys lib/libthr/thread share/man/man3

2016-08-16 Thread Konstantin Belousov
Author: kib Date: Tue Aug 16 08:27:03 2016 New Revision: 304209 URL: https://svnweb.freebsd.org/changeset/base/304209 Log: The fdatasync(2) call must be cancellation point. Sponsored by: The FreeBSD Foundation MFC after:13 days Added: head/lib/libc/sys/fdatasync.c (contents,

svn commit: r304208 - stable/11/usr.bin/getconf

2016-08-16 Thread Garrett Cooper
Author: ngie Date: Tue Aug 16 08:16:54 2016 New Revision: 304208 URL: https://svnweb.freebsd.org/changeset/base/304208 Log: MFC r303830: Remove vestigal references to __alpha__ Replace alpha reference in getconf(1) with amd64 [*] PR: 211300 [*] Modified:

Re: svn commit: r304070 - svnadmin/conf

2016-08-16 Thread Glen Barber
On Tue, Aug 16, 2016 at 09:00:34AM +0100, Bruce Simpson wrote: > On 14/08/16 05:35, Glen Barber wrote: > >Author: gjb > >Date: Sun Aug 14 04:35:04 2016 > >New Revision: 304070 > >URL: https://svnweb.freebsd.org/changeset/base/304070 > > > >Log: > > Do not include C function changes by default in

Re: svn commit: r304070 - svnadmin/conf

2016-08-16 Thread Bruce Simpson
On 14/08/16 05:35, Glen Barber wrote: Author: gjb Date: Sun Aug 14 04:35:04 2016 New Revision: 304070 URL: https://svnweb.freebsd.org/changeset/base/304070 Log: Do not include C function changes by default in svn commit email. Please back out -- this makes the diff output much less

svn commit: r304207 - head/sys/mips/mips

2016-08-16 Thread Adrian Chadd
Author: adrian Date: Tue Aug 16 07:51:05 2016 New Revision: 304207 URL: https://svnweb.freebsd.org/changeset/base/304207 Log: [mips] fix use-before-initialised. Found by: gcc-5.3 Modified: head/sys/mips/mips/cpu.c Modified: head/sys/mips/mips/cpu.c

svn commit: r304206 - head/sys/dev/hyperv/netvsc

2016-08-16 Thread Sepherosa Ziehau
Author: sephe Date: Tue Aug 16 07:45:35 2016 New Revision: 304206 URL: https://svnweb.freebsd.org/changeset/base/304206 Log: hyperv/hn: Simplify RNDIS message checks on RX path. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D7502

svn commit: r304205 - head/sys/dev/hyperv/netvsc

2016-08-16 Thread Sepherosa Ziehau
Author: sephe Date: Tue Aug 16 07:37:02 2016 New Revision: 304205 URL: https://svnweb.freebsd.org/changeset/base/304205 Log: hyperv/hn: Simplify RNDIS NVS message sending. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D7501

svn commit: r304204 - in head/sys/dev/hyperv: include netvsc

2016-08-16 Thread Sepherosa Ziehau
Author: sephe Date: Tue Aug 16 07:26:53 2016 New Revision: 304204 URL: https://svnweb.freebsd.org/changeset/base/304204 Log: hyperv/hn: Factor out hn_nvs_send/hn_nvs_send_sglist Avoid unnecessary message type setting and centralize the send context to transaction id cast. MFC after:

svn commit: r304203 - stable/10/lib/libc/gen

2016-08-16 Thread Andrey A. Chernov
Author: ache Date: Tue Aug 16 07:14:09 2016 New Revision: 304203 URL: https://svnweb.freebsd.org/changeset/base/304203 Log: MFC r302943,r302944,r303004,r303010,r303011,r303013,r303014,r303074, r303088,r303142,r303208,r303210,r303530,r303536,r303564,r303565, r303706 In short:

svn commit: r304202 - head/sys/netinet

2016-08-16 Thread Sepherosa Ziehau
Author: sephe Date: Tue Aug 16 06:40:27 2016 New Revision: 304202 URL: https://svnweb.freebsd.org/changeset/base/304202 Log: tcp/lro: Make # of LRO entries tunable Reviewed by: hps, gallatin Obtained from:rrs, gallatin MFC after:2 weeks Sponsored by: Netflix (rrs,