svn commit: r227606 - head/sys/vm

2011-11-16 Thread Alan Cox
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 ==

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-16 Thread TAKAHASHI Yoshihiro
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

svn commit: r227604 - head/lib/libthr/thread

2011-11-16 Thread David Xu
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

svn commit: r227596 - in head/contrib/bind9: . bin/named lib/dns

2011-11-16 Thread Doug Barton
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))

svn commit: r227593 - in head/sys: dev/re pci

2011-11-16 Thread Pyun YongHyeon
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

Re: svn commit: r227588 - in head: share/man/man9 sys/kern sys/sys

2011-11-16 Thread mdf
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

svn commit: r227591 - head/sys/dev/re

2011-11-16 Thread Pyun YongHyeon
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 ==

svn commit: r227590 - in head/sys: dev/re pci

2011-11-16 Thread Pyun YongHyeon
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/

svn commit: r227589 - head/usr.bin/comm

2011-11-16 Thread Warner Losh
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.

svn commit: r227588 - in head: share/man/man9 sys/kern sys/sys

2011-11-16 Thread Pawel Jakub Dawidek
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

svn commit: r227587 - in head/sys: dev/re pci

2011-11-16 Thread Pyun YongHyeon
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

svn commit: r227586 - head/contrib/gcc/config/rs6000

2011-11-16 Thread Andreas Tobler
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

Re: svn commit: r227344 - head/sys/dev/ath

2011-11-16 Thread Adrian Chadd
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

Re: svn commit: r227344 - head/sys/dev/ath

2011-11-16 Thread Ed Schouten
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

svn commit: r227582 - head/sys/dev/msk

2011-11-16 Thread Pyun YongHyeon
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

svn commit: r227581 - in head: share/man/man9 sys/kern sys/sys

2011-11-16 Thread Pawel Jakub Dawidek
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/

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-16 Thread Nathan Whitehorn
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 ==

Re: svn commit: r227577 - head/sys/dev/mfi

2011-11-16 Thread Garrett Cooper
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

svn commit: r227578 - head/sys/sparc64/sbus

2011-11-16 Thread Pawel Jakub Dawidek
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

svn commit: r227576 - head/sys/fs/pseudofs

2011-11-16 Thread Konstantin Belousov
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 =

svn commit: r227577 - head/sys/dev/mfi

2011-11-16 Thread Konstantin Belousov
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 ===

svn commit: r227569 - in head: share/man/man4 sys/conf sys/dev/sfxge sys/dev/sfxge/common sys/modules sys/modules/sfxge

2011-11-16 Thread Philip Paeps
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

svn commit: r227568 - in head/sys: powerpc/aim vm

2011-11-16 Thread Alan Cox
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

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-16 Thread Ken Smith
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 > >>

svn commit: r227562 - head/sys/dev/mfi

2011-11-16 Thread John Baldwin
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

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-16 Thread TAKAHASHI Yoshihiro
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 >

svn commit: r227550 - head/sys/fs/pseudofs

2011-11-16 Thread Peter Holm
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