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:

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

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

2013-10-10 Thread Hiroki Sato
/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/jail script has been updated

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:

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

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: 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.

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 b...@freebsd.org 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

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:

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:

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

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:

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:

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

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:

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

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

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:

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

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:

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