svn commit: r260444 - in head: contrib/libpcap share/man/man9 sys/dev/ath sys/dev/bwi sys/dev/bwn sys/dev/ipw sys/dev/iwi sys/dev/iwn sys/dev/malo sys/dev/mwl sys/dev/ral sys/dev/usb/wlan sys/dev/w...

2014-01-08 Thread Kevin Lo
Author: kevlo Date: Wed Jan 8 08:06:56 2014 New Revision: 260444 URL: http://svnweb.freebsd.org/changeset/base/260444 Log: Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. The origin of WEP comes from IEEE Std 802.11-1997 where it defines whether the frame body of MAC

svn commit: r260445 - in head/contrib/byacc: . package package/debian test

2014-01-08 Thread Baptiste Daroussin
Author: bapt Date: Wed Jan 8 08:08:22 2014 New Revision: 260445 URL: http://svnweb.freebsd.org/changeset/base/260445 Log: Import byacc 20140101 which imports %token-table from bison allowing to build ntpd Modified: head/contrib/byacc/CHANGES head/contrib/byacc/VERSION

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

2014-01-08 Thread Remko Lodder
Author: remko Date: Wed Jan 8 08:37:30 2014 New Revision: 260446 URL: http://svnweb.freebsd.org/changeset/base/260446 Log: virtio-block does not exist, the correct name is virtio-blk. PR: 185573 Submitted by: Allan Jude Facilitated by: Snow B.V. MFC after:3 days

svn commit: r260447 - head/sys/boot/fdt/dts

2014-01-08 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Wed Jan 8 09:33:16 2014 New Revision: 260447 URL: http://svnweb.freebsd.org/changeset/base/260447 Log: Update dts files of Cubieboard1,2 to use 1GB memory. Whilst there, fix cpu config register address for Cubieboard2. Approved by: stas (mentor) Replaced:

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

2014-01-08 Thread Gavin Atkinson
Author: gavin Date: Wed Jan 8 13:59:33 2014 New Revision: 260448 URL: http://svnweb.freebsd.org/changeset/base/260448 Log: Add support for the Intel Centrino Wireless-N 135 chipset. MFC after:2 weeks Modified: head/sys/dev/iwn/if_iwn.c head/sys/dev/iwn/if_iwn_devid.h Modified:

Re: svn commit: r260448 - head/sys/dev/iwn

2014-01-08 Thread Gavin Atkinson
On Wed, 8 Jan 2014, Gavin Atkinson wrote: Author: gavin Date: Wed Jan 8 13:59:33 2014 New Revision: 260448 URL: http://svnweb.freebsd.org/changeset/base/260448 Log: Add support for the Intel Centrino Wireless-N 135 chipset. MFC after: 2 weeks Apologies. Reviewed by: adrian

svn commit: r260449 - head/sys/dev/vt/hw/xboxfb

2014-01-08 Thread Robert Millan
Author: rmh Date: Wed Jan 8 14:36:35 2014 New Revision: 260449 URL: http://svnweb.freebsd.org/changeset/base/260449 Log: Fix build of vt_xboxfb. Modified: head/sys/dev/vt/hw/xboxfb/xboxfb.c Modified: head/sys/dev/vt/hw/xboxfb/xboxfb.c

svn commit: r260450 - head/sys/dev/vt/hw/vga

2014-01-08 Thread Aleksandr Rybalko
Author: ray Date: Wed Jan 8 14:42:26 2014 New Revision: 260450 URL: http://svnweb.freebsd.org/changeset/base/260450 Log: Restore VGA mode on vt switch. It fix VESA mode left by Xorg on exit. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/hw/vga/vga.c Modified:

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

2014-01-08 Thread Aleksandr Rybalko
On Mon, 09 Dec 2013 18:26:46 -0600 Nathan Whitehorn nwhiteh...@freebsd.org wrote: On 12/09/13 18:20, Aleksandr Rybalko wrote: On Sun, 8 Dec 2013 16:36:20 +0100 Marius Strobl mar...@alchemy.franken.de wrote: On Thu, Dec 05, 2013 at 10:38:54PM +, Aleksandr Rybalko wrote: Author: ray

Re: svn commit: r260440 - head/sys/arm/conf

2014-01-08 Thread Ian Lepore
On Tue, 2014-01-07 at 23:19 -0500, Nathan Whitehorn wrote: On 01/07/14 22:40, Ian Lepore wrote: Author: ian Date: Wed Jan 8 03:40:18 2014 New Revision: 260440 URL: http://svnweb.freebsd.org/changeset/base/260440 Log: Add option USB_HOST_ALIGN to configs that contain 'device usb'.

Re: svn commit: r260440 - head/sys/arm/conf

2014-01-08 Thread Nathan Whitehorn
On 01/08/14 10:19, Ian Lepore wrote: On Tue, 2014-01-07 at 23:19 -0500, Nathan Whitehorn wrote: On 01/07/14 22:40, Ian Lepore wrote: Author: ian Date: Wed Jan 8 03:40:18 2014 New Revision: 260440 URL: http://svnweb.freebsd.org/changeset/base/260440 Log: Add option USB_HOST_ALIGN to

Re: svn commit: r260448 - head/sys/dev/iwn

2014-01-08 Thread Adrian Chadd
Hi, So the RX diversity option here simply sets the number of RX streams to one, regardless of the hardware antenna configuration. We should ensure the driver is doing this for these NICs or it may end up making some stupid rate announcement and the peer may think it can send two-stream rates.

svn commit: r260458 - head/sys/netinet6

2014-01-08 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Jan 8 22:13:32 2014 New Revision: 260458 URL: http://svnweb.freebsd.org/changeset/base/260458 Log: Introduce IN6_MASK_ADDR() macro to unify various hand-rolled code to do IPv6 addr mask in different places. MFC after:2 weeks Modified:

svn commit: r260459 - head/sys/rpc

2014-01-08 Thread Peter Wemm
Author: peter Date: Wed Jan 8 22:37:18 2014 New Revision: 260459 URL: http://svnweb.freebsd.org/changeset/base/260459 Log: Don't expose svc_loss_reg / _unreg to userland as they're kernel-only additions from r260229 and the SVCPOOL type doesn't exist in userland. Modified:

svn commit: r260460 - head/sys/net

2014-01-08 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Jan 8 23:09:02 2014 New Revision: 260460 URL: http://svnweb.freebsd.org/changeset/base/260460 Log: Constanly use RT_ALL_FIBS everywhere instead of -1. MFC after:2 weeks Modified: head/sys/net/route.c head/sys/net/route.h head/sys/net/rtsock.c

svn commit: r260461 - in head/sys: compat/freebsd32 kern sys

2014-01-08 Thread Adrian Chadd
Author: adrian Date: Thu Jan 9 00:11:14 2014 New Revision: 260461 URL: http://svnweb.freebsd.org/changeset/base/260461 Log: Refactor out the common sendfile code from the do_sendfile() and the compat32 sendfile syscall. Sponsored by: Netflix, Inc. Added: head/sys/sys/sf_base.h

Re: svn commit: r260224 - head/sys/netinet

2014-01-08 Thread Gleb Smirnoff
Bryan, On Mon, Jan 06, 2014 at 09:09:45AM -0600, Bryan Venteicher wrote: B On Fri, Jan 03, 2014 at 11:03:12AM +, Gleb Smirnoff wrote: B Author: glebius B Date: Fri Jan 3 11:03:12 2014 B New Revision: 260224 B URL: http://svnweb.freebsd.org/changeset/base/260224 B B Log: B

Re: svn commit: r260415 - head/sys/dev/bxe

2014-01-08 Thread Gleb Smirnoff
Eric, On Tue, Jan 07, 2014 at 10:26:20PM +, Eric Davis wrote: E Author: edavis E Date: Tue Jan 7 22:26:20 2014 E New Revision: 260415 E URL: http://svnweb.freebsd.org/changeset/base/260415 E E Log: E defragment mbuf chains longer than hw segment limit before dropping E E Approved

svn commit: r260462 - head/sys/dev/netmap

2014-01-08 Thread Gleb Smirnoff
Author: glebius Date: Thu Jan 9 00:59:03 2014 New Revision: 260462 URL: http://svnweb.freebsd.org/changeset/base/260462 Log: Fix build with VIMAGE. Modified: head/sys/dev/netmap/netmap.c Modified: head/sys/dev/netmap/netmap.c

Re: svn commit: r260415 - head/sys/dev/bxe

2014-01-08 Thread Eric Davis
On Thu, Jan 09, 2014 at 04:26:39AM +0400, Gleb Smirnoff wrote: Eric, On Tue, Jan 07, 2014 at 10:26:20PM +, Eric Davis wrote: E Author: edavis E Date: Tue Jan 7 22:26:20 2014 E New Revision: 260415 E URL: http://svnweb.freebsd.org/changeset/base/260415 E E Log: E defragment

Re: svn commit: r259730 - in head: gnu/lib/csu gnu/lib/libgcc gnu/lib/libstdc++ gnu/lib/libsupc++ lib/atf/libatf-c/tests share/mk sys/conf tools/tools/ath/athstats tools/tools/net80211/wlanstats usr.b

2014-01-08 Thread Zbigniew Bodek
2013/12/22 Dimitry Andric d...@freebsd.org: Author: dim Date: Sun Dec 22 17:51:33 2013 New Revision: 259730 URL: http://svnweb.freebsd.org/changeset/base/259730 Log: To avoid having to explicitly test COMPILER_TYPE for setting clang-specific or gcc-specific flags, introduce the

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

2014-01-08 Thread Kevin Lo
Author: kevlo Date: Thu Jan 9 01:48:33 2014 New Revision: 260463 URL: http://svnweb.freebsd.org/changeset/base/260463 Log: Replace deprecated M_DONTWAIT with M_NOWAIT. Modified: head/sys/dev/usb/wlan/if_rsu.c head/sys/dev/usb/wlan/if_urtwn.c Modified: head/sys/dev/usb/wlan/if_rsu.c

svn commit: r260466 - in head/sys/amd64: include vmm vmm/amd vmm/intel vmm/io

2014-01-08 Thread Neel Natu
Author: neel Date: Thu Jan 9 03:25:54 2014 New Revision: 260466 URL: http://svnweb.freebsd.org/changeset/base/260466 Log: Don't expose 'vmm_ipinum' as a global. Modified: head/sys/amd64/include/vmm.h head/sys/amd64/vmm/amd/amdv.c head/sys/amd64/vmm/intel/ept.c

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

2014-01-08 Thread Peter Grehan
Author: grehan Date: Thu Jan 9 07:17:21 2014 New Revision: 260469 URL: http://svnweb.freebsd.org/changeset/base/260469 Log: Fix issue with the virtio descriptor region being truncated if it was above 4GB. This was seen with CentOS 6.5 guests with large RAM, since the block drivers are