Author: imp
Date: Thu Nov 20 03:34:36 2008
New Revision: 185115
URL: http://svn.freebsd.org/changeset/base/185115
Log:
dump() really is unused, so retire it.
Modified:
head/usr.sbin/dumpcis/main.c
head/usr.sbin/dumpcis/readcis.c
head/usr.sbin/dumpcis/readcis.h
Modified: head/usr.sbin/dum
Author: imp
Date: Thu Nov 20 03:30:27 2008
New Revision: 185114
URL: http://svn.freebsd.org/changeset/base/185114
Log:
Simplify: move dumpcis.c and dumpcisfile.c into main.
Deleted:
head/usr.sbin/dumpcis/dumpcis.c
head/usr.sbin/dumpcis/dumpcisfile.c
Modified:
head/usr.sbin/dumpcis/Makefil
Author: delphij
Date: Thu Nov 20 00:43:41 2008
New Revision: 185110
URL: http://svn.freebsd.org/changeset/base/185110
Log:
MFC: Document igb(4).
Approved by: re (hrs)
Modified:
stable/7/release/doc/en_US.ISO8859-1/hardware/article.sgml
stable/7/release/doc/en_US.ISO8859-1/relnotes/art
Hi Doug!
On Wed, 19 Nov 2008 16:59:19 + (UTC)
Doug Rabson <[EMAIL PROTECTED]> wrote:
Author: dfr
> Date: Wed Nov 19 16:59:19 2008
> New Revision: 185097
> URL: http://svn.freebsd.org/changeset/base/185097
> Log:
> Some zfsboot fixes from Norikatsu Shigemura:
> 1. zfsboot2 (boot2) doesn't
Author: marius
Date: Wed Nov 19 22:12:32 2008
New Revision: 185109
URL: http://svn.freebsd.org/changeset/base/185109
Log:
Use the interrupt level right below PIL_FAST for executing interrupt
filters instead of PIL_FAST and allow special filters and handlers
for interrupts which need to be ab
Author: marius
Date: Wed Nov 19 22:09:03 2008
New Revision: 185108
URL: http://svn.freebsd.org/changeset/base/185108
Log:
Given that the buffer dcons_crom(4) exposes is used for both input
and output, set BUS_DMA_COHERENT when creating the DMA map used for
loading the buffer. As a side-effec
Author: ed
Date: Wed Nov 19 21:12:26 2008
New Revision: 185107
URL: http://svn.freebsd.org/changeset/base/185107
Log:
Also make dcons(4) use MPSAFE callouts.
The callout locks the TTY layer the way it should, so there is no reason
why its callout shouldn't set this flag.
Modified:
head
Author: ed
Date: Wed Nov 19 21:07:33 2008
New Revision: 185106
URL: http://svn.freebsd.org/changeset/base/185106
Log:
Make nmdm(4) use MPSAFE callouts.
For some reason the nmdm(4) driver doesn't use CALLOUT_MPSAFE, even
though we live in the MPSAFE TTY era. Add the CALLOUT_MPSAFE flags.
Author: delphij
Date: Wed Nov 19 20:38:10 2008
New Revision: 185105
URL: http://svn.freebsd.org/changeset/base/185105
Log:
Use "KSE" instead of "kse".
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.sgml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.sgml
===
Author: delphij
Date: Wed Nov 19 20:35:37 2008
New Revision: 185104
URL: http://svn.freebsd.org/changeset/base/185104
Log:
Use igb(4) entry
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.sgml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.sgml
==
Author: jkim
Date: Wed Nov 19 20:31:38 2008
New Revision: 185103
URL: http://svn.freebsd.org/changeset/base/185103
Log:
Make sure legacy replacement route is turned off when enbling HPET.
Reviewed by: jhb
Modified:
head/sys/dev/acpica/acpi_hpet.c
Modified: head/sys/dev/acpica/acpi_hpet
On Wednesday 19 November 2008 11:39:01 am Doug Rabson wrote:
> Author: dfr
> Date: Wed Nov 19 16:39:01 2008
> New Revision: 185096
> URL: http://svn.freebsd.org/changeset/base/185096
>
> Log:
> Add a GPT-aware variant of zfsboot which should be used in a similar
manner
> to gptboot, i.e. inst
Author: jhb
Date: Wed Nov 19 20:06:59 2008
New Revision: 185102
URL: http://svn.freebsd.org/changeset/base/185102
Log:
Fix typo.
Modified:
head/sys/ufs/ufs/ufs_dirhash.c
Modified: head/sys/ufs/ufs/ufs_dirhash.c
==
--
Author: julian
Date: Wed Nov 19 19:19:30 2008
New Revision: 185101
URL: http://svn.freebsd.org/changeset/base/185101
Log:
Fix a scope problem in the multiple routing table code that stopped the
SO_SETFIB socket option from working correctly.
Obtained from:Ironport
MFC after:
Renato Botelho wrote:
On Wed, Nov 19, 2008 at 2:00 PM, Florian Smeets <[EMAIL PROTECTED]> wrote:
On 19.11.2008 16:11 Uhr, Renato Botelho wrote:
On Mon, Nov 17, 2008 at 6:49 PM, Pawel Jakub Dawidek<[EMAIL PROTECTED]>
wrote:
Author: pjd
Date: Mon Nov 17 20:49:29 2008
New Revision
Robert Noland wrote:
On Wed, 2008-11-19 at 10:07 +0200, Alexander Motin wrote:
Robert Noland wrote:
On Tue, 2008-11-18 at 13:24 +, Alexander Motin wrote:
Log:
Set of powerd enchancements:
Somehow this seems to be too sensitive. My laptop previously idled at
150Mhz... Occasionally bo
Author: hrs
Date: Wed Nov 19 18:06:29 2008
New Revision: 185100
URL: http://svn.freebsd.org/changeset/base/185100
Log:
MFC: Add workaround for a back reference when no corresponding
parenthesized subexpression is defined. For example, the
following command line caused unexpected behavior li
On Wed, Nov 19, 2008 at 2:00 PM, Florian Smeets <[EMAIL PROTECTED]> wrote:
> On 19.11.2008 16:11 Uhr, Renato Botelho wrote:
>>
>> On Mon, Nov 17, 2008 at 6:49 PM, Pawel Jakub Dawidek<[EMAIL PROTECTED]>
>> wrote:
>>>
>>> Author: pjd
>>> Date: Mon Nov 17 20:49:29 2008
>>> New Revision: 185029
>>> UR
Author: raj
Date: Wed Nov 19 17:34:28 2008
New Revision: 185099
URL: http://svn.freebsd.org/changeset/base/185099
Log:
Initial storage functionality for U-Boot support library.
- Only non-sliced bsdlabel style partitioning is currently supported (but
provisions
are made towards GPT sup
Author: raj
Date: Wed Nov 19 17:07:01 2008
New Revision: 185098
URL: http://svn.freebsd.org/changeset/base/185098
Log:
Improve error handling in pcib_mbus_identify().
Modified:
head/sys/arm/mv/mv_pci.c
Modified: head/sys/arm/mv/mv_pci.c
===
Author: dfr
Date: Wed Nov 19 16:59:19 2008
New Revision: 185097
URL: http://svn.freebsd.org/changeset/base/185097
Log:
Some zfsboot fixes from Norikatsu Shigemura:
1. zfsboot2 (boot2) doesn't %d (printf), so change %d to %u.
2. chase new zpool versioning as SPA_VERSION.
Obtained from
Author: dfr
Date: Wed Nov 19 16:39:01 2008
New Revision: 185096
URL: http://svn.freebsd.org/changeset/base/185096
Log:
Add a GPT-aware variant of zfsboot which should be used in a similar manner
to gptboot, i.e. installed in a freebsd-boot partition using /sbin/gpart or
/sbin/gpt.
Tweak
Author: dfr
Date: Wed Nov 19 16:04:07 2008
New Revision: 185095
URL: http://svn.freebsd.org/changeset/base/185095
Log:
If we free the GPT partition list in bd_open_gpt() because of an error, don't
try to free it again in bd_closedisk(). While I'm here, fix a DEBUG print.
Modified:
head/sys/
On Wed, Nov 19, 2008 at 1:41 PM, Pegasus Mc Cleaft <[EMAIL PROTECTED]> wrote:
> On Wednesday 19 November 2008 15:11:48 Renato Botelho wrote:
>> On Mon, Nov 17, 2008 at 6:49 PM, Pawel Jakub Dawidek <[EMAIL PROTECTED]>
> wrote:
>> > Author: pjd
>> > Date: Mon Nov 17 20:49:29 2008
>> > New Revision: 1
On Wed, 2008-11-19 at 10:07 +0200, Alexander Motin wrote:
> Robert Noland wrote:
> > On Tue, 2008-11-18 at 13:24 +, Alexander Motin wrote:
> >> Log:
> >> Set of powerd enchancements:
> >>
> > Somehow this seems to be too sensitive. My laptop previously idled at
> > 150Mhz... Occasionally
On Wednesday 19 November 2008 15:11:48 Renato Botelho wrote:
> On Mon, Nov 17, 2008 at 6:49 PM, Pawel Jakub Dawidek <[EMAIL PROTECTED]>
wrote:
> > Author: pjd
> > Date: Mon Nov 17 20:49:29 2008
> > New Revision: 185029
> > URL: http://svn.freebsd.org/changeset/base/185029
> >
> > Log:
> > Update
On Mon, Nov 17, 2008 at 6:49 PM, Pawel Jakub Dawidek <[EMAIL PROTECTED]> wrote:
> Author: pjd
> Date: Mon Nov 17 20:49:29 2008
> New Revision: 185029
> URL: http://svn.freebsd.org/changeset/base/185029
>
> Log:
> Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.
After this
Robert Noland wrote:
> On Tue, 2008-11-18 at 13:24 +, Alexander Motin wrote:
>> Log:
>> Set of powerd enchancements:
>>
> Somehow this seems to be too sensitive. My laptop previously idled at
> 150Mhz... Occasionally bouncing up to maybe 450Mhz. With the new algo,
> it will sometimes dro
Author: raj
Date: Wed Nov 19 11:57:16 2008
New Revision: 185092
URL: http://svn.freebsd.org/changeset/base/185092
Log:
Improve style(9) and other cosmetics in Marvell SOCs code.
Modified:
head/sys/arm/mv/common.c
head/sys/arm/mv/mvvar.h
head/sys/arm/mv/obio.c
Modified: head/sys/arm/mv/co
Author: raj
Date: Wed Nov 19 11:49:35 2008
New Revision: 185091
URL: http://svn.freebsd.org/changeset/base/185091
Log:
Fix off-by-one error in mbus_attach().
Modified:
head/sys/arm/mv/obio.c
Modified: head/sys/arm/mv/obio.c
Author: raj
Date: Wed Nov 19 11:47:23 2008
New Revision: 185090
URL: http://svn.freebsd.org/changeset/base/185090
Log:
Enable PCI in Marvell kernel configs.
Modified:
head/sys/arm/conf/DB-78XXX
head/sys/arm/conf/DB-88F5XXX
head/sys/arm/conf/DB-88F6XXX
Modified: head/sys/arm/conf/DB-78XXX
Author: raj
Date: Wed Nov 19 11:30:44 2008
New Revision: 185089
URL: http://svn.freebsd.org/changeset/base/185089
Log:
PCI/PCI-Express support for Marvell systems.
Obtained from:Marvell, Semihalf
Added:
head/sys/arm/mv/mv_pci.c (contents, props changed)
Modified:
head/sys/arm
Author: zec
Date: Wed Nov 19 09:39:34 2008
New Revision: 185088
URL: http://svn.freebsd.org/changeset/base/185088
Log:
Change the initialization methodology for global variables scheduled
for virtualization.
Instead of initializing the affected global variables at instatiation,
assign i
Cool, thank you, sorry I've been slow to pick up these deltas.
I think we may be at a point where we can take some more of
those changes you have.
Can you resend them? I think you had two deltas?
-Alfred
* Andrew Thompson <[EMAIL PROTECTED]> [081110 12:54] wrote:
> Author: thompsa
> Date: Mon
Author: alfred
Date: Wed Nov 19 08:56:35 2008
New Revision: 185087
URL: http://svn.freebsd.org/changeset/base/185087
Log:
src/sys/dev/usb2/controller/uss820dci_pccard.c
src/sys/dev/usb2/core/usbdevs
src/sys/dev/usb2/include/urio2_ioctl.h
src/sys/dev/usb2/storage/ustorage2_fs.h
These f
35 matches
Mail list logo