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