svn commit: r254213 - head/contrib/nvi

2013-08-11 Thread Peter Wemm
Author: peter Date: Sun Aug 11 10:35:38 2013 New Revision: 254213 URL: http://svnweb.freebsd.org/changeset/base/254213 Log: Bootstrap svn:mergeinfo as of the 2008 run of cvs2svn. Modified: Directory Properties: head/contrib/nvi/ (props changed)

svn commit: r254215 - head/usr.bin/su

2013-08-11 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Aug 11 11:06:49 2013 New Revision: 254215 URL: http://svnweb.freebsd.org/changeset/base/254215 Log: In su(1), fix option ordering and clarify that the login class specified must be defined in login.conf. MFC after:1 month Modified: head/usr.bin/su/su.1

Re: svn commit: r253460 - head/sys/dev/mps

2013-08-11 Thread Alexander Motin
On 19.07.2013 03:12, Scott Long wrote: Author: scottl Date: Fri Jul 19 00:12:41 2013 New Revision: 253460 URL: http://svnweb.freebsd.org/changeset/base/253460 Log: Overhaul error, information, and debug logging. Obtained from: Netflix MFC after: 3 days Modified:

svn commit: r254217 - head/sys/conf

2013-08-11 Thread Glen Barber
Author: gjb Date: Sun Aug 11 13:57:14 2013 New Revision: 254217 URL: http://svnweb.freebsd.org/changeset/base/254217 Log: Use realpath(1) to determine the location of the newvers.sh script, since the current working directory might not be what is expected, causing svn{,lite}version to fail

svn commit: r254218 - head/sys/sys

2013-08-11 Thread Jilles Tjoelker
Author: jilles Date: Sun Aug 11 14:15:01 2013 New Revision: 254218 URL: http://svnweb.freebsd.org/changeset/base/254218 Log: wait: Make sure WIFSIGNALED(s) is false if WIFCONTINUED(s) is true. Modified: head/sys/sys/wait.h Modified: head/sys/sys/wait.h

svn commit: r254222 - head/lib/libc/db/hash

2013-08-11 Thread Jilles Tjoelker
Author: jilles Date: Sun Aug 11 15:38:48 2013 New Revision: 254222 URL: http://svnweb.freebsd.org/changeset/base/254222 Log: db/hash: Use O_CLOEXEC instead of separate fcntl() call. In particular, a hash db is used by getpwnam() and getpwuid(). MFC after:1 week Modified:

svn commit: r254223 - head/gnu/usr.bin/groff/tmac

2013-08-11 Thread Glen Barber
Author: gjb Date: Sun Aug 11 18:05:20 2013 New Revision: 254223 URL: http://svnweb.freebsd.org/changeset/base/254223 Log: Add FreeBSD 9.2 to mdoc.local. Modified: head/gnu/usr.bin/groff/tmac/mdoc.local Modified: head/gnu/usr.bin/groff/tmac/mdoc.local

svn commit: r254227 - head/usr.bin/vi/catalog

2013-08-11 Thread Peter Wemm
Author: peter Date: Sun Aug 11 20:46:05 2013 New Revision: 254227 URL: http://svnweb.freebsd.org/changeset/base/254227 Log: Don't install a ru_SU.KOI8-R symlink, 'make delete-old' will just remove it again. Modified: head/usr.bin/vi/catalog/Makefile Modified:

svn commit: r254228 - head/sys/vm

2013-08-11 Thread Attilio Rao
Author: attilio Date: Sun Aug 11 21:15:04 2013 New Revision: 254228 URL: http://svnweb.freebsd.org/changeset/base/254228 Log: Correct the recovery logic in vm_page_alloc_contig: what is really needed on this code snipped is that all the pages that are already fully inserted gets fully

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

2013-08-11 Thread Olivier Houchard
Author: cognet Date: Sun Aug 11 21:21:02 2013 New Revision: 254229 URL: http://svnweb.freebsd.org/changeset/base/254229 Log: Only allocate 2 bounce pages for maps that can only use them for buffers that are unaligned on cache lines boundary, as we will never need more. Modified:

Re: svn commit: r253460 - head/sys/dev/mps

2013-08-11 Thread Scott Long
Thanks, I'll look into it. Scott On Aug 11, 2013, at 6:01 AM, Alexander Motin m...@freebsd.org wrote: On 19.07.2013 03:12, Scott Long wrote: Author: scottl Date: Fri Jul 19 00:12:41 2013 New Revision: 253460 URL: http://svnweb.freebsd.org/changeset/base/253460 Log: Overhaul error,

svn commit: r254230 - head/usr.bin/vi/catalog

2013-08-11 Thread Peter Wemm
Author: peter Date: Sun Aug 11 21:46:06 2013 New Revision: 254230 URL: http://svnweb.freebsd.org/changeset/base/254230 Log: Don't build the UTF-8 version of the catalogs without iconv enabled. Pointy-hat to:peter (don't do things at 4am!) Modified:

svn commit: r254231 - head/tools/regression/lib/libc/gen

2013-08-11 Thread Jilles Tjoelker
Author: jilles Date: Sun Aug 11 21:54:20 2013 New Revision: 254231 URL: http://svnweb.freebsd.org/changeset/base/254231 Log: fnmatch(): Add test for r254091 (pattern with single backslash). This test cannot be converted to an sh(1) test because the syntax would be invalid. PR:

svn commit: r254234 - head/sys/mips/atheros

2013-08-11 Thread Adrian Chadd
Author: adrian Date: Mon Aug 12 00:38:47 2013 New Revision: 254234 URL: http://svnweb.freebsd.org/changeset/base/254234 Log: Add a missing break. Modified: head/sys/mips/atheros/ar71xx_gpio.c Modified: head/sys/mips/atheros/ar71xx_gpio.c

Re: svn commit: r253460 - head/sys/dev/mps

2013-08-11 Thread Adrian Chadd
On 11 August 2013 14:40, Scott Long scott4l...@yahoo.com wrote: Thanks, I'll look into it. Yo! Damnit, I really should create a generic here's a 64 bit mask for debug set of macros we can use elsewhere. Anyway, you should consider a #define that means you can avoid actually evaluating the

svn commit: r254236 - head/sys/net80211

2013-08-11 Thread Adrian Chadd
Author: adrian Date: Mon Aug 12 02:21:44 2013 New Revision: 254236 URL: http://svnweb.freebsd.org/changeset/base/254236 Log: When flushing packets from the powersave queue, make sure that m_nextpkt is NULL before passing it up to the parent transmit method. Modified:

svn commit: r254237 - head/sys/boot/forth

2013-08-11 Thread Devin Teske
Author: dteske Date: Mon Aug 12 03:52:23 2013 New Revision: 254237 URL: http://svnweb.freebsd.org/changeset/base/254237 Log: Add optional support for default override of standard setup; but only if corresponding functions are provided. If override function does not exist, boot remains