Author: alc
Date: Thu Nov 17 06:54:49 2011
New Revision: 227606
URL: http://svn.freebsd.org/changeset/base/227606
Log:
Eliminate end-of-line white space.
Modified:
head/sys/vm/vm_page.c
Modified: head/sys/vm/vm_page.c
==
In article <1321457050.78238.10.ca...@bauer.cse.buffalo.edu>
Ken Smith writes:
>> >> +: ${RELSTRING=`chroot $2 uname -s`-`chroot $2 uname -r`-`chroot $2 uname
>> >> -p`}
>> > Should this be 'uname -m' rather than 'uname -p'?
>>
>> There isn't a good option here when there is only one tag -- mos
Author: davidxu
Date: Thu Nov 17 01:43:50 2011
New Revision: 227604
URL: http://svn.freebsd.org/changeset/base/227604
Log:
Pass CVWAIT flags to kernel, this should handle
timeout correctly for pthread_cond_timedwait when
it uses kernel-based condition variable.
PR: 162403
Submitted
Author: dougb
Date: Thu Nov 17 00:25:35 2011
New Revision: 227596
URL: http://svn.freebsd.org/changeset/base/227596
Log:
Upgrade to BIND 9.8.1-P1 to address the following DDOS bug:
Recursive name servers are failing with an assertion:
INSIST(! dns_rdataset_isassociated(sigrdataset))
Author: yongari
Date: Wed Nov 16 23:29:27 2011
New Revision: 227593
URL: http://svn.freebsd.org/changeset/base/227593
Log:
Disable PCIe ASPM (Active State Power Management) for all
controllers.
More and more RealTek controllers started to implement EEE feature.
Vendor driver seems to load
On Wed, Nov 16, 2011 at 1:51 PM, Pawel Jakub Dawidek wrote:
> Author: pjd
> Date: Wed Nov 16 21:51:17 2011
> New Revision: 227588
> URL: http://svn.freebsd.org/changeset/base/227588
>
> Log:
> Constify arguments for locking KPIs where possible.
>
> This enables locking consumers to pass their ow
Author: yongari
Date: Wed Nov 16 22:09:14 2011
New Revision: 227591
URL: http://svn.freebsd.org/changeset/base/227591
Log:
Add missing driver lock in SIOCSIFCAP handler.
Modified:
head/sys/dev/re/if_re.c
Modified: head/sys/dev/re/if_re.c
==
Author: yongari
Date: Wed Nov 16 22:05:38 2011
New Revision: 227590
URL: http://svn.freebsd.org/changeset/base/227590
Log:
Add preliminary support for RTL8411 PCIe Gigabit ethernet with
integrated card reader.
H/W donated by: RealTek Semiconductor Corp.
Modified:
head/sys/dev/re/
Author: imp
Date: Wed Nov 16 22:02:59 2011
New Revision: 227589
URL: http://svn.freebsd.org/changeset/base/227589
Log:
Add helpful clarification text. While not strictly necessary, these
few words make this man page much easier to understand without
re-reading prior parts of the man page.
Author: pjd
Date: Wed Nov 16 21:51:17 2011
New Revision: 227588
URL: http://svn.freebsd.org/changeset/base/227588
Log:
Constify arguments for locking KPIs where possible.
This enables locking consumers to pass their own structures around as const
and
be able to assert locks embedded into
Author: yongari
Date: Wed Nov 16 21:37:45 2011
New Revision: 227587
URL: http://svn.freebsd.org/changeset/base/227587
Log:
Add preliminary support for RTL8402 PCIe FastEthernet with
integrated card reader.
H/W donated by: RealTek Semiconductor Corp.
Modified:
head/sys/dev/re/if_r
Author: andreast
Date: Wed Nov 16 21:22:51 2011
New Revision: 227586
URL: http://svn.freebsd.org/changeset/base/227586
Log:
Copy over the ASM_DECLARE_FUNCTION_SIZE macro from linux64.h. This macro
declares the proper size of a function. Without this macro recent GNU as will
complain about wi
On 16 November 2011 11:59, Ed Schouten wrote:
> Hi Adrian,
>
> * Adrian Chadd , 2008 18:08:
>> -static MALLOC_DEFINE(M_ATHDEV, "athdev", "ath driver dma buffers");
>> +MALLOC_DEFINE(M_ATHDEV, "athdev", "ath driver dma buffers");
>
> Is there a reason why we can't mark this static?
Some future
Hi Adrian,
* Adrian Chadd , 2008 18:08:
> -static MALLOC_DEFINE(M_ATHDEV, "athdev", "ath driver dma buffers");
> +MALLOC_DEFINE(M_ATHDEV, "athdev", "ath driver dma buffers");
Is there a reason why we can't mark this static?
Thanks,
--
Ed Schouten
WWW: http://80386.nl/
pgpgzRLqinfaT.pgp
Author: yongari
Date: Wed Nov 16 19:25:26 2011
New Revision: 227582
URL: http://svn.freebsd.org/changeset/base/227582
Log:
Enable 64bit DMA addressing support for all msk(4) controllers.
Unnecessarily complex LE format used on Marvell controller was
main reason not to enable 64bit DMA addres
Author: pjd
Date: Wed Nov 16 19:06:55 2011
New Revision: 227581
URL: http://svn.freebsd.org/changeset/base/227581
Log:
Constify stack argument for functions that don't modify it.
Reviewed by: ed, kib, jhb
Modified:
head/share/man/man9/stack.9
head/sys/kern/subr_stack.c
head/sys/sys/
On 11/16/11 08:28, TAKAHASHI Yoshihiro wrote:
In article<20151849.pafinr3k012...@svn.freebsd.org>
Nathan Whitehorn writes:
Log:
Further automate production release generation by naming files the right
things and generating checksums.
Modified: head/release/generate-release.sh
==
On Wed, Nov 16, 2011 at 10:42 AM, Konstantin Belousov wrote:
> Author: kib
> Date: Wed Nov 16 18:42:39 2011
> New Revision: 227577
> URL: http://svn.freebsd.org/changeset/base/227577
>
> Log:
> The sys/sysctl.h header is needed when MFI_DEBUG is defined.
Oh sweet... it's working now :D?!
-Garret
Author: pjd
Date: Wed Nov 16 18:42:43 2011
New Revision: 227578
URL: http://svn.freebsd.org/changeset/base/227578
Log:
Fix make universe.
Modified:
head/sys/sparc64/sbus/lsi64854.c
Modified: head/sys/sparc64/sbus/lsi64854.c
Author: kib
Date: Wed Nov 16 18:41:59 2011
New Revision: 227576
URL: http://svn.freebsd.org/changeset/base/227576
Log:
Fix build, use %d for int value formatting.
Modified:
head/sys/fs/pseudofs/pseudofs_vnops.c
Modified: head/sys/fs/pseudofs/pseudofs_vnops.c
=
Author: kib
Date: Wed Nov 16 18:42:39 2011
New Revision: 227577
URL: http://svn.freebsd.org/changeset/base/227577
Log:
The sys/sysctl.h header is needed when MFI_DEBUG is defined.
Nod from: jhb
Modified:
head/sys/dev/mfi/mfi_debug.c
Modified: head/sys/dev/mfi/mfi_debug.c
===
Author: philip
Date: Wed Nov 16 17:11:13 2011
New Revision: 227569
URL: http://svn.freebsd.org/changeset/base/227569
Log:
Add the sfxge(4) device driver, providing support for 10Gb Ethernet adapters
based on Solarflare SFC9000 family controllers. The driver supports jumbo
frames, transmit/r
Author: alc
Date: Wed Nov 16 16:46:09 2011
New Revision: 227568
URL: http://svn.freebsd.org/changeset/base/227568
Log:
Refactor the code that performs physically contiguous memory allocation,
yielding a new public interface, vm_page_alloc_contig(). This new function
addresses some of the li
On Wed, 2011-11-16 at 09:17 -0600, Nathan Whitehorn wrote:
> On 11/16/11 08:28, TAKAHASHI Yoshihiro wrote:
> > In article<20151849.pafinr3k012...@svn.freebsd.org>
> > Nathan Whitehorn writes:
> >
> >> Log:
> >>Further automate production release generation by naming files the right
> >>
Author: jhb
Date: Wed Nov 16 15:39:27 2011
New Revision: 227562
URL: http://svn.freebsd.org/changeset/base/227562
Log:
Add single-message MSI support to mfi(4). It is disabled by default but
can be enabled via the hw.mfi.msi tunable. Many mfi(4) controllers also
support MSI-X, but in testi
In article <20151849.pafinr3k012...@svn.freebsd.org>
Nathan Whitehorn writes:
> Log:
> Further automate production release generation by naming files the right
> things and generating checksums.
>
> Modified: head/release/generate-release.sh
>
Author: pho
Date: Wed Nov 16 10:11:55 2011
New Revision: 227550
URL: http://svn.freebsd.org/changeset/base/227550
Log:
Handle invalid large values for getdirentries(2) data buffer size.
In collaboration with:kib
Reviewed by: des
Reported by: The iknowthis syscall fuzzer.
MFC
27 matches
Mail list logo