svn commit: r248264 - head/sys/dev/ath

2013-03-14 Thread Adrian Chadd
Author: adrian Date: Thu Mar 14 06:20:02 2013 New Revision: 248264 URL: http://svnweb.freebsd.org/changeset/base/248264 Log: Implement holding buffers per TX queue rather than globally. When working on TDMA, Sam Leffler found that the MAC DMA hardware would re-read the last TX descriptor

svn commit: r248265 - head/cddl/contrib/opensolaris/cmd/zfs

2013-03-14 Thread Martin Matuska
Author: mm Date: Thu Mar 14 08:18:40 2013 New Revision: 248265 URL: http://svnweb.freebsd.org/changeset/base/248265 Log: Update zfs.8 manpage date (missing in r247585) MFC: together with r247585 Modified: head/cddl/contrib/opensolaris/cmd/zfs/zfs.8 Modified:

svn commit: r248266 - in vendor/illumos/dist: cmd/zdb cmd/zpool man/man1m

2013-03-14 Thread Martin Matuska
Author: mm Date: Thu Mar 14 08:25:10 2013 New Revision: 248266 URL: http://svnweb.freebsd.org/changeset/base/248266 Log: Update vendor/illumos/dist to illumos-gate 13983:fe80600e1f8e Illumos ZFS issues: 3604 zdb should print bpobjs more verbosely (fix zdb hang) 3606 zpool status -x

svn commit: r248267 - in head/cddl/contrib/opensolaris/cmd: zdb zpool

2013-03-14 Thread Martin Matuska
Author: mm Date: Thu Mar 14 10:02:59 2013 New Revision: 248267 URL: http://svnweb.freebsd.org/changeset/base/248267 Log: MFV r248266: Import minor ZFS changes from vendor Illumos ZFS issues: 3604 zdb should print bpobjs more verbosely (fix zdb hang) 3606 zpool status -x shouldn't

Re: svn commit: r248257 - head/share/man/man4

2013-03-14 Thread Gleb Smirnoff
On Wed, Mar 13, 2013 at 10:27:01PM +, Joel Dahl wrote: J Author: joel (doc committer) J Date: Wed Mar 13 22:27:01 2013 J New Revision: 248257 J URL: http://svnweb.freebsd.org/changeset/base/248257 J J Log: J vinum isn't a new product. vinum is actually not present in modern FreeBSD, gvinum

Re: svn commit: r248257 - head/share/man/man4

2013-03-14 Thread Joel Dahl
On Thu, Mar 14, 2013 at 02:09:45PM +0400, Gleb Smirnoff wrote: On Wed, Mar 13, 2013 at 10:27:01PM +, Joel Dahl wrote: J Author: joel (doc committer) J Date: Wed Mar 13 22:27:01 2013 J New Revision: 248257 J URL: http://svnweb.freebsd.org/changeset/base/248257 J J Log: J vinum isn't

svn commit: r248273 - head/share/man/man4

2013-03-14 Thread Joel Dahl
Author: joel (doc committer) Date: Thu Mar 14 18:46:11 2013 New Revision: 248273 URL: http://svnweb.freebsd.org/changeset/base/248273 Log: Add GEOM_* kernel options to the SYNOPSIS. Modified: head/share/man/man4/geom.4 Modified: head/share/man/man4/geom.4

svn commit: r248274 - head/sbin/gvinum

2013-03-14 Thread Joel Dahl
Author: joel (doc committer) Date: Thu Mar 14 18:55:41 2013 New Revision: 248274 URL: http://svnweb.freebsd.org/changeset/base/248274 Log: Minor mdoc fixes. Modified: head/sbin/gvinum/gvinum.8 Modified: head/sbin/gvinum/gvinum.8

svn commit: r248275 - head/sys/conf

2013-03-14 Thread Joel Dahl
Author: joel (doc committer) Date: Thu Mar 14 19:36:20 2013 New Revision: 248275 URL: http://svnweb.freebsd.org/changeset/base/248275 Log: Fix minor spelling error in a comment. Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES

svn commit: r248276 - head/sys/kern

2013-03-14 Thread Konstantin Belousov
Author: kib Date: Thu Mar 14 19:48:25 2013 New Revision: 248276 URL: http://svnweb.freebsd.org/changeset/base/248276 Log: Rewrite the vfs_bio_clrbuf(9) to not access the b_data for B_VMIO buffers directly, use pmap_zero_page_area(9) for each zeroing page region instead. Sponsored by:

svn commit: r248277 - head/sys/vm

2013-03-14 Thread Konstantin Belousov
Author: kib Date: Thu Mar 14 19:50:09 2013 New Revision: 248277 URL: http://svnweb.freebsd.org/changeset/base/248277 Log: Remove excessive and inconsistent initializers for the various kernel maps and submaps. MFC after:2 weeks Modified: head/sys/vm/vm_kern.c Modified:

svn commit: r248278 - head/share/man/man4

2013-03-14 Thread Joel Dahl
Author: joel (doc committer) Date: Thu Mar 14 19:56:21 2013 New Revision: 248278 URL: http://svnweb.freebsd.org/changeset/base/248278 Log: Sort sections. Modified: head/share/man/man4/udp.4 Modified: head/share/man/man4/udp.4

svn commit: r248279 - head/sbin/recoverdisk

2013-03-14 Thread Xin LI
Author: delphij Date: Thu Mar 14 20:05:49 2013 New Revision: 248279 URL: http://svnweb.freebsd.org/changeset/base/248279 Log: Correct type for DIOCGSTRIPESIZE. Without this there would be a stack overflow which will crash the program later. PR: bin/176953 Submitted by:

svn commit: r248280 - in head/sys: amd64/amd64 arm/arm arm/include i386/i386 i386/xen ia64/ia64 mips/mips powerpc/aim powerpc/booke powerpc/powerpc sparc64/sparc64 vm

2013-03-14 Thread Konstantin Belousov
Author: kib Date: Thu Mar 14 20:18:12 2013 New Revision: 248280 URL: http://svnweb.freebsd.org/changeset/base/248280 Log: Add pmap function pmap_copy_pages(), which copies the content of the pages around, taking array of vm_page_t both for source and destination. Starting offsets and total

svn commit: r248281 - head/lib/libutil

2013-03-14 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Mar 14 20:22:52 2013 New Revision: 248281 URL: http://svnweb.freebsd.org/changeset/base/248281 Log: When pidptr was passed as NULL to pidfile_open(3), we were returning EAGAIN/EWOULDBLOCK when another daemon was running and had the pidfile open. We should return EEXIST

svn commit: r248282 - in head/sys: fs/cd9660 fs/ext2fs fs/msdosfs fs/udf kern sys ufs/ffs

2013-03-14 Thread Konstantin Belousov
Author: kib Date: Thu Mar 14 20:28:26 2013 New Revision: 248282 URL: http://svnweb.freebsd.org/changeset/base/248282 Log: Add currently unused flag argument to the cluster_read(), cluster_write() and cluster_wbuild() functions. The flags to be allowed are a subset of the GB_* flags for

svn commit: r248283 - in head/sys: kern ufs/ffs vm

2013-03-14 Thread Konstantin Belousov
Author: kib Date: Thu Mar 14 20:31:39 2013 New Revision: 248283 URL: http://svnweb.freebsd.org/changeset/base/248283 Log: Some style fixes. Sponsored by: The FreeBSD Foundation Modified: head/sys/kern/vfs_bio.c head/sys/kern/vfs_cluster.c head/sys/ufs/ffs/ffs_balloc.c

svn commit: r248284 - stable/9/cddl/contrib/opensolaris/tools/ctf/cvt

2013-03-14 Thread Dimitry Andric
Author: dim Date: Thu Mar 14 21:18:19 2013 New Revision: 248284 URL: http://svnweb.freebsd.org/changeset/base/248284 Log: MFC r247960: Make ctfconvert work correctly on clang-compiled object files. Clang puts the full original source filename in the STT_FILE entry of the ELF

svn commit: r248285 - head/share/misc

2013-03-14 Thread Joel Dahl
Author: joel (doc committer) Date: Thu Mar 14 21:20:46 2013 New Revision: 248285 URL: http://svnweb.freebsd.org/changeset/base/248285 Log: Add FreeBSD 9.1. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

svn commit: r248286 - head/sbin/hastctl

2013-03-14 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Mar 14 21:21:14 2013 New Revision: 248286 URL: http://svnweb.freebsd.org/changeset/base/248286 Log: Removed redundant includes. Modified: head/sbin/hastctl/hastctl.c Modified: head/sbin/hastctl/hastctl.c

svn commit: r248287 - in stable/9/sys: dev/ixgbe net sys

2013-03-14 Thread Jack F Vogel
Author: jfv Date: Thu Mar 14 21:39:39 2013 New Revision: 248287 URL: http://svnweb.freebsd.org/changeset/base/248287 Log: MFC of the ixgbe driver including the follow revisions: 235547,235964,241616,241646,241856,241885,242403, 242421,243714,243716,243718,243721,243724,243725,

svn commit: r248290 - head/sys/conf

2013-03-14 Thread Brooks Davis
Author: brooks Date: Thu Mar 14 22:16:13 2013 New Revision: 248290 URL: http://svnweb.freebsd.org/changeset/base/248290 Log: FDT_DTS_FILE is expanded in a Makefile so use :R to remove the suffix rather than using echo|cut to remove everything after the first '.'. Modified:

svn commit: r248291 - head/sbin/hastctl

2013-03-14 Thread Dmitry Morozovsky
Author: marck (doc committer) Date: Thu Mar 14 22:29:37 2013 New Revision: 248291 URL: http://svnweb.freebsd.org/changeset/base/248291 Log: Rename 'status' command to 'list' and introduce new 'status' which produces more terse output more observable for both scripts and humans. Also, it

svn commit: r248292 - stable/9/sys/dev/e1000

2013-03-14 Thread Jack F Vogel
Author: jfv Date: Thu Mar 14 22:55:59 2013 New Revision: 248292 URL: http://svnweb.freebsd.org/changeset/base/248292 Log: MFC of the E1000 drivers including revisions: r238765 | luigi | 2012-07-25 04:28:15 -0700 (Wed,

svn commit: r248293 - in stable/9/usr.sbin/makefs: . cd9660 ffs

2013-03-14 Thread Brooks Davis
Author: brooks Date: Thu Mar 14 22:57:27 2013 New Revision: 248293 URL: http://svnweb.freebsd.org/changeset/base/248293 Log: MFC all change to makefs through r247052. Key functional changes include: r239562: Add -p flag to create the image as a sparse file. r242501: If no

svn commit: r248294 - head/sbin/hastd

2013-03-14 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Mar 14 23:03:48 2013 New Revision: 248294 URL: http://svnweb.freebsd.org/changeset/base/248294 Log: Delete requests can be larger than MAXPHYS. Modified: head/sbin/hastd/secondary.c Modified: head/sbin/hastd/secondary.c

svn commit: r248295 - head/sys/geom/gate

2013-03-14 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Mar 14 23:07:01 2013 New Revision: 248295 URL: http://svnweb.freebsd.org/changeset/base/248295 Log: We don't need buffer to handle BIO_DELETE, so don't check buffer size for it. This fixes handling BIO_DELETE larger than MAXPHYS. Modified: head/sys/geom/gate/g_gate.c

svn commit: r248296 - head/sbin/hastd

2013-03-14 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Mar 14 23:11:52 2013 New Revision: 248296 URL: http://svnweb.freebsd.org/changeset/base/248296 Log: Minor corrections. Modified: head/sbin/hastd/hastd.8 Modified: head/sbin/hastd/hastd.8 == ---

svn commit: r248297 - head/sbin/hastd

2013-03-14 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Mar 14 23:14:47 2013 New Revision: 248297 URL: http://svnweb.freebsd.org/changeset/base/248297 Log: Now that ioctl(2) is allowed in capability mode and we can limit ioctls for the given descriptors, use Capsicum sandboxing for hastd in primary and secondary modes.

svn commit: r248298 - head/sys/kern

2013-03-14 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Mar 14 23:20:18 2013 New Revision: 248298 URL: http://svnweb.freebsd.org/changeset/base/248298 Log: Accessing td_state requires thread lock to be held. Submitted by: Rudo Tomori Reviewed by: kib Modified: head/sys/kern/kern_racct.c Modified:

svn commit: r248299 - in vendor/NetBSD/libc-vis: . 20121214 20121214a 20121412 20121412a 20130221 20132102

2013-03-14 Thread Brooks Davis
Author: brooks Date: Thu Mar 14 23:25:01 2013 New Revision: 248299 URL: http://svnweb.freebsd.org/changeset/base/248299 Log: Fix the date command for tagging imports in the instructions and rename the resulting errant tags to from DDMM to MMDD. Added:

svn commit: r248300 - head/sys/kern

2013-03-14 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Mar 14 23:25:42 2013 New Revision: 248300 URL: http://svnweb.freebsd.org/changeset/base/248300 Log: When throttling a process to enforce RACCT limits, do not use neither PBDRY (which simply doesn't make any sense) nor PCATCH (which could be used by a malicious

svn commit: r248301 - in vendor/NetBSD: unvis unvis/20130221 unvis/20132102 vis vis/20130221 vis/20132102

2013-03-14 Thread Brooks Davis
Author: brooks Date: Thu Mar 14 23:35:52 2013 New Revision: 248301 URL: http://svnweb.freebsd.org/changeset/base/248301 Log: Correct typo in update instuctions and resulting DDMM format tags. Added: vendor/NetBSD/unvis/20130221/ - copied from r248300, vendor/NetBSD/unvis/20132102/

svn commit: r248302 - in head: contrib/libc-vis lib/libc/gen

2013-03-14 Thread Brooks Davis
Author: brooks Date: Thu Mar 14 23:51:47 2013 New Revision: 248302 URL: http://svnweb.freebsd.org/changeset/base/248302 Log: Update to the latest (un)vis(3) sources from NetBSD. This adds multibyte support[0] and the new functions strenvisx and strsenvisx. Add MLINKS for vis(3)

svn commit: r248304 - head/tools/regression/pjdfstest/tests

2013-03-14 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri Mar 15 00:10:38 2013 New Revision: 248304 URL: http://svnweb.freebsd.org/changeset/base/248304 Log: Make file name generation to work with both new and old versions of OpenSSL. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r248305 - vendor/tzdata/dist

2013-03-14 Thread Edwin Groothuis
Author: edwin Date: Fri Mar 15 00:17:19 2013 New Revision: 248305 URL: http://svnweb.freebsd.org/changeset/base/248305 Log: Vendor import of tzdata2013b: Lots of historical data added. Morocco: add DST rules for the coming years Cuba: Doing DST in 2013. Chili: Will do DST in 2013

svn commit: r248306 - vendor/tzdata/tzdata2013b

2013-03-14 Thread Edwin Groothuis
Author: edwin Date: Fri Mar 15 00:25:54 2013 New Revision: 248306 URL: http://svnweb.freebsd.org/changeset/base/248306 Log: Tag of tzdata 2013b Added: vendor/tzdata/tzdata2013b/ - copied from r248305, vendor/tzdata/dist/ ___

svn commit: r248307 - head/contrib/tzdata

2013-03-14 Thread Edwin Groothuis
Author: edwin Date: Fri Mar 15 00:27:24 2013 New Revision: 248307 URL: http://svnweb.freebsd.org/changeset/base/248307 Log: MFV of 248305, tzdata2013b Lots of historical data added. Morocco: add DST rules for the coming years Cuba: Doing DST in 2013. Chili: Will do DST in 2013 as

svn commit: r248308 - stable/6/share/zoneinfo

2013-03-14 Thread Edwin Groothuis
Author: edwin Date: Fri Mar 15 00:48:55 2013 New Revision: 248308 URL: http://svnweb.freebsd.org/changeset/base/248308 Log: Merge of current of tzdata2013b Lots of historical data added. Morocco: add DST rules for the coming years Cuba: Doing DST in 2013. Chili: Will do DST in

svn commit: r248309 - stable/7/share/zoneinfo

2013-03-14 Thread Edwin Groothuis
Author: edwin Date: Fri Mar 15 01:01:14 2013 New Revision: 248309 URL: http://svnweb.freebsd.org/changeset/base/248309 Log: Merge of current of tzdata2013b Lots of historical data added. Morocco: add DST rules for the coming years Cuba: Doing DST in 2013. Chili: Will do DST in

svn commit: r248310 - stable/9/contrib/tzdata

2013-03-14 Thread Edwin Groothuis
Author: edwin Date: Fri Mar 15 01:02:35 2013 New Revision: 248310 URL: http://svnweb.freebsd.org/changeset/base/248310 Log: Merge of current of tzdata2013b Lots of historical data added. Morocco: add DST rules for the coming years Cuba: Doing DST in 2013. Chili: Will do DST in

svn commit: r248311 - head/sys/dev/ath

2013-03-14 Thread Adrian Chadd
Author: adrian Date: Fri Mar 15 02:52:37 2013 New Revision: 248311 URL: http://svnweb.freebsd.org/changeset/base/248311 Log: Add locking around the new holdingbf code. Since this is being done during buffer free, it's a crap shoot whether the TX path lock is held or not. I tried putting

svn commit: r248312 - head/sys/dev/ath

2013-03-14 Thread Adrian Chadd
Author: adrian Date: Fri Mar 15 04:43:27 2013 New Revision: 248312 URL: http://svnweb.freebsd.org/changeset/base/248312 Log: Remove a now incorrect comment. This comment dates back to my initial stab at TX aggregation completion, where I didn't even bother trying to do software retries.

svn commit: r248313 - in stable/9/usr.sbin/sysinstall: . help

2013-03-14 Thread Devin Teske
Author: dteske Date: Fri Mar 15 05:00:51 2013 New Revision: 248313 URL: http://svnweb.freebsd.org/changeset/base/248313 Log: Add support for installation directly via HTTP. Submitted by: Rick Miller vmil...@hostileadmin.com Reviewed by: jkh Added: