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

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

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

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

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

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:

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

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