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. Therefo

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 is not needed. Modified: head/lib/libc/sys/fork.2 Modified: head/lib/libc/sys/fork.2 ===

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 fel

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 Modif

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 th

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 widget

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

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 co

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 POSIX.1-2

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: head/sys/compat/freebsd32/freebsd32_mi

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: 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/ (props

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. AMD

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 l

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 i

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: head/sys/dev/xen/blkfront/blkfro