svn commit: r245283 - in stable/9/sys: kern sys ufs/ffs

2013-01-10 Thread Konstantin Belousov
Author: kib Date: Fri Jan 11 05:39:17 2013 New Revision: 245283 URL: http://svnweb.freebsd.org/changeset/base/245283 Log: MFC r244925: Add yet another flag for the vfs_write_resume_flags() to avoid calling suspension cleanup handler after the suspend is lifted, and use it in the ffs_snapsh

svn commit: r245282 - in stable/9/sys: kern sys ufs/ffs

2013-01-10 Thread Konstantin Belousov
Author: kib Date: Fri Jan 11 05:35:04 2013 New Revision: 245282 URL: http://svnweb.freebsd.org/changeset/base/245282 Log: MFC r244795: Make it possible to atomically resume writes on the mount and account the write start, by adding a variation of the vfs_write_resume(9) which accepts flags

svn commit: r245280 - in stable/9: share/man/man4 sys/dev/wbwd

2013-01-10 Thread Xin LI
Author: delphij Date: Fri Jan 11 00:46:40 2013 New Revision: 245280 URL: http://svnweb.freebsd.org/changeset/base/245280 Log: MFC r244787, 244796: Add DEVICE_IDENTIFY method for wbwd(4), required on most of recent Supermicro motherboards. Tested on X8STi and X8DTH boards. Sponso

svn commit: r245279 - stable/9/sys/dev/wbwd

2013-01-10 Thread Xin LI
Author: delphij Date: Fri Jan 11 00:43:20 2013 New Revision: 245279 URL: http://svnweb.freebsd.org/changeset/base/245279 Log: MFC r244781: Use DEVMETHOD_END. Modified: stable/9/sys/dev/wbwd/wbwd.c Directory Properties: stable/9/sys/ (props changed) stable/9/sys/dev/ (props change

svn commit: r245277 - stable/9/lib/libc/nls

2013-01-10 Thread Xin LI
Author: delphij Date: Fri Jan 11 00:40:03 2013 New Revision: 245277 URL: http://svnweb.freebsd.org/changeset/base/245277 Log: MFC 244756 + 244757: Add Simplified Chinese catalogs. Added: stable/9/lib/libc/nls/zh_CN.GB18030.msg - copied unchanged from r244757, head/lib/libc/nls/zh_CN

svn commit: r245270 - stable/9/sbin/geom/class/part

2013-01-10 Thread Warren Block
Author: wblock (doc committer) Date: Thu Jan 10 23:06:32 2013 New Revision: 245270 URL: http://svnweb.freebsd.org/changeset/base/245270 Log: MFC r245012: Document the output of the show command. Modified version of patch provided by Bas Smeelen . Use of 'gpart list' suggested by by An

svn commit: r245267 - in stable/9: include lib/libc/gen

2013-01-10 Thread Brooks Davis
Author: brooks Date: Thu Jan 10 22:15:13 2013 New Revision: 245267 URL: http://svnweb.freebsd.org/changeset/base/245267 Log: MFC r241731: Replace our version of the pwcache(3) API with NetBSD's implementation. This adds two features: * uid_from_user() and gid_from_group() as the rev

svn commit: r245258 - in stable/9: share/man/man4 sys/net

2013-01-10 Thread Andrey V. Elsukov
Author: ae Date: Thu Jan 10 17:06:24 2013 New Revision: 245258 URL: http://svnweb.freebsd.org/changeset/base/245258 Log: MFC r244750: Add net.link.stf.permit_rfc1918 sysctl variable. It can be used to allow the use of private IPv4 addresses with stf(4). MFC r244752: Add an abili