svn commit: r259061 - head/sys/dev/iwn

2013-12-07 Thread Adrian Chadd
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

svn commit: r259062 - head/sys/dev/iwn

2013-12-07 Thread Adrian Chadd
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)

svn commit: r259063 - head/sys/dev/iwn

2013-12-07 Thread Adrian Chadd
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

svn commit: r259064 - head/sys/dev/iwn

2013-12-07 Thread Adrian Chadd
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.

svn commit: r259071 - head/sys/conf

2013-12-07 Thread Aleksandr Rybalko
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

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

2013-12-07 Thread 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 kms modules complain about lack of

svn commit: r259072 - head/libexec/rtld-elf

2013-12-07 Thread Konstantin Belousov
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:

svn commit: r259079 - head/release

2013-12-07 Thread Glen Barber
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

svn commit: r259080 - in head/sys: dev/iicbus geom/cache geom/journal

2013-12-07 Thread Justin Hibbits
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

Re: svn commit: r259080 - in head/sys: dev/iicbus geom/cache geom/journal

2013-12-07 Thread Justin Hibbits
On Sat, 7 Dec 2013 19:55:34 + (UTC) Justin Hibbits jhibb...@freebsd.org 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.

Re: svn commit: r259058 - head/usr.bin/bc

2013-12-07 Thread Tom Rhodes
On Sat, 7 Dec 2013 01:44:19 -0500 Eitan Adler ead...@freebsd.org wrote: On Sat, Dec 7, 2013 at 1:27 AM, Xin LI delp...@freebsd.org 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

svn commit: r259081 - in head: sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel sys/amd64/vmm/io usr.sbin/bhyve

2013-12-07 Thread Neel Natu
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

svn commit: r259082 - in head/sys: dev/iicbus powerpc/powermac

2013-12-07 Thread Justin Hibbits
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

svn commit: r259083 - head/share/mk

2013-12-07 Thread Dimitry Andric
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

Re: svn commit: r259016 - in head/sys: conf dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/fb dev/vt kern modules/drm2/i915kms modules/drm2/radeonkms sparc64/sparc64 sys teken

2013-12-07 Thread 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 MFC_to_10_after:re approval

svn commit: r259084 - in head/sys: fs/nfsclient nfsclient

2013-12-07 Thread Rick Macklem
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

svn commit: r259085 - in head/sys/amd64/vmm: . intel io

2013-12-07 Thread Neel Natu
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

svn commit: r259088 - in head/contrib/nvi: cl common

2013-12-07 Thread Peter Wemm
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

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

2013-12-07 Thread Aleksandr Rybalko
Konstantin Belousov kostik...@gmail.com написав(ла): 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,

Re: svn commit: r259016 - in head/sys: conf dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/fb dev/vt kern modules/drm2/i915kms modules/drm2/radeonkms sparc64/sparc64 sys teken

2013-12-07 Thread Aleksandr Rybalko
Andreas Tobler andre...@freebsd.org написав(ла): 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:

svn commit: r259089 - head/sbin/mount_nfs

2013-12-07 Thread Rick Macklem
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:

svn commit: r259092 - in head/contrib/gcc: . cp doc

2013-12-07 Thread Pedro F. Giffuni
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

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

2013-12-07 Thread Peter Wemm
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

svn commit: r259095 - head/sys/dev/usb/controller

2013-12-07 Thread Hans Petter Selasky
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