svn commit: r208409 - head/sys/dev/pci

2010-05-21 Thread Alexander Motin
Author: mav Date: Sat May 22 03:19:30 2010 New Revision: 208409 URL: http://svn.freebsd.org/changeset/base/208409 Log: Honor hw.pci.do_power_nodriver on resume. Power-down devices without driver attached. Modified: head/sys/dev/pci/pci.c Modified: head/sys/dev/pci/pci.c ===

svn commit: r208407 - head/usr.sbin/sysinstall

2010-05-21 Thread Randi Harper
Author: randi Date: Sat May 22 00:43:14 2010 New Revision: 208407 URL: http://svn.freebsd.org/changeset/base/208407 Log: Flush all routes before adding the default route in order to allow sysinstall to cleanly re-initialize the network. PR: bin/145553 Submitted by: gcooper Approved by

Re: svn commit: r208389 - in head: usr.bin/vmstat usr.sbin/iostat

2010-05-21 Thread Sean Bruno
On Fri, 2010-05-21 at 10:54 -0700, John Baldwin wrote: > On Friday 21 May 2010 1:10:53 pm Sean Bruno wrote: > > Author: sbruno > > Date: Fri May 21 17:10:52 2010 > > New Revision: 208389 > > URL: http://svn.freebsd.org/changeset/base/208389 > > > > Log: > > Allow sub-second interval timings for

svn commit: r208405 - head/sys/powerpc/aim

2010-05-21 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri May 21 20:46:01 2010 New Revision: 208405 URL: http://svn.freebsd.org/changeset/base/208405 Log: Now that single-threaded access to firmware is enforced by IPI_RENDEZVOUS, the ofw mutex is irrelevant. Modified: head/sys/powerpc/aim/ofw_machdep.c Modified: head/

svn commit: r208394 - head/share/misc

2010-05-21 Thread Jayachandran C.
Author: jchandra Date: Fri May 21 19:08:24 2010 New Revision: 208394 URL: http://svn.freebsd.org/changeset/base/208394 Log: Fixup order of entries (including mine), reported by y...@freebsd.org Approved by: rrs (mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/

Re: svn commit: r208389 - in head: usr.bin/vmstat usr.sbin/iostat

2010-05-21 Thread John Baldwin
On Friday 21 May 2010 1:10:53 pm Sean Bruno wrote: > Author: sbruno > Date: Fri May 21 17:10:52 2010 > New Revision: 208389 > URL: http://svn.freebsd.org/changeset/base/208389 > > Log: > Allow sub-second interval timings for iostat and vmstat. > e.g. > vmstat -w.5 > iostat -w.5 It should

svn commit: r208393 - in head/sys/dev: mvs siis

2010-05-21 Thread Alexander Motin
Author: mav Date: Fri May 21 17:26:16 2010 New Revision: 208393 URL: http://svn.freebsd.org/changeset/base/208393 Log: Improve suspend/resume support. Make sure controller is idle on suspend and reset it on resume. Modified: head/sys/dev/mvs/mvs.c head/sys/dev/siis/siis.c Modified: head/

svn commit: r208392 - in head/sys: amd64/amd64 ia64/ia64 kern mips/mips

2010-05-21 Thread John Baldwin
Author: jhb Date: Fri May 21 17:17:56 2010 New Revision: 208392 URL: http://svn.freebsd.org/changeset/base/208392 Log: - Adjust the whitespace for the lines that output fields in 'show pcpu' in DDB so that all the fields line up. - Print out the tid of the per-CPU idlethread instead of the

svn commit: r208391 - head/sys/kern

2010-05-21 Thread John Baldwin
Author: jhb Date: Fri May 21 17:15:56 2010 New Revision: 208391 URL: http://svn.freebsd.org/changeset/base/208391 Log: Assert that the thread passed to sched_bind() and sched_unbind() is curthread as those routines are only supported for curthread currently. MFC after:1 month Modifie

svn commit: r208390 - in head/sys: kern sys

2010-05-21 Thread John Baldwin
Author: jhb Date: Fri May 21 17:14:36 2010 New Revision: 208390 URL: http://svn.freebsd.org/changeset/base/208390 Log: Allow a const char * to be passed as the process name to kproc_kthread_add() without generating a warning. MFC after:1 month Modified: head/sys/kern/kern_kthread.c

svn commit: r208389 - in head: usr.bin/vmstat usr.sbin/iostat

2010-05-21 Thread Sean Bruno
Author: sbruno Date: Fri May 21 17:10:52 2010 New Revision: 208389 URL: http://svn.freebsd.org/changeset/base/208389 Log: Allow sub-second interval timings for iostat and vmstat. e.g. vmstat -w.5 iostat -w.5 Reviewed by: jhb Approved by: scottl (mentor) Obtained from:Yah

svn commit: r208388 - head/sys/boot/i386/zfsboot

2010-05-21 Thread John Baldwin
Author: jhb Date: Fri May 21 16:58:52 2010 New Revision: 208388 URL: http://svn.freebsd.org/changeset/base/208388 Log: - Set 'dmadat' earlier so that we properly setup the heap if we fail to locate a high memory area for the heap using the SMAP. - Read the number of hard drive devices from

Re: svn commit: r208375 - in head/sys/dev: ahci ata

2010-05-21 Thread Garrett Cooper
On Fri, May 21, 2010 at 6:29 AM, Alexander Motin wrote: > Author: mav > Date: Fri May 21 13:29:28 2010 > New Revision: 208375 > URL: http://svn.freebsd.org/changeset/base/208375 > > Log: >  Improve suspend/resume support. Make sure controller is idle on suspend >  and reset it on resume. Awes

svn commit: r208379 - head/sys/dev/mxge

2010-05-21 Thread Andrew Gallatin
Author: gallatin Date: Fri May 21 15:57:24 2010 New Revision: 208379 URL: http://svn.freebsd.org/changeset/base/208379 Log: Add interrupt descriptions for mxge's msi-x vectors Modified: head/sys/dev/mxge/if_mxge.c Modified: head/sys/dev/mxge/if_mxge.c

svn commit: r208375 - in head/sys/dev: ahci ata

2010-05-21 Thread Alexander Motin
Author: mav Date: Fri May 21 13:29:28 2010 New Revision: 208375 URL: http://svn.freebsd.org/changeset/base/208375 Log: Improve suspend/resume support. Make sure controller is idle on suspend and reset it on resume. Modified: head/sys/dev/ahci/ahci.c head/sys/dev/ata/ata-all.c Modified: h

svn commit: r208374 - head/sys/kern

2010-05-21 Thread Konstantin Belousov
Author: kib Date: Fri May 21 10:36:29 2010 New Revision: 208374 URL: http://svn.freebsd.org/changeset/base/208374 Log: Remove PIOLLHUP from the flags used to test for to set exceptfsd fd_set bits in select(2). It seems that historical behaviour is to not reporting exception on EOF, and sever

svn commit: r208373 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2010-05-21 Thread Martin Matuska
Author: mm Date: Fri May 21 09:52:49 2010 New Revision: 208373 URL: http://svn.freebsd.org/changeset/base/208373 Log: Update L2ARC code and fix several bugs. - improve ARC memory consumption (Bug ID 6488341) - ARC/L2ARC metadata accounting (Bug ID 6748019) - L2ARC turbo warmup (Bud ID 6

svn commit: r208372 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-05-21 Thread Martin Matuska
Author: mm Date: Fri May 21 09:35:28 2010 New Revision: 208372 URL: http://svn.freebsd.org/changeset/base/208372 Log: Reorder some already introduced locking variables. OpenSolaris onnv revision:8214:d7abf7c1f1c1 Approved by: pjd, delphij (mentor) Obtained from:OpenSolar

svn commit: r208371 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-05-21 Thread Martin Matuska
Author: mm Date: Fri May 21 08:55:18 2010 New Revision: 208371 URL: http://svn.freebsd.org/changeset/base/208371 Log: Fix stack overflow in zfs send. OpenSolaris onnv-revision: 8012:8ea30813950f Approved by: pjd, delphij (mentor) Obtained from:OpenSolaris (Bug ID 6765626)

svn commit: r208370 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2010-05-21 Thread Martin Matuska
Author: mm Date: Fri May 21 08:50:34 2010 New Revision: 208370 URL: http://svn.freebsd.org/changeset/base/208370 Log: Fix: vdev_reopen() can lead to failed allocations OpenSolaris onnv-revision: 7980:589f37f25048 Approved by: pjd, delphij (mentor) Obtained from:OpenSolaris (