svn commit: r270836 - head/etc/rc.d

2014-08-30 Thread Hiroki Sato
Author: hrs Date: Sat Aug 30 07:08:10 2014 New Revision: 270836 URL: http://svnweb.freebsd.org/changeset/base/270836 Log: Use ipv6_prefer when at least one ifconfig_IF_ipv6 is configured. Discussed on: -net@ Modified: head/etc/rc.d/ip6addrctl Modified: head/etc/rc.d/ip6addrctl

svn commit: r270837 - in stable/10/lib/libc: . md

2014-08-30 Thread Hajimu UMEMOTO
Author: ume Date: Sat Aug 30 09:55:38 2014 New Revision: 270837 URL: http://svnweb.freebsd.org/changeset/base/270837 Log: MFC r269865: Bring the md5 functions into libc for internal use only. It is required to support ID randomization for our stub resolver. Added:

svn commit: r270838 - in stable/10: include include/arpa lib/libc/include lib/libc/include/isc lib/libc/inet lib/libc/isc lib/libc/nameser lib/libc/resolv

2014-08-30 Thread Hajimu UMEMOTO
Author: ume Date: Sat Aug 30 10:16:25 2014 New Revision: 270838 URL: http://svnweb.freebsd.org/changeset/base/270838 Log: MFC r269867: Update our stub resolver to final version of libbind (libbind-6.0). Obtained from: ISC Modified: stable/10/include/arpa/inet.h

svn commit: r270839 - stable/10/lib/libc/nameser

2014-08-30 Thread Hajimu UMEMOTO
Author: ume Date: Sat Aug 30 10:25:41 2014 New Revision: 270839 URL: http://svnweb.freebsd.org/changeset/base/270839 Log: MFC r269873: Fix broken pointer overflow check ns_name_unpack() Many compilers may optimize away the overflow check `msg + l msg', where `msg' is a pointer and `l'

svn commit: r270840 - stable/10/lib/libc/nameser

2014-08-30 Thread Hajimu UMEMOTO
Author: ume Date: Sat Aug 30 10:29:47 2014 New Revision: 270840 URL: http://svnweb.freebsd.org/changeset/base/270840 Log: MFC r270215: Add missing break. Modified: stable/10/lib/libc/nameser/ns_print.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r270841 - stable/9/sys/fs/nfsserver

2014-08-30 Thread Rick Macklem
Author: rmacklem Date: Sat Aug 30 13:28:10 2014 New Revision: 270841 URL: http://svnweb.freebsd.org/changeset/base/270841 Log: MFC: r269771 Change the NFS server's printf related to hitting the DRC cache's flood level so that it suggests increasing vfs.nfsd.tcphighwater. Modified:

svn commit: r270842 - in head: share/man/man4 sys/conf

2014-08-30 Thread Christian Brueffer
Author: brueffer Date: Sat Aug 30 13:47:05 2014 New Revision: 270842 URL: http://svnweb.freebsd.org/changeset/base/270842 Log: Allow the iwn(4) fw 100 to be compiled into the kernel and update the relevant manpages. Modified: head/share/man/man4/iwn.4 head/share/man/man4/iwnfw.4

svn commit: r270843 - stable/10/sys/dev/usb/wlan

2014-08-30 Thread Kevin Lo
Author: kevlo Date: Sat Aug 30 14:24:20 2014 New Revision: 270843 URL: http://svnweb.freebsd.org/changeset/base/270843 Log: MFC r270643: Fix typo: s/mac_rev/mac_ver/ Submitted by: Stefan Sperling stsp at openbsd dot org Modified: stable/10/sys/dev/usb/wlan/if_run.c Directory

svn commit: r270844 - in head/sys: amd64/amd64 i386/i386

2014-08-30 Thread Pedro F. Giffuni
Author: pfg Date: Sat Aug 30 15:41:07 2014 New Revision: 270844 URL: http://svnweb.freebsd.org/changeset/base/270844 Log: Minor space/tab cleanups. Most of them were ripped from the GSoC 2104 SMAP + kpatch project. This is only a cosmetic change. Taken from: Oliver Pinter (op@)

svn commit: r270845 - head/lib/msun/src

2014-08-30 Thread Steve Kargl
Author: kargl Date: Sat Aug 30 17:14:47 2014 New Revision: 270845 URL: http://svnweb.freebsd.org/changeset/base/270845 Log: Make tiny volatile to prevent the compiler(s) from constant folding expressions of the form 1 - tiny, which are used to raise FE_INEXACT. Modified:

svn commit: r270848 - in stable/9/lib/libc: . md

2014-08-30 Thread Hajimu UMEMOTO
Author: ume Date: Sat Aug 30 17:32:30 2014 New Revision: 270848 URL: http://svnweb.freebsd.org/changeset/base/270848 Log: MFC r269865: Bring the md5 functions into libc for internal use only. It is required to support ID randomization for our stub resolver. Added: stable/9/lib/libc/md/

svn commit: r270847 - head/lib/msun/src

2014-08-30 Thread Steve Kargl
Author: kargl Date: Sat Aug 30 17:31:53 2014 New Revision: 270847 URL: http://svnweb.freebsd.org/changeset/base/270847 Log: Fix the order of const volatile to be consistent with the rest of msun. Modified: head/lib/msun/src/s_tanh.c head/lib/msun/src/s_tanhf.c Modified:

Re: svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-08-30 Thread Peter Wemm
On Saturday 30 August 2014 02:03:42 Steven Hartland wrote: - Original Message - From: Peter Wemm pe...@wemm.org On Friday 29 August 2014 21:42:15 Steven Hartland wrote: If this function returns non-zerp, ARC is given back: static int arc_reclaim_needed(void) {

svn commit: r270849 - stable/9/lib/libc

2014-08-30 Thread Hajimu UMEMOTO
Author: ume Date: Sat Aug 30 17:39:28 2014 New Revision: 270849 URL: http://svnweb.freebsd.org/changeset/base/270849 Log: MFC r264070 (partially), r264082: Add 11.x symbol version namespace for stub resolver update. Modified: stable/9/lib/libc/Versions.def Directory Properties:

svn commit: r270850 - in head/sys: i386/i386 i386/include i386/isa x86/acpica

2014-08-30 Thread John Baldwin
Author: jhb Date: Sat Aug 30 17:48:38 2014 New Revision: 270850 URL: http://svnweb.freebsd.org/changeset/base/270850 Log: Save and restore FPU state across suspend and resume. In earlier revisions of this patch, resumectx() called npxresume() directly, but that doesn't work because

svn commit: r270851 - in stable/9: include include/arpa lib/libc/include lib/libc/include/isc lib/libc/inet lib/libc/isc lib/libc/nameser lib/libc/resolv

2014-08-30 Thread Hajimu UMEMOTO
Author: ume Date: Sat Aug 30 17:56:58 2014 New Revision: 270851 URL: http://svnweb.freebsd.org/changeset/base/270851 Log: MFC r269867: Update our stub resolver to final version of libbind (libbind-6.0). Obtained from:ISC Modified: stable/9/include/arpa/inet.h

Re: svn commit: r270829 - head/sys/kern

2014-08-30 Thread John Baldwin
On Friday, August 29, 2014 09:50:32 PM Andreas Tobler wrote: Author: andreast Date: Fri Aug 29 21:50:32 2014 New Revision: 270829 URL: http://svnweb.freebsd.org/changeset/base/270829 Log: Rename shm_dict_init to shm_init to fix a compiler warning. Reviewed by:jhb Thanks!

Re: svn commit: r270850 - in head/sys: i386/i386 i386/include i386/isa x86/acpica

2014-08-30 Thread John Baldwin
On Saturday, August 30, 2014 05:48:38 PM John Baldwin wrote: Author: jhb Date: Sat Aug 30 17:48:38 2014 New Revision: 270850 URL: http://svnweb.freebsd.org/changeset/base/270850 Log: Save and restore FPU state across suspend and resume. In earlier revisions of this patch, resumectx()

svn commit: r270852 - stable/9/lib/libc/nameser

2014-08-30 Thread Hajimu UMEMOTO
Author: ume Date: Sat Aug 30 18:00:13 2014 New Revision: 270852 URL: http://svnweb.freebsd.org/changeset/base/270852 Log: MFC r269873: Fix broken pointer overflow check ns_name_unpack() Many compilers may optimize away the overflow check `msg + l msg', where `msg' is a pointer and `l'

svn commit: r270853 - stable/9/lib/libc/nameser

2014-08-30 Thread Hajimu UMEMOTO
Author: ume Date: Sat Aug 30 18:01:36 2014 New Revision: 270853 URL: http://svnweb.freebsd.org/changeset/base/270853 Log: MFC r270215: Add missing break. Modified: stable/9/lib/libc/nameser/ns_print.c Directory Properties: stable/9/lib/libc/ (props changed) Modified:

svn commit: r270854 - head/sys/dev/bktr

2014-08-30 Thread Gavin Atkinson
Author: gavin Date: Sat Aug 30 18:01:45 2014 New Revision: 270854 URL: http://svnweb.freebsd.org/changeset/base/270854 Log: Replace cvsweb link wihg svnweb URL in bktr(4) release notes. Modified: head/sys/dev/bktr/CHANGELOG.TXT Modified: head/sys/dev/bktr/CHANGELOG.TXT

Re: svn commit: r270850 - in head/sys: i386/i386 i386/include i386/isa x86/acpica

2014-08-30 Thread Alexey Dokuchaev
On Sat, Aug 30, 2014 at 01:58:20PM -0400, John Baldwin wrote: On Saturday, August 30, 2014 05:48:38 PM John Baldwin wrote: New Revision: 270850 URL: http://svnweb.freebsd.org/changeset/base/270850 Log: Save and restore FPU state across suspend and resume. In earlier revisions of

Re: svn commit: r270745 - in head: bin/ps sys/compat/freebsd32 sys/kern sys/sys

2014-08-30 Thread Adrian Chadd
On 29 August 2014 20:11, Mateusz Guzik mjgu...@gmail.com wrote: On Fri, Aug 29, 2014 at 07:50:28PM -0500, Larry Rosenman wrote: On Fri, Aug 29, 2014 at 05:07:51PM -0700, Adrian Chadd wrote: Hi! So I'm now getting panics in the process coredump path on -HEAD. The proctree lock isn't held.

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

2014-08-30 Thread Neel Natu
Author: neel Date: Sat Aug 30 18:35:16 2014 New Revision: 270855 URL: http://svnweb.freebsd.org/changeset/base/270855 Log: Set the 'inst_length' to '0' early on before any error conditions are detected in the emulation of the task switch. If any exceptions are triggered then the guest %rip

Re: svn commit: r270850 - in head/sys: i386/i386 i386/include i386/isa x86/acpica

2014-08-30 Thread Adrian Chadd
On 30 August 2014 10:58, John Baldwin j...@freebsd.org wrote: On Saturday, August 30, 2014 05:48:38 PM John Baldwin wrote: Author: jhb Date: Sat Aug 30 17:48:38 2014 New Revision: 270850 URL: http://svnweb.freebsd.org/changeset/base/270850 Log: Save and restore FPU state across suspend

Re: svn commit: r270803 - head/libexec/rtld-elf

2014-08-30 Thread Konstantin Belousov
On Fri, Aug 29, 2014 at 02:45:55PM -0500, Bryan Drewery wrote: My only uses so far have been observing which file is loaded for a library with dlopen(3) and where symbols are resolved from. Seeing where symbols are resolved from is useful for both dlopen(3)/dlsym(3) usage and LD_PRELOAD. Ok.

Re: svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-08-30 Thread Steven Hartland
- Original Message - From: Peter Wemm pe...@wemm.org snip... I'm aware of the values involved, and as I said what you're proposing was more akin to where I started, but I was informed that it had already been tested and didn't work well. And Karl also said that his tests are on

svn commit: r270856 - in head/sys: dev/ae dev/age dev/alc dev/ale dev/altera/atse dev/bfe dev/cas dev/dc dev/e1000 dev/ffec dev/firewire dev/gem dev/gxemul/ether dev/hme dev/hyperv/netvsc dev/ixgb ...

2014-08-30 Thread Gleb Smirnoff
Author: glebius Date: Sat Aug 30 19:55:54 2014 New Revision: 270856 URL: http://svnweb.freebsd.org/changeset/base/270856 Log: Use define from if_var.h to access a field inside struct if_data, that resides in struct ifnet. Sponsored by: Nginx, Inc. Modified: head/sys/dev/ae/if_ae.c

Re: svn commit: r270850 - in head/sys: i386/i386 i386/include i386/isa x86/acpica

2014-08-30 Thread Konstantin Belousov
On Sat, Aug 30, 2014 at 05:48:38PM +, John Baldwin wrote: Author: jhb Date: Sat Aug 30 17:48:38 2014 New Revision: 270850 URL: http://svnweb.freebsd.org/changeset/base/270850 Log: Save and restore FPU state across suspend and resume. In earlier revisions of this patch,

svn commit: r270857 - head/sys/amd64/vmm

2014-08-30 Thread Neel Natu
Author: neel Date: Sat Aug 30 19:59:42 2014 New Revision: 270857 URL: http://svnweb.freebsd.org/changeset/base/270857 Log: The SUB instruction used in getcc() actually does 'x -= y' so use the proper constraint for 'x'. The +r constraint indicates that 'x' is an input and output register

svn commit: r270858 - head/sys/arm/conf

2014-08-30 Thread Michael Tuexen
Author: tuexen Date: Sat Aug 30 20:00:18 2014 New Revision: 270858 URL: http://svnweb.freebsd.org/changeset/base/270858 Log: Remove FDT option, since it is in every file, which includes this one. Modified: head/sys/arm/conf/IMX6 Modified: head/sys/arm/conf/IMX6

svn commit: r270859 - head/sys/arm/conf

2014-08-30 Thread Michael Tuexen
Author: tuexen Date: Sat Aug 30 20:18:47 2014 New Revision: 270859 URL: http://svnweb.freebsd.org/changeset/base/270859 Log: Enable SCTP support. It runs perfectly fine on a Wandboard quad. MFC after: 3 days Modified: head/sys/arm/conf/IMX6 Modified: head/sys/arm/conf/IMX6

svn commit: r270860 - stable/9/usr.sbin/nfsd

2014-08-30 Thread Rick Macklem
Author: rmacklem Date: Sat Aug 30 20:26:30 2014 New Revision: 270860 URL: http://svnweb.freebsd.org/changeset/base/270860 Log: MFC: r269788 Document the use of the vfs.nfsd sysctls that control the size of the NFS server's DRC for TCP. This is a content change. Modified:

svn commit: r270861 - in head/sys/cddl: compat/opensolaris/kern compat/opensolaris/sys contrib/opensolaris/uts/common/fs/zfs

2014-08-30 Thread Steven Hartland
Author: smh Date: Sat Aug 30 21:44:32 2014 New Revision: 270861 URL: http://svnweb.freebsd.org/changeset/base/270861 Log: Ensure that ZFS ARC free memory checks include cached pages Also restore kmem_used() check for i386 as it has KVA limits that the raw page counts above don't consider

svn commit: r270862 - head/sys/arm/arm

2014-08-30 Thread Ian Lepore
Author: ian Date: Sat Aug 30 22:21:57 2014 New Revision: 270862 URL: http://svnweb.freebsd.org/changeset/base/270862 Log: Fix the handling of MMU type in the AP entry code. The ARM_MMU_V6/V7 symbols are always #defined to 0 or 1, so use #if SYM not #if defined(SYM). Also, it helps if you

svn commit: r270863 - head/sys/tools/fdt

2014-08-30 Thread Ian Lepore
Author: ian Date: Sat Aug 30 22:39:15 2014 New Revision: 270863 URL: http://svnweb.freebsd.org/changeset/base/270863 Log: Allow the make_dtb script to work outside of a make buildkernel context by setting MACHINE from uname -m if it's not set already. Reviewed by: imp, tuexen Modified:

svn commit: r270864 - in vendor/device-tree/dist: Bindings Bindings/arm Bindings/arm/exynos Bindings/arm/hisilicon Bindings/arm/keystone Bindings/arm/omap Bindings/arm/samsung Bindings/ata Bindings...

2014-08-30 Thread Warner Losh
Author: imp Date: Sun Aug 31 04:34:12 2014 New Revision: 270864 URL: http://svnweb.freebsd.org/changeset/base/270864 Log: Import from rebasing repo at b78b6b80 Modified: vendor/device-tree/dist/Bindings/arm/arch_timer.txt vendor/device-tree/dist/Bindings/arm/arm-boards

svn commit: r270865 - vendor/device-tree/ianc-b78b6b80

2014-08-30 Thread Warner Losh
Author: imp Date: Sun Aug 31 04:37:35 2014 New Revision: 270865 URL: http://svnweb.freebsd.org/changeset/base/270865 Log: Copy after import of b78b6b80 from git repo Added: vendor/device-tree/ianc-b78b6b80/ - copied from r270864, vendor/device-tree/dist/

svn commit: r270866 - in vendor/device-tree/dist: . Bindings Bindings/arm Bindings/arm/bcm Bindings/arm/cpu-enable-method Bindings/arm/exynos Bindings/arm/mrvl Bindings/arm/msm Bindings/arm/omap Bi...

2014-08-30 Thread Warner Losh
Author: imp Date: Sun Aug 31 04:55:32 2014 New Revision: 270866 URL: http://svnweb.freebsd.org/changeset/base/270866 Log: Import from rebasing repo at b78b6b80 (new files) Added: vendor/device-tree/dist/.gitignore (contents, props changed)

svn commit: r270867 - vendor/device-tree/ianc-b78b6b80/dist

2014-08-30 Thread Warner Losh
Author: imp Date: Sun Aug 31 04:56:34 2014 New Revision: 270867 URL: http://svnweb.freebsd.org/changeset/base/270867 Log: Copy after import of b78b6b80 from git repo after adding new files Added: vendor/device-tree/ianc-b78b6b80/dist/ - copied from r270866, vendor/device-tree/dist/