svn commit: r256309 - stable/10/sys/dev/vmware/vmxnet3

2013-10-10 Thread Bryan Venteicher
Author: bryanv Date: Fri Oct 11 06:51:56 2013 New Revision: 256309 URL: http://svnweb.freebsd.org/changeset/base/256309 Log: MFC r256308: Do not provide a hint of the guest's OS version The calculation can overflow if __FreeBSD_version is big enough, and it does not appear to be requ

svn commit: r256308 - head/sys/dev/vmware/vmxnet3

2013-10-10 Thread Bryan Venteicher
Author: bryanv Date: Fri Oct 11 06:48:40 2013 New Revision: 256308 URL: http://svnweb.freebsd.org/changeset/base/256308 Log: Do not provide a hint of the guest's OS version The calculation can overflow if __FreeBSD_version is big enough, and it does not appear to be required. Reporte

svn commit: r256306 - stable/8/sys/compat/freebsd32

2013-10-10 Thread Konstantin Belousov
Author: kib Date: Fri Oct 11 04:50:27 2013 New Revision: 256306 URL: http://svnweb.freebsd.org/changeset/base/256306 Log: MFC r256061: Add padding to match the compat32 struct stat32 definition to the real struct stat on 32bit architectures. Modified: stable/8/sys/compat/freebsd32/freebsd

svn commit: r256305 - stable/9/sys/compat/freebsd32

2013-10-10 Thread Konstantin Belousov
Author: kib Date: Fri Oct 11 04:42:17 2013 New Revision: 256305 URL: http://svnweb.freebsd.org/changeset/base/256305 Log: MFC r256061: Add padding to match the compat32 struct stat32 definition to the real struct stat on 32bit architectures. Modified: stable/9/sys/compat/freebsd32/freebsd

svn commit: r256304 - in head/sys/dev: ata hyperv/stordisengage

2013-10-10 Thread Peter Grehan
Author: grehan Date: Thu Oct 10 22:46:49 2013 New Revision: 256304 URL: http://svnweb.freebsd.org/changeset/base/256304 Log: Allow the legacy CDROM device to be accessed in a FreeBSD guest, while still using enlightened drivers for other block devices. Submitted by: Microsoft hyperv dev t

svn commit: r256303 - stable/10/sys/dev/cxgb/ulp/iw_cxgb

2013-10-10 Thread Navdeep Parhar
Author: np Date: Thu Oct 10 22:44:29 2013 New Revision: 256303 URL: http://svnweb.freebsd.org/changeset/base/256303 Log: MFC r256302: Add dependency on ibcore now that it has been modularized. Approved by: re (gjb) Modified: stable/10/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c Directory Prope

svn commit: r256302 - head/sys/dev/cxgb/ulp/iw_cxgb

2013-10-10 Thread Navdeep Parhar
Author: np Date: Thu Oct 10 22:38:35 2013 New Revision: 256302 URL: http://svnweb.freebsd.org/changeset/base/256302 Log: Add dependency on ibcore now that it has been modularized. Approved by: re (gjb) Modified: head/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c Modified: head/sys/dev/cxgb/ulp/iw

svn commit: r256299 - head/sys/dev/bxe

2013-10-10 Thread Eric Davis
Author: edavis Date: Thu Oct 10 21:10:51 2013 New Revision: 256299 URL: http://svnweb.freebsd.org/changeset/base/256299 Log: Fixed the media type shown via ifconfig. Fixed a panic that occurs when bringing up an interface on 57710/57711 running very old bootcode versions. Fixed how bool is

svn commit: r256298 - in head: . gnu/usr.bin/cc/cc_tools lib/clang

2013-10-10 Thread Dimitry Andric
Author: dim Date: Thu Oct 10 20:47:11 2013 New Revision: 256298 URL: http://svnweb.freebsd.org/changeset/base/256298 Log: Bump OS versions in the toolchain triples to 11.0, and bump the __FreeBSD_cc_version predefined macros in clang and gcc. Approved by: re (gjb) Modified: head/Makef

svn commit: r256297 - stable/10/lib/clang

2013-10-10 Thread Dimitry Andric
Author: dim Date: Thu Oct 10 20:33:18 2013 New Revision: 256297 URL: http://svnweb.freebsd.org/changeset/base/256297 Log: Disable assertions in llvm and clang for the 10.0 release cycle. Approved by: re (gjb) Modified: stable/10/lib/clang/clang.build.mk Modified: stable/10/lib/clang/cl

svn commit: r256294 - head/sys/net80211

2013-10-10 Thread Adrian Chadd
Author: adrian Date: Thu Oct 10 19:56:31 2013 New Revision: 256294 URL: http://svnweb.freebsd.org/changeset/base/256294 Log: Fix the "am I a net80211 vap" check for bpf listeners. I changed it to use if_transmit a while ago but apparently with monitor mode the if_transmit method is overri

svn commit: r256293 - head/sys/boot/i386/btx/btx

2013-10-10 Thread John Baldwin
Author: jhb Date: Thu Oct 10 19:51:38 2013 New Revision: 256293 URL: http://svnweb.freebsd.org/changeset/base/256293 Log: Sanitize the %eflags returned by BIOS routines. Some BIOS routines enter protected mode and may leave protected-mode-specific flags like PSL_NT set when they return to r

svn commit: r256292 - stable/10/sys/arm/versatile

2013-10-10 Thread Dimitry Andric
Author: dim Date: Thu Oct 10 19:48:43 2013 New Revision: 256292 URL: http://svnweb.freebsd.org/changeset/base/256292 Log: MFC r256291: In sys/arm/versatile/versatile_pci.c, add a default handler, to fix a gcc warning about uninitialized use of a variable. Approved by: re (gjb) Modi

svn commit: r256291 - head/sys/arm/versatile

2013-10-10 Thread Dimitry Andric
Author: dim Date: Thu Oct 10 19:40:01 2013 New Revision: 256291 URL: http://svnweb.freebsd.org/changeset/base/256291 Log: In sys/arm/versatile/versatile_pci.c, add a default handler, to fix a gcc warning about uninitialized use of a variable. Approved by: re (gjb) Modified: head/sys/a

svn commit: r256284 - in head: . etc/defaults gnu/usr.bin/groff/tmac sys/conf sys/sys

2013-10-10 Thread Glen Barber
Author: gjb Date: Thu Oct 10 18:05:13 2013 New Revision: 256284 URL: http://svnweb.freebsd.org/changeset/base/256284 Log: Turn it all the way up to 11: - Update FreeBSD version in: - UPDATING - sys/conf/newvers.sh - Add 11.0 FreeBSD version for manual pages - Bump __FreeBS

svn commit: r256283 - in stable/10: . contrib/jemalloc/include/jemalloc etc/defaults sys/amd64/conf sys/i386/conf sys/ia64/conf sys/powerpc/conf sys/sparc64/conf sys/sys

2013-10-10 Thread Glen Barber
x27;abort:false,junk:false' /etc/malloc.conf".) - 20131010: The rc.d/jail script has been updated to support jail(8) configuration file. The "jail__*" rc.conf(5) variables Modified: stable/10/contrib/jemalloc/

svn commit: r256281 - stable/10

2013-10-10 Thread Glen Barber
Author: gjb Date: Thu Oct 10 17:56:30 2013 New Revision: 256281 URL: http://svnweb.freebsd.org/changeset/base/256281 Log: Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Added: stable/10/ - copied

svn commit: r256280 - head/share/misc

2013-10-10 Thread Eric Davis
Author: edavis Date: Thu Oct 10 17:41:41 2013 New Revision: 256280 URL: http://svnweb.freebsd.org/changeset/base/256280 Log: New committer info. Approved by: re@ (gjb) Approved by: davidch (mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src

svn commit: r256279 - head/sys/conf

2013-10-10 Thread Glen Barber
Author: gjb Date: Thu Oct 10 17:39:39 2013 New Revision: 256279 URL: http://svnweb.freebsd.org/changeset/base/256279 Log: Update head/ to ALPHA6 in preparation of branching to stable/10. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/sys/conf/newvers.sh

svn commit: r256276 - in head/sys/dev/hyperv: storvsc vmbus

2013-10-10 Thread Dimitry Andric
Author: dim Date: Thu Oct 10 16:25:53 2013 New Revision: 256276 URL: http://svnweb.freebsd.org/changeset/base/256276 Log: In sys/dev/hyperv, fix a number of gcc warnings about usage of anonymous union members in strict C99, by giving them names. While here, add some FreeBSD keywords where t

svn commit: r256275 - head/sys/vm

2013-10-10 Thread Alan Cox
Author: alc Date: Thu Oct 10 16:11:45 2013 New Revision: 256275 URL: http://svnweb.freebsd.org/changeset/base/256275 Log: Tidy up the output of "sysctl vm.phys_free". Approved by: re (glebius) Sponsored by: EMC / Isilon Storage Division Modified: head/sys/vm/vm_phys.c Modified: head/

svn commit: r256274 - head/sys/kern

2013-10-10 Thread John Baldwin
Author: jhb Date: Thu Oct 10 16:11:34 2013 New Revision: 256274 URL: http://svnweb.freebsd.org/changeset/base/256274 Log: Ignore attempts to set the nmbcluster sysctls to their current value rather than failing with an error. Reviewed by: andre Approved by: re (delphij) MFC after:

Re: svn commit: r231505 - in head: lib/libc/gen sys/net sys/sys

2013-10-10 Thread Sergey Kandaurov
On 11 February 2012 10:02, Bjoern A. Zeeb wrote: > Author: bz > Date: Sat Feb 11 06:02:16 2012 > New Revision: 231505 > URL: http://svn.freebsd.org/changeset/base/231505 > > Log: > Introduce a new NET_RT_IFLISTL API to query the address list. It works > on extended and extensible structs if_m

svn commit: r256272 - stable/9/sys/dev/pci

2013-10-10 Thread John Baldwin
Author: jhb Date: Thu Oct 10 14:34:01 2013 New Revision: 256272 URL: http://svnweb.freebsd.org/changeset/base/256272 Log: MFC 253450: Properly handle I/O windows in bridges with the ISA enable bit set. These beasts still exist unfortunately. More details can be found in other references,

svn commit: r256271 - svnadmin/conf

2013-10-10 Thread Glen Barber
Author: gjb Date: Thu Oct 10 14:21:27 2013 New Revision: 256271 URL: http://svnweb.freebsd.org/changeset/base/256271 Log: I'm quite sure by this point that we are not reverting to CVS. Noticed by: flo Approved by: re (implicit) Modified: svnadmin/conf/paths Modified: svnadmin/conf/

svn commit: r256270 - svnadmin/conf

2013-10-10 Thread Glen Barber
Author: gjb Date: Thu Oct 10 14:15:30 2013 New Revision: 256270 URL: http://svnweb.freebsd.org/changeset/base/256270 Log: Prepare for stable/10 branch creation: - approvers: - Require re@ approval for commits to stable/10 - Add sys/dev/random and sys/libkern/arc4random.c paths

svn commit: r256269 - head/sys/ofed/drivers/infiniband/hw/mlx4

2013-10-10 Thread Alfred Perlstein
Author: alfred Date: Thu Oct 10 14:03:03 2013 New Revision: 256269 URL: http://svnweb.freebsd.org/changeset/base/256269 Log: Fix for When more than one NIC is present. The device name was incorrect due to a specific function we ported from the Linux driver that is not FBSD compatible. Th

svn commit: r256268 - stable/8/sys/boot/powerpc/boot1.chrp

2013-10-10 Thread Bryan Drewery
Author: bdrewery (ports committer) Date: Thu Oct 10 12:47:34 2013 New Revision: 256268 URL: http://svnweb.freebsd.org/changeset/base/256268 Log: MFC r255944 (partial): Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knob WITH[OUT]_SSP to avoid hitting an error

svn commit: r256267 - stable/9/usr.bin/fetch

2013-10-10 Thread Gleb Smirnoff
Author: glebius Date: Thu Oct 10 12:47:33 2013 New Revision: 256267 URL: http://svnweb.freebsd.org/changeset/base/256267 Log: Merge r253680,253805 from head: -- r253680 | des | 2013-07-26 19:53:43 +0400 (Fri, 26 Jul 2013

svn commit: r256266 - in stable/9/sys/boot: i386/efi powerpc/boot1.chrp userboot/libstand userboot/test userboot/userboot

2013-10-10 Thread Bryan Drewery
Author: bdrewery (ports committer) Date: Thu Oct 10 12:46:26 2013 New Revision: 256266 URL: http://svnweb.freebsd.org/changeset/base/256266 Log: MFC r255944: Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knob WITH[OUT]_SSP to avoid hitting an error if user ha

svn commit: r256264 - stable/9/etc/rc.d

2013-10-10 Thread Glen Barber
Author: gjb Date: Thu Oct 10 11:56:43 2013 New Revision: 256264 URL: http://svnweb.freebsd.org/changeset/base/256264 Log: Fix mismerge introduced in r256230, adding auditdistd back to etc/rc.d/Makefile. Submitted by: Herbert J. Skuhra Pointyhat to: gjb Modified: stable/9/etc/rc.d/Mak

svn commit: r256261 - head/sbin/iscontrol

2013-10-10 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Oct 10 11:28:20 2013 New Revision: 256261 URL: http://svnweb.freebsd.org/changeset/base/256261 Log: Remove unimplemented options from iscsi.conf(5) manual page, mention that it's being used by both initiators, and change the title to make it more easily searchable.

svn commit: r256259 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-10-10 Thread Andriy Gapon
Author: avg Date: Thu Oct 10 09:53:46 2013 New Revision: 256259 URL: http://svnweb.freebsd.org/changeset/base/256259 Log: MFV r255257: 4082 zfs receive gets EFBIG from dmu_tx_hold_free() illumos change 14172:be36a38bac3d: illumos ZFS issues: 4082 zfs receive gets EFBIG from dmu_

svn commit: r256258 - head/sys/netinet6

2013-10-10 Thread Hiroki Sato
Author: hrs Date: Thu Oct 10 09:43:15 2013 New Revision: 256258 URL: http://svnweb.freebsd.org/changeset/base/256258 Log: Do not try to detach if the interface does not support IPv6. Tested by:hselasky PR: usb/182820 Approved by: re (glebius) Modified: head/sys/netinet

svn commit: r256257 - stable/9/lib/libfetch

2013-10-10 Thread Gleb Smirnoff
Author: glebius Date: Thu Oct 10 09:42:41 2013 New Revision: 256257 URL: http://svnweb.freebsd.org/changeset/base/256257 Log: Merge from head r253514,r253680,r253805,r254650: - r253514 | des | 2013-07-21 10:59:56 +0400 (

svn commit: r256256 - in head: . etc etc/defaults etc/rc.d share/man/man5 usr.sbin/jail

2013-10-10 Thread Hiroki Sato
d/UPDATING Thu Oct 10 09:32:27 2013(r256256) @@ -31,6 +31,25 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10 disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20131010: + The rc.d/j

svn commit: r256255 - in head/etc: . rc.d

2013-10-10 Thread Hiroki Sato
Author: hrs Date: Thu Oct 10 07:41:11 2013 New Revision: 256255 URL: http://svnweb.freebsd.org/changeset/base/256255 Log: Add support for "vnet jname" argument in ifconfig_IF. The vnet keyword is ignored except for "rc.d/netif vnet{up,down} ifn" because a jail is usually created after inter

svn commit: r256253 - head/sys/contrib/ipfilter/netinet

2013-10-10 Thread Dimitry Andric
Author: dim Date: Thu Oct 10 07:23:11 2013 New Revision: 256253 URL: http://svnweb.freebsd.org/changeset/base/256253 Log: Initialize a variable in sys/contrib/ipfilter/netinet/ip_tftp_pxy.c, to silence a gcc warning. Approved by: re (rodrigc) X-MFC-With: r255332 Modified: head/sys