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: head/s

Re: svn commit: r208169 - head/lib/libarchive

2010-05-16 Thread Giorgos Keramidas
On Sun, 16 May 2010 20:43:17 + (UTC), Tim Kientzle wrote: > 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

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

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

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 head/sys/netine

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 t

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 orde

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: r207790 - head/usr.bin/tar

2010-05-16 Thread Tim Kientzle
Please try the attached patch and let me know if it fixes it for you... Cheers, Tim Anonymous wrote: Tim Kientzle writes: Author: kientzle Date: Sat May 8 16:28:22 2010 New Revision: 207790 URL: http://svn.freebsd.org/changeset/base/207790 Log: Config updates. Modified: head/usr.bin/

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

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:

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

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: 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 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 still will h

svn commit: r208166 - in head: cddl/contrib/opensolaris/lib/libzpool/common/sys sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2010-05-16 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun May 16 19:44:08 2010 New Revision: 208166 URL: http://svn.freebsd.org/changeset/base/208166 Log: Fix userland build by making io_task available only for the kernel and by providing taskq_dispatch_safe() macro. MFC after:1 week Modified: head/cddl/contrib/opens

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

2010-05-16 Thread Randall Stewart
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 still will hang on buildworld with a NFS problem. I suspect I am missing a p

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 i

svn commit: r208162 - in head/sys: dev/ata/chipsets powerpc/ofw

2010-05-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun May 16 17:55:09 2010 New Revision: 208162 URL: http://svn.freebsd.org/changeset/base/208162 Log: Relocate interrupt sense setting for K2 SATA from the ATA driver to the OFW PCI layer and read the sense directly from the device tree instead of guessing. MFC a

svn commit: r208160 - head/sys/netinet

2010-05-16 Thread Randall Stewart
Author: rrs Date: Sun May 16 17:03:56 2010 New Revision: 208160 URL: http://svn.freebsd.org/changeset/base/208160 Log: This adds back the Iterator to the sctp code base. We now properly have ONE thread that services all VNET's. Also we purge out the old timer based iterator code which had

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: r208152 - in head/sys: dev/ofw powerpc/aim powerpc/ofw

2010-05-16 Thread Nathan Whitehorn
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 take over control of the SMU. Without doing this, the firmware background p

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: head/sys/powerpc/cpufreq/

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 U3/U

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

2010-05-16 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun May 16 15:14:59 2010 New Revision: 208148 URL: http://svn.freebsd.org/changeset/base/208148 Log: Allow to configure UMA usage for ZIO data via loader and turn it on by default for amd64. On i386 I saw performance degradation when UMA was used, but for amd64 it should he

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 ac

Re: svn commit: r208075 - in head/usr.sbin/apmd: . contrib

2010-05-16 Thread Bruce Evans
On Fri, 14 May 2010, Ulrich Spoerlein wrote: Log: Sync apmd(8) with DragonflyBSD, bringing WARNS to 3 Reviewed by: ed (partial, long time ago) ... Modified: head/usr.sbin/apmd/apmd.c == --- head/usr.sbin/apmd/apmd.c

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

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

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