svn commit: r185021 - head/sys/dev/glxsb

2008-11-16 Thread Philip Paeps
Author: philip Date: Mon Nov 17 07:09:40 2008 New Revision: 185021 URL: http://svn.freebsd.org/changeset/base/185021 Log: Fix two possible (but unlikely) NULL-pointer dereferences in glxsb(4). Spotted by: Coverity MFC after:1 week Modified: head/sys/dev/glxsb/glxsb.c Modified: h

svn commit: r185017 - svnadmin/conf

2008-11-16 Thread Lawrence Stewart
Author: lstewart Date: Mon Nov 17 04:13:45 2008 New Revision: 185017 URL: http://svn.freebsd.org/changeset/base/185017 Log: Syncing my project branch with head pulled in a number of large diffs which in turn caused the pre-commit hook to barf claiming I had exceeded the commit size limit. Te

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

2008-11-16 Thread Scott Long
Doug Ambrisko wrote: Kostik Belousov writes: | On Fri, Nov 14, 2008 at 09:05:45PM +, Doug Ambrisko wrote: | > Author: ambrisko | > Date: Fri Nov 14 21:05:45 2008 | > New Revision: 184974 | > URL: http://svn.freebsd.org/changeset/base/184974 | > | > Log: | > When running a 32bit app. on am

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

2008-11-16 Thread Doug Ambrisko
Kostik Belousov writes: | On Fri, Nov 14, 2008 at 09:05:45PM +, Doug Ambrisko wrote: | > Author: ambrisko | > Date: Fri Nov 14 21:05:45 2008 | > New Revision: 184974 | > URL: http://svn.freebsd.org/changeset/base/184974 | > | > Log: | > When running a 32bit app. on amd64, ensure the bits abo

svn commit: r185015 - head/sys/dev/cardbus

2008-11-16 Thread Warner Losh
Author: imp Date: Mon Nov 17 01:32:29 2008 New Revision: 185015 URL: http://svn.freebsd.org/changeset/base/185015 Log: Overhaul of CIS parsing, next step: keep a cached copy of the CIS, read before we configure the card, so we can implement /dev/cardbus*.cis. Also, do this on a per-child ba

svn commit: r185014 - head/sys/dev/vr

2008-11-16 Thread Pyun YongHyeon
Author: yongari Date: Mon Nov 17 00:50:59 2008 New Revision: 185014 URL: http://svn.freebsd.org/changeset/base/185014 Log: Fix typo. It restuled in activating unwanted Rx filtering as well as resetting Rx threshold configuration. Submitted by: Joost Mulders < Joost.Mulders <> Sun DOT COM

svn commit: r185013 - head/sys/dev/syscons

2008-11-16 Thread Maksim Yevmenkin
Author: emax Date: Sun Nov 16 22:39:04 2008 New Revision: 185013 URL: http://svn.freebsd.org/changeset/base/185013 Log: More locking for syscons(4). This should prevent races with sckbdevent(). PR: kern/127446 Submitted by: Eygene Ryabinkin rea-fbsd at codelabs dot ru Modified:

svn commit: r185012 - head/sys/vm

2008-11-16 Thread Konstantin Belousov
Author: kib Date: Sun Nov 16 21:57:54 2008 New Revision: 185012 URL: http://svn.freebsd.org/changeset/base/185012 Log: Instead of forcing vn_start_write() to reset mp back to NULL for the failed calls with non-NULL vp, explicitely clear mp after failure. Tested by:stass Reviewed by:

svn commit: r185011 - head/sys/kern

2008-11-16 Thread Konstantin Belousov
Author: kib Date: Sun Nov 16 21:56:29 2008 New Revision: 185011 URL: http://svn.freebsd.org/changeset/base/185011 Log: Revert r184118. There is actually a code in the kernel, for instance in kern_unlinkat(), that expects that vn_start_write() actually fills the mp even when the call failed.

svn commit: r185010 - head/share/man/man9

2008-11-16 Thread Ed Schouten
Author: ed Date: Sun Nov 16 21:26:56 2008 New Revision: 185010 URL: http://svn.freebsd.org/changeset/base/185010 Log: Fix argument layout of devfs_get_cdevpriv(). Right now it shows `void' and `**datap' as two different arguments, while they belong together. Modified: head/share/man/ma

svn commit: r185009 - svnadmin/conf

2008-11-16 Thread Konstantin Belousov
Author: kib Date: Sun Nov 16 21:21:09 2008 New Revision: 185009 URL: http://svn.freebsd.org/changeset/base/185009 Log: Welcome back Peter Holm. The initial plan is to bring stress2 into the projects/. Approved by: core Modified: svnadmin/conf/access svnadmin/conf/mentors Modified:

svn commit: r185008 - in head/sys/sparc64: include sparc64

2008-11-16 Thread Marius Strobl
Author: marius Date: Sun Nov 16 19:53:49 2008 New Revision: 185008 URL: http://svn.freebsd.org/changeset/base/185008 Log: - Allow the front-end to specify that iommu(4) should disable rerun of the streaming cache for silicon bug workarounds. - Announce the presence of a streaming cache on

svn commit: r185007 - head/sys/sparc64/sparc64

2008-11-16 Thread Marius Strobl
Author: marius Date: Sun Nov 16 19:30:17 2008 New Revision: 185007 URL: http://svn.freebsd.org/changeset/base/185007 Log: Use the spitfire VIS block copy/zero functions also with cheetah- class CPUs. In theory one could also use versions additionally taking advantage of the prefetch cache wi

svn commit: r185006 - head/sys/sparc64/sparc64

2008-11-16 Thread Marius Strobl
Author: marius Date: Sun Nov 16 19:28:55 2008 New Revision: 185006 URL: http://svn.freebsd.org/changeset/base/185006 Log: Micro-optimize spitfire_block_{copy,zero}(): - Predict the loop as taken as it's more likely that there's still data to copy and memory to zero respectively. - Don't

svn commit: r185005 - head/sys/powerpc/include

2008-11-16 Thread Marcel Moolenaar
Author: marcel Date: Sun Nov 16 19:20:29 2008 New Revision: 185005 URL: http://svn.freebsd.org/changeset/base/185005 Log: Define LDBL_EPSILON, LDBL_MAX and LDBL_MIN as long double constants. Submitted by: Andreas Tobler <[EMAIL PROTECTED]> Reviewed by: das@ Modified: head/sys/powerpc/

svn commit: r185004 - head/share/man/man9

2008-11-16 Thread Marius Strobl
Author: marius Date: Sun Nov 16 18:30:16 2008 New Revision: 185004 URL: http://svn.freebsd.org/changeset/base/185004 Log: - For maximum flexibility, sparc64 supports BUS_DMA_COHERENT also with bus_dmamap_create() and not only bus_dmamem_alloc() so move the description of this flag up acc

svn commit: r185003 - in head/sys/dev: ppbus ppc

2008-11-16 Thread John Baldwin
Author: jhb Date: Sun Nov 16 17:42:02 2008 New Revision: 185003 URL: http://svn.freebsd.org/changeset/base/185003 Log: Various whitespace and style fixes. Modified: head/sys/dev/ppbus/if_plip.c head/sys/dev/ppbus/immio.c head/sys/dev/ppbus/lpbb.c head/sys/dev/ppbus/lpt.c head/sys/dev/

svn commit: r185002 - in head/sys: amd64/linux32 compat/linux i386/linux

2008-11-16 Thread Konstantin Belousov
Author: kib Date: Sun Nov 16 15:45:41 2008 New Revision: 185002 URL: http://svn.freebsd.org/changeset/base/185002 Log: In the robust futexes list head, futex_offset shall be signed, and glibc actually supplies negative offsets. Change l_ulong to l_long. Submitted by: dchagin Modified:

svn commit: r185001 - in stable/7/sys: . dev/esp dev/le modules/cxgb sparc64/sbus

2008-11-16 Thread Marius Strobl
Author: marius Date: Sun Nov 16 14:55:58 2008 New Revision: 185001 URL: http://svn.freebsd.org/changeset/base/185001 Log: MFC: r182876 Adapt the locking of esp(4) to MPSAFE cam(4) (so that ncr53c9x_intr() actually is INTR_MPSAFE now) and fix a couple of bugs which lead to panics, amongs

svn commit: r185000 - head/include

2008-11-16 Thread Ed Schouten
Author: ed Date: Sun Nov 16 14:43:33 2008 New Revision: 185000 URL: http://svn.freebsd.org/changeset/base/185000 Log: Add a comment to utmp.h about the sizes of UT_HOSTSIZE and UT_LINESIZE. UT_HOSTSIZE and UT_LINESIZE are too small right now. If we ever bump UT_HOSTSIZE, we must not forge

svn commit: r184999 - in stable/7/sys: . dev/esp

2008-11-16 Thread Marius Strobl
Author: marius Date: Sun Nov 16 13:19:47 2008 New Revision: 184999 URL: http://svn.freebsd.org/changeset/base/184999 Log: MFC: r180692 o Fix style(9) bugs and similar nits. o Merge ncr53c9x.c from NetBSD: 1.115: fix variable shadowing 1.118: __inline -> inline 1.121: fix empty

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

2008-11-16 Thread Kostik Belousov
On Fri, Nov 14, 2008 at 09:05:45PM +, Doug Ambrisko wrote: > Author: ambrisko > Date: Fri Nov 14 21:05:45 2008 > New Revision: 184974 > URL: http://svn.freebsd.org/changeset/base/184974 > > Log: > When running a 32bit app. on amd64, ensure the bits above 32bit > are zero for the copyout.