Author: adrian
Date: Sat Dec 7 08:03:10 2013
New Revision: 259061
URL: http://svnweb.freebsd.org/changeset/base/259061
Log:
Begin fleshing out some code to handle tracking PLCP error rates
in preparation for the scan based retune logic.
The linux iwlwifi driver does a rescan (onto a non-
Author: adrian
Date: Sat Dec 7 08:20:24 2013
New Revision: 259062
URL: http://svnweb.freebsd.org/changeset/base/259062
Log:
Refactor out the scan channel to be assigned early on in iwn_scan()
rather than it all being a mess of 'c' and 'ic->ic_curchan'.
Tested:
* Intel 5100 (STA)
Mo
Author: adrian
Date: Sat Dec 7 08:25:24 2013
New Revision: 259063
URL: http://svnweb.freebsd.org/changeset/base/259063
Log:
Add a channel parameter to iwn_scan().
This is in preparation for being able to use iwn_scan() to do an off
channel scan to reset the RF tuning.
It should be a
Author: adrian
Date: Sat Dec 7 08:32:15 2013
New Revision: 259064
URL: http://svnweb.freebsd.org/changeset/base/259064
Log:
Refactor out the scan id and scan vap as part of the scan work.
Make the scan state optional - we'll obviously need a vap, but we now
won't require the scan state.
Author: ray
Date: Sat Dec 7 15:24:43 2013
New Revision: 259071
URL: http://svnweb.freebsd.org/changeset/base/259071
Log:
Include dev/fb/fb_if.m in build always, without it kms modules complain about
lack of fb_getinfo_desc symbol.
Submitted by: dumbbell
Sponsored by: The FreeBSD Fou
On Sat, Dec 07, 2013 at 03:24:43PM +, Aleksandr Rybalko wrote:
> Author: ray
> Date: Sat Dec 7 15:24:43 2013
> New Revision: 259071
> URL: http://svnweb.freebsd.org/changeset/base/259071
>
> Log:
> Include dev/fb/fb_if.m in build always, without it kms modules complain
> about
> lack of
Author: kib
Date: Sat Dec 7 15:49:16 2013
New Revision: 259072
URL: http://svnweb.freebsd.org/changeset/base/259072
Log:
Cast Elf_Addr to void * to match the free_aligned() argument type.
Found by: gcc
Sponsored by: The FreeBSD Foundation
MFC after:6 days
Modified:
head/libe
Author: gjb
Date: Sat Dec 7 19:39:38 2013
New Revision: 259079
URL: http://svnweb.freebsd.org/changeset/base/259079
Log:
Add WITH_DVD to RELEASE_RMAKEFLAGS, otherwise it is not actually
passed to 'make release'.
MFC after:3 days
X-Before-RC2: yes
Sponsored by: The FreeBSD Foundat
Author: jhibbits
Date: Sat Dec 7 19:55:34 2013
New Revision: 259080
URL: http://svnweb.freebsd.org/changeset/base/259080
Log:
Fix some integer signs. These unsigned integers should all be signed.
Found by: clang (powerpc64)
Modified:
head/sys/dev/iicbus/max6690.c
head/sys/geom/ca
On Sat, 7 Dec 2013 19:55:34 + (UTC)
Justin Hibbits wrote:
> Author: jhibbits
> Date: Sat Dec 7 19:55:34 2013
> New Revision: 259080
> URL: http://svnweb.freebsd.org/changeset/base/259080
>
> Log:
> Fix some integer signs. These unsigned integers should all be
> signed.
> Found by: c
On Sat, 7 Dec 2013 01:44:19 -0500
Eitan Adler wrote:
> On Sat, Dec 7, 2013 at 1:27 AM, Xin LI wrote:
> > Author: delphij
> > Date: Sat Dec 7 06:27:54 2013
> > New Revision: 259058
> > URL: http://svnweb.freebsd.org/changeset/base/259058
> >
> > Log:
> > Remove mention of the compatibility opt
Author: neel
Date: Sat Dec 7 22:18:36 2013
New Revision: 259081
URL: http://svnweb.freebsd.org/changeset/base/259081
Log:
If a vcpu disables its local apic and then executes a 'HLT' then spin down the
vcpu and destroy its thread context. Also modify the 'HLT' processing to
ignore
pending i
Author: jhibbits
Date: Sat Dec 7 22:25:07 2013
New Revision: 259082
URL: http://svnweb.freebsd.org/changeset/base/259082
Log:
Make more unsigned ints signed.
Found by: clang (powerpc64)
MFC after:1 week
Modified:
head/sys/dev/iicbus/ds1631.c
head/sys/dev/iicbus/ds1775.c
he
Author: dim
Date: Sat Dec 7 22:30:07 2013
New Revision: 259083
URL: http://svnweb.freebsd.org/changeset/base/259083
Log:
For WARNS <= 3, change the clang warning flag -Wno-conversion to
-Wno-enum-conversion. In earlier clang versions (before 3.2), the
latter did not exist, and suppressing
On 05.12.13 23:38, Aleksandr Rybalko wrote:
> Author: ray
> Date: Thu Dec 5 22:38:53 2013
> New Revision: 259016
> URL: http://svnweb.freebsd.org/changeset/base/259016
>
> Log:
> Merge VT(9) project (a.k.a. newcons).
>
> Reviewed by:nwhitehorn
> MFC_to_10_after:re approval
>
Author: rmacklem
Date: Sat Dec 7 23:05:59 2013
New Revision: 259084
URL: http://svnweb.freebsd.org/changeset/base/259084
Log:
For software builds, the NFS client does many small
synchronous (with FILE_SYNC) writes because non-contiguous
byte ranges in the same buffer cache block are being
Author: neel
Date: Sat Dec 7 23:11:12 2013
New Revision: 259085
URL: http://svnweb.freebsd.org/changeset/base/259085
Log:
Use callout(9) to drive the vlapic timer instead of clocking it on each VM
exit.
This decouples the guest's 'hz' from the host's 'hz' setting. For e.g. it is
now pos
Author: peter
Date: Sun Dec 8 00:08:03 2013
New Revision: 259088
URL: http://svnweb.freebsd.org/changeset/base/259088
Log:
Vendor import nvi-2.1.2-c80f493b038 a multikey mapping fix
PR: bin/182463
Modified:
head/contrib/nvi/cl/cl_term.c
head/contrib/nvi/common/key.c
head/c
Konstantin Belousov написав(ла):
>On Sat, Dec 07, 2013 at 03:24:43PM +, Aleksandr Rybalko wrote:
>> Author: ray
>> Date: Sat Dec 7 15:24:43 2013
>> New Revision: 259071
>> URL: http://svnweb.freebsd.org/changeset/base/259071
>>
>> Log:
>> Include dev/fb/fb_if.m in build always, without it
Andreas Tobler написав(ла):
>On 05.12.13 23:38, Aleksandr Rybalko wrote:
>> Author: ray
>> Date: Thu Dec 5 22:38:53 2013
>> New Revision: 259016
>> URL: http://svnweb.freebsd.org/changeset/base/259016
>>
>> Log:
>> Merge VT(9) project (a.k.a. newcons).
>>
>> Reviewed by: nwhitehorn
Author: rmacklem
Date: Sun Dec 8 00:59:04 2013
New Revision: 259089
URL: http://svnweb.freebsd.org/changeset/base/259089
Log:
Document the noncontigwr NFS mount option.
This is a content change.
MFC after:3 weeks
Modified:
head/sbin/mount_nfs/mount_nfs.8
Modified: head/sbin/mount
Author: pfg
Date: Sun Dec 8 03:02:44 2013
New Revision: 259092
URL: http://svnweb.freebsd.org/changeset/base/259092
Log:
gcc: new fvisibility-ms-compat option
Obtained from:gcc 4.3 (rev. 126088; GPLv2)
MFC after:3 weeks
Modified:
head/contrib/gcc/ChangeLog.gcc43
head/con
Author: peter
Date: Sun Dec 8 05:55:55 2013
New Revision: 259094
URL: http://svnweb.freebsd.org/changeset/base/259094
Log:
Rev 256256 had an undocumented side effect of breaking existing behavior
for ipv6 jails.
Among the harmful side effects included putting a route to an entire /64
o
Author: hselasky
Date: Sun Dec 8 06:52:22 2013
New Revision: 259095
URL: http://svnweb.freebsd.org/changeset/base/259095
Log:
Fix typos.
Found by: remko
Modified:
head/sys/dev/usb/controller/usb_controller.c
Modified: head/sys/dev/usb/controller/usb_controller.c
===
24 matches
Mail list logo