svn commit: r297143 - head/sys/dev/hyperv/vmbus

2016-03-21 Thread Sepherosa Ziehau
Author: sephe Date: Mon Mar 21 07:16:30 2016 New Revision: 297143 URL: https://svnweb.freebsd.org/changeset/base/297143 Log: hyperv/vmbus: Implement bus_child_pnpinfo_str method Submitted by: Jun Su Sponsored by: Microsoft OSTC Differential Revision:https://reviews.freebsd.org/

svn commit: r297144 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-03-21 Thread Alexander Motin
Author: mav Date: Mon Mar 21 07:36:02 2016 New Revision: 297144 URL: https://svnweb.freebsd.org/changeset/base/297144 Log: MFC r277629 (by will): When creating or updating a node, use vfs_timestamp() for "now" instead of gethrestime(), to allow the administrator to decide the appropriate t

svn commit: r297145 - head/sys/kern

2016-03-21 Thread Maxim Konovalov
Author: maxim Date: Mon Mar 21 08:03:50 2016 New Revision: 297145 URL: https://svnweb.freebsd.org/changeset/base/297145 Log: o "avaliable" -> "available". PR: 208141 Submitted by: Tyler Littlefield Modified: head/sys/kern/uipc_socket.c Modified: head/sys/kern/uipc_socket.c =

svn commit: r297146 - head/tools/tools/nanobsd

2016-03-21 Thread Poul-Henning Kamp
Author: phk Date: Mon Mar 21 08:30:58 2016 New Revision: 297146 URL: https://svnweb.freebsd.org/changeset/base/297146 Log: Unquote NANO_PACKAGE_LIST so that it actually can be a list and so that the default value of "*" works. Modified: head/tools/tools/nanobsd/defaults.sh Modified: head/t

svn commit: r297147 - head/lib/libstand

2016-03-21 Thread Ian Lepore
Author: ian Date: Mon Mar 21 14:21:32 2016 New Revision: 297147 URL: https://svnweb.freebsd.org/changeset/base/297147 Log: Garbage collect the bswap routines from libstand. The declaration was wrapped in an i386 ifdef with a comment questioning their usefulness even there. It turns out the

Re: svn commit: r296769 - in head/sys/boot/efi: boot1 loader

2016-03-21 Thread Ed Maste
On 15 March 2016 at 02:16, Baptiste Daroussin wrote: > On Sat, Mar 12, 2016 at 09:44:33PM +, Ed Maste wrote: >> Author: emaste >> Date: Sat Mar 12 21:44:33 2016 >> New Revision: 296769 >> URL: https://svnweb.freebsd.org/changeset/base/296769 >> >> Log: >> boot/efi: Prefer nm to objdump > > [

svn commit: r297148 - head/lib/libstand

2016-03-21 Thread Ian Lepore
Author: ian Date: Mon Mar 21 14:39:03 2016 New Revision: 297148 URL: https://svnweb.freebsd.org/changeset/base/297148 Log: Actually garbage collect the unused code, as mentioned in r297147, which this change should have been part of. Deleted: head/lib/libstand/bswap.c __

svn commit: r297149 - head/sys/nfs

2016-03-21 Thread Ian Lepore
Author: ian Date: Mon Mar 21 14:51:51 2016 New Revision: 297149 URL: https://svnweb.freebsd.org/changeset/base/297149 Log: If the dhcp server provides an interface-mtu option, parse the value and set that mtu on the interface. These changes are based on the patch submitted by Robert Blayz

svn commit: r297150 - head/lib/libstand

2016-03-21 Thread Ian Lepore
Author: ian Date: Mon Mar 21 14:58:12 2016 New Revision: 297150 URL: https://svnweb.freebsd.org/changeset/base/297150 Log: If the dhcp server delivers an interface-mtu option, parse it and store the value in a new global intf_mtu for use by the application. These changes were inspired by

svn commit: r297151 - in head/sys/boot: common i386/libi386

2016-03-21 Thread Ian Lepore
Author: ian Date: Mon Mar 21 15:06:50 2016 New Revision: 297151 URL: https://svnweb.freebsd.org/changeset/base/297151 Log: If the dhcp server provided an interface-mtu option, transcribe the value to the boot.netif.mtu env var, which will be picked up by pre-existing code in nfs_mountroot()

Re: svn commit: r297069 - head/sys/conf

2016-03-21 Thread John Baldwin
On Sunday, March 20, 2016 05:53:31 PM Adrian Chadd wrote: > Author: adrian > Date: Sun Mar 20 17:53:30 2016 > New Revision: 297069 > URL: https://svnweb.freebsd.org/changeset/base/297069 > > Log: > Now that urtwn is its own device, and it'll get hotplug loaded by > devd/ifconfig/etc, don't bui

svn commit: r297152 - stable/10/share/man/man9

2016-03-21 Thread Bryan Drewery
Author: bdrewery Date: Mon Mar 21 17:51:15 2016 New Revision: 297152 URL: https://svnweb.freebsd.org/changeset/base/297152 Log: MFC r296819: Reword SX_NOADAPTIVE description to be clear that adaptive is default. Modified: stable/10/share/man/man9/sx.9 Directory Properties: stable/10/

svn commit: r297153 - stable/9/share/man/man9

2016-03-21 Thread Bryan Drewery
Author: bdrewery Date: Mon Mar 21 17:53:37 2016 New Revision: 297153 URL: https://svnweb.freebsd.org/changeset/base/297153 Log: MFC r296819: Reword SX_NOADAPTIVE description to be clear that adaptive is default. Modified: stable/9/share/man/man9/sx.9 Directory Properties: stable/9/sh

svn commit: r297154 - in head: sbin/kldstat sys/boot/geli sys/boot/i386/gptboot sys/boot/i386/gptzfsboot sys/boot/i386/libi386 sys/boot/i386/loader sys/boot/i386/zfsloader targets/pseudo/userland/misc

2016-03-21 Thread Bryan Drewery
Author: bdrewery Date: Mon Mar 21 18:02:26 2016 New Revision: 297154 URL: https://svnweb.freebsd.org/changeset/base/297154 Log: DIRDEPS_BUILD: Update dependencies. Sponsored by: EMC / Isilon Storage Division Added: head/sys/boot/geli/Makefile.depend (contents, props changed) Modified:

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

2016-03-21 Thread John Baldwin
On Saturday, March 19, 2016 05:22:16 AM Konstantin Belousov wrote: > On Fri, Mar 18, 2016 at 07:48:49PM +, John Baldwin wrote: > > > > - for (x = 0; x < delay; x += 5) { > > + for (x = 0; x < delay; x++) { > > if ((lapic_read_icr_lo() & APIC_DELSTAT_MASK) == > >

svn commit: r297155 - head/sys/dev/bxe

2016-03-21 Thread David C Somayajulu
Author: davidcs Date: Mon Mar 21 18:48:20 2016 New Revision: 297155 URL: https://svnweb.freebsd.org/changeset/base/297155 Log: Modifications to achieve a common source base from FreeBSD7.x thru 10.x MFC after:5 days Modified: head/sys/dev/bxe/bxe.c head/sys/dev/bxe/bxe.h Modified: hea

svn commit: r297156 - in head: share/man/man4 sys/dev/filemon sys/sys

2016-03-21 Thread Bryan Drewery
Author: bdrewery Date: Mon Mar 21 20:29:27 2016 New Revision: 297156 URL: https://svnweb.freebsd.org/changeset/base/297156 Log: Track filemon usage via a proc.p_filemon pointer rather than its own lists. - proc.p_filemon is added which is protected by PROC_LOCK. This improves performan

svn commit: r297157 - in head: share/man/man4 sys/dev/filemon

2016-03-21 Thread Bryan Drewery
Author: bdrewery Date: Mon Mar 21 20:29:39 2016 New Revision: 297157 URL: https://svnweb.freebsd.org/changeset/base/297157 Log: Stop tracking stat(2). None of lstat(2), fstat(2), fstatat(2) were tracked either. The other filemon implementations also do not track stat(2), nor does bma

svn commit: r297159 - head/sys/dev/filemon

2016-03-21 Thread Bryan Drewery
Author: bdrewery Date: Mon Mar 21 20:29:46 2016 New Revision: 297159 URL: https://svnweb.freebsd.org/changeset/base/297159 Log: Use curthread for vn_fullpath. No functional change. MFC after:2 weeks Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/filemon/fil

svn commit: r297161 - head/sys/dev/filemon

2016-03-21 Thread Bryan Drewery
Author: bdrewery Date: Mon Mar 21 20:29:53 2016 New Revision: 297161 URL: https://svnweb.freebsd.org/changeset/base/297161 Log: Attempt to use the namecache for openat(2) path resolution. This finishes the work done in D2810. MFC after:2 weeks Sponsored by: EMC / Isilon Storage D

Re: svn commit: r297136 - head/sys/conf

2016-03-21 Thread Gleb Smirnoff
On Mon, Mar 21, 2016 at 05:51:21AM +, Adrian Chadd wrote: A> Author: adrian A> Date: Mon Mar 21 05:51:21 2016 A> New Revision: 297136 A> URL: https://svnweb.freebsd.org/changeset/base/297136 A> A> Log: A> Remove from NOTES - it's built as a module now. You are doing wrong. A driver must be

Re: svn commit: r297136 - head/sys/conf

2016-03-21 Thread Adrian Chadd
On 21 March 2016 at 13:35, Gleb Smirnoff wrote: > On Mon, Mar 21, 2016 at 05:51:21AM +, Adrian Chadd wrote: > A> Author: adrian > A> Date: Mon Mar 21 05:51:21 2016 > A> New Revision: 297136 > A> URL: https://svnweb.freebsd.org/changeset/base/297136 > A> > A> Log: > A> Remove from NOTES - it'

Re: svn commit: r297069 - head/sys/conf

2016-03-21 Thread Adrian Chadd
Yeah, I'll recover this, and if_otus, once I finish cutting up urtwn a bit. Thanks, -adrian On 20 March 2016 at 12:16, John Baldwin wrote: > On Sunday, March 20, 2016 05:53:31 PM Adrian Chadd wrote: >> Author: adrian >> Date: Sun Mar 20 17:53:30 2016 >> New Revision: 297069 >> URL: https://sv

svn commit: r297163 - head/tools/tools/vt/setfont

2016-03-21 Thread Ed Maste
Author: emaste Date: Mon Mar 21 20:51:35 2016 New Revision: 297163 URL: https://svnweb.freebsd.org/changeset/base/297163 Log: Remove tools/vt/setfont It is included in vidcontrol as of r266836. Sponsored by: The FreeBSD Foundation Deleted: head/tools/tools/vt/setfont/ __

svn commit: r297164 - head/sys/net80211

2016-03-21 Thread Andriy Voskoboinyk
Author: avos Date: Mon Mar 21 20:52:09 2016 New Revision: 297164 URL: https://svnweb.freebsd.org/changeset/base/297164 Log: net80211: enable software beacon miss timer in SLEEP state Tested with WUSB54GC, STA mode (w/ power saving enabled) Reviewed by: adrian Differential Revision:

Re: svn commit: r297136 - head/sys/conf

2016-03-21 Thread Warner Losh
> On Mar 21, 2016, at 2:35 PM, Gleb Smirnoff wrote: > > On Mon, Mar 21, 2016 at 05:51:21AM +, Adrian Chadd wrote: > A> Author: adrian > A> Date: Mon Mar 21 05:51:21 2016 > A> New Revision: 297136 > A> URL: https://svnweb.freebsd.org/changeset/base/297136 > A> > A> Log: > A> Remove from NOT

Re: svn commit: r297136 - head/sys/conf

2016-03-21 Thread Adrian Chadd
On 21 March 2016 at 13:52, Warner Losh wrote: > >> On Mar 21, 2016, at 2:35 PM, Gleb Smirnoff wrote: >> >> On Mon, Mar 21, 2016 at 05:51:21AM +, Adrian Chadd wrote: >> A> Author: adrian >> A> Date: Mon Mar 21 05:51:21 2016 >> A> New Revision: 297136 >> A> URL: https://svnweb.freebsd.org/chang

svn commit: r297165 - head/sys/dev/usb/wlan

2016-03-21 Thread Andriy Voskoboinyk
Author: avos Date: Mon Mar 21 21:02:57 2016 New Revision: 297165 URL: https://svnweb.freebsd.org/changeset/base/297165 Log: rum: separate some microcontroller vendor-specific requests into rum_do_mcu_request() This change should be no-op. Reviewed by: adrian Differential Revision:

svn commit: r297166 - head/sys/dev/usb/wlan

2016-03-21 Thread Andriy Voskoboinyk
Author: avos Date: Mon Mar 21 21:33:30 2016 New Revision: 297166 URL: https://svnweb.freebsd.org/changeset/base/297166 Log: rum: do not try to restore bssid/TSF synchronization when device is not associated. Tested with WUSB54GC, STA mode. Reviewed by: adrian Differential Revision

svn commit: r297168 - in head/sys: kern sys

2016-03-21 Thread John Baldwin
Author: jhb Date: Mon Mar 21 21:38:35 2016 New Revision: 297168 URL: https://svnweb.freebsd.org/changeset/base/297168 Log: Regen. Modified: head/sys/kern/init_sysent.c head/sys/kern/syscalls.c head/sys/kern/systrace_args.c head/sys/sys/syscall.h head/sys/sys/syscall.mk head/sys/sys/

svn commit: r297169 - head/sys/dev/usb/wlan

2016-03-21 Thread Andriy Voskoboinyk
Author: avos Date: Mon Mar 21 22:14:48 2016 New Revision: 297169 URL: https://svnweb.freebsd.org/changeset/base/297169 Log: rum: simplify error handling in rum_newstate(). Tested with WUSB54GC, STA mode. Reviewed by: adrian Differential Revision:https://reviews.freebsd.org/D

svn commit: r297170 - in head/sys/dev: mvs siis

2016-03-21 Thread Justin Hibbits
Author: jhibbits Date: Mon Mar 21 22:19:53 2016 New Revision: 297170 URL: https://svnweb.freebsd.org/changeset/base/297170 Log: Fix some more long -> rman_res_t Reported by: Michael Butler (siis breakage) Modified: head/sys/dev/mvs/mvs_pci.c head/sys/dev/mvs/mvs_soc.c head/sys/dev/s

svn commit: r297171 - head/sys/dev/usb/wlan

2016-03-21 Thread Andriy Voskoboinyk
Author: avos Date: Mon Mar 21 22:29:24 2016 New Revision: 297171 URL: https://svnweb.freebsd.org/changeset/base/297171 Log: rum: add legacy power saving support (STA mode). Tested with WUSB54GC, STA mode + WRT54GC / RTL8188EU in HOSTAP mode. Reviewed by: adrian Differential Revision

Re: svn commit: r297167 - in head: lib/libc/sys sys/kern sys/sys tests/sys/aio

2016-03-21 Thread John Baldwin
On Monday, March 21, 2016 09:37:33 PM John Baldwin wrote: > Author: jhb > Date: Mon Mar 21 21:37:33 2016 > New Revision: 297167 > URL: https://svnweb.freebsd.org/changeset/base/297167 > > Log: > Fully handle size_t lengths in AIO requests. > > First, update the return types of aio_return()

svn commit: r297172 - head/sys/dev/filemon

2016-03-21 Thread Bryan Drewery
Author: bdrewery Date: Mon Mar 21 23:22:19 2016 New Revision: 297172 URL: https://svnweb.freebsd.org/changeset/base/297172 Log: Consolidate common link(2) logic. MFC after:2 weeks Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/filemon/filemon_wrapper.c Modified

svn commit: r297173 - head/sys/dev/wpi

2016-03-21 Thread Andriy Voskoboinyk
Author: avos Date: Mon Mar 21 23:25:41 2016 New Revision: 297173 URL: https://svnweb.freebsd.org/changeset/base/297173 Log: wpi: remove internal taskqueue - Replace sc_reinittask() by ieee80211_restart_all() (mostly the same). - Revert r282377 (seems to be unneeded now). Tested with

svn commit: r297175 - head/sys/dev/urtwn

2016-03-21 Thread Adrian Chadd
Author: adrian Date: Tue Mar 22 01:09:15 2016 New Revision: 297175 URL: https://svnweb.freebsd.org/changeset/base/297175 Log: [urtwn] welcome basic 11n support to urtwn. This is a pretty good reference for teaching an almost-11n-capable driver about 11n. It enables HT20 operation, A-

svn commit: r297177 - head/sys/dev/hyperv/vmbus

2016-03-21 Thread Sepherosa Ziehau
Author: sephe Date: Tue Mar 22 06:13:27 2016 New Revision: 297177 URL: https://svnweb.freebsd.org/changeset/base/297177 Log: hyperv/vmbus: Use taskqueue_fast for non-performance critical messages This gets rid of the per-cpu SWIs. Submitted by: Jun Su Reviewed by: Dexuan Cui , seph

svn commit: r297179 - head/sys/dev/ipmi

2016-03-21 Thread Alexander Motin
Author: mav Date: Tue Mar 22 06:24:52 2016 New Revision: 297179 URL: https://svnweb.freebsd.org/changeset/base/297179 Log: Optimize IPMI watchdog patting. Set watchdog timer parameters only when they really need to be changed. In other cases just restart the timer with single Reset comman

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

2016-03-21 Thread Sepherosa Ziehau
Author: sephe Date: Tue Mar 22 06:31:39 2016 New Revision: 297180 URL: https://svnweb.freebsd.org/changeset/base/297180 Log: hyperv/hn: Reduce TCP segment aggregation limit for multiple RX rings This mainly used to improve ACK timeliness when multiple RX rings are enabled. This value

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

2016-03-21 Thread Sepherosa Ziehau
Author: sephe Date: Tue Mar 22 06:42:24 2016 New Revision: 297181 URL: https://svnweb.freebsd.org/changeset/base/297181 Log: hyperv/hn: Factor out hn_set_lro_lenlim() MFC after:1 week Sponsored by: Microsoft OSTC Differential Revision:https://reviews.freebsd.org/D5692 Modif