svn commit: r272889 - head/sys/net

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Fri Oct 10 06:45:13 2014 New Revision: 272889 URL: https://svnweb.freebsd.org/changeset/base/272889 Log: Virtualize if_epair(4). An if_xname check for both "a" and "b" interfaces is added to return EEXIST when only "b" interface exists---this can happen when epairb is move

svn commit: r272888 - in head: contrib/binutils/bfd contrib/binutils/gas/config contrib/binutils/ld/emulparams sys/boot/powerpc/ofw sys/boot/powerpc/ps3 sys/boot/powerpc/uboot sys/conf

2014-10-09 Thread Baptiste Daroussin
Author: bapt Date: Fri Oct 10 06:24:09 2014 New Revision: 272888 URL: https://svnweb.freebsd.org/changeset/base/272888 Log: Rename elf*-powerpc into elf*-powerpc-freebsd in binutils The powerpc support was the only supported architecture not prepending the elf format name with "-freebsd"

svn commit: r272886 - in head/sys: netinet netinet6

2014-10-09 Thread Bryan Venteicher
Author: bryanv Date: Fri Oct 10 06:08:59 2014 New Revision: 272886 URL: https://svnweb.freebsd.org/changeset/base/272886 Log: Add context pointer and source address to the UDP tunnel callback These are needed for the forthcoming vxlan implementation. The context pointer means we do not ha

svn commit: r272887 - head/share/mk

2014-10-09 Thread Baptiste Daroussin
Author: bapt Date: Fri Oct 10 06:09:47 2014 New Revision: 272887 URL: https://svnweb.freebsd.org/changeset/base/272887 Log: Make sure SIZE is defined early Modified: head/share/mk/sys.mk Modified: head/share/mk/sys.mk ==

Re: svn commit: r272827 - head

2014-10-09 Thread Peter Wemm
On Thursday, October 09, 2014 03:52:01 PM Baptiste Daroussin wrote: > Author: bapt > Date: Thu Oct 9 15:52:01 2014 > New Revision: 272827 > URL: https://svnweb.freebsd.org/changeset/base/272827 > > Log: > Add size(1) to the cross build toolchain > > Modified: > head/Makefile.inc1 > > Modifi

svn commit: r272885 - head/sbin/swapon

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Fri Oct 10 03:20:12 2014 New Revision: 272885 URL: https://svnweb.freebsd.org/changeset/base/272885 Log: Do not add late flag when file= is specified because it has a bad side-effect. The specified file should exist before the fstab line. Reported by: wblock (long time

svn commit: r272884 - head/lib/libc/sys

2014-10-09 Thread Xin LI
Author: delphij Date: Fri Oct 10 03:05:55 2014 New Revision: 272884 URL: https://svnweb.freebsd.org/changeset/base/272884 Log: accept(2) may and can return EAGAIN, document it. MFC after:1 week Modified: head/lib/libc/sys/accept.2 Modified: head/lib/libc/sys/accept.2 ===

svn commit: r272883 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-10-09 Thread Steven Hartland
Author: smh Date: Fri Oct 10 01:01:04 2014 New Revision: 272883 URL: https://svnweb.freebsd.org/changeset/base/272883 Log: MFC r272474: Fix various issues with zvols Sponsored by: Multiplay Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c stable/10/sys

svn commit: r272882 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-10-09 Thread Steven Hartland
Author: smh Date: Fri Oct 10 00:51:23 2014 New Revision: 272882 URL: https://svnweb.freebsd.org/changeset/base/272882 Log: MFC r271589: Added missing ZFS sysctls This also includes small additional direct changes as it still uses the old way of handling tunables. Sponsored by: Mult

svn commit: r272880 - head/sys/ufs/ufs

2014-10-09 Thread Warner Losh
Author: imp Date: Fri Oct 10 00:35:08 2014 New Revision: 272880 URL: https://svnweb.freebsd.org/changeset/base/272880 Log: Restore the backed-out change, using __offsetof instead. Modified: head/sys/ufs/ufs/dir.h Modified: head/sys/ufs/ufs/dir.h ==

svn commit: r272881 - in head/sys: conf sys

2014-10-09 Thread Warner Losh
Author: imp Date: Fri Oct 10 00:35:13 2014 New Revision: 272881 URL: https://svnweb.freebsd.org/changeset/base/272881 Log: For gcc 4.6 and newer, _Static_assert is a keyword, so don't try to redefine it. It does what we want, and is always available unlike other alternatives. Modified: he

Re: svn commit: r272862 - in stable/10/etc: defaults rc.d

2014-10-09 Thread Garrett Cooper
> On Oct 9, 2014, at 16:35, Hiroki Sato wrote: > > Author: hrs > Date: Thu Oct 9 23:35:23 2014 > New Revision: 272862 > URL: https://svnweb.freebsd.org/changeset/base/272862 > > Log: > MFC r270782: > >Restructure rc.d scripts for kerberos5 daemons: > >- Rename $kerberos5_server_enab

svn commit: r272879 - in stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2014-10-09 Thread Steven Hartland
Author: smh Date: Fri Oct 10 00:28:19 2014 New Revision: 272879 URL: https://svnweb.freebsd.org/changeset/base/272879 Log: MFC r271754: Remove unused ZFS ARC functions Sponsored by: Multiplay Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c stable/10/sys/cddl/

svn commit: r272878 - head/contrib/bsnmp/snmp_target

2014-10-09 Thread Shteryana Shopova
Author: syrinx Date: Fri Oct 10 00:26:28 2014 New Revision: 272878 URL: https://svnweb.freebsd.org/changeset/base/272878 Log: Fix a bug in decoding string indexes in snmp_target(3), thus causing bsnmpd(1) to not send v3 notifications properly; while here add two missing return statements whi

svn commit: r272877 - in stable/10: share/man/man9 sys/cddl/compat/opensolaris/kern sys/cddl/compat/opensolaris/sys sys/conf sys/modules/zfs

2014-10-09 Thread Steven Hartland
Author: smh Date: Fri Oct 10 00:26:00 2014 New Revision: 272877 URL: https://svnweb.freebsd.org/changeset/base/272877 Log: MFC r271802: Add dtrace probe support for zfs SET_ERROR(..) MFC r271873: Fix static kernel build with options ZFS MFC r271819: Remove sys/types.h include as

svn commit: r272876 - releng/10.1/sys/conf

2014-10-09 Thread Glen Barber
Author: gjb Date: Fri Oct 10 00:24:45 2014 New Revision: 272876 URL: https://svnweb.freebsd.org/changeset/base/272876 Log: Update releng/10.1 to -RC2 as part of the 10.1-RELEASE cycle. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: releng/10.1/sys/conf/newve

svn commit: r272875 - in stable/10/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-10-09 Thread Steven Hartland
Author: smh Date: Fri Oct 10 00:12:16 2014 New Revision: 272875 URL: https://svnweb.freebsd.org/changeset/base/272875 Log: MFC r270759: Refactor ZFS ARC reclaim logic to be more VM cooperative MFC r270861: Ensure that ZFS ARC free memory checks include cached pages MFC r272483: R

Re: svn commit: r272871 - stable/10/sbin/ping6

2014-10-09 Thread Hiroki Sato
Bryan Drewery wrote in <54371f0b.7060...@freebsd.org>: bd> On 10/9/2014 6:48 PM, Hiroki Sato wrote: bd> > Author: hrs bd> > Date: Thu Oct 9 23:48:20 2014 bd> > New Revision: 272871 bd> > URL: https://svnweb.freebsd.org/changeset/base/272871 bd> > bd> > Log: bd> > MFC r271909: bd> > Rever

svn commit: r272874 - stable/10/etc

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:52:33 2014 New Revision: 272874 URL: https://svnweb.freebsd.org/changeset/base/272874 Log: MFC r272393: Resurrect set_rcvar() as a function to define a rc.conf variable. It defines a variable and its default value in load_rc_config() just after rc.c

svn commit: r272873 - stable/10/sbin/routed

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:50:31 2014 New Revision: 272873 URL: https://svnweb.freebsd.org/changeset/base/272873 Log: MFC r271921: Fix a typo. Modified: stable/10/sbin/routed/routed.8 Directory Properties: stable/10/ (props changed) Modified: stable/10/sbin/routed/routed.8 ==

Re: svn commit: r272871 - stable/10/sbin/ping6

2014-10-09 Thread Bryan Drewery
On 10/9/2014 6:48 PM, Hiroki Sato wrote: > Author: hrs > Date: Thu Oct 9 23:48:20 2014 > New Revision: 272871 > URL: https://svnweb.freebsd.org/changeset/base/272871 > > Log: > MFC r271909: > Revert changes in r269180. It could cause -c N option to enter an > infinite loop if no reply

svn commit: r272872 - stable/10/sbin/routed

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:49:36 2014 New Revision: 272872 URL: https://svnweb.freebsd.org/changeset/base/272872 Log: MFC r271919: Fix a bug which could make routed(8) daemon exit by sending a special RIP query from a remote machine, and disable accepting it by default. This

svn commit: r272871 - stable/10/sbin/ping6

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:48:20 2014 New Revision: 272871 URL: https://svnweb.freebsd.org/changeset/base/272871 Log: MFC r271909: Revert changes in r269180. It could cause -c N option to enter an infinite loop if no reply packet is received. Modified: stable/10/sbin/ping6/ping6

svn commit: r272870 - in stable/10/etc: defaults rc.d

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:47:07 2014 New Revision: 272870 URL: https://svnweb.freebsd.org/changeset/base/272870 Log: MFC r271663: Fix a typo; master server for iprop service should be singular. Modified: stable/10/etc/defaults/rc.conf stable/10/etc/rc.d/ipropd_slave Directory Prop

svn commit: r272869 - stable/10/sys/netinet

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:46:17 2014 New Revision: 272869 URL: https://svnweb.freebsd.org/changeset/base/272869 Log: MFC r271628: Use generic SYSCTL_* macro instead of deprecated SYSCTL_VNET_*. Modified: stable/10/sys/netinet/ip_options.c Directory Properties: stable/10/ (props

svn commit: r272868 - in stable/10: etc sys/netinet

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:45:26 2014 New Revision: 272868 URL: https://svnweb.freebsd.org/changeset/base/272868 Log: MFC r271545, 271610: Make net.inet.ip.sourceroute, net.inet.ip.accept_sourceroute, and net.inet.ip.process_options vnet-aware. Modified: stable/10/etc/rc.subr s

svn commit: r272867 - stable/10/sbin/dump

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:43:13 2014 New Revision: 272867 URL: https://svnweb.freebsd.org/changeset/base/272867 Log: MFC r271411: Fix a bug which could break extended attributes in a dump output. This occurred when a file was >892kB long and had a large data (>1kB) in the ex

svn commit: r272866 - stable/10/usr.bin/vmstat

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:42:22 2014 New Revision: 272866 URL: https://svnweb.freebsd.org/changeset/base/272866 Log: MFC r271410: Fix header output when -P is specified and (ncpus - 1) != maxid. Modified: stable/10/usr.bin/vmstat/vmstat.c Directory Properties: stable/10/ (pro

svn commit: r272865 - stable/10/etc/rc.d

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:41:11 2014 New Revision: 272865 URL: https://svnweb.freebsd.org/changeset/base/272865 Log: MFC r271145: Fix a bug which prevented mount.fstab parameter from being converted when jail_JID_devfs_enable=NO. Modified: stable/10/etc/rc.d/jail Directory Pr

svn commit: r272864 - stable/10/etc/rc.d

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:40:08 2014 New Revision: 272864 URL: https://svnweb.freebsd.org/changeset/base/272864 Log: MFC r270836: Use ipv6_prefer when at least one ifconfig_IF_ipv6 is configured. Modified: stable/10/etc/rc.d/ip6addrctl Directory Properties: stable/10/ (props

svn commit: r272863 - stable/10/etc/rc.d

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:39:17 2014 New Revision: 272863 URL: https://svnweb.freebsd.org/changeset/base/272863 Log: MFC r270783: Return false status only when adding a route is failed. It could erroneously return false due to an afexists() check loop in routing_start(). Modif

svn commit: r272862 - in stable/10/etc: defaults rc.d

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:35:23 2014 New Revision: 272862 URL: https://svnweb.freebsd.org/changeset/base/272862 Log: MFC r270782: Restructure rc.d scripts for kerberos5 daemons: - Rename $kerberos5_server_enable with $kdc_enable and rename rc.d/kerberos with rc.d/kdc.

svn commit: r272861 - in stable/10/etc: defaults rc.d

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:33:33 2014 New Revision: 272861 URL: https://svnweb.freebsd.org/changeset/base/272861 Log: MFC r270780: Fix rc.d/gssd script to define the default values in a standard way. MFC r270781: - Add a warning message when an IPv6 address is specified with no

svn commit: r272860 - stable/10/usr.sbin/route6d

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:30:51 2014 New Revision: 272860 URL: https://svnweb.freebsd.org/changeset/base/272860 Log: MFC r270234: Recover sin6_scope_id of gateway addresses in riprecv() by using the if_index where a RIP packet was received. This fixes a bug which prevented gat

svn commit: r272859 - in stable/10/sys: netinet netinet6

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:29:44 2014 New Revision: 272859 URL: https://svnweb.freebsd.org/changeset/base/272859 Log: MFC r269054: Fix EtherIP. TOS field must be initialized when the inner protocol is PF_LINK, and multicast/broadcast flag should always be dropped because the

svn commit: r272858 - stable/10/etc

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:28:04 2014 New Revision: 272858 URL: https://svnweb.freebsd.org/changeset/base/272858 Log: MFC r266267, r267636: Fix an issue in range specification handling when a "-foo" is specified in ifconfig_IF_aliasN. Modified: stable/10/etc/network.subr Direc

svn commit: r272857 - stable/10/sys/netinet6

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:25:57 2014 New Revision: 272857 URL: https://svnweb.freebsd.org/changeset/base/272857 Log: MFC r266248: Cancel DAD for an ifa when the ifp has ND6_IFF_IFDISABLED as early as possible and do not clear IN6_IFF_TENTATIVE. If IFDISABLED was accidentally

svn commit: r272856 - stable/10/etc

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:24:23 2014 New Revision: 272856 URL: https://svnweb.freebsd.org/changeset/base/272856 Log: MFC r265225: Move configuration of IPv6 NDP flags to a point before handling ifconfig_IF. This fixes a race that a non-IPv4 interface can get an EUI64 LLA even if

svn commit: r272855 - stable/10/usr.bin/netstat

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:23:12 2014 New Revision: 272855 URL: https://svnweb.freebsd.org/changeset/base/272855 Log: MFC r266177: - Do not override sin6_scope_id in LLA when it is already set to non-zero. This fixes destination list in output of netstat -r. - Plug a memory

svn commit: r272854 - stable/10/sbin/mdconfig

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:17:18 2014 New Revision: 272854 URL: https://svnweb.freebsd.org/changeset/base/272854 Log: MFC r257036: Return 0 if: 1. "-u N" specified, no -f, and mdN found, 2. no -u, "-f /pathname" specified, and mdN associated with /pathname found,

svn commit: r272853 - stable/10/sbin/route

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:15:26 2014 New Revision: 272853 URL: https://svnweb.freebsd.org/changeset/base/272853 Log: MFC r256715: Use long explicitly for the time difference. Modified: stable/10/sbin/route/route.c Directory Properties: stable/10/ (props changed) Modified: stabl

svn commit: r272852 - stable/10/sbin/route

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:14:02 2014 New Revision: 272852 URL: https://svnweb.freebsd.org/changeset/base/272852 Log: MFC r256695: - Add relative specification in expiration time. - Add proto3 option for RTF_PROTO3. - Use %lu for members of struct rt_metrics. Modified: stable

svn commit: r272851 - vendor/illumos/dist/man/man4

2014-10-09 Thread Mark Johnston
Author: markj Date: Thu Oct 9 23:11:36 2014 New Revision: 272851 URL: https://svnweb.freebsd.org/changeset/base/272851 Log: 5202 want ctf(4) Reviewed by: Keith M Wesolowski Reviewed by: Jerry Jelinek Reviewed by: Garrett D'Amore Approved by: Dan McDonald Author: Robert Mustacchi

svn commit: r272850 - in stable/10: include/rpcsvc lib/libc/rpc lib/libc/xdr usr.sbin/ypbind

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 23:05:32 2014 New Revision: 272850 URL: https://svnweb.freebsd.org/changeset/base/272850 Log: MFC r258580: Replace Sun RPC license in TI-RPC library with a 3-clause BSD license, with the explicit permission of Sun Microsystems in 2009. MFC r258581, 25858

svn commit: r272849 - in head: . gnu/usr.bin tools/build/mk

2014-10-09 Thread Ed Maste
THAT FreeBSD 11 disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20141009: + gperf has been removed from the base system for architectures + that use clang. Ports that require gper

svn commit: r272848 - head/lib/libc/gen

2014-10-09 Thread Ed Maste
Author: emaste Date: Thu Oct 9 22:58:33 2014 New Revision: 272848 URL: https://svnweb.freebsd.org/changeset/base/272848 Log: Update dl_iterate_phdr(3) to follow r272842 Relnotes: yes Sponsored by: The FreeBSD Foundation Modified: head/lib/libc/gen/dl_iterate_phdr.3 Modified: head

svn commit: r272847 - stable/10/sys/netinet6

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 22:56:38 2014 New Revision: 272847 URL: https://svnweb.freebsd.org/changeset/base/272847 Log: MFC r266857: - Add rwlock to struct dadq. A panic could occur when a large number of addresses performed DAD at the same time. Modified: stable/10/sys/netin

svn commit: r272846 - stable/10/usr.bin/netstat

2014-10-09 Thread Hiroki Sato
Author: hrs Date: Thu Oct 9 22:54:51 2014 New Revision: 272846 URL: https://svnweb.freebsd.org/changeset/base/272846 Log: MFC r266494: - Fix a bug which can make sysctl() fail when -F is specified. - Increase WID_IF_DEFAULT() from 6 to 8 (the default for AF_INET6) because we ha

svn commit: r272845 - in head/lib/msun: ld128 ld80 src

2014-10-09 Thread Steve Kargl
Author: kargl Date: Thu Oct 9 22:39:52 2014 New Revision: 272845 URL: https://svnweb.freebsd.org/changeset/base/272845 Log: The value small=2**-(p+3), where p is the precision, can be determine from lgamma(x) = -log(x) - log(1+x) + x*(1-g) + x**2*P(x) with g = 0.57... being the Euler consta

svn commit: r272844 - in head/sys: netinet netinet6

2014-10-09 Thread Bryan Venteicher
Author: bryanv Date: Thu Oct 9 22:36:21 2014 New Revision: 272844 URL: https://svnweb.freebsd.org/changeset/base/272844 Log: Add missing UDP multicast receive dtrace probes Phabricator: https://reviews.freebsd.org/D924 Reviewed by: rpaulo markj MFC after:1 month Modified: head

Re: svn commit: r272800 - head/sys/x86/acpica

2014-10-09 Thread John Baldwin
On Thursday, October 09, 2014 2:23:10 pm Konstantin Belousov wrote: > On Thu, Oct 09, 2014 at 05:34:29AM +, Adrian Chadd wrote: > > Author: adrian > > Date: Thu Oct 9 05:34:28 2014 > > New Revision: 272800 > > URL: https://svnweb.freebsd.org/changeset/base/272800 > > > > Log: > > Missing fr

svn commit: r272843 - head/lib/libnv

2014-10-09 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Oct 9 20:55:05 2014 New Revision: 272843 URL: https://svnweb.freebsd.org/changeset/base/272843 Log: Fix problem on big endian systems introduced in r271579 - when we were returning from handling a nested nvlist we were resetting big-endian flag. Reported by: Kulesh

Re: svn commit: r272840 - in head: sbin/ipfw sys/conf sys/modules/ipfw sys/netgraph sys/netinet sys/netpfil/ipfw

2014-10-09 Thread Alexander V. Chernikov
On 09 Oct 2014, at 23:43, Garrett Cooper wrote: > >> On Oct 9, 2014, at 12:32, "Alexander V. Chernikov" >> wrote: >> >> Author: melifaro >> Date: Thu Oct 9 19:32:35 2014 >> New Revision: 272840 >> URL: https://svnweb.freebsd.org/changeset/base/272840 > > ... > >> MFC after:1 month > >

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

2014-10-09 Thread Ed Maste
Author: emaste Date: Thu Oct 9 20:39:18 2014 New Revision: 272842 URL: https://svnweb.freebsd.org/changeset/base/272842 Log: Always return pathname in dl_iterate_phdr's dlpi_name, as Linux does Linux LD_ITERATE_PHDR(3): The dlpi_name field is a null-terminated string giving the

svn commit: r272841 - head/sys/netinet

2014-10-09 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 9 20:08:12 2014 New Revision: 272841 URL: https://svnweb.freebsd.org/changeset/base/272841 Log: Ensure that the flags field of sctp_tmit_chunks is initialized. Thanks to Peter Bostroem from Google for reporting the issue. MFC after: 3 days Modified: head/s

Re: svn commit: r272840 - in head: sbin/ipfw sys/conf sys/modules/ipfw sys/netgraph sys/netinet sys/netpfil/ipfw

2014-10-09 Thread Garrett Cooper
> On Oct 9, 2014, at 12:32, "Alexander V. Chernikov" > wrote: > > Author: melifaro > Date: Thu Oct 9 19:32:35 2014 > New Revision: 272840 > URL: https://svnweb.freebsd.org/changeset/base/272840 ... > MFC after:1 month Should this be MFCed? Does it break existing usability? > Sponsore

Re: svn commit: r272800 - head/sys/x86/acpica

2014-10-09 Thread Adrian Chadd
On 9 October 2014 11:23, Konstantin Belousov wrote: > I do not like it. Sorry for not looking at the web thing, I have very > little time. > > It never was an intention that one proximity domain reported by ACPI > was mapped to single VM domain. VM could split domains (in terms of > vm_domains)

Re: svn commit: r272752 - releng/10.1/sys/kern

2014-10-09 Thread Garrett Cooper
> On Oct 9, 2014, at 11:32, Ed Maste wrote: > >> On 9 October 2014 12:43, wrote: >> >> I believe I have observed waxing and waning use of >> these acronyms, and your recent poll shows a current >> waning trend; however I wish more commits would: >> >> a. describe the individual action in the

svn commit: r272840 - in head: sbin/ipfw sys/conf sys/modules/ipfw sys/netgraph sys/netinet sys/netpfil/ipfw

2014-10-09 Thread Alexander V. Chernikov
Author: melifaro Date: Thu Oct 9 19:32:35 2014 New Revision: 272840 URL: https://svnweb.freebsd.org/changeset/base/272840 Log: Merge projects/ipfw to HEAD. Main user-visible changes are related to tables: * Tables are now identified by names, not numbers. There can be up to 65k tab

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

2014-10-09 Thread Neel Natu
Author: neel Date: Thu Oct 9 19:13:33 2014 New Revision: 272839 URL: https://svnweb.freebsd.org/changeset/base/272839 Log: Support Intel-specific MSRs that are accessed when booting up a linux in bhyve: - MSR_PLATFORM_INFO - MSR_TURBO_RATIO_LIMITx - MSR_RAPL_POWER_UNIT Reviewed by:

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

2014-10-09 Thread Neel Natu
Author: neel Date: Thu Oct 9 19:02:32 2014 New Revision: 272838 URL: https://svnweb.freebsd.org/changeset/base/272838 Log: iasl(8) expects integer fields in data tables to be specified as hexadecimal values. Therefore the bit width of the "PM Timer Block" was actually being interpreted as 5

svn commit: r272836 - head/sys/fs/autofs

2014-10-09 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Oct 9 18:49:58 2014 New Revision: 272836 URL: https://svnweb.freebsd.org/changeset/base/272836 Log: Remove remnants of some cleanup; no functional changes. Sponsored by: The FreeBSD Foundation Modified: head/sys/fs/autofs/autofs_vnops.c Modified: head/sys/fs/aut

Re: svn commit: r272752 - releng/10.1/sys/kern

2014-10-09 Thread Ed Maste
On 9 October 2014 12:43, wrote: > I believe I have observed waxing and waning use of > these acronyms, and your recent poll shows a current > waning trend; however I wish more commits would: > > a. describe the individual action in the message rather > than the over-arching, higer-level action >

Re: svn commit: r272800 - head/sys/x86/acpica

2014-10-09 Thread Konstantin Belousov
On Thu, Oct 09, 2014 at 05:34:29AM +, Adrian Chadd wrote: > Author: adrian > Date: Thu Oct 9 05:34:28 2014 > New Revision: 272800 > URL: https://svnweb.freebsd.org/changeset/base/272800 > > Log: > Missing from previous commit - keep the VM domain -> PXM mapping > array and use it to map P

svn commit: r272834 - head/cddl/contrib/opensolaris/cmd/lockstat

2014-10-09 Thread Mark Johnston
Author: markj Date: Thu Oct 9 17:45:58 2014 New Revision: 272834 URL: https://svnweb.freebsd.org/changeset/base/272834 Log: Document the CPU+Pri_Class column rather than CPU+PRI, as the latter isn't used or implemented on FreeBSD. Reported by: kmacy Reviewed by: kmacy, rpaulo MFC a

svn commit: r272833 - head/usr.sbin/pw

2014-10-09 Thread Dag-Erling Smørgrav
Author: des Date: Thu Oct 9 17:39:11 2014 New Revision: 272833 URL: https://svnweb.freebsd.org/changeset/base/272833 Log: Two more places where login_setcryptfmt() defaults to MD5 were missed in r252688. MFC after:3 days Modified: head/usr.sbin/pw/pw_user.c Modified: head/usr.sbi

svn commit: r272832 - head/sys/ufs/ufs

2014-10-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Oct 9 17:26:29 2014 New Revision: 272832 URL: https://svnweb.freebsd.org/changeset/base/272832 Log: Backout r272825 every useland usage of ufs/ufs/dir.h are now broken with that change Modified: head/sys/ufs/ufs/dir.h Modified: head/sys/ufs/ufs/dir.h

svn commit: r272831 - head/sys/sys

2014-10-09 Thread Adrian Chadd
Author: adrian Date: Thu Oct 9 16:48:42 2014 New Revision: 272831 URL: https://svnweb.freebsd.org/changeset/base/272831 Log: Shuffle things. Suggested by: jhb Differential Revision:D906 Sponsored by: Norse Corp Modified: head/sys/sys/bus.h Modified: head/sys/sys/bus.h ==

svn commit: r272830 - head/lib/libcrypt

2014-10-09 Thread Dag-Erling Smørgrav
Author: des Date: Thu Oct 9 16:45:11 2014 New Revision: 272830 URL: https://svnweb.freebsd.org/changeset/base/272830 Log: Change the hardcoded default back from SHA512 to DES. PR: 192277 MFC after:3 days Modified: head/lib/libcrypt/crypt.c Modified: head/lib/libcrypt/cr

RE: svn commit: r272752 - releng/10.1/sys/kern

2014-10-09 Thread dteske
Hi Neel, > -Original Message- > From: Neel Natu [mailto:neeln...@gmail.com] > Sent: Thursday, October 9, 2014 9:01 AM > To: dte...@freebsd.org > Cc: Neel Natu; src-committ...@freebsd.org; svn-src-all@freebsd.org; svn- > src-rel...@freebsd.org > Subject: Re: svn commit: r272752 - releng/10.

svn commit: r272829 - head/sys/conf

2014-10-09 Thread Warner Losh
Author: imp Date: Thu Oct 9 16:39:10 2014 New Revision: 272829 URL: https://svnweb.freebsd.org/changeset/base/272829 Log: When building with a newer GCC, suppress some warnings for the moment. The kernel isn't ready for them without a lot of work. Modified: head/sys/conf/kern.mk Modified:

Re: svn commit: r272752 - releng/10.1/sys/kern

2014-10-09 Thread Neel Natu
Hi Devin, On Thu, Oct 9, 2014 at 1:35 AM, wrote: > > >> -Original Message- >> From: owner-src-committ...@freebsd.org [mailto:owner-src- >> committ...@freebsd.org] On Behalf Of Neel Natu >> Sent: Wednesday, October 8, 2014 10:47 PM >> To: dte...@freebsd.org >> Cc: Neel Natu; src-committ..

svn commit: r272827 - head

2014-10-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Oct 9 15:52:01 2014 New Revision: 272827 URL: https://svnweb.freebsd.org/changeset/base/272827 Log: Add size(1) to the cross build toolchain Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 =

Re: svn commit: r272825 - head/sys/ufs/ufs

2014-10-09 Thread Baptiste Daroussin
On Thu, Oct 09, 2014 at 03:26:23PM +, Baptiste Daroussin wrote: > Author: bapt > Date: Thu Oct 9 15:26:22 2014 > New Revision: 272825 > URL: https://svnweb.freebsd.org/changeset/base/272825 > > Log: > Use offsetof() from sys/types.h instead of a custom one > This fixes build with recent g

svn commit: r272825 - head/sys/ufs/ufs

2014-10-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Oct 9 15:26:22 2014 New Revision: 272825 URL: https://svnweb.freebsd.org/changeset/base/272825 Log: Use offsetof() from sys/types.h instead of a custom one This fixes build with recent gcc versions Modified: head/sys/ufs/ufs/dir.h Modified: head/sys/ufs/ufs/dir.h ==

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

2014-10-09 Thread Marcel Moolenaar
Author: marcel Date: Thu Oct 9 15:19:35 2014 New Revision: 272824 URL: https://svnweb.freebsd.org/changeset/base/272824 Log: Regenerate after r272823: Move the SCTP syscalls to netinet with the rest of the SCTP code. Submitted by: Steve Kiernan Reviewed by: tuexen, rrs Obtained fro

svn commit: r272823 - in head/sys: compat/freebsd32 conf kern netinet sys

2014-10-09 Thread Marcel Moolenaar
Author: marcel Date: Thu Oct 9 15:16:52 2014 New Revision: 272823 URL: https://svnweb.freebsd.org/changeset/base/272823 Log: Move the SCTP syscalls to netinet with the rest of the SCTP code. The syscalls themselves are tightly coupled with the network stack and therefore should not be in t

Re: svn commit: r272822 - head/sys/dev/usb

2014-10-09 Thread roseknr1
*join free social network clickcare * On Thursday, October 9, 2014 8:13:51 PM UTC+5:30, Hans Petter Selasky wrote: > > Author: hselasky > Date: Thu Oct 9 14:43:43 2014 > New Revision: 272822 > URL: https://svnweb.freebsd.org/changeset/base/

svn commit: r272822 - head/sys/dev/usb

2014-10-09 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 9 14:43:43 2014 New Revision: 272822 URL: https://svnweb.freebsd.org/changeset/base/272822 Log: Add sysctl knob to disable port power on a specific USB HUB. You need to reset the USB HUB using "usbconfig -d X.Y reset" or boot having the setting in /boot/loader

svn commit: r272820 - head/etc/devd

2014-10-09 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 9 13:58:19 2014 New Revision: 272820 URL: https://svnweb.freebsd.org/changeset/base/272820 Log: Add example devd configuration file for USB printers. Added: head/etc/devd/ulpt.conf (contents, props changed) Modified: head/etc/devd/Makefile Modified: head/e

svn commit: r272819 - releng/10.1/usr.bin/mkimg

2014-10-09 Thread Marcel Moolenaar
Author: marcel Date: Thu Oct 9 13:36:37 2014 New Revision: 272819 URL: https://svnweb.freebsd.org/changeset/base/272819 Log: MF10 r272773: Add QCOW v1 & v2 support Requested by: gjb@ Approved by: re (marius) Relnotes: yes Added: releng/10.1/usr.bin/mkimg/qcow.c - copied unchang

svn commit: r272816 - head/sys/conf

2014-10-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Oct 9 12:35:17 2014 New Revision: 272816 URL: https://svnweb.freebsd.org/changeset/base/272816 Log: Only catch the line from the compiler output where 'version' is a word This allows to build the kernel with gcc 4.9.1 from ports Modified: head/sys/conf/newvers.sh M

svn commit: r272815 - head

2014-10-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Oct 9 12:20:00 2014 New Revision: 272815 URL: https://svnweb.freebsd.org/changeset/base/272815 Log: Fix typo Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 == --- head/Makefile.inc1

svn commit: r272814 - head

2014-10-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Oct 9 10:47:14 2014 New Revision: 272814 URL: https://svnweb.freebsd.org/changeset/base/272814 Log: Add OBJCOPY to the list of external tools Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r272813 - head

2014-10-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Oct 9 09:46:44 2014 New Revision: 272813 URL: https://svnweb.freebsd.org/changeset/base/272813 Log: Fix build when XCC is defined and X_COMPILER_TYPE is not Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 =

svn commit: r272812 - in head/sys: cam/ctl dev/iscsi

2014-10-09 Thread Alexander Motin
Author: mav Date: Thu Oct 9 09:12:08 2014 New Revision: 272812 URL: https://svnweb.freebsd.org/changeset/base/272812 Log: Make iSCSI connection close somewhat less aggressive. It allows to push out some final data from the send queue to the socket before its close. In particular, it inc

svn commit: r272811 - head

2014-10-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Oct 9 09:04:01 2014 New Revision: 272811 URL: https://svnweb.freebsd.org/changeset/base/272811 Log: Add CROSS_TOOLCHAIN macro select pre seeded external toolchain configuration files The goal is to provide pre seeded toolchain configurations withing the ports tree t

RE: svn commit: r272752 - releng/10.1/sys/kern

2014-10-09 Thread dteske
> -Original Message- > From: owner-src-committ...@freebsd.org [mailto:owner-src- > committ...@freebsd.org] On Behalf Of Neel Natu > Sent: Wednesday, October 8, 2014 10:47 PM > To: dte...@freebsd.org > Cc: Neel Natu; src-committ...@freebsd.org; svn-src-all@freebsd.org; svn- > src-rel...@fr

svn commit: r272810 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2014-10-09 Thread Xin LI
Author: delphij Date: Thu Oct 9 07:52:51 2014 New Revision: 272810 URL: https://svnweb.freebsd.org/changeset/base/272810 Log: MFV r272804: Refactor the code and stop restore_object from creating two transactions. Illumos issue: 3693 restore_object uses at least two transactions

svn commit: r272809 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2014-10-09 Thread Xin LI
Author: delphij Date: Thu Oct 9 07:18:40 2014 New Revision: 272809 URL: https://svnweb.freebsd.org/changeset/base/272809 Log: MFV r272803: Illumos issue: 5175 implement dmu_read_uio_dbuf() to improve cached read performance MFC after:2 weeks Modified: head/sys/cddl/contri