Re: svn commit: r213534 - in head: contrib/llvm contrib/llvm/autoconf contrib/llvm/include/llvm/ADT contrib/llvm/lib/CodeGen contrib/llvm/lib/Target/ARM contrib/llvm/lib/Target/X86 contrib/llvm/tools/

2010-10-07 Thread Roman Divacky
On Thu, Oct 07, 2010 at 08:31:07PM +, Dimitry Andric wrote: > Author: dim > Date: Thu Oct 7 20:31:07 2010 > New Revision: 213534 > URL: http://svn.freebsd.org/changeset/base/213534 > > Log: > Upgrade Clang and LLVM to the 2.8 release. See here for release notes: > http://llvm.org/release

Re: svn commit: r213527 - head/sys/kern

2010-10-07 Thread Alan Cox
Andriy Gapon wrote: Author: avg Date: Thu Oct 7 18:11:33 2010 New Revision: 213527 URL: http://svn.freebsd.org/changeset/base/213527 Log: vm.kmem_map_size: a sysctl to query current kmem_map->size Based on a patch from Sandvine Incorporated via emaste. You might, in fact, find km

svn commit: r213541 - head/lib/libthr

2010-10-07 Thread David Xu
Author: davidxu Date: Fri Oct 8 01:53:33 2010 New Revision: 213541 URL: http://svn.freebsd.org/changeset/base/213541 Log: Oops, don't remove -fexceptions flag. Modified: head/lib/libthr/Makefile Modified: head/lib/libthr/Makefile =

svn commit: r213539 - head/lib/libthr

2010-10-07 Thread David Xu
Author: davidxu Date: Fri Oct 8 01:47:14 2010 New Revision: 213539 URL: http://svn.freebsd.org/changeset/base/213539 Log: unwind.h was imported, gcc directory is no longer needed. Modified: head/lib/libthr/Makefile Modified: head/lib/libthr/Makefile =

svn commit: r213537 - head/sys/dev/usb/wlan

2010-10-07 Thread Ed Maste
Author: emaste Date: Fri Oct 8 01:03:30 2010 New Revision: 213537 URL: http://svn.freebsd.org/changeset/base/213537 Log: In r207768 I silenced a console warning from rum(4). There was legitimate opposition to the change, since really we need to implement missing functionality in drivers or

svn commit: r213536 - in head: bin/ps sys/kern sys/sys

2010-10-07 Thread Ed Maste
Author: emaste Date: Fri Oct 8 00:44:53 2010 New Revision: 213536 URL: http://svn.freebsd.org/changeset/base/213536 Log: Make a thread's address available via the kern proc sysctl, just like the process address. Add "tdaddr" keyword to ps(1) to display this thread address. Distilled

svn commit: r213535 - in head: share/man/man4 sys/dev/mps

2010-10-07 Thread Kenneth D. Merry
Author: ken Date: Thu Oct 7 21:56:10 2010 New Revision: 213535 URL: http://svn.freebsd.org/changeset/base/213535 Log: Turn on serialization of task management commands going down to the controller, but make it optional. After a problem report from Andrew Boyer, it looks like the LSI ch

svn commit: r213534 - in head: contrib/llvm contrib/llvm/autoconf contrib/llvm/include/llvm/ADT contrib/llvm/lib/CodeGen contrib/llvm/lib/Target/ARM contrib/llvm/lib/Target/X86 contrib/llvm/tools/c...

2010-10-07 Thread Dimitry Andric
--- head/lib/clang/include/clang/Basic/Version.inc Thu Oct 7 18:23:28 2010(r213533) +++ head/lib/clang/include/clang/Basic/Version.inc Thu Oct 7 20:31:07 2010(r213534) @@ -5,6 +5,6 @@ #defineCLANG_VE

svn commit: r213533 - head/sbin/hastd

2010-10-07 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Oct 7 18:23:28 2010 New Revision: 213533 URL: http://svn.freebsd.org/changeset/base/213533 Log: Clear ggate structures before using them. We don't initialize all the field and there can be some garbage from the stack. MFC after:1 week Modified: head/sbin/hast

svn commit: r213532 - head/share/misc

2010-10-07 Thread Jonathan Anderson
Author: jonathan Date: Thu Oct 7 18:20:51 2010 New Revision: 213532 URL: http://svn.freebsd.org/changeset/base/213532 Log: Add myself (jonathan@) to committers-src.dot Reviewed by: rwatson Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot ==

svn commit: r213531 - head/sbin/hastd

2010-10-07 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Oct 7 18:20:16 2010 New Revision: 213531 URL: http://svn.freebsd.org/changeset/base/213531 Log: Log error message when we fail to destroy ggate provider. MFC after:3 days Modified: head/sbin/hastd/primary.c Modified: head/sbin/hastd/primary.c =

svn commit: r213530 - head/sbin/hastd

2010-10-07 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Oct 7 18:19:02 2010 New Revision: 213530 URL: http://svn.freebsd.org/changeset/base/213530 Log: Start the guard thread first, so we can handle signals from the very begining. Reported by: Mikolaj Golub MFC after:1 week Modified: head/sbin/hastd/primary.c M

svn commit: r213529 - head/sbin/hastd

2010-10-07 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Oct 7 18:16:22 2010 New Revision: 213529 URL: http://svn.freebsd.org/changeset/base/213529 Log: Don't close local component on exit as we can hang waiting on g_waitidle. I'm unable to reproduce the race described in comment anymore and also the comment is incorrect - l

svn commit: r213528 - head/sys/cddl/compat/opensolaris/kern

2010-10-07 Thread Andriy Gapon
Author: avg Date: Thu Oct 7 18:16:14 2010 New Revision: 213528 URL: http://svn.freebsd.org/changeset/base/213528 Log: opensolaris_kmem kmem_size(): report lesser of vm_kmem_size and available physical memory This is needed to correctly autotune ZFS ARC size when vm_kmem_size is set to

svn commit: r213527 - head/sys/kern

2010-10-07 Thread Andriy Gapon
Author: avg Date: Thu Oct 7 18:11:33 2010 New Revision: 213527 URL: http://svn.freebsd.org/changeset/base/213527 Log: vm.kmem_map_size: a sysctl to query current kmem_map->size Based on a patch from Sandvine Incorporated via emaste. Reviewed by: emaste MFC after:1 week Modifie

Re: svn commit: r213472 - head/tools/build/mk

2010-10-07 Thread Doug Barton
On 10/7/2010 2:40 AM, Alexander Leidinger wrote: If you do not want to have it deleted by delete-old, do not exclude it during installworld (you have my vote for this) and remove its entry from OptionalObsoleteFiles.inc. That sounds fine with me. I will get to that ASAP. Don't hesitate to beat

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

2010-10-07 Thread Jaakko Heinonen
Author: jh Date: Thu Oct 7 18:00:55 2010 New Revision: 213526 URL: http://svn.freebsd.org/changeset/base/213526 Log: Check the device name validity on device registration. A new function prep_devname() sanitizes a device name by removing leading and redundant sequential slashes. The func

svn commit: r213523 - head

2010-10-07 Thread Ed Maste
Author: emaste Date: Thu Oct 7 17:26:22 2010 New Revision: 213523 URL: http://svn.freebsd.org/changeset/base/213523 Log: Add a note on the removal of copyright strings from login(1) and sshd(8). Modified: head/UPDATING Modified: head/UPDATING

svn commit: r213522 - head/sys/dev/bge

2010-10-07 Thread Pyun YongHyeon
Author: yongari Date: Thu Oct 7 17:14:50 2010 New Revision: 213522 URL: http://svn.freebsd.org/changeset/base/213522 Log: Fix a long standing bug which regarded some revisions of controller as 5788. This caused BGE_MISC_LOCAL_CTL register is used to generate link state change interrupt for

svn commit: r213514 - head/share/man/man4

2010-10-07 Thread Sergey Kandaurov
Author: pluknet Date: Thu Oct 7 12:58:09 2010 New Revision: 213514 URL: http://svn.freebsd.org/changeset/base/213514 Log: Cosmetic change: Wrap lines for SiS and Promise entries to 80 columns. This doesn't change appearance in page rendered with troff or man.cgi. PR: docs/146

Re: svn commit: r213489 - in head/sys: conf dev/bce

2010-10-07 Thread Alexander Best
minor CR/LF issue in if_bcereg.h. ;) cheers. alex -- a13x diff --git a/sys/dev/bce/if_bcereg.h b/sys/dev/bce/if_bcereg.h index cedb6b1..178c72d 100644 --- a/sys/dev/bce/if_bcereg.h +++ b/sys/dev/bce/if_bcereg.h @@ -1965,7 +1965,7 @@ struct l2_fhdr { #define BCE_MISC_ENABLE_CLR_BITS_UMP_ENABLE

Re: svn commit: r213472 - head/tools/build/mk

2010-10-07 Thread Alexander Leidinger
Quoting Doug Barton (from Wed, 06 Oct 2010 11:15:00 -0700): On 10/6/2010 12:49 AM, Alexander Leidinger wrote: Author: netchild Date: Wed Oct 6 07:49:28 2010 New Revision: 213472 URL: http://svn.freebsd.org/changeset/base/213472 Log: Add some missing files to optionally delete. Submitt

svn commit: r213510 - head/sys/conf

2010-10-07 Thread Olivier Houchard
Author: cognet Date: Thu Oct 7 09:30:35 2010 New Revision: 213510 URL: http://svn.freebsd.org/changeset/base/213510 Log: Add options I missed in the additionnal AT91 support commits. Submitted by: Greg Ansley Modified: head/sys/conf/options.arm Modified: head/sys/conf/options.arm =

svn commit: r213509 - in head/sys/dev/usb: . serial

2010-10-07 Thread Alexander Motin
Author: mav Date: Thu Oct 7 09:07:48 2010 New Revision: 213509 URL: http://svn.freebsd.org/changeset/base/213509 Log: Add ID for Vodafone (ZTE) Mobile Broadband K3565-Z modem. Reviewed by: hselasky Modified: head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/usbdevs Modified: head/sys/d

Re: svn commit: r213508 - head/sys/fs/msdosfs

2010-10-07 Thread Alexey Dokuchaev
On Thu, Oct 07, 2010 at 08:36:02AM +, Konstantin Belousov wrote: > The msdosfs lookup is case insensitive. Several aliases may be inserted for > a single directory entry. As a consequnce, name cache purge done by lookup > for fvp when DELETE op for namei is specified, might be not enough to > e

svn commit: r213508 - head/sys/fs/msdosfs

2010-10-07 Thread Konstantin Belousov
Author: kib Date: Thu Oct 7 08:36:02 2010 New Revision: 213508 URL: http://svn.freebsd.org/changeset/base/213508 Log: The msdosfs lookup is case insensitive. Several aliases may be inserted for a single directory entry. As a consequnce, name cache purge done by lookup for fvp when DELETE op