Author: adrian
Date: Tue May 9 05:32:35 2017
New Revision: 318013
URL: https://svnweb.freebsd.org/changeset/base/318013
Log:
[iwm] Move in_phyctxt from struct iwm_node to phy_ctxt in struct iwm_vap.
* This better matches how things are organized in Linux's iwlwifi.
Obtained from:
Author: adrian
Date: Tue May 9 05:31:38 2017
New Revision: 318012
URL: https://svnweb.freebsd.org/changeset/base/318012
Log:
[iwm] Allow listening on both chains/atennas to get diversity.
This might improve throughput slightly when far from the accesspoint,
apparently by allowing the fir
Author: ngie
Date: Tue May 9 05:22:51 2017
New Revision: 318011
URL: https://svnweb.freebsd.org/changeset/base/318011
Log:
Mark this Makefile SUBDIR_PARALLEL
I inserted the necessary SUBDIR+= .WAIT in the previous commit
MFC after:3 weeks
Sponsored by: Dell EMC Isilon
Modified:
> On May 8, 2017, at 22:06, O. Hartmann wrote:
>
> On Tue, 9 May 2017 04:59:05 + (UTC)
> Ngie Cooper wrote:
…
> Ooopsie ... ;-)
>
> Something went wrong after I sucked in this commit just a few seconds ago,
> compiling kernel failed:
You’re fast. Fixed in r318009 5 minutes ago.
-Ngie
Author: ngie
Date: Tue May 9 05:08:47 2017
New Revision: 318010
URL: https://svnweb.freebsd.org/changeset/base/318010
Log:
style(9): sort headers
MFC after:3 weeks
Sponsored by: Dell EMC Isilon
Modified:
head/sys/tests/callout_test/callout_test.c
Modified: head/sys/tests/callout_
On Tue, 9 May 2017 04:59:05 + (UTC)
Ngie Cooper wrote:
> Author: ngie
> Date: Tue May 9 04:59:05 2017
> New Revision: 318008
> URL: https://svnweb.freebsd.org/changeset/base/318008
>
> Log:
> Only compile tests/ if MK_TESTS != no or ALL_MODULES is defined
>
> MFC after: 3 weeks
>
Author: ngie
Date: Tue May 9 05:03:35 2017
New Revision: 318009
URL: https://svnweb.freebsd.org/changeset/base/318009
Log:
Add MK_TESTS to kern.opts.mk to support r31800
MFC after:3 weeks
MFC with: r318008
Pointyhat to: ngie
Sponsored by: Dell EMC Isilon
Modified:
head/sys
Author: ngie
Date: Tue May 9 04:59:05 2017
New Revision: 318008
URL: https://svnweb.freebsd.org/changeset/base/318008
Log:
Only compile tests/ if MK_TESTS != no or ALL_MODULES is defined
MFC after:3 weeks
Sponsored by: Dell EMC Isilon
Modified:
head/sys/modules/Makefile
Modified:
Author: ngie
Date: Tue May 9 04:56:14 2017
New Revision: 318007
URL: https://svnweb.freebsd.org/changeset/base/318007
Log:
Add intermediary Makefile for compiling all items in the directory
MFC after:3 weeks
Sponsored by: Dell EMC Isilon
Added:
head/sys/modules/tests/Makefile (c
Author: ngie
Date: Tue May 9 04:54:29 2017
New Revision: 318006
URL: https://svnweb.freebsd.org/changeset/base/318006
Log:
style(9): sort headers and remove duplicates
MFC after:3 weeks
Sponsored by: Dell EMC Isilon
Modified:
head/sys/tests/framework/kern_testfrwk.c
Modified: hea
Author: adrian
Date: Tue May 9 04:15:07 2017
New Revision: 318005
URL: https://svnweb.freebsd.org/changeset/base/318005
Log:
[iwm] Add basic powermanagement support via ifconfig wlan0 powersave.
* The DEVICE_POWER_FLAGS_CAM_MSK flag was removed in the upstream iwlwifi
in Linux commit c
Author: ngie
Date: Tue May 9 04:11:53 2017
New Revision: 318004
URL: https://svnweb.freebsd.org/changeset/base/318004
Log:
Remove expected failure that no longer fails with gnu grep in base
Reported by: Jenkins
Submitted by: Kyle Evans
Sponsored by: Dell EMC Isilon
Modified:
head/
Author: adrian
Date: Tue May 9 02:42:53 2017
New Revision: 318003
URL: https://svnweb.freebsd.org/changeset/base/318003
Log:
[iwm] Add iwm_nic_unlock() calls missing from previous commit.
Obtained from:dragonflybsd.git
f88ab372284e63c4c13da93e9026a203b9b4cdc5
Modified:
head/sys
Author: adrian
Date: Tue May 9 02:41:33 2017
New Revision: 318002
URL: https://svnweb.freebsd.org/changeset/base/318002
Log:
[iwm] iwm_{read,write}_prph() don't grab the nic lock in iwm themselves.
* Fix a couple of cases where the nic lock ended up not being grabbed
during an iwm_read
Author: adrian
Date: Tue May 9 02:38:23 2017
New Revision: 318001
URL: https://svnweb.freebsd.org/changeset/base/318001
Log:
[iwm] include opt_iwm.h and opt_wlan.h consistently in all files.
Modified:
head/sys/dev/iwm/if_iwm.c
head/sys/dev/iwm/if_iwm_7000.c
head/sys/dev/iwm/if_iwm_8000.c
Author: bdrewery
Date: Tue May 9 01:48:23 2017
New Revision: 318000
URL: https://svnweb.freebsd.org/changeset/base/318000
Log:
DIRDEPS_BUILD: Update dependencies.
Sponsored by: Dell EMC Isilon
Modified:
head/bin/dd/Makefile.depend
head/lib/libbsnmp/libbsnmp/Makefile.depend
head/lib/
Author: bdrewery
Date: Tue May 9 01:48:14 2017
New Revision: 317999
URL: https://svnweb.freebsd.org/changeset/base/317999
Log:
DIRDEPS_BUILD: Connect new directories.
Sponsored by: Dell EMC Isilon
Added:
head/lib/libzstd/Makefile.depend (contents, props changed)
head/sbin/decryptcor
Author: bdrewery
Date: Tue May 9 01:48:02 2017
New Revision: 317998
URL: https://svnweb.freebsd.org/changeset/base/317998
Log:
Fix invalid .o SRCS from r314527.
MFC after:1 week
Sponsored by: Dell EMC Isilon
Modified:
head/secure/lib/libssh/Makefile
Modified: head/secure/lib/libs
Author: davidcs
Date: Tue May 9 01:01:41 2017
New Revision: 317996
URL: https://svnweb.freebsd.org/changeset/base/317996
Log:
Fix bug where MTX_DEF lock was held while taskqueue_drain() was invoked.
Check IFF_DRV_RUNNING flag is set prior to calling ql_hw_set_multi()
MFC after:3 days
Mo
On 8 May 2017 at 14:42, Ngie Cooper wrote:
> Author: ngie
> Date: Mon May 8 18:42:38 2017
> New Revision: 317967
> URL: https://svnweb.freebsd.org/changeset/base/317967
>
> Log:
> Restore `sectorsize` global to unbreak makefs after r317744
>
> This also unbreaks the fstyp tests.
Sorry about
On Mon, May 08, 2017 at 11:52:10PM +0300, Konstantin Belousov wrote:
> On Mon, May 08, 2017 at 01:37:15PM -0700, John Baldwin wrote:
> > On Thursday, May 04, 2017 09:31:50 PM Konstantin Belousov wrote:
> > > Author: kib
> > > Date: Thu May 4 21:31:50 2017
> > > New Revision: 317809
> > > URL: http
Author: marius
Date: Mon May 8 21:08:39 2017
New Revision: 317982
URL: https://svnweb.freebsd.org/changeset/base/317982
Log:
- Also outside of the KOBJOPLOOKUP macro - which in turn is used by
the code auto-generated for *.m - kobj_lookup_method(9) is useful;
for example in back-ends or
Author: marius
Date: Mon May 8 20:58:32 2017
New Revision: 317981
URL: https://svnweb.freebsd.org/changeset/base/317981
Log:
Revise r315430; there's no need to build mmc_subr.c into both mmc.ko
and mmcsd.ko.
Modified:
head/sys/modules/mmcsd/Makefile
Modified: head/sys/modules/mmcsd/Makefi
On Mon, May 08, 2017 at 01:37:15PM -0700, John Baldwin wrote:
> On Thursday, May 04, 2017 09:31:50 PM Konstantin Belousov wrote:
> > Author: kib
> > Date: Thu May 4 21:31:50 2017
> > New Revision: 317809
> > URL: https://svnweb.freebsd.org/changeset/base/317809
> >
> > Log:
> > Provide introduc
Author: bdrewery
Date: Mon May 8 20:44:12 2017
New Revision: 317979
URL: https://svnweb.freebsd.org/changeset/base/317979
Log:
Remove MK_MANDOCDB option missed in r315057
Modified:
head/targets/pseudo/userland/Makefile.depend
Modified: head/targets/pseudo/userland/Makefile.depend
==
Author: bdrewery
Date: Mon May 8 20:44:21 2017
New Revision: 317980
URL: https://svnweb.freebsd.org/changeset/base/317980
Log:
Fix syntax error in parse_path after r316952.
Also fix bad whitespace in sort_unique after r314809.
The parse_path syntax error came up in DIRDEPS_BUILD as th
On Monday, May 08, 2017 02:17:10 PM Ed Maste wrote:
> Author: emaste
> Date: Mon May 8 14:17:10 2017
> New Revision: 317938
> URL: https://svnweb.freebsd.org/changeset/base/317938
>
> Log:
> arch(7): correct initial versions for alpha and pc98
>
> Submitted by: imp
>
> Modified:
>
On Thursday, May 04, 2017 09:31:50 PM Konstantin Belousov wrote:
> Author: kib
> Date: Thu May 4 21:31:50 2017
> New Revision: 317809
> URL: https://svnweb.freebsd.org/changeset/base/317809
>
> Log:
> Provide introduction for the arch(7) manpage.
>
> Start with some words about linear addr
Author: jhb
Date: Mon May 8 18:51:13 2017
New Revision: 317968
URL: https://svnweb.freebsd.org/changeset/base/317968
Log:
Honor WITHOUT_LIB32 on mips64.
The closing paren for the list of architectures that should enable LIB32
by default was in the wrong place resulting in LIB32 always be
> On May 8, 2017, at 11:24, Ngie Cooper (yaneurabeya)
> wrote:
>
>>
>> On May 3, 2017, at 07:21, Ed Maste wrote:
>>
>> Author: emaste
>> Date: Wed May 3 14:21:18 2017
>> New Revision: 317744
>> URL: https://svnweb.freebsd.org/changeset/base/317744
>>
>> Log:
>> makefs: make buf generic
>>
Author: ngie
Date: Mon May 8 18:42:38 2017
New Revision: 317967
URL: https://svnweb.freebsd.org/changeset/base/317967
Log:
Restore `sectorsize` global to unbreak makefs after r317744
This also unbreaks the fstyp tests.
Reported by: Alastair Hogge , Jenkins
Sponsored by: Dell EMC Is
> On May 3, 2017, at 07:21, Ed Maste wrote:
>
> Author: emaste
> Date: Wed May 3 14:21:18 2017
> New Revision: 317744
> URL: https://svnweb.freebsd.org/changeset/base/317744
>
> Log:
> makefs: make buf generic
>
> it has nothing to do with ffs and will eventually be moved.
> gc sectorsize.
> On May 8, 2017, at 08:51, Conrad Meyer wrote:
>
> Author: cem
> Date: Mon May 8 15:51:29 2017
> New Revision: 317942
> URL: https://svnweb.freebsd.org/changeset/base/317942
>
> Log:
> csplit(1): Fix extraneous output in edge case
>
> When the input to csplit contains fewer lines than the
Author: ngie
Date: Mon May 8 17:13:00 2017
New Revision: 317949
URL: https://svnweb.freebsd.org/changeset/base/317949
Log:
Fix the build after r317942 by adding usr.bin/csplit to BSD.tests.dist
Pointyhat to: cem
MFC with: r317942
Sponsored by: Dell EMC Isilon
Modified:
head/etc/
Author: emaste
Date: Mon May 8 16:57:33 2017
New Revision: 317945
URL: https://svnweb.freebsd.org/changeset/base/317945
Log:
makefs: further size_t warning cleanup (missing from r317944)
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/makefs/walk.c
Modified: head/usr.sbin/
Author: emaste
Date: Mon May 8 16:34:39 2017
New Revision: 317944
URL: https://svnweb.freebsd.org/changeset/base/317944
Log:
makefs: cast snprintf return value to size_t to clear warning
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/makefs/ffs.c
head/usr.sbin/makefs/wal
Author: cem
Date: Mon May 8 15:51:29 2017
New Revision: 317942
URL: https://svnweb.freebsd.org/changeset/base/317942
Log:
csplit(1): Fix extraneous output in edge case
When the input to csplit contains fewer lines than the number of matches
specified, extra output was mistakenly included
Author: dbaio (ports committer)
Date: Mon May 8 14:33:38 2017
New Revision: 317939
URL: https://svnweb.freebsd.org/changeset/base/317939
Log:
Add myself (dbaio) as a new ports committer
Approved by: garga (mentor)
Differential Revision:https://reviews.freebsd.org/D10633
Modifie
Author: emaste
Date: Mon May 8 14:17:10 2017
New Revision: 317938
URL: https://svnweb.freebsd.org/changeset/base/317938
Log:
arch(7): correct initial versions for alpha and pc98
Submitted by: imp
Modified:
head/share/man/man7/arch.7
Modified: head/share/man/man7/arch.7
Author: emaste
Date: Mon May 8 13:09:27 2017
New Revision: 317937
URL: https://svnweb.freebsd.org/changeset/base/317937
Log:
makefs: use size_t as appropriate to clean up warnings
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/makefs/cd9660/cd9660_eltorito.c
head/usr.sbi
Author: trasz
Date: Mon May 8 09:14:41 2017
New Revision: 317935
URL: https://svnweb.freebsd.org/changeset/base/317935
Log:
Sort variable declarations; no functional changes.
MFC after:2 weeks
Sponsored by: DARPA, AFRL
Modified:
head/usr.bin/resizewin/resizewin.c
Modified: head/u
Author: trasz
Date: Mon May 8 08:58:51 2017
New Revision: 317934
URL: https://svnweb.freebsd.org/changeset/base/317934
Log:
Add resizewin -z. It makes resizewin not do anything if the terminal
size is already set to something other than zero. It's supposed to be
called from eg /etc/profile
On 0507T2028, Jilles Tjoelker wrote:
> On Sun, May 07, 2017 at 09:01:43PM +0300, Konstantin Belousov wrote:
> > On Sun, May 07, 2017 at 05:21:23PM +, Edward Tomasz Napierala wrote:
> > > Author: trasz
> > > Date: Sun May 7 17:21:22 2017
> > > New Revision: 317909
> > > URL: https://svnweb.free
Author: trasz
Date: Mon May 8 08:34:50 2017
New Revision: 317933
URL: https://svnweb.freebsd.org/changeset/base/317933
Log:
Use tcflush(3) instead of (nonstandard) TIOCFLUSH.
Reported by: kib
MFC after:2 weeks
Sponsored by: DARPA, AFRL
Modified:
head/usr.bin/resizewin/resizewin
On 0507T0919, Conrad Meyer wrote:
> On Sun, May 7, 2017 at 2:19 AM, Edward Tomasz Napierala
> wrote:
> > Author: trasz
> > Date: Sun May 7 09:19:42 2017
> > New Revision: 317901
> > URL: https://svnweb.freebsd.org/changeset/base/317901
> >
> > Log:
> > Improve error reporting in resizewin(1).
>
45 matches
Mail list logo