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
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
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: 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.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: 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
=
>
>
> @@ -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: bz
Date: Mon Feb 14 16:36:02 2011
New Revision: 218682
URL: http://svn.freebsd.org/changeset/base/218682
Log:
MFC r218078:
Remove duplicate printing of TF_NOPUSH in db_print_tflags().
Modified:
stable/8/sys/netinet/tcp_usrreq.c
Directory Properties:
stable/8/sys/ (props cha
Author: bz
Date: Mon Feb 14 16:38:32 2011
New Revision: 218683
URL: http://svn.freebsd.org/changeset/base/218683
Log:
MFC r218114:
Update interface stats counters to match the current format in linux and
try to export as much information as we can match.
Requested on: Debian GN
Author: bz
Date: Mon Feb 14 16:54:03 2011
New Revision: 218684
URL: http://svn.freebsd.org/changeset/base/218684
Log:
MFC r216466:
Bring back (most of) NATM to avoid further bitrot after r186119.
Keep three lines disabled which I am unsure if they had been used at all.
This will a
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
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
==
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
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 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 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
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
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: 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: 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: 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: gjb (doc committer)
Date: Tue Feb 15 01:33:59 2011
New Revision: 218692
URL: http://svn.freebsd.org/changeset/base/218692
Log:
MFC 212438:
Add EINVAL to list of possible return values for cpuset_getaffinity(2).
PR: 149978
Approved by: keramida (mentor)
Modified:
st
Author: gjb (doc committer)
Date: Tue Feb 15 01:34:46 2011
New Revision: 218693
URL: http://svn.freebsd.org/changeset/base/218693
Log:
MFC 212438:
Add EINVAL to list of possible return values for cpuset_getaffinity(2).
PR: 149978
Approved by: keramida (mentor)
Modified:
st
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: keramida (doc committer)
Date: Tue Feb 15 06:33:35 2011
New Revision: 218695
URL: http://svn.freebsd.org/changeset/base/218695
Log:
MFC 217746 from /head/usr.bin/top
Touch up the sample memory usage numbers a bit, to avoid wrapping
on terminal boundary. While here add definition
Author: keramida (doc committer)
Date: Tue Feb 15 06:34:30 2011
New Revision: 218696
URL: http://svn.freebsd.org/changeset/base/218696
Log:
MFC 217746 from /head/usr.bin/top
Touch up the sample memory usage numbers a bit, to avoid wrapping
on terminal boundary. While here add definition
Author: keramida (doc committer)
Date: Tue Feb 15 07:12:16 2011
New Revision: 218697
URL: http://svn.freebsd.org/changeset/base/218697
Log:
MFC 216698 by maxim from /head
Fix -u flag description: it takes a username as an argument.
PR: docs/153416
Submitted by: Eitan Ad
Author: keramida (doc committer)
Date: Tue Feb 15 07:12:41 2011
New Revision: 218698
URL: http://svn.freebsd.org/changeset/base/218698
Log:
MFC 216698 by maxim from /head
Fix -u flag description: it takes a username as an argument.
PR: docs/153416
Submitted by: Eitan Ad
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: 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
30 matches
Mail list logo