svn commit: r270993 - head/sys/kern

2014-09-03 Thread Mateusz Guzik
Author: mjg Date: Wed Sep 3 06:25:34 2014 New Revision: 270993 URL: http://svnweb.freebsd.org/changeset/base/270993 Log: Fix up proc_realparent to always return correct process. Prior to the change it would always return initproc for non-traced processes. This fixes ps apparently

svn commit: r270994 - head/sys/sys

2014-09-03 Thread Ed Schouten
Author: ed Date: Wed Sep 3 06:34:16 2014 New Revision: 270994 URL: http://svnweb.freebsd.org/changeset/base/270994 Log: Partially revert r270964. Don't test for C++11 to define _Thread_local. In addition to Clang 3.3, it turns out that GCC 4.7 in Ports also does not support the

Re: svn commit: r270964 - head/sys/sys

2014-09-03 Thread Ed Schouten
On 3 September 2014 07:44, Antoine Brodin anto...@freebsd.org wrote: This change may break the lang/gcc port on head: http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p367138_s270990/logs/errors/gcc-4.7.4.log Good catch! Fixed in r270994. -- Ed Schouten e...@80386.nl

svn commit: r270995 - stable/10/sys/vm

2014-09-03 Thread Alan Cox
Author: alc Date: Wed Sep 3 06:47:05 2014 New Revision: 270995 URL: http://svnweb.freebsd.org/changeset/base/270995 Log: MFC r270666 Back in the days when the kernel was single threaded, testing vm_paging_target() 0 was a reasonable way of determining if the inactive queue scan

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

2014-09-03 Thread Konstantin Belousov
On Wed, Sep 03, 2014 at 06:25:35AM +, Mateusz Guzik wrote: Author: mjg Date: Wed Sep 3 06:25:34 2014 New Revision: 270993 URL: http://svnweb.freebsd.org/changeset/base/270993 Log: Fix up proc_realparent to always return correct process. Prior to the change it would always

svn commit: r270996 - stable/10/sys/vm

2014-09-03 Thread Alan Cox
Author: alc Date: Wed Sep 3 07:20:09 2014 New Revision: 270996 URL: http://svnweb.freebsd.org/changeset/base/270996 Log: This is a direct commit to account for the renaming of 'cnt' to 'vm_cnt' in HEAD but not stable/10. Modified: stable/10/sys/vm/vm_pageout.c Modified:

svn commit: r270997 - stable/10/rescue/rescue

2014-09-03 Thread Xin LI
Author: delphij Date: Wed Sep 3 08:03:26 2014 New Revision: 270997 URL: http://svnweb.freebsd.org/changeset/base/270997 Log: MFC r270189: Add zdb into rescue environment. On amd64, this would increase the binary size by 1.1MiB and make it possible to examine zpool status offline,

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

2014-09-03 Thread Steven Hartland
I'm looking to MFC this change so wanted to check if anyone had an final feedback / objections? I know we currently have Alan's feedback on changing the #ifdef __i386__ to #ifndef UMA_MD_SMALL_ALLOC which sounds sensible but waiting Peter to comment on. Regards Steve

svn commit: r270998 - in stable/10/sys/cddl/contrib/opensolaris/uts/common: dtrace os sys

2014-09-03 Thread Xin LI
Author: delphij Date: Wed Sep 3 08:13:46 2014 New Revision: 270998 URL: http://svnweb.freebsd.org/changeset/base/270998 Log: MFC r270239: MFV r270193: Illumos issues: 5042 stop using deprecated atomic functions Modified:

svn commit: r270999 - head/sys/kern

2014-09-03 Thread Gleb Smirnoff
Author: glebius Date: Wed Sep 3 08:14:07 2014 New Revision: 270999 URL: http://svnweb.freebsd.org/changeset/base/270999 Log: Fix dereference after NULL check. CID: 1234607 Sponsored by: Nginx, Inc. Modified: head/sys/kern/kern_proc.c Modified: head/sys/kern/kern_proc.c

svn commit: r271000 - head/sys/kern

2014-09-03 Thread Konstantin Belousov
Author: kib Date: Wed Sep 3 08:18:07 2014 New Revision: 271000 URL: http://svnweb.freebsd.org/changeset/base/271000 Log: Right now, thread_single(SINGLE_EXIT) returns after the p_numthreads reaches 1. The p_numthreads counter is decremented in thread_exit() by a call to thread_unlink().

svn commit: r271001 - in stable/10/sys/cddl/contrib/opensolaris/uts: common/dtrace common/fs/zfs common/fs/zfs/sys common/os sparc/dtrace

2014-09-03 Thread Xin LI
Author: delphij Date: Wed Sep 3 08:18:09 2014 New Revision: 271001 URL: http://svnweb.freebsd.org/changeset/base/271001 Log: MFC r270247: MFV r270195: Illumos issue: 5045 use atomic_{inc,dec}_* instead of atomic_add_* Modified:

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

2014-09-03 Thread Xin LI
Author: delphij Date: Wed Sep 3 08:21:21 2014 New Revision: 271002 URL: http://svnweb.freebsd.org/changeset/base/271002 Log: MFC r270248: MFV r270196: Illumos issue: 5047 don't use atomic_*_nv if you discard the return value Modified:

svn commit: r271003 - stable/10/sys/cddl/compat/opensolaris/sys

2014-09-03 Thread Xin LI
Author: delphij Date: Wed Sep 3 08:24:11 2014 New Revision: 271003 URL: http://svnweb.freebsd.org/changeset/base/271003 Log: MFC r270260: Provide compatibility shim for atomic_dec_64_nv. Modified: stable/10/sys/cddl/compat/opensolaris/sys/atomic.h Directory Properties: stable/10/

svn commit: r271004 - stable/10/contrib/libarchive/tar

2014-09-03 Thread Andrey V. Elsukov
Author: ae Date: Wed Sep 3 08:27:05 2014 New Revision: 271004 URL: http://svnweb.freebsd.org/changeset/base/271004 Log: MFC r270661: Remove leading '/' from hardlink name when removing them from the regular file name. This fixes the problem, when bsdtar can not create hardlinks to

svn commit: r271005 - head/sys/dev/bce

2014-09-03 Thread Gleb Smirnoff
Author: glebius Date: Wed Sep 3 08:28:16 2014 New Revision: 271005 URL: http://svnweb.freebsd.org/changeset/base/271005 Log: Use CSUM_BITS instead of incorrect copy. Sponsored by: Nginx, Inc. Modified: head/sys/dev/bce/if_bce.c Modified: head/sys/dev/bce/if_bce.c

svn commit: r271006 - in head/sys: net netinet netpfil/pf sys

2014-09-03 Thread Gleb Smirnoff
Author: glebius Date: Wed Sep 3 08:30:18 2014 New Revision: 271006 URL: http://svnweb.freebsd.org/changeset/base/271006 Log: Clean up unused CSUM_FRAGMENT. Sponsored by: Nginx, Inc. Modified: head/sys/net/if_vlan.c head/sys/netinet/ip_fastfwd.c head/sys/netinet/ip_output.c

svn commit: r271007 - in head/sys: kern sys

2014-09-03 Thread Konstantin Belousov
Author: kib Date: Wed Sep 3 08:35:42 2014 New Revision: 271007 URL: http://svnweb.freebsd.org/changeset/base/271007 Log: Retire thread_unthread(), it has only one caller. Update comment in the block of code before the previous call to thread_unthread(). Discussed with: alc

svn commit: r271008 - head/sys/kern

2014-09-03 Thread Konstantin Belousov
Author: kib Date: Wed Sep 3 08:40:16 2014 New Revision: 271008 URL: http://svnweb.freebsd.org/changeset/base/271008 Log: Style. Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/kern/kern_thread.c Modified: head/sys/kern/kern_thread.c

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

2014-09-03 Thread Konstantin Belousov
On Wed, Sep 03, 2014 at 08:14:07AM +, Gleb Smirnoff wrote: Author: glebius Date: Wed Sep 3 08:14:07 2014 New Revision: 270999 URL: http://svnweb.freebsd.org/changeset/base/270999 Log: Fix dereference after NULL check. CID:1234607 Sponsored by: Nginx,

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

2014-09-03 Thread Mateusz Guzik
On Wed, Sep 03, 2014 at 08:14:07AM +, Gleb Smirnoff wrote: Author: glebius Date: Wed Sep 3 08:14:07 2014 New Revision: 270999 URL: http://svnweb.freebsd.org/changeset/base/270999 Log: Fix dereference after NULL check. CID:1234607 Sponsored by: Nginx,

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

2014-09-03 Thread Andriy Gapon
on 02/09/2014 20:43 Steven Hartland said the following: - Original Message - From: Andriy Gapon a...@freebsd.org And the newly added kmem_foo() functions probably do not belong in cddl/compat/opensolaris as Solaris / illumos does not have those functions. They could be moved but

svn commit: r271011 - stable/10/sys/compat/freebsd32

2014-09-03 Thread Konstantin Belousov
Author: kib Date: Wed Sep 3 09:05:37 2014 New Revision: 271011 URL: http://svnweb.freebsd.org/changeset/base/271011 Log: Regen. Modified: stable/10/sys/compat/freebsd32/freebsd32_proto.h stable/10/sys/compat/freebsd32/freebsd32_syscall.h

svn commit: r271010 - stable/10/sys/compat/freebsd32

2014-09-03 Thread Konstantin Belousov
Author: kib Date: Wed Sep 3 09:05:16 2014 New Revision: 271010 URL: http://svnweb.freebsd.org/changeset/base/271010 Log: MFC r270691: Fix handling of the third argument for fcntl(2). The native syscall uses long for arg, which needs translation. 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-09-03 Thread Steven Hartland
- Original Message - From: Andriy Gapon a...@freebsd.org on 02/09/2014 20:43 Steven Hartland said the following: - Original Message - From: Andriy Gapon a...@freebsd.org And the newly added kmem_foo() functions probably do not belong in cddl/compat/opensolaris as Solaris /

svn commit: r271012 - in head: include sys/sys

2014-09-03 Thread Ed Schouten
Author: ed Date: Wed Sep 3 09:35:38 2014 New Revision: 271012 URL: http://svnweb.freebsd.org/changeset/base/271012 Log: Leave the C11 keywords alone when we have a recent version of GCC. As GCC also gained support for the C11 keywords over time, we can patch up sys/cdefs.h to not define

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

2014-09-03 Thread Gleb Smirnoff
Mateusz, Kostik, On Wed, Sep 03, 2014 at 10:55:23AM +0200, Mateusz Guzik wrote: M Modified: head/sys/kern/kern_proc.c M == M --- head/sys/kern/kern_proc.c Wed Sep 3 08:13:46 2014 (r270998) M +++

svn commit: r271013 - head/sys/dev/drm

2014-09-03 Thread Gleb Smirnoff
Author: glebius Date: Wed Sep 3 09:58:59 2014 New Revision: 271013 URL: http://svnweb.freebsd.org/changeset/base/271013 Log: Remove always false comparison. Sponsored by: Nginx, Inc. Modified: head/sys/dev/drm/drm_sysctl.c Modified: head/sys/dev/drm/drm_sysctl.c

svn commit: r271014 - head/sbin/ifconfig

2014-09-03 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Sep 3 11:07:49 2014 New Revision: 271014 URL: http://svnweb.freebsd.org/changeset/base/271014 Log: * Unconditionally turn on SIOCGI2C probing for all interfaces on ifconfig -v. I've seen no measurable timing difference for doing additional SIOCGI2C call

svn commit: r271015 - stable/9/contrib/libarchive/tar

2014-09-03 Thread Andrey V. Elsukov
Author: ae Date: Wed Sep 3 11:17:11 2014 New Revision: 271015 URL: http://svnweb.freebsd.org/changeset/base/271015 Log: MFC r270661: Remove leading '/' from hardlink name when removing them from the regular file name. This fixes the problem, when bsdtar can not create hardlinks to

svn commit: r271016 - stable/8/contrib/libarchive/tar

2014-09-03 Thread Andrey V. Elsukov
Author: ae Date: Wed Sep 3 11:17:27 2014 New Revision: 271016 URL: http://svnweb.freebsd.org/changeset/base/271016 Log: MFC r270661: Remove leading '/' from hardlink name when removing them from the regular file name. This fixes the problem, when bsdtar can not create hardlinks to

svn commit: r271017 - in head/sys/dev/usb: . quirk

2014-09-03 Thread Hans Petter Selasky
Author: hselasky Date: Wed Sep 3 11:46:43 2014 New Revision: 271017 URL: http://svnweb.freebsd.org/changeset/base/271017 Log: Add new quirk. PR: 193279 MFC after:1 week Modified: head/sys/dev/usb/quirk/usb_quirk.c head/sys/dev/usb/usbdevs 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-09-03 Thread Andriy Gapon
on 03/09/2014 11:09 Steven Hartland said the following: I'm looking to MFC this change so wanted to check if anyone had an final feedback / objections? I think that your changes went in a bit prematurely (little review), so perhaps MFC would be premature as well. I know we currently have

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

2014-09-03 Thread Steven Hartland
- Original Message - From: Andriy Gapon a...@freebsd.org on 03/09/2014 11:09 Steven Hartland said the following: I'm looking to MFC this change so wanted to check if anyone had an final feedback / objections? I think that your changes went in a bit prematurely (little review), so

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

2014-09-03 Thread Mateusz Guzik
On Wed, Sep 03, 2014 at 10:16:29AM +0300, Konstantin Belousov wrote: On Wed, Sep 03, 2014 at 06:25:35AM +, Mateusz Guzik wrote: Author: mjg Date: Wed Sep 3 06:25:34 2014 New Revision: 270993 URL: http://svnweb.freebsd.org/changeset/base/270993 Log: Fix up proc_realparent to

svn commit: r271018 - head/sys/dev/usb/quirk

2014-09-03 Thread Hans Petter Selasky
Author: hselasky Date: Wed Sep 3 13:15:16 2014 New Revision: 271018 URL: http://svnweb.freebsd.org/changeset/base/271018 Log: Fix spelling. PR: 193279 MFC after:1 week Modified: head/sys/dev/usb/quirk/usb_quirk.c Modified: head/sys/dev/usb/quirk/usb_quirk.c

svn commit: r271019 - stable/10/sys/dev/vt

2014-09-03 Thread Ed Maste
Author: emaste Date: Wed Sep 3 13:17:44 2014 New Revision: 271019 URL: http://svnweb.freebsd.org/changeset/base/271019 Log: MFC vt(4) work from ray@: r269188: [Rework vb_buffer and vb_rows assignment] r269192: Remove special handling of console window size. It's done in

svn commit: r271020 - stable/10/sys/dev/vt/hw/fb

2014-09-03 Thread Ed Maste
Author: emaste Date: Wed Sep 3 13:22:50 2014 New Revision: 271020 URL: http://svnweb.freebsd.org/changeset/base/271020 Log: MFC r269437 by nwhitehorn: Don't assume that the framebuffer driver is using vt_fb_blank() when blanking the screen during init. Modified:

svn commit: r271021 - stable/10/sys/dev/vt/font

2014-09-03 Thread Ed Maste
Author: emaste Date: Wed Sep 3 13:31:08 2014 New Revision: 271021 URL: http://svnweb.freebsd.org/changeset/base/271021 Log: MFC r270265 by dumbbell: vt(4): Fix an inconsistency between the mouse cursor bitmap and its mask Modified: stable/10/sys/dev/vt/font/vt_mouse_cursor.c

svn commit: r271022 - stable/10/sys/dev/vt

2014-09-03 Thread Ed Maste
Author: emaste Date: Wed Sep 3 13:40:02 2014 New Revision: 271022 URL: http://svnweb.freebsd.org/changeset/base/271022 Log: MFC vt(4) mouse cursor improvements from dumbbell: r270269: vt(4): Handle global and per-window mouse cursor toggle in one place Before the global flag

svn commit: r271023 - stable/10/sys/dev/vt

2014-09-03 Thread Ed Maste
Author: emaste Date: Wed Sep 3 14:00:37 2014 New Revision: 271023 URL: http://svnweb.freebsd.org/changeset/base/271023 Log: MFC r270280 by dumbbell: vt(4): Pause the flush timer while swithing window This fixes bad looking refresh when switching window: squares instead of text,

svn commit: r271024 - stable/10/sys/dev/vt

2014-09-03 Thread Ed Maste
Author: emaste Date: Wed Sep 3 14:06:12 2014 New Revision: 271024 URL: http://svnweb.freebsd.org/changeset/base/271024 Log: MFC r270288 by dumbbell: vt(4): Constify vt_buf argument of vtbuf_iscursor() Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/dev/vt/vt.h

Re: svn commit: r271023 - stable/10/sys/dev/vt

2014-09-03 Thread Alexey Dokuchaev
On Wed, Sep 03, 2014 at 02:00:37PM +, Ed Maste wrote: New Revision: 271023 URL: http://svnweb.freebsd.org/changeset/base/271023 Log: MFC r270280 by dumbbell: vt(4): Pause the flush timer while swithing window This fixes bad looking refresh when switching window: squares

svn commit: r271025 - head/contrib/llvm/lib/Target/ARM

2014-09-03 Thread Sean Bruno
Author: sbruno Date: Wed Sep 3 14:16:50 2014 New Revision: 271025 URL: http://svnweb.freebsd.org/changeset/base/271025 Log: MFV: Only emit movw on ARMv6T2 Building for the FreeBSD default target ARMv6 was emitting movw ASM on certain test cases (found building qmake4/5 for ARM). Don't

Re: svn commit: r271023 - stable/10/sys/dev/vt

2014-09-03 Thread Ed Maste
On 3 September 2014 10:07, Alexey Dokuchaev da...@freebsd.org wrote: On Wed, Sep 03, 2014 at 02:00:37PM +, Ed Maste wrote: New Revision: 271023 URL: http://svnweb.freebsd.org/changeset/base/271023 Log: MFC r270280 by dumbbell: vt(4): Pause the flush timer while swithing window

svn commit: r271026 - head/lib/libnv

2014-09-03 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Sep 3 14:44:23 2014 New Revision: 271026 URL: http://svnweb.freebsd.org/changeset/base/271026 Log: Fix descriptors leak in case of nvlist_xunpack() failure. Submitted by: Mariusz Zaborski osho...@freebsd.org Modified: head/lib/libnv/nvlist.c Modified:

Re: svn commit: r271023 - stable/10/sys/dev/vt

2014-09-03 Thread Alexey Dokuchaev
On Wed, Sep 03, 2014 at 10:34:21AM -0400, Ed Maste wrote: On 3 September 2014 10:07, Alexey Dokuchaev da...@freebsd.org wrote: I'm also wondering why on PowerPC vt(4) behaves much better (switching is instant, no artifacts at all). The VGA vt(4) issues all stem from the relatively complex

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

2014-09-03 Thread Andriy Gapon
on 03/09/2014 15:17 Steven Hartland said the following: - Original Message - From: Andriy Gapon a...@freebsd.org on 03/09/2014 11:09 Steven Hartland said the following: I'm looking to MFC this change so wanted to check if anyone had an final feedback / objections? I think that your

svn commit: r271027 - head/lib/libnv

2014-09-03 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Sep 3 15:06:47 2014 New Revision: 271027 URL: http://svnweb.freebsd.org/changeset/base/271027 Log: Declare i. Reported by: sbruno Modified: head/lib/libnv/nvlist.c Modified: head/lib/libnv/nvlist.c

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

2014-09-03 Thread Bryan Drewery
On 9/3/2014 3:18 AM, Konstantin Belousov wrote: Author: kib Date: Wed Sep 3 08:18:07 2014 New Revision: 271000 URL: http://svnweb.freebsd.org/changeset/base/271000 Log: Right now, thread_single(SINGLE_EXIT) returns after the p_numthreads reaches 1. The p_numthreads counter is

svn commit: r271028 - head/lib/libnv

2014-09-03 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Sep 3 15:08:33 2014 New Revision: 271028 URL: http://svnweb.freebsd.org/changeset/base/271028 Log: Use better type for i. Modified: head/lib/libnv/nvlist.c Modified: head/lib/libnv/nvlist.c ==

Re: svn commit: r271023 - stable/10/sys/dev/vt

2014-09-03 Thread Ronald Klop
On Wed, 03 Sep 2014 16:57:53 +0200, Alexey Dokuchaev da...@freebsd.org wrote: On Wed, Sep 03, 2014 at 10:34:21AM -0400, Ed Maste wrote: On 3 September 2014 10:07, Alexey Dokuchaev da...@freebsd.org wrote: I'm also wondering why on PowerPC vt(4) behaves much better (switching is instant,

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

2014-09-03 Thread Nikolai Lifanov
On 09/03/14 04:09, Steven Hartland wrote: I'm looking to MFC this change so wanted to check if anyone had an final feedback / objections? I know we currently have Alan's feedback on changing the #ifdef __i386__ to #ifndef UMA_MD_SMALL_ALLOC which sounds sensible but waiting Peter to comment

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

2014-09-03 Thread Andriy Gapon
on 03/09/2014 17:58 Andriy Gapon said the following: on 03/09/2014 15:17 Steven Hartland said the following: - Original Message - From: Andriy Gapon a...@freebsd.org on 03/09/2014 11:09 Steven Hartland said the following: I'm looking to MFC this change so wanted to check if anyone

svn commit: r271029 - in head/contrib/llvm: lib/Target/ARM patches

2014-09-03 Thread Sean Bruno
Author: sbruno Date: Wed Sep 3 15:32:38 2014 New Revision: 271029 URL: http://svnweb.freebsd.org/changeset/base/271029 Log: Do not direct commit to contrib/llvm. Make the change a patch file instead. Reverts 271025 but still functionally patches it. Original intent is still the same.

svn commit: r271030 - head/contrib/llvm/lib/Target/ARM

2014-09-03 Thread Sean Bruno
Author: sbruno Date: Wed Sep 3 15:48:07 2014 New Revision: 271030 URL: http://svnweb.freebsd.org/changeset/base/271030 Log: Apparently, the patch commited in svn r271029 doesn't actually do anyting, so we still need to modify the code in place. Pointed out by emaste. MFC after:2

Re: svn commit: r269814 - head/sys/dev/xen/blkfront

2014-09-03 Thread Roger Pau Monné
El 02/09/14 a les 19.18, John-Mark Gurney ha escrit: Roger Pau Monn wrote this message on Tue, Sep 02, 2014 at 11:30 +0200: El 29/08/14 a les 19.52, Roger Pau Monné ha escrit: El 28/08/14 a les 20.58, Alexander Motin ha escrit: On 28.08.2014 21:45, John-Mark Gurney wrote: Alexander Motin

Re: svn commit: r269814 - head/sys/dev/xen/blkfront

2014-09-03 Thread Alexander Motin
On 03.09.2014 18:48, Roger Pau Monné wrote: El 02/09/14 a les 19.18, John-Mark Gurney ha escrit: Roger Pau Monn wrote this message on Tue, Sep 02, 2014 at 11:30 +0200: El 29/08/14 a les 19.52, Roger Pau Monné ha escrit: El 28/08/14 a les 20.58, Alexander Motin ha escrit: On 28.08.2014 21:45,

Re: svn commit: r269814 - head/sys/dev/xen/blkfront

2014-09-03 Thread Ian Lepore
On Wed, 2014-09-03 at 19:03 +0300, Alexander Motin wrote: On 03.09.2014 18:48, Roger Pau Monné wrote: El 02/09/14 a les 19.18, John-Mark Gurney ha escrit: Roger Pau Monn wrote this message on Tue, Sep 02, 2014 at 11:30 +0200: El 29/08/14 a les 19.52, Roger Pau Monné ha escrit: El 28/08/14

svn commit: r271031 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-09-03 Thread Glen Barber
Author: gjb Date: Wed Sep 3 16:46:25 2014 New Revision: 271031 URL: http://svnweb.freebsd.org/changeset/base/271031 Log: Document r269065, iSCSI redirection handling Submitted by: trasz Sponsored by: The FreeBSD Foundation Modified:

svn commit: r271038 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-09-03 Thread Glen Barber
Author: gjb Date: Wed Sep 3 16:46:39 2014 New Revision: 271038 URL: http://svnweb.freebsd.org/changeset/base/271038 Log: Document r270892, autofs(5) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r271035 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-09-03 Thread Glen Barber
Author: gjb Date: Wed Sep 3 16:46:33 2014 New Revision: 271035 URL: http://svnweb.freebsd.org/changeset/base/271035 Log: Expand r262855 to illustrate how to enable the test suite. Submitted by: jmmv Sponsored by: The FreeBSD Foundation Modified:

svn commit: r271037 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-09-03 Thread Glen Barber
Author: gjb Date: Wed Sep 3 16:46:37 2014 New Revision: 271037 URL: http://svnweb.freebsd.org/changeset/base/271037 Log: Minor rewording to the r260385 entry. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r271034 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-09-03 Thread Glen Barber
Author: gjb Date: Wed Sep 3 16:46:31 2014 New Revision: 271034 URL: http://svnweb.freebsd.org/changeset/base/271034 Log: Document r265524, iSCSI performance optimizations. Submitted by: trasz Sponsored by: The FreeBSD Foundation Modified:

svn commit: r271033 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-09-03 Thread Glen Barber
Author: gjb Date: Wed Sep 3 16:46:29 2014 New Revision: 271033 URL: http://svnweb.freebsd.org/changeset/base/271033 Log: Document r265524, iSCSI lock contention optimizations. Submitted by: trasz Sponsored by: The FreeBSD Foundation Modified:

svn commit: r271036 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-09-03 Thread Glen Barber
Author: gjb Date: Wed Sep 3 16:46:35 2014 New Revision: 271036 URL: http://svnweb.freebsd.org/changeset/base/271036 Log: Remove a generalized sentence regarding iSCSI updates that should be covered by the past few commits. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r271032 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-09-03 Thread Glen Barber
Author: gjb Date: Wed Sep 3 16:46:27 2014 New Revision: 271032 URL: http://svnweb.freebsd.org/changeset/base/271032 Log: Document r265523, kern.iscsi.fail_on_disconnection Submitted by: trasz Sponsored by: The FreeBSD Foundation Modified:

svn commit: r271040 - in stable/10/release/doc: en_US.ISO8859-1/relnotes share/xml

2014-09-03 Thread Glen Barber
Author: gjb Date: Wed Sep 3 16:46:43 2014 New Revision: 271040 URL: http://svnweb.freebsd.org/changeset/base/271040 Log: Document r270997, zdb(8) included in /rescue. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml

svn commit: r271039 - in stable/10/release/doc: en_US.ISO8859-1/relnotes share/xml

2014-09-03 Thread Glen Barber
Author: gjb Date: Wed Sep 3 16:46:41 2014 New Revision: 271039 URL: http://svnweb.freebsd.org/changeset/base/271039 Log: Document r270810, hptnr(4) update to 1.0.1. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml

svn commit: r271041 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-09-03 Thread Glen Barber
Author: gjb Date: Wed Sep 3 16:46:45 2014 New Revision: 271041 URL: http://svnweb.freebsd.org/changeset/base/271041 Log: Document r270890, pathchk(1): Ensure bytes = 128 are considered non-portable characters. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r271042 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-09-03 Thread Glen Barber
Author: gjb Date: Wed Sep 3 16:48:33 2014 New Revision: 271042 URL: http://svnweb.freebsd.org/changeset/base/271042 Log: Minor rewording to the r260387 entry. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r271043 - head/share/man/man5

2014-09-03 Thread Glen Barber
Author: gjb Date: Wed Sep 3 17:15:12 2014 New Revision: 271043 URL: http://svnweb.freebsd.org/changeset/base/271043 Log: Update the autofs(5) manual to reflect it first appeared in FreeBSD 10.1-RELEASE. Submitted by: dhw MFC after:3 days Sponsored by: The FreeBSD Foundation

svn commit: r271044 - head/tools/tools/tscdrift

2014-09-03 Thread John Baldwin
Author: jhb Date: Wed Sep 3 17:26:46 2014 New Revision: 271044 URL: http://svnweb.freebsd.org/changeset/base/271044 Log: Import a hackish tool I use to examine the skew of the TSC across CPUs in a system. The tool queries the kernel for its set of CPUs and compares TSC values on each of

svn commit: r271045 - head/sys/conf

2014-09-03 Thread Ian Lepore
Author: ian Date: Wed Sep 3 17:32:17 2014 New Revision: 271045 URL: http://svnweb.freebsd.org/changeset/base/271045 Log: Use sh -c '...' to launch the dtb build scripts with env stuff prepended, otherwise it tries to treat the env var stuff as a script file name. Modified:

svn commit: r271046 - in head/sys: arm/conf arm/xilinx dev/cadence

2014-09-03 Thread Ian Lepore
Author: ian Date: Wed Sep 3 17:51:03 2014 New Revision: 271046 URL: http://svnweb.freebsd.org/changeset/base/271046 Log: Fixes and enhancements for the if_cgem driver... - miibus fixes as suggested by Yonghyeon Pyun. - enable VLAN MTU support. - fix a few WITNESS complaints in

svn commit: r271047 - head/share/zoneinfo

2014-09-03 Thread Ed Maste
Author: emaste Date: Wed Sep 3 18:51:33 2014 New Revision: 271047 URL: http://svnweb.freebsd.org/changeset/base/271047 Log: Avoid ./ in zoneinfo entries in METALOG Use of find . resulted in METALOG entries with an extra ./ -- e.g., ./usr/share/zoneinfo/./America/Toronto. Avoid this by

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

2014-09-03 Thread John Baldwin
Author: jhb Date: Wed Sep 3 19:01:34 2014 New Revision: 271048 URL: http://svnweb.freebsd.org/changeset/base/271048 Log: Always seek back to the beginning of a regular directory, even if the previous seek location was 0. Without this, readdir() would see dd_loc of zero and call

svn commit: r271049 - head/share/man/man4

2014-09-03 Thread David E. O'Brien
Author: obrien Date: Wed Sep 3 19:06:08 2014 New Revision: 271049 URL: http://svnweb.freebsd.org/changeset/base/271049 Log: Note that script(1) consumes filemon(4). Modified: head/share/man/man4/filemon.4 Modified: head/share/man/man4/filemon.4

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

2014-09-03 Thread John-Mark Gurney
Gleb Smirnoff wrote this message on Wed, Sep 03, 2014 at 13:49 +0400: Mateusz, Kostik, On Wed, Sep 03, 2014 at 10:55:23AM +0200, Mateusz Guzik wrote: M Modified: head/sys/kern/kern_proc.c M == M ---

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

2014-09-03 Thread Ian Lepore
Author: ian Date: Wed Sep 3 19:37:41 2014 New Revision: 271050 URL: http://svnweb.freebsd.org/changeset/base/271050 Log: Remove DIAGNOSTIC from the kernel config of low-end arm systems. Sanity checks such as vmem_check() can make a low-end system go completely unresponsive for as much as

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

2014-09-03 Thread John Baldwin
On Wednesday, September 03, 2014 11:05:04 AM Nikolai Lifanov wrote: On 09/03/14 04:09, Steven Hartland wrote: I'm looking to MFC this change so wanted to check if anyone had an final feedback / objections? I know we currently have Alan's feedback on changing the #ifdef __i386__ to

svn commit: r271051 - in stable/10/sys: arm/broadcom/bcm2835 arm/freescale/imx arm/ti dev/sdhci

2014-09-03 Thread Marius Strobl
Author: marius Date: Wed Sep 3 20:07:26 2014 New Revision: 271051 URL: http://svnweb.freebsd.org/changeset/base/271051 Log: MFC: r270885, r270948 - Nuke unused sdhci_softc. - Static'ize sdhci_debug local to sdhci.c. - Const'ify PCI device description strings. - Nuke redundant

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

2014-09-03 Thread Nikolai Lifanov
On 09/03/14 15:22, John Baldwin wrote: On Wednesday, September 03, 2014 11:05:04 AM Nikolai Lifanov wrote: On 09/03/14 04:09, Steven Hartland wrote: I'm looking to MFC this change so wanted to check if anyone had an final feedback / objections? I know we currently have Alan's feedback on

svn commit: r271052 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-09-03 Thread Glen Barber
Author: gjb Date: Wed Sep 3 20:53:11 2014 New Revision: 271052 URL: http://svnweb.freebsd.org/changeset/base/271052 Log: Document libc updates from illumos and Apple. Submitted by: pfg Sponsored by: The FreeBSD Foundation Modified:

svn commit: r271053 - head/sys/i386/i386

2014-09-03 Thread John Baldwin
Author: jhb Date: Wed Sep 3 21:17:09 2014 New Revision: 271053 URL: http://svnweb.freebsd.org/changeset/base/271053 Log: Actually save and restore FPU state on APs during suspend and resume. Committed from: Atom-based HP netbook after resuming in X Modified:

svn commit: r271054 - head/sys/boot/common

2014-09-03 Thread Ian Lepore
Author: ian Date: Wed Sep 3 21:25:36 2014 New Revision: 271054 URL: http://svnweb.freebsd.org/changeset/base/271054 Log: When built with FDT support, add /boot/dtb to the list of search directories. Modified: head/sys/boot/common/module.c Modified: head/sys/boot/common/module.c

svn commit: r271055 - head/sys/arm/freescale/imx

2014-09-03 Thread Ian Lepore
Author: ian Date: Wed Sep 3 21:45:39 2014 New Revision: 271055 URL: http://svnweb.freebsd.org/changeset/base/271055 Log: Add a function to get the frequency of the AHB bus. Another stopgap function until we have full clock support for imx6. 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-09-03 Thread Andriy Gapon
on 03/09/2014 23:22 Nikolai Lifanov said the following: On 09/03/14 15:22, John Baldwin wrote: On Wednesday, September 03, 2014 11:05:04 AM Nikolai Lifanov wrote: On 09/03/14 04:09, Steven Hartland wrote: I'm looking to MFC this change so wanted to check if anyone had an final feedback /

svn commit: r271057 - in head: etc/mtree share/man/man7

2014-09-03 Thread Warner Losh
Author: imp Date: Wed Sep 3 21:59:07 2014 New Revision: 271057 URL: http://svnweb.freebsd.org/changeset/base/271057 Log: Create a /boot/dtb directory to house DTB blobs. The flattened device tree support includes a device tree source compiler dtc(8) which converts .dts files into .dtb

svn commit: r271058 - stable/10/sbin/camcontrol

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:04:23 2014 New Revision: 271058 URL: http://svnweb.freebsd.org/changeset/base/271058 Log: Merge 270872 from head: Fix character case in examples for camcontrol security - should be -U user not -u user. PR: 193179 Submitted by: milios

svn commit: r271059 - stable/9/sbin/camcontrol

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:06:22 2014 New Revision: 271059 URL: http://svnweb.freebsd.org/changeset/base/271059 Log: Merge 270872 from head: Fix character case in examples for camcontrol security - should be -U user not -u user. PR: 193179 Submitted by: milios

svn commit: r271061 - stable/9/sys/dev/pccbb

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:08:48 2014 New Revision: 271061 URL: http://svnweb.freebsd.org/changeset/base/271061 Log: Merge r269488 from head: For reasons which are not clear, r254263 broke some PCMCIA and CardBus bridges in strange ways, either rendering them unable to detect

svn commit: r271060 - stable/10/sys/dev/pccbb

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:08:21 2014 New Revision: 271060 URL: http://svnweb.freebsd.org/changeset/base/271060 Log: Merge r269488 from head: For reasons which are not clear, r254263 broke some PCMCIA and CardBus bridges in strange ways, either rendering them unable to detect

svn commit: r271062 - stable/10/share/man/man3

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:11:39 2014 New Revision: 271062 URL: http://svnweb.freebsd.org/changeset/base/271062 Log: Merge r269871 from head: Clarify descriptions of pthread_cond_wait() and pthread_cond_timedwait() Submitted by: Malcolm Douglas via freebsd-doc Reviewed by:

svn commit: r271063 - stable/9/share/man/man3

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:11:41 2014 New Revision: 271063 URL: http://svnweb.freebsd.org/changeset/base/271063 Log: Merge r269871 from head: Clarify descriptions of pthread_cond_wait() and pthread_cond_timedwait() Submitted by: Malcolm Douglas via freebsd-doc Reviewed by:

svn commit: r271064 - stable/10/share/man/man9

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:14:26 2014 New Revision: 271064 URL: http://svnweb.freebsd.org/changeset/base/271064 Log: Merge r270251 from head: Fix return type of callout_init_rm() and add return type to callout_deactivate(). PR: 192520 Submitted by: ngie

svn commit: r271065 - stable/10/sys/sys

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:15:54 2014 New Revision: 271065 URL: http://svnweb.freebsd.org/changeset/base/271065 Log: Merge r270259 from head: Add a missing brace to callout_init_rm() to fix syntax. Modified: stable/10/sys/sys/callout.h Directory Properties: stable/10/

svn commit: r271066 - stable/9/etc/pam.d

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:18:08 2014 New Revision: 271066 URL: http://svnweb.freebsd.org/changeset/base/271066 Log: Merge r270677 from head: Fix xref, pam(8) - pam(3) PR: 193045 Submitted by: rsimmons0 gmail com Modified: stable/9/etc/pam.d/README Directory

svn commit: r271067 - stable/10/etc/pam.d

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:18:13 2014 New Revision: 271067 URL: http://svnweb.freebsd.org/changeset/base/271067 Log: Merge r270677 from head: Fix xref, pam(8) - pam(3) PR: 193045 Submitted by: rsimmons0 gmail com Modified: stable/10/etc/pam.d/README Directory

svn commit: r271068 - stable/9/sys/dev/asmc

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:29:01 2014 New Revision: 271068 URL: http://svnweb.freebsd.org/changeset/base/271068 Log: Merge r268303 from head: Add support to asmc(4) for Macmini 3,1. PR: 190195 Submitted by: fbsdbugs2 sentry.org Relnotes: yes Modified:

  1   2   >