svn commit: r287951 - head/etc/rc.d

2015-09-17 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Sep 18 06:54:52 2015 New Revision: 287951 URL: https://svnweb.freebsd.org/changeset/base/287951 Log: The "automount" rc script should depend on "automountd", not the other way around. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/et

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

2015-09-17 Thread Adrian Chadd
Author: adrian Date: Fri Sep 18 05:59:15 2015 New Revision: 287950 URL: https://svnweb.freebsd.org/changeset/base/287950 Log: Set AMPDU density/size parameters during vap creation. Inspired from: Linux r92su Modified: head/sys/dev/usb/wlan/if_rsu.c Modified: head/sys/dev/usb/wlan/if_rsu

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

2015-09-17 Thread Adrian Chadd
Author: adrian Date: Fri Sep 18 05:03:01 2015 New Revision: 287949 URL: https://svnweb.freebsd.org/changeset/base/287949 Log: Add a very hacked up station only A-MPDU negotiation path. This is enough to set things up; there are still lots of retransmits seen but it's enough to get things

svn commit: r287948 - head/sys/net80211

2015-09-17 Thread Adrian Chadd
Author: adrian Date: Fri Sep 18 05:01:05 2015 New Revision: 287948 URL: https://svnweb.freebsd.org/changeset/base/287948 Log: Add an external facing function to manually set the RX A-MPDU parameters for re-ordering. Devices like if_rsu don't pass through action/management frames but do se

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

2015-09-17 Thread Adrian Chadd
Author: adrian Date: Fri Sep 18 04:12:11 2015 New Revision: 287947 URL: https://svnweb.freebsd.org/changeset/base/287947 Log: Add initial 11n support to if_rsu. * Add a tunable to enable 11n if it's available, so to not anger people who upgrade. kenv hw.usb.rsu.enable_11n=1 befor

svn commit: r287946 - head/sys/net80211

2015-09-17 Thread Adrian Chadd
Author: adrian Date: Fri Sep 18 04:01:26 2015 New Revision: 287946 URL: https://svnweb.freebsd.org/changeset/base/287946 Log: Expose the wme_info IE method. Modified: head/sys/net80211/ieee80211_output.c head/sys/net80211/ieee80211_proto.h Modified: head/sys/net80211/ieee80211_output.c ===

Re: svn commit: r287934 - head/sys/boot/efi/loader

2015-09-17 Thread Bjoern A. Zeeb
> On 17 Sep 2015, at 20:43 , John Baldwin wrote: > > On Thursday, September 17, 2015 08:36:47 PM John Baldwin wrote: >> Author: jhb >> Date: Thu Sep 17 20:36:46 2015 >> New Revision: 287934 >> URL: https://svnweb.freebsd.org/changeset/base/287934 >> >> Log: >> The EFI boot loader allocates a s

svn commit: r287944 - head/sys/vm

2015-09-17 Thread Alan Cox
Author: alc Date: Thu Sep 17 22:28:38 2015 New Revision: 287944 URL: https://svnweb.freebsd.org/changeset/base/287944 Log: Eliminate (many) unnecessary calls to pmap_remove_all(). Pages from objects with a reference count of zero can't possibly be mapped, so there is never a need for vm_pag

svn commit: r287943 - head/share/man/man5

2015-09-17 Thread Bryan Drewery
Author: bdrewery Date: Thu Sep 17 22:07:40 2015 New Revision: 287943 URL: https://svnweb.freebsd.org/changeset/base/287943 Log: Regenerate Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ===

svn commit: r287942 - head/tools/build/options

2015-09-17 Thread Bryan Drewery
Author: bdrewery Date: Thu Sep 17 22:04:46 2015 New Revision: 287942 URL: https://svnweb.freebsd.org/changeset/base/287942 Log: makeman: Fix handling of env-only vars by using SRC_ENV_CONF rather than SRCCONF. Also note that these env-only vars can be specified on the command line. Th

svn commit: r287941 - head/share/mk

2015-09-17 Thread Bryan Drewery
Author: bdrewery Date: Thu Sep 17 21:51:48 2015 New Revision: 287941 URL: https://svnweb.freebsd.org/changeset/base/287941 Log: Trim space Modified: head/share/mk/src.sys.mk Modified: head/share/mk/src.sys.mk == ---

svn commit: r287940 - head/sys/cam/ctl

2015-09-17 Thread Alexander Motin
Author: mav Date: Thu Sep 17 21:51:11 2015 New Revision: 287940 URL: https://svnweb.freebsd.org/changeset/base/287940 Log: Replicate initiators WWPNs and names between HA peers. Modified: head/sys/cam/ctl/ctl.c head/sys/cam/ctl/ctl.h head/sys/cam/ctl/ctl_io.h Modified: head/sys/cam/ctl/c

svn commit: r287939 - head/share/mk

2015-09-17 Thread Bryan Drewery
Author: bdrewery Date: Thu Sep 17 21:49:29 2015 New Revision: 287939 URL: https://svnweb.freebsd.org/changeset/base/287939 Log: Add a check to ensure that the env-only mkopts are not set via src.conf. Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/src.sys.mk Modifie

svn commit: r287937 - head/usr.sbin/fstyp

2015-09-17 Thread Xin LI
Author: delphij Date: Thu Sep 17 20:55:47 2015 New Revision: 287937 URL: https://svnweb.freebsd.org/changeset/base/287937 Log: Eliminate unneeded copying of vdev data, goto, etc. and add a note that checksum of vdev label should be checked (which is not done currently). No functional ch

svn commit: r287936 - head/share/man/man5

2015-09-17 Thread Bryan Drewery
Author: bdrewery Date: Thu Sep 17 20:48:42 2015 New Revision: 287936 URL: https://svnweb.freebsd.org/changeset/base/287936 Log: Regenerate Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ===

svn commit: r287935 - head/tools/build/options

2015-09-17 Thread Bryan Drewery
Author: bdrewery Date: Thu Sep 17 20:45:51 2015 New Revision: 287935 URL: https://svnweb.freebsd.org/changeset/base/287935 Log: Optimize makeman slightly by removing uneeded cat and extra test -s. Sponsored by: EMC / Isilon Storage Division Modified: head/tools/build/options/makeman Mod

Re: svn commit: r287934 - head/sys/boot/efi/loader

2015-09-17 Thread John Baldwin
On Thursday, September 17, 2015 08:36:47 PM John Baldwin wrote: > Author: jhb > Date: Thu Sep 17 20:36:46 2015 > New Revision: 287934 > URL: https://svnweb.freebsd.org/changeset/base/287934 > > Log: > The EFI boot loader allocates a single chunk of contiguous memory to > hold the kernel, modul

svn commit: r287934 - head/sys/boot/efi/loader

2015-09-17 Thread John Baldwin
Author: jhb Date: Thu Sep 17 20:36:46 2015 New Revision: 287934 URL: https://svnweb.freebsd.org/changeset/base/287934 Log: The EFI boot loader allocates a single chunk of contiguous memory to hold the kernel, modules, and any other loaded data. This memory block is relocated to the kernel's

svn commit: r287933 - head/sys/cam/ctl

2015-09-17 Thread Alexander Motin
Author: mav Date: Thu Sep 17 20:36:34 2015 New Revision: 287933 URL: https://svnweb.freebsd.org/changeset/base/287933 Log: Replicate port->init_devid to HA peer. Modified: head/sys/cam/ctl/ctl.c head/sys/cam/ctl/ctl_io.h Modified: head/sys/cam/ctl/ctl.c

svn commit: r287932 - in head: share/mk tools/build/options

2015-09-17 Thread Bryan Drewery
Author: bdrewery Date: Thu Sep 17 20:33:52 2015 New Revision: 287932 URL: https://svnweb.freebsd.org/changeset/base/287932 Log: src.conf.5: Make it self-documenting that the mkopts are environment-only. Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/sys.mk head/too

svn commit: r287931 - head/sys/sys

2015-09-17 Thread Gleb Smirnoff
Author: glebius Date: Thu Sep 17 20:21:55 2015 New Revision: 287931 URL: https://svnweb.freebsd.org/changeset/base/287931 Log: Remove extra tabs. Modified: head/sys/sys/systm.h Modified: head/sys/sys/systm.h == --- h

Re: svn commit: r287886 - head/sys/sys

2015-09-17 Thread Steven Hartland
On 17/09/2015 17:16, Bryan Drewery wrote: On 9/17/15 1:15 AM, Alexey Dokuchaev wrote: On Thu, Sep 17, 2015 at 12:03:56AM +, Steven Hartland wrote: New Revision: 287886 URL: https://svnweb.freebsd.org/changeset/base/287886 Log: Fix kqueue write events for files > 2GB Due to the

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

2015-09-17 Thread John Baldwin
Author: jhb Date: Thu Sep 17 18:32:51 2015 New Revision: 287930 URL: https://svnweb.freebsd.org/changeset/base/287930 Log: Various small cleanups to EFI loader Makefiles. Reviewed by: emaste Differential Revision:https://reviews.freebsd.org/D3641 Modified: head/sys/boot/efi/bo

svn commit: r287927 - head/usr.sbin/bhyve

2015-09-17 Thread Xin LI
Author: delphij Date: Thu Sep 17 18:11:26 2015 New Revision: 287927 URL: https://svnweb.freebsd.org/changeset/base/287927 Log: Use strlcpy() instead of strncpy() because subsequent mkstemps expects the string be nul-terminated. Reviewed by: neel MFC after:2 weeks Differential Rev

svn commit: r287925 - in head: share/man/man5 tools/build/options

2015-09-17 Thread Bryan Drewery
Author: bdrewery Date: Thu Sep 17 17:45:20 2015 New Revision: 287925 URL: https://svnweb.freebsd.org/changeset/base/287925 Log: Document src-env.conf and note its use for MAKEOBJDIRPREFIX and WITH_META_MDOE. Sponsored by: EMC / Isilon Storage Division Modified: head/share/man/man5/Makef

svn commit: r287924 - head/share/mk

2015-09-17 Thread Bryan Drewery
Author: bdrewery Date: Thu Sep 17 17:35:06 2015 New Revision: 287924 URL: https://svnweb.freebsd.org/changeset/base/287924 Log: Include bsd.mkopt.mk after local.sys.env.mk (which includes /etc/src-env.conf). This will allow setting WITH_META_MODE in that file rather that requiring it to

svn commit: r287923 - head/sys/netinet

2015-09-17 Thread Gleb Smirnoff
Author: glebius Date: Thu Sep 17 17:27:49 2015 New Revision: 287923 URL: https://svnweb.freebsd.org/changeset/base/287923 Log: Use proper byteswap macro. This isn't a functional change. Modified: head/sys/netinet/tcp_subr.c Modified: head/sys/netinet/tcp_subr.c ==

Re: svn commit: r287892 - head/sys/dev/usb/wlan

2015-09-17 Thread Adrian Chadd
On 17 September 2015 at 00:53, Hans Petter Selasky wrote: > Hi Adrian, > > On 09/17/15 09:43, Adrian Chadd wrote: >> >> .. I'm likely going to do exactly that as part of "making" if_rsu do >> 11n and behave correctly. Right now it does neither. > > > Thank you for helping out with the USB WLAN dri

svn commit: r287921 - head/sys/cam/ctl

2015-09-17 Thread Alexander Motin
Author: mav Date: Thu Sep 17 17:00:36 2015 New Revision: 287921 URL: https://svnweb.freebsd.org/changeset/base/287921 Log: When reporting TPT UA, report which of thresholds was reached. Modified: head/sys/cam/ctl/ctl.c head/sys/cam/ctl/ctl_error.c head/sys/cam/ctl/ctl_io.h head/sys/cam/

svn commit: r287920 - head/sbin/route

2015-09-17 Thread Ryan Stone
Author: rstone Date: Thu Sep 17 16:56:49 2015 New Revision: 287920 URL: https://svnweb.freebsd.org/changeset/base/287920 Log: Fix /sbin/route to never look up (invalid) interface names through DNS /sbin/route has a bug where if it is passed an interface name that does not exist, it falls

svn commit: r287919 - head/share/mk

2015-09-17 Thread Bryan Drewery
Author: bdrewery Date: Thu Sep 17 16:38:32 2015 New Revision: 287919 URL: https://svnweb.freebsd.org/changeset/base/287919 Log: Fix makeman creating obj directories due to turning on WITH_AUTO_OBJ. r284708 addressed this slightly but seems to have put the make(showconfig) guard in the wro

svn commit: r287918 - head/contrib/unbound/util

2015-09-17 Thread Dag-Erling Smørgrav
Author: des Date: Thu Sep 17 16:19:36 2015 New Revision: 287918 URL: https://svnweb.freebsd.org/changeset/base/287918 Log: When chrooted, we need to strip the chroot directory from the front of included paths. Don't forget to do it for globs as well. Modified: head/contrib/unbound/util/con

Re: svn commit: r287886 - head/sys/sys

2015-09-17 Thread Bryan Drewery
On 9/17/15 1:15 AM, Alexey Dokuchaev wrote: > On Thu, Sep 17, 2015 at 12:03:56AM +, Steven Hartland wrote: >> New Revision: 287886 >> URL: https://svnweb.freebsd.org/changeset/base/287886 >> >> Log: >> Fix kqueue write events for files > 2GB >> >> Due to the use of int's for file offsets

svn commit: r287917 - in head: contrib/unbound contrib/unbound/compat contrib/unbound/daemon contrib/unbound/dns64 contrib/unbound/dnstap contrib/unbound/doc contrib/unbound/iterator contrib/unboun...

2015-09-17 Thread Dag-Erling Smørgrav
Author: des Date: Thu Sep 17 16:10:11 2015 New Revision: 287917 URL: https://svnweb.freebsd.org/changeset/base/287917 Log: Upgrade to Unbound 1.5.4. Added: head/contrib/unbound/compat/reallocarray.c - copied unchanged from r287915, vendor/unbound/dist/compat/reallocarray.c head/contrib

svn commit: r287914 - head/sys/dev/e1000

2015-09-17 Thread Sean Bruno
Author: sbruno Date: Thu Sep 17 15:11:45 2015 New Revision: 287914 URL: https://svnweb.freebsd.org/changeset/base/287914 Log: Add Intel Skylake/I219 Support - New em(4) device in currently shipping products Differential Revision:https://reviews.freebsd.org/D3163 Submitted by: e.

svn commit: r287913 - head/sys/cam/ctl

2015-09-17 Thread Alexander Motin
Author: mav Date: Thu Sep 17 14:22:52 2015 New Revision: 287913 URL: https://svnweb.freebsd.org/changeset/base/287913 Log: Report number of failed XCOPY segment. Modified: head/sys/cam/ctl/ctl_tpc.c Modified: head/sys/cam/ctl/ctl_tpc.c

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

2015-09-17 Thread Warner Losh
Hi Hans, Given how contentious this has been in the past, perhaps it would be better to goad people like rrs@ into giving you a positive, explicit OK rather than relying on a timeout that may not indicate that your change is good, just that your reviewers are busy. Warner On Thu, Sep 17, 2015 at

Re: svn commit: r287886 - head/sys/sys

2015-09-17 Thread Alexey Dokuchaev
On Thu, Sep 17, 2015 at 12:58:59PM +0100, Steven Hartland wrote: > On 17/09/2015 09:15, Alexey Dokuchaev wrote: > > On Thu, Sep 17, 2015 at 12:03:56AM +, Steven Hartland wrote: > >> New Revision: 287886 > >> URL: https://svnweb.freebsd.org/changeset/base/287886 > >> > >> Log: > >>Fix kqueue

svn commit: r287912 - head/sys/cam/ctl

2015-09-17 Thread Alexander Motin
Author: mav Date: Thu Sep 17 12:52:18 2015 New Revision: 287912 URL: https://svnweb.freebsd.org/changeset/base/287912 Log: Report proper medium error code for VERIFY commands. Modified: head/sys/cam/ctl/ctl.c head/sys/cam/ctl/ctl_backend_block.c head/sys/cam/ctl/ctl_error.c head/sys/cam

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

2015-09-17 Thread Bjoern A. Zeeb
Author: bz Date: Thu Sep 17 12:04:41 2015 New Revision: 287911 URL: https://svnweb.freebsd.org/changeset/base/287911 Log: Remove more unused variables leading to compile time errors. Modified: head/sys/mips/atheros/ar724x_pci.c head/sys/mips/atheros/qca955x_pci.c Modified: head/sys/mips/at

Re: svn commit: r287886 - head/sys/sys

2015-09-17 Thread Steven Hartland
On 17/09/2015 09:15, Alexey Dokuchaev wrote: On Thu, Sep 17, 2015 at 12:03:56AM +, Steven Hartland wrote: New Revision: 287886 URL: https://svnweb.freebsd.org/changeset/base/287886 Log: Fix kqueue write events for files > 2GB Due to the use of int's for file offsets in the VOP_W

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

2015-09-17 Thread Hans Petter Selasky
On 09/17/15 11:07, David Chisnall wrote: On 17 Sep 2015, at 08:20, Hans Petter Selasky wrote: On 09/17/15 00:05, Gleb Smirnoff wrote: Weren't you explicitly asked not to touch this system without a proper review and discussion? Adding a new function is not touching code. Adding a new inte

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

2015-09-17 Thread David Chisnall
On 17 Sep 2015, at 08:20, Hans Petter Selasky wrote: > > On 09/17/15 00:05, Gleb Smirnoff wrote: >> Weren't you explicitly asked not to touch this system without a proper >> review and discussion? > > Adding a new function is not touching code. Adding a new interface to an existing core subsyst

Re: svn commit: r287886 - head/sys/sys

2015-09-17 Thread Alexey Dokuchaev
On Thu, Sep 17, 2015 at 12:03:56AM +, Steven Hartland wrote: > New Revision: 287886 > URL: https://svnweb.freebsd.org/changeset/base/287886 > > Log: > Fix kqueue write events for files > 2GB > > Due to the use of int's for file offsets in the VOP_WRITE_(PRE|POST) > macros, kqueue writ

Re: svn commit: r287892 - head/sys/dev/usb/wlan

2015-09-17 Thread Hans Petter Selasky
Hi Adrian, On 09/17/15 09:43, Adrian Chadd wrote: .. I'm likely going to do exactly that as part of "making" if_rsu do 11n and behave correctly. Right now it does neither. Thank you for helping out with the USB WLAN drivers. Yes, USB requests sleep and don't spin until they're done. But t

Re: svn commit: r287892 - head/sys/dev/usb/wlan

2015-09-17 Thread Adrian Chadd
.. I'm likely going to do exactly that as part of "making" if_rsu do 11n and behave correctly. Right now it does neither. But this is a pretty big design pattern flaw; all of the wifi drivers use the usb library like this and .. well, unless you look under the hood, you don't really realise that s

Re: svn commit: r287892 - head/sys/dev/usb/wlan

2015-09-17 Thread Hans Petter Selasky
On 09/17/15 09:31, Hans Petter Selasky wrote: On 09/17/15 05:01, Adrian Chadd wrote: Author: adrian Date: Thu Sep 17 03:01:19 2015 New Revision: 287892 URL: https://svnweb.freebsd.org/changeset/base/287892 Log: Use DELAY() rather than usb_pause_mtx() - the latter releases the lock before

Re: svn commit: r287892 - head/sys/dev/usb/wlan

2015-09-17 Thread Hans Petter Selasky
On 09/17/15 05:01, Adrian Chadd wrote: Author: adrian Date: Thu Sep 17 03:01:19 2015 New Revision: 287892 URL: https://svnweb.freebsd.org/changeset/base/287892 Log: Use DELAY() rather than usb_pause_mtx() - the latter releases the lock before waiting, which prevents the lock from really ac

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

2015-09-17 Thread Hans Petter Selasky
On 09/16/15 22:54, Randall Stewart wrote: Hans: By outside prompting, I have finally had a chance to look at this: What it appears you do here is: a) stop the callout, not paying attention to if it stopped or not. b) Then get the callout systems lock and check if your callout is up and runnin

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

2015-09-17 Thread Hans Petter Selasky
On 09/17/15 00:05, Gleb Smirnoff wrote: Weren't you explicitly asked not to touch this system without a proper review and discussion? Adding a new function is not touching code. --HPS ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.or

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

2015-09-17 Thread Adrian Chadd
Author: adrian Date: Thu Sep 17 07:04:15 2015 New Revision: 287909 URL: https://svnweb.freebsd.org/changeset/base/287909 Log: .. oops, flip on QoS. Modified: head/sys/dev/usb/wlan/if_rsu.c Modified: head/sys/dev/usb/wlan/if_rsu.c ==

svn commit: r287908 - head

2015-09-17 Thread Jung-uk Kim
Author: jkim Date: Thu Sep 17 07:01:40 2015 New Revision: 287908 URL: https://svnweb.freebsd.org/changeset/base/287908 Log: Remove an entry. It was re-added in r287780. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc