Author: keramida (doc committer)
Date: Tue Feb 15 07:25:54 2011
New Revision: 218700
URL: http://svn.freebsd.org/changeset/base/218700
Log:
Note that a UFS filesystem can have up to 20 active snapshots.
PR: docs/151104
Submitted by: Aldis Berjoza
MFC after:3 days
Modifie
Author: keramida (doc committer)
Date: Tue Feb 15 07:16:27 2011
New Revision: 218699
URL: http://svn.freebsd.org/changeset/base/218699
Log:
Document TRYBROKEN in ports(7).
PR: docs/153542
Submitted by: Eitan Adler
MFC after:3 days
Modified:
head/share/man/man7/ports.7
Author: miwi (doc,ports committer)
Date: Tue Feb 15 05:57:53 2011
New Revision: 218694
URL: http://svn.freebsd.org/changeset/base/218694
Log:
- Add Dell Wireless 1390 BCM4311 Mini PCI to supported list.
PR: 154500
Submitted by: Ruslan Mahmatkhanov
Approved by: rwatson
Modif
Author: marius
Date: Mon Feb 14 21:50:51 2011
New Revision: 218691
URL: http://svn.freebsd.org/changeset/base/218691
Log:
- Use the correct DMA tag/map pair for synchronize the FC scratch area.
- Allocate coherent DMA memory for the request/response queue area and
and the FC scratch area.
Author: adrian
Date: Mon Feb 14 21:35:11 2011
New Revision: 218690
URL: http://svn.freebsd.org/changeset/base/218690
Log:
bring this in line with what ath9k does.
Modified:
head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
===
Author: adrian
Date: Mon Feb 14 21:24:54 2011
New Revision: 218689
URL: http://svn.freebsd.org/changeset/base/218689
Log:
Some statistics additions - prepare for error codes > 32 (since the AR5416
error mask is > 5 bits) and add some extra CRC/HT40/ShortGI counters to
help debug 802.11n issu
Author: bz
Date: Mon Feb 14 20:49:37 2011
New Revision: 218688
URL: http://svn.freebsd.org/changeset/base/218688
Log:
Mfp4 CH=177256:
Catch a set vnet upon return to user space. This usually
means return paths with CURVNET_RESTORE() missing.
If VNET_DEBUG is turned on we can ev
Author: jkim
Date: Mon Feb 14 20:05:37 2011
New Revision: 218687
URL: http://svn.freebsd.org/changeset/base/218687
Log:
Rework r218685. Copy just enough data for the resource type.
Reviewed by: jhb, mdf
Modified:
head/sys/dev/acpica/acpi_resource.c
Modified: head/sys/dev/acpica/acpi_r
On Monday 14 February 2011 01:33 pm, John Baldwin wrote:
> On Monday, February 14, 2011 12:20:20 pm Matthew D Fleming wrote:
> > Author: mdf
> > Date: Mon Feb 14 17:20:20 2011
> > New Revision: 218685
> > URL: http://svn.freebsd.org/changeset/base/218685
> >
> > Log:
> > Prevent reading from the
On Mon, Feb 14, 2011 at 10:33 AM, John Baldwin wrote:
> On Monday, February 14, 2011 12:20:20 pm Matthew D Fleming wrote:
>> Author: mdf
>> Date: Mon Feb 14 17:20:20 2011
>> New Revision: 218685
>> URL: http://svn.freebsd.org/changeset/base/218685
>>
>> Log:
>> Prevent reading from the ACPI_RESO
On Monday, February 14, 2011 12:20:20 pm Matthew D Fleming wrote:
> Author: mdf
> Date: Mon Feb 14 17:20:20 2011
> New Revision: 218685
> URL: http://svn.freebsd.org/changeset/base/218685
>
> Log:
> Prevent reading from the ACPI_RESOURCE past its actual end. For
> paranoia limit to the size o
On Monday 14 February 2011 12:20 pm, Matthew D Fleming wrote:
> Author: mdf
> Date: Mon Feb 14 17:20:20 2011
> New Revision: 218685
> URL: http://svn.freebsd.org/changeset/base/218685
>
> Log:
> Prevent reading from the ACPI_RESOURCE past its actual end. For
> paranoia limit to the size of the
Author: dchagin
Date: Mon Feb 14 17:24:58 2011
New Revision: 218686
URL: http://svn.freebsd.org/changeset/base/218686
Log:
Style(9) fix. Do not initialize variables in the declarations.
Modified:
head/sys/compat/linux/linux_futex.c
Modified: head/sys/compat/linux/linux_futex.c
==
Author: mdf
Date: Mon Feb 14 17:20:20 2011
New Revision: 218685
URL: http://svn.freebsd.org/changeset/base/218685
Log:
Prevent reading from the ACPI_RESOURCE past its actual end. For
paranoia limit to the size of the ACPI_RESOURCE as well.
Reviewd by: jhb (in spirit)
MFC after:1
>
>
> @@ -1937,6 +1937,10 @@ igb_local_timer(void *arg)
> goto timeout;
> out:
> callout_reset(&adapter->timer, hz, igb_local_timer, adapter);
> +#ifndef DEVICE_POLLING
> + /* Fire off all queue interrupts - deadlock protection */
> + E1000_WRITE_REG(&adapter->
Author: alc
Date: Mon Feb 14 15:36:38 2011
New Revision: 218681
URL: http://svn.freebsd.org/changeset/base/218681
Log:
Further simplify tmpfs_reg_resize(). Also, update its comments, including
style fixes.
Modified:
head/sys/fs/tmpfs/tmpfs_subr.c
Modified: head/sys/fs/tmpfs/tmpfs_subr.c
=
On Sun, 13.02.2011 at 18:05:46 -0500, Glen Barber wrote:
> On 2/13/11 5:58 PM, Glen Barber wrote:
> > Hi,
> >
> > On 2/13/11 5:27 PM, Ulrich Spörlein wrote:
> >>> Log:
> >>> Update manpage to remove CRT reference.
> >>
> >> Would you mind tackling these as well?
> >>
>
> >> share/man/man4/acpi_
Author: brucec
Date: Mon Feb 14 09:58:47 2011
New Revision: 218677
URL: http://svn.freebsd.org/changeset/base/218677
Log:
Add a check to make sure the provider name is "mdN" before printing the
unit number.
Suggested by: jh
MFC after:3 days
Modified:
head/sbin/mdconfig/md
On Sun, 13 Feb 2011, Ivan Voras wrote:
On 13 February 2011 11:51, Bruce Evans wrote:
On Sat, 12 Feb 2011, Konstantin Belousov wrote:
Log:
??When creating a directory entry for the journal, always read at least
??the fragment, and write the full block. Reading less might not work
??due to dev
Author: hselasky
Date: Mon Feb 14 08:14:06 2011
New Revision: 218676
URL: http://svn.freebsd.org/changeset/base/218676
Log:
* Fix page fault caused by referring freed node.
While updating Tx stats, already freed node could be referred and cause
page fault. To avoid such panic, spool Tx st
Author: luigi
Date: Mon Feb 14 08:09:02 2011
New Revision: 218675
URL: http://svn.freebsd.org/changeset/base/218675
Log:
Correct a subtle bug in the 'gsched_rr' disk scheduler.
The algorithm is supposed to work as follows:
in order to prevent starvation, when a new client starts being served
21 matches
Mail list logo