Re: svn commit: r250991 - in head: contrib/jemalloc/include/jemalloc include lib/libc/stdlib/jemalloc

2013-05-31 Thread Jeremie Le Hen
Hi Marcel, On Sat, May 25, 2013 at 06:59:12PM +, Marcel Moolenaar wrote: Author: marcel Date: Sat May 25 18:59:11 2013 New Revision: 250991 URL: http://svnweb.freebsd.org/changeset/base/250991 Log: Make the malloc(3) family of functions weak and make their non-weak

svn commit: r251178 - stable/9/sys/dev/md

2013-05-31 Thread Konstantin Belousov
Author: kib Date: Fri May 31 11:41:01 2013 New Revision: 251178 URL: http://svnweb.freebsd.org/changeset/base/251178 Log: MFC r250966: Fix the data corruption on the swap-backed md. Assign the rv variable a success code if the pager was not asked for the page. Modified:

Re: svn commit: r251164 - in stable/9/sys/dev: advansys aha ahb buslogic dpt

2013-05-31 Thread John Baldwin
On Thursday, May 30, 2013 9:55:33 pm Glen Barber wrote: On Thu, May 30, 2013 at 09:54:48PM +, Scott Long wrote: Author: scottl Date: Thu May 30 21:54:48 2013 New Revision: 251164 URL: http://svnweb.freebsd.org/changeset/base/251164 Log: MFC 241492, 241588, 241589, 241590,

svn commit: r251179 - stable/9/sys/vm

2013-05-31 Thread John Baldwin
Author: jhb Date: Fri May 31 14:36:09 2013 New Revision: 251179 URL: http://svnweb.freebsd.org/changeset/base/251179 Log: MFC 250219: Fix two bugs in the current NUMA-aware allocation code: - vm_phys_alloc_freelist_pages() can be called by vm_page_alloc_freelist() to allocate a page

svn commit: r251180 - head/tools/regression/bin/sh/builtins

2013-05-31 Thread Jilles Tjoelker
Author: jilles Date: Fri May 31 14:45:25 2013 New Revision: 251180 URL: http://svnweb.freebsd.org/changeset/base/251180 Log: sh: Add test cases for break outside a loop. In most shells (including our sh), break outside a loop does nothing with status 0, or at least does not abort.

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

2013-05-31 Thread Jilles Tjoelker
Author: jilles Date: Fri May 31 14:48:37 2013 New Revision: 251181 URL: http://svnweb.freebsd.org/changeset/base/251181 Log: fork(2): #include sys/types.h is not needed. Modified: head/lib/libc/sys/fork.2 Modified: head/lib/libc/sys/fork.2

svn commit: r251182 - stable/9/sys/dev/aha

2013-05-31 Thread John Baldwin
Author: jhb Date: Fri May 31 15:19:00 2013 New Revision: 251182 URL: http://svnweb.freebsd.org/changeset/base/251182 Log: MFC 241611: Fix aha(4) build with i386 LINT (which includes 'device mca'). Modified: stable/9/sys/dev/aha/aha_mca.c Directory Properties: stable/9/sys/ (props

svn commit: r251183 - head/sys/vm

2013-05-31 Thread Alan Cox
Author: alc Date: Fri May 31 16:00:42 2013 New Revision: 251183 URL: http://svnweb.freebsd.org/changeset/base/251183 Log: Simplify the definition of vm_page_lock_assert(). There is no compelling reason to inline the implementation of vm_page_lock_assert() in the !KLD_MODULES case. Use the

svn commit: r251184 - head/sys/kern

2013-05-31 Thread John Baldwin
Author: jhb Date: Fri May 31 16:15:22 2013 New Revision: 251184 URL: http://svnweb.freebsd.org/changeset/base/251184 Log: Style fixes to vn_ioctl(). Suggested by: bde Modified: head/sys/kern/vfs_vnops.c Modified: head/sys/kern/vfs_vnops.c

svn commit: r251186 - head/usr.sbin/acpi/acpidump

2013-05-31 Thread Jung-uk Kim
Author: jkim Date: Fri May 31 17:23:38 2013 New Revision: 251186 URL: http://svnweb.freebsd.org/changeset/base/251186 Log: Fix a long standing logic bug introduced in r167814. The code was added to get RSDP from loader(8) hint via kenv(2) but the bug nullified the new code and we always

svn commit: r251187 - head/sys/dev/mpt

2013-05-31 Thread Xin LI
Author: delphij Date: Fri May 31 17:27:44 2013 New Revision: 251187 URL: http://svnweb.freebsd.org/changeset/base/251187 Log: Explicitly use a pair of parentheses to ensure correct evaluation ordering for bitwise operation. Submitted by: swildner (DragonFly) MFC after:2 weeks

svn commit: r251188 - head/contrib/telnet/telnetd

2013-05-31 Thread Marcel Moolenaar
Author: marcel Date: Fri May 31 17:30:12 2013 New Revision: 251188 URL: http://svnweb.freebsd.org/changeset/base/251188 Log: Fix automatic login, broken by revision 69825 (12 years, 5 months ago). The automatic login feature is described as follows: The USER environment variable holds the

svn commit: r251190 - in head/usr.sbin/bsdconfig: . console mouse networking networking/share password/share security share share/media startup startup/share timezone timezone/share usermgmt usermg...

2013-05-31 Thread Devin Teske
Author: dteske Date: Fri May 31 19:07:17 2013 New Revision: 251190 URL: http://svnweb.freebsd.org/changeset/base/251190 Log: Improve portion of the dialog(1) API in dialog.subr responsible for calculating widget sizes. Instead of forking a sub-shell to calculate the optimum size for a

svn commit: r251191 - in stable/9/sys: conf x86/acpica

2013-05-31 Thread John Baldwin
Author: jhb Date: Fri May 31 19:13:22 2013 New Revision: 251191 URL: http://svnweb.freebsd.org/changeset/base/251191 Log: MFC 246805: Make VM_NDOMAIN a kernel option so that it can be enabled from a kernel config file. Modified: stable/9/sys/conf/options stable/9/sys/x86/acpica/srat.c

Re: svn commit: r251191 - in stable/9/sys: conf x86/acpica

2013-05-31 Thread Navdeep Parhar
On 05/31/13 12:13, John Baldwin wrote: Author: jhb Date: Fri May 31 19:13:22 2013 New Revision: 251191 URL: http://svnweb.freebsd.org/changeset/base/251191 Log: MFC 246805: Make VM_NDOMAIN a kernel option so that it can be enabled from a kernel config file. Is this going to live

svn commit: r251192 - head/include

2013-05-31 Thread Ed Schouten
Author: ed Date: Fri May 31 20:07:26 2013 New Revision: 251192 URL: http://svnweb.freebsd.org/changeset/base/251192 Log: Fix misspelling of structure field name. Modified: head/include/stdatomic.h Modified: head/include/stdatomic.h

svn commit: r251193 - stable/9/contrib/libc++/include

2013-05-31 Thread Dimitry Andric
Author: dim Date: Fri May 31 20:11:07 2013 New Revision: 251193 URL: http://svnweb.freebsd.org/changeset/base/251193 Log: MFC r251066: Fix warnings from newer clang versions about constexpr member functions not being implicitly const in libc++'s chrono header. The warnings have been

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

2013-05-31 Thread Jilles Tjoelker
Author: jilles Date: Fri May 31 20:46:08 2013 New Revision: 251194 URL: http://svnweb.freebsd.org/changeset/base/251194 Log: fork(2): Add information about fork() in multi-threaded processes. There is nothing about pthread_atfork(3) or extensions like calling malloc(3) in the child

svn commit: r251195 - head/sys/dev/xen/blkfront

2013-05-31 Thread Justin T. Gibbs
Author: gibbs Date: Fri May 31 21:05:07 2013 New Revision: 251195 URL: http://svnweb.freebsd.org/changeset/base/251195 Log: Style cleanups. No intended functional changes. o This driver is the xbd driver, not the blkfront, blkif, xbf, or xb driver. Use the xbd_ naming conventions

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

2013-05-31 Thread Jilles Tjoelker
Author: jilles Date: Fri May 31 21:25:51 2013 New Revision: 251196 URL: http://svnweb.freebsd.org/changeset/base/251196 Log: sigaction(2): Extend description of async-signal safe functions: * Improve description when unsafe functions are unsafe. * Add various safe functions from

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

2013-05-31 Thread Jilles Tjoelker
Author: jilles Date: Fri May 31 21:31:38 2013 New Revision: 251197 URL: http://svnweb.freebsd.org/changeset/base/251197 Log: sigaction(2): *at system calls are async-signal safe. Modified: head/lib/libc/sys/sigaction.2 Modified: head/lib/libc/sys/sigaction.2

svn commit: r251198 - head/sys/compat/freebsd32

2013-05-31 Thread David E. O'Brien
Author: obrien Date: Fri May 31 21:43:17 2013 New Revision: 251198 URL: http://svnweb.freebsd.org/changeset/base/251198 Log: Add a kern.features MIB for 32bit support under a 64bit kernel. Modified: head/sys/compat/freebsd32/freebsd32_misc.c Modified:

Re: svn commit: r251182 - stable/9/sys/dev/aha

2013-05-31 Thread Scott Long
Thanks! Scott On May 31, 2013, at 9:19 AM, John Baldwin j...@freebsd.org wrote: Author: jhb Date: Fri May 31 15:19:00 2013 New Revision: 251182 URL: http://svnweb.freebsd.org/changeset/base/251182 Log: MFC 241611: Fix aha(4) build with i386 LINT (which includes 'device mca').

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

2013-05-31 Thread Jilles Tjoelker
Author: jilles Date: Fri May 31 22:09:31 2013 New Revision: 251203 URL: http://svnweb.freebsd.org/changeset/base/251203 Log: dup(2): Clarify return value, in particular of dup2(). Modified: head/lib/libc/sys/dup.2 Modified: head/lib/libc/sys/dup.2

svn commit: r251204 - head/sys/dev/xen/blkfront

2013-05-31 Thread Justin T. Gibbs
Author: gibbs Date: Fri May 31 22:21:37 2013 New Revision: 251204 URL: http://svnweb.freebsd.org/changeset/base/251204 Log: Style cleanups. No intended functional changes. o Group functions by by their functionality. o Remove superfluous declarations. o Remove more unused (#ifdef'd

svn commit: r251206 - head/sys/dev/xen/blkfront

2013-05-31 Thread Justin T. Gibbs
Author: gibbs Date: Fri May 31 22:33:28 2013 New Revision: 251206 URL: http://svnweb.freebsd.org/changeset/base/251206 Log: Style changes. No intended functional changes. o rename flush_requests = xbd_flush_requests o rename xbd_setup_ring = xbd_alloc_ring Sponsored by: Spectra

svn commit: r251207 - vendor/tcpdump/dist

2013-05-31 Thread Xin LI
Author: delphij Date: Fri May 31 22:53:44 2013 New Revision: 251207 URL: http://svnweb.freebsd.org/changeset/base/251207 Log: Apply vendor commit 654f1b3fc5, this is slight different from our version as discussed with upstream. Modified: vendor/tcpdump/dist/print-rip.c Modified:

svn commit: r251208 - in head: bin/test tools/regression/bin/test

2013-05-31 Thread Jilles Tjoelker
Author: jilles Date: Fri May 31 22:54:20 2013 New Revision: 251208 URL: http://svnweb.freebsd.org/changeset/base/251208 Log: test: Remove -ntXY and -otXY primaries. This reverts commit r247274. As maintainer of sh, I disapprove of this feature addition. It is too specific and can

svn commit: r251209 - head/bin/test

2013-05-31 Thread Jilles Tjoelker
Author: jilles Date: Fri May 31 22:55:21 2013 New Revision: 251209 URL: http://svnweb.freebsd.org/changeset/base/251209 Log: test(1): List non-standard primaries. Modified: head/bin/test/test.1 Modified: head/bin/test/test.1

svn commit: r251210 - head/contrib/tcpdump

2013-05-31 Thread Xin LI
Author: delphij Date: Fri May 31 22:55:23 2013 New Revision: 251210 URL: http://svnweb.freebsd.org/changeset/base/251210 Log: MFV: Redo the fixup using the submitted version accepted by upstream. Modified: head/contrib/tcpdump/print-rip.c Directory Properties: head/contrib/tcpdump/

svn commit: r251211 - head/bin/test

2013-05-31 Thread Jilles Tjoelker
Author: jilles Date: Fri May 31 22:57:04 2013 New Revision: 251211 URL: http://svnweb.freebsd.org/changeset/base/251211 Log: test(1): Add information about replacing -nt/-ot. Modified: head/bin/test/test.1 Modified: head/bin/test/test.1

Re: svn commit: r251197 - head/lib/libc/sys

2013-05-31 Thread Pawel Jakub Dawidek
On Fri, May 31, 2013 at 09:31:38PM +, Jilles Tjoelker wrote: Author: jilles Date: Fri May 31 21:31:38 2013 New Revision: 251197 URL: http://svnweb.freebsd.org/changeset/base/251197 Log: sigaction(2): *at system calls are async-signal safe. Isn't chflags(2) family safe as well? --

svn commit: r251212 - in head/contrib/gcc: . config/i386 doc

2013-05-31 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jun 1 01:02:24 2013 New Revision: 251212 URL: http://svnweb.freebsd.org/changeset/base/251212 Log: GCC: bring back experimental support for amdfam10/barcelona CPUs. Initial support for the AMD amdfam10 chipsets has been available in the gcc43 branch under GPLv2.

svn commit: r251213 - head/sys/dev/cxgbe

2013-05-31 Thread Navdeep Parhar
Author: np Date: Sat Jun 1 02:07:37 2013 New Revision: 251213 URL: http://svnweb.freebsd.org/changeset/base/251213 Log: cxgbe(4): Some more debug sysctls. These work on both T4 and T5 based cards. dev.t5nex.0.misc.cim_ma_la: CIM MA logic analyzer dev.t5nex.0.misc.cim_pif_la: CIM PIF

svn commit: r251214 - head/sys/dev/xen/blkfront

2013-05-31 Thread Justin T. Gibbs
Author: gibbs Date: Sat Jun 1 04:02:51 2013 New Revision: 251214 URL: http://svnweb.freebsd.org/changeset/base/251214 Log: sys/dev/xen/blkfront/blkfront.c: Remove local, and incorrect, definition for the value of an invalid grant reference. Extract ring cleanup code

svn commit: r251215 - head/sys/dev/xen/blkfront

2013-05-31 Thread Justin T. Gibbs
Author: gibbs Date: Sat Jun 1 04:07:56 2013 New Revision: 251215 URL: http://svnweb.freebsd.org/changeset/base/251215 Log: sys/dev/xen/blkfront/blkfront.c: Remove dead code. Sponsored by: Spectra Logic Corporation MFC after:1 week Modified: