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
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
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
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
=
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
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
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
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
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
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
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/
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:
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:
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
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
===
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
=
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
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
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
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:
33 matches
Mail list logo