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
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
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
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
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
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
===
> 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
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
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
===
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
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
==
---
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
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
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
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
===
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
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
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
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
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
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
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
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
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
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
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
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
==
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
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/
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
.. 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
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
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
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
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
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
==
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
52 matches
Mail list logo