Re: svn commit: r208119 - head/sys/dev/isp

2010-05-16 Thread Matthew Jacob
On 5/15/2010 8:17 PM, Rob Farmer wrote: On Sat, May 15, 2010 at 1:26 PM, Matt Jacobmja...@freebsd.org wrote: Author: mjacob Date: Sat May 15 20:26:10 2010 New Revision: 208119 URL: http://svn.freebsd.org/changeset/base/208119 Log: Whap. Hook up some wires that were forgotten a few

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

2010-05-16 Thread Martin Matuska
Author: mm Date: Sun May 16 07:16:28 2010 New Revision: 208130 URL: http://svn.freebsd.org/changeset/base/208130 Log: Fix perfomance problem with ZFS prefetch caching [1] Add statistics for ZFS prefetch (sysctl kstat.zfs.misc.zfetchstats) Partial import of OpenSolaris onnv revision

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

2010-05-16 Thread Martin Matuska
Author: mm Date: Sun May 16 07:46:03 2010 New Revision: 208131 URL: http://svn.freebsd.org/changeset/base/208131 Log: Fix deadlock between zfs_dirent_lock and zfs_rmdir OpenSolaris onnv revision:11321:506b7043a14c Approved by: pjd, delphij (mentor) Obtained from:

svn commit: r208132 - head/sbin/bsdlabel

2010-05-16 Thread Kevin Lo
Author: kevlo Date: Sun May 16 08:03:24 2010 New Revision: 208132 URL: http://svn.freebsd.org/changeset/base/208132 Log: Use setresuid/setresgid to drop privileges Modified: head/sbin/bsdlabel/bsdlabel.c Modified: head/sbin/bsdlabel/bsdlabel.c

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

2010-05-16 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun May 16 11:56:42 2010 New Revision: 208142 URL: http://svn.freebsd.org/changeset/base/208142 Log: The whole point of having dedicated worker thread for each leaf VDEV was to avoid calling zio_interrupt() from geom_up thread context. It turns out that when provider is

svn commit: r208143 - head/sys/modules/cas

2010-05-16 Thread Marius Strobl
Author: marius Date: Sun May 16 12:39:17 2010 New Revision: 208143 URL: http://svn.freebsd.org/changeset/base/208143 Log: Add the ofw_bus_if.h dependency introduced with r207585. Modified: head/sys/modules/cas/Makefile Modified: head/sys/modules/cas/Makefile

svn commit: r208147 - in head/sys/cddl: compat/opensolaris/kern compat/opensolaris/sys contrib/opensolaris/uts/common/fs/zfs contrib/opensolaris/uts/common/fs/zfs/sys

2010-05-16 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun May 16 15:12:34 2010 New Revision: 208147 URL: http://svn.freebsd.org/changeset/base/208147 Log: Add task structure to zio and use it instead of allocating one. This eliminates the only place where we can sleep when calling zio_interrupt(). As a side-effect this can

svn commit: r208149 - in head/sys: conf dev/pci powerpc/include powerpc/powermac powerpc/powerpc

2010-05-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun May 16 15:18:25 2010 New Revision: 208149 URL: http://svn.freebsd.org/changeset/base/208149 Log: Add support for the U4 PCI-Express bridge chipset used in late-generation Powermac G5 systems. MSI and several other things are not presently supported. The

svn commit: r208150 - head/sys/powerpc/cpufreq

2010-05-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun May 16 15:21:13 2010 New Revision: 208150 URL: http://svn.freebsd.org/changeset/base/208150 Log: On SMP G5 systems, sometimes the power-mode-data property is only found on CPU 0, so look there if it is not otherwise available. Modified:

svn commit: r208159 - head/sys/vm

2010-05-16 Thread Alan Cox
Author: alc Date: Sun May 16 16:54:05 2010 New Revision: 208159 URL: http://svn.freebsd.org/changeset/base/208159 Log: Add a comment about the proper use of vm_object_page_remove(). MFC after:1 week Modified: head/sys/vm/vm_object.c Modified: head/sys/vm/vm_object.c

svn commit: r208164 - head/sys/vm

2010-05-16 Thread Alan Cox
Author: alc Date: Sun May 16 19:25:56 2010 New Revision: 208164 URL: http://svn.freebsd.org/changeset/base/208164 Log: Correct an error of omission in r202897: Now that amd64 uses the direct map to access the message buffer, we must explicitly request that the underlying physical pages are

Re: svn commit: r208165 - in head/sys: kern mips/conf mips/include mips/mips mips/rmi mips/rmi/dev/xlr

2010-05-16 Thread Juli Mallett
On Sun, May 16, 2010 at 12:43, Randall Stewart r...@freebsd.org wrote: Author: rrs Date: Sun May 16 19:43:48 2010 New Revision: 208165 URL: http://svn.freebsd.org/changeset/base/208165 Log:  This pushes all of JC's patches that I have in place. I  am now able to run 32 cores ok.. but I

svn commit: r208167 - head/sys/powerpc/powermac

2010-05-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun May 16 19:57:38 2010 New Revision: 208167 URL: http://svn.freebsd.org/changeset/base/208167 Log: Enable smu(4) to report fan speeds on late-model Powermac G5s. Modified: head/sys/powerpc/powermac/smu.c Modified: head/sys/powerpc/powermac/smu.c

Re: svn commit: r207141 - in head: lib/libufs sbin/dumpfs sbin/fsck_ffs sbin/fsdb sbin/tunefs sys/kern sys/sys sys/ufs/ffs sys/ufs/ufs usr.sbin/makefs/ffs

2010-05-16 Thread Dimitry Andric
On 2010-04-24 09:05, Jeff Roberson wrote: Author: jeff Date: Sat Apr 24 07:05:35 2010 New Revision: 207141 URL: http://svn.freebsd.org/changeset/base/207141 Log: - Merge soft-updates journaling from projects/suj/head into head. This brings in support for an optional intent log

svn commit: r208168 - head/sys/powerpc/powermac

2010-05-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun May 16 20:31:31 2010 New Revision: 208168 URL: http://svn.freebsd.org/changeset/base/208168 Log: It is not necessary (and in some cases harmful) to hardcode ata_kauai's IRQ to 39 on K2 devices, as well as Shasta ones. Reported by: Andreas Tobler Modified:

svn commit: r208169 - head/lib/libarchive

2010-05-16 Thread Tim Kientzle
Author: kientzle Date: Sun May 16 20:43:17 2010 New Revision: 208169 URL: http://svn.freebsd.org/changeset/base/208169 Log: Reorganize slightly in preparation for making lzma and bz2 support conditional. Modified: head/lib/libarchive/Makefile head/lib/libarchive/config_freebsd.h

svn commit: r208170 - head/usr.bin/wc

2010-05-16 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun May 16 21:06:26 2010 New Revision: 208170 URL: http://svn.freebsd.org/changeset/base/208170 Log: On SIGINFO print current values on stderr. Modified: head/usr.bin/wc/wc.c Modified: head/usr.bin/wc/wc.c

Re: svn commit: r208152 - in head/sys: dev/ofw powerpc/aim powerpc/ofw

2010-05-16 Thread Marius Strobl
On Sun, May 16, 2010 at 03:57:00PM +, Nathan Whitehorn wrote: Author: nwhitehorn Date: Sun May 16 15:56:59 2010 New Revision: 208152 URL: http://svn.freebsd.org/changeset/base/208152 Log: On PowerMac11,2 and (presumably) PowerMac12,1, we need to quiesce the firmware in order to

Re: svn commit: r208152 - in head/sys: dev/ofw powerpc/aim powerpc/ofw

2010-05-16 Thread Nathan Whitehorn
On 05/16/10 16:38, Marius Strobl wrote: On Sun, May 16, 2010 at 03:57:00PM +, Nathan Whitehorn wrote: Author: nwhitehorn Date: Sun May 16 15:56:59 2010 New Revision: 208152 URL: http://svn.freebsd.org/changeset/base/208152 Log: On PowerMac11,2 and (presumably) PowerMac12,1, we need

svn commit: r208171 - in head/sys: net netinet6

2010-05-16 Thread Kip Macy
Author: kmacy Date: Sun May 16 21:48:39 2010 New Revision: 208171 URL: http://svn.freebsd.org/changeset/base/208171 Log: allocate ipv6 flows from the ipv6 flow zone reported by: rrs@ MFC after:3 days Modified: head/sys/net/flowtable.c head/sys/net/flowtable.h

svn commit: r208172 - in head/sys: dev/ofw powerpc/aim powerpc/ofw

2010-05-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun May 16 22:01:43 2010 New Revision: 208172 URL: http://svn.freebsd.org/changeset/base/208172 Log: Pull OF_quiesce() out of the MI Open Firmware layer and entirely into PPC ofw_machdep.c, in recognition of its state as a machine specific hack. Requested by:

Re: svn commit: r208152 - in head/sys: dev/ofw powerpc/aim powerpc/ofw

2010-05-16 Thread Nathan Whitehorn
On 05/16/10 16:47, Nathan Whitehorn wrote: On 05/16/10 16:38, Marius Strobl wrote: On Sun, May 16, 2010 at 03:57:00PM +, Nathan Whitehorn wrote: Author: nwhitehorn Date: Sun May 16 15:56:59 2010 New Revision: 208152 URL: http://svn.freebsd.org/changeset/base/208152 Log: On PowerMac11,2

svn commit: r208173 - in head: sbin/geom/class/part sys/geom/part

2010-05-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun May 16 22:21:33 2010 New Revision: 208173 URL: http://svn.freebsd.org/changeset/base/208173 Log: Teach gpart about bootcode on APM. Modified: head/sbin/geom/class/part/geom_part.c head/sys/geom/part/g_part_apm.c Modified: head/sbin/geom/class/part/geom_part.c

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

2010-05-16 Thread Alan Cox
Author: alc Date: Sun May 16 23:45:10 2010 New Revision: 208175 URL: http://svn.freebsd.org/changeset/base/208175 Log: On entry to pmap_enter(), assert that the page is busy. While I'm here, make the style of assertion used by pmap_enter() consistent across all architectures. On entry

svn commit: r208183 - in head/sys: conf modules/mvs

2010-05-16 Thread Alexander Motin
Author: mav Date: Mon May 17 03:51:57 2010 New Revision: 208183 URL: http://svn.freebsd.org/changeset/base/208183 Log: Make mvs_if.c to not be always linked statically into the kernel. Link it same way as mvs.c. Modified: head/sys/conf/files head/sys/modules/mvs/Makefile Modified: