svn commit: r225185 - stable/8/sbin/geom/class/part

2011-08-25 Thread Andrey V. Elsukov
Author: ae Date: Fri Aug 26 04:58:33 2011 New Revision: 225185 URL: http://svn.freebsd.org/changeset/base/225185 Log: MFC r225003: Add new section "BOOTSTRAPPING" to the gpart(8), that describes bootstrap code images used to boot from MBR, GPT, BSD and VTOC8 schemes. MFC r225023

svn commit: r225184 - in head/release/doc: en_US.ISO8859-1/hardware share/misc

2011-08-25 Thread Christian Brueffer
Author: brueffer Date: Thu Aug 25 21:20:11 2011 New Revision: 225184 URL: http://svn.freebsd.org/changeset/base/225184 Log: Auto-generate hardware notes for vxge(4). Approved by: re (kib) Modified: head/release/doc/en_US.ISO8859-1/hardware/article.sgml head/release/doc/share/misc/dev.

svn commit: r225181 - head/share/man/man9

2011-08-25 Thread Attilio Rao
Author: attilio Date: Thu Aug 25 17:42:27 2011 New Revision: 225181 URL: http://svn.freebsd.org/changeset/base/225181 Log: Fix an error in the generation of the manpage after r225177. Sponsored by: Sandvine Incorporated Submitted by: jkim Approved by: re (bz) MFC after:3 weeks

svn commit: r225177 - in head: share/man/man9 sys/kern sys/net sys/security/audit sys/sys sys/x86/acpica

2011-08-25 Thread Attilio Rao
Author: attilio Date: Thu Aug 25 15:51:54 2011 New Revision: 225177 URL: http://svn.freebsd.org/changeset/base/225177 Log: Fix a deficiency in the selinfo interface: If a selinfo object is recorded (via selrecord()) and then it is quickly destroyed, with the waiters missing the opportunity t

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

2011-08-25 Thread Konstantin Belousov
Author: kib Date: Thu Aug 25 10:00:38 2011 New Revision: 225172 URL: http://svn.freebsd.org/changeset/base/225172 Log: Clarify the behaviour of sigwait() on signal interruption, and note the difference between sigwait() and sigtimedwait()/sigwaitinfo(). Approved by: re (bz) Modified:

svn commit: r225171 - head/sys/contrib/pf/net

2011-08-25 Thread Bjoern A. Zeeb
Author: bz Date: Thu Aug 25 09:38:33 2011 New Revision: 225171 URL: http://svn.freebsd.org/changeset/base/225171 Log: Use the correct byte order for the ip_divert(4) mbuf tag port meta information in pf(4). Submitted by: Yaocl (chunlinyao gmail.com), forum post 145106 Approved by: re (

svn commit: r225169 - in head/sys: kern netinet sys

2011-08-25 Thread Bjoern A. Zeeb
Author: bz Date: Thu Aug 25 09:20:13 2011 New Revision: 225169 URL: http://svn.freebsd.org/changeset/base/225169 Log: Increase the defaults for the maximum socket buffer limit, and the maximum TCP send and receive buffer limits from 256kB to 2MB. For sb_max_adj we need to add the cast a

svn commit: r225168 - head/usr.sbin/mfiutil

2011-08-25 Thread Bjoern A. Zeeb
Author: bz Date: Thu Aug 25 08:47:38 2011 New Revision: 225168 URL: http://svn.freebsd.org/changeset/base/225168 Log: If a drive is not part of the array (i.e. missing) we need to print the new line after the pd state information as well, so move it to the outside of the block. Submitte

svn commit: r225167 - in head/lib/libarchive: . test

2011-08-25 Thread Martin Matuska
Author: mm Date: Thu Aug 25 08:35:09 2011 New Revision: 225167 URL: http://svn.freebsd.org/changeset/base/225167 Log: Import bugfix for reading and extracting of FreeBSD ISO images with tar. Upstream revision 3645 (merge of 3642): Change the mechanism handling a rr_moved directory, whic

svn commit: r225166 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs kern sys ufs/ffs

2011-08-25 Thread Martin Matuska
Author: mm Date: Thu Aug 25 08:17:39 2011 New Revision: 225166 URL: http://svn.freebsd.org/changeset/base/225166 Log: Generalize ffs_pages_remove() into vn_pages_remove(). Remove mapped pages for all dataset vnodes in zfs_rezget() using new vn_pages_remove() to fix mmapped files changed b