svn commit: r212284 - head/sys/mips/mips

2010-09-07 Thread Jayachandran C.
Author: jchandra Date: Tue Sep 7 06:02:43 2010 New Revision: 212284 URL: http://svn.freebsd.org/changeset/base/212284 Log: Whitespace fixes - indent with tabs instead of spaces. Few other style(9) changes. Modified: head/sys/mips/mips/busdma_machdep.c Modified:

svn commit: r212285 - head/sys/mips/rmi

2010-09-07 Thread Jayachandran C.
Author: jchandra Date: Tue Sep 7 07:31:58 2010 New Revision: 212285 URL: http://svn.freebsd.org/changeset/base/212285 Log: PCIe updates for XLS. Fix interrupt routing so that the irq returned is correct for XLR and XLS. This also updates the MSI hack we had earlier - we still don't

Re: svn commit: r212177 - in head/sys: amd64/include i386/include

2010-09-07 Thread Bruce Evans
On Fri, 3 Sep 2010, Roman Divacky wrote: Log: Change the parameter passed to the inline assembly to u_short as we are dealing with 16bit segment registers. Change mov to movw. u_ints were used intentionally to avoid operand size prefixes here and extra code for promotions in callers.

Re: svn commit: r212281 - head/sys/vm

2010-09-07 Thread Kostik Belousov
On Tue, Sep 07, 2010 at 12:23:45AM +, Ryan Stone wrote: Author: rstone Date: Tue Sep 7 00:23:45 2010 New Revision: 212281 URL: http://svn.freebsd.org/changeset/base/212281 Log: In munmap() downgrade the vm_map_lock to a read lock before taking a read lock on the pmc-sx lock.

svn commit: r212286 - head/gnu/lib/libstdc++

2010-09-07 Thread Tijl Coosemans
Author: tijl Date: Tue Sep 7 08:33:17 2010 New Revision: 212286 URL: http://svn.freebsd.org/changeset/base/212286 Log: GCC defines built-ins for atomic instructions found on i486 and higher. Because FreeBSD no longer supports the 80386 cpu all code targeting FreeBSD/i386 necessarily runs

svn commit: r212287 - stable/8/sys/net

2010-09-07 Thread Bjoern A. Zeeb
Author: bz Date: Tue Sep 7 11:46:09 2010 New Revision: 212287 URL: http://svn.freebsd.org/changeset/base/212287 Log: MFC r212152: MFp4 CH=183259: No reason to use if_free_type() as we don't change our type. Just if_free() is fine. Modified: stable/8/sys/net/if_epair.c

svn commit: r212288 - stable/8/lib/libthr/thread

2010-09-07 Thread Konstantin Belousov
Author: kib Date: Tue Sep 7 12:02:34 2010 New Revision: 212288 URL: http://svn.freebsd.org/changeset/base/212288 Log: MFC r211742: The __hidden definition is provided by sys/cdefs.h. Modified: stable/8/lib/libthr/thread/thr_private.h Directory Properties: stable/8/lib/libthr/ (props

svn commit: r212289 - stable/8/lib/libthr/thread

2010-09-07 Thread Konstantin Belousov
Author: kib Date: Tue Sep 7 12:04:07 2010 New Revision: 212289 URL: http://svn.freebsd.org/changeset/base/212289 Log: MFC r211743: Remove unused source. Deleted: stable/8/lib/libthr/thread/thr_atfork.c Modified: Directory Properties: stable/8/lib/libthr/ (props changed)

svn commit: r212290 - stable/8/lib/libc/sys

2010-09-07 Thread Konstantin Belousov
Author: kib Date: Tue Sep 7 12:06:41 2010 New Revision: 212290 URL: http://svn.freebsd.org/changeset/base/212290 Log: MFC r211748: Move the __stack_chk_fail_lo...@fbsd_1.0 compat symbol definition into the separate .o for libc_pic.a. This prevents rtld from making the symbol global.

svn commit: r212291 - stable/8/sys/netinet

2010-09-07 Thread Bjoern A. Zeeb
Author: bz Date: Tue Sep 7 13:10:46 2010 New Revision: 212291 URL: http://svn.freebsd.org/changeset/base/212291 Log: MFC r212209: In case of RADIX_MPATH do not leak the IN_IFADDR read lock on early return. Modified: stable/8/sys/netinet/in.c Directory Properties: stable/8/sys/

svn commit: r212292 - head/sys/x86/pci

2010-09-07 Thread John Baldwin
Author: jhb Date: Tue Sep 7 13:50:02 2010 New Revision: 212292 URL: http://svn.freebsd.org/changeset/base/212292 Log: Each processor socket in a QPI system has a special PCI bus for the uncore devices (such as the memory controller) in that socket. Stop hardcoding support for two busses,

svn commit: r212293 - in head/sys: fs/nfsclient nfsclient

2010-09-07 Thread John Baldwin
Author: jhb Date: Tue Sep 7 14:29:45 2010 New Revision: 212293 URL: http://svn.freebsd.org/changeset/base/212293 Log: Store the full timestamp when caching timestamps of files and directories for purposes of validating name cache entries. This closes races where two updates to a file or

svn commit: r212296 - head/usr.sbin/bluetooth/bthidcontrol

2010-09-07 Thread Maksim Yevmenkin
Author: emax Date: Tue Sep 7 16:36:03 2010 New Revision: 212296 URL: http://svn.freebsd.org/changeset/base/212296 Log: Do not request SDP attributes using ranges. Apparently some devices do not like it. MFC after:1 week Tested by:Buganini buganini at gmail dot com Modified:

Re: svn commit: r212254 - head/release/doc/share/misc

2010-09-07 Thread Pyun YongHyeon
On Mon, Sep 06, 2010 at 11:02:50AM +, Christian Brueffer wrote: Author: brueffer Date: Mon Sep 6 11:02:50 2010 New Revision: 212254 URL: http://svn.freebsd.org/changeset/base/212254 Log: sis(4) should work on all architectures now. Thanks a lot!

svn commit: r212300 - in stable/7/sys/boot/i386: boot2 gptboot loader zfsboot zfsloader

2010-09-07 Thread Xin LI
Author: delphij Date: Tue Sep 7 18:14:50 2010 New Revision: 212300 URL: http://svn.freebsd.org/changeset/base/212300 Log: MFC r205662 + r212066 (except efi part): Our boot loader is capable of booting both i386 and amd64 kernels so call it x86 instead of i386. Modified:

svn commit: r212301 - in stable/8/sys/boot/i386: boot2 gptboot loader zfsboot zfsloader

2010-09-07 Thread Xin LI
Author: delphij Date: Tue Sep 7 18:14:59 2010 New Revision: 212301 URL: http://svn.freebsd.org/changeset/base/212301 Log: MFC r205662 + r212066 (except efi part): Our boot loader is capable of booting both i386 and amd64 kernels so call it x86 instead of i386. Modified:

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

2010-09-07 Thread Pyun YongHyeon
Author: yongari Date: Tue Sep 7 18:29:29 2010 New Revision: 212302 URL: http://svn.freebsd.org/changeset/base/212302 Log: Make sure to create DMA'able memory for statistics block. This was missed in r212061 and it caused crashes for 570x controllers as controller DMAed statistics to

Re: svn commit: r212061 - head/sys/dev/bge

2010-09-07 Thread Pyun YongHyeon
On Fri, Sep 03, 2010 at 11:27:14PM -0700, Pyun YongHyeon wrote: On Fri, Sep 3, 2010 at 9:29 PM, Alexander Kabaev kab...@gmail.com wrote: On Tue, 31 Aug 2010 17:33:48 + (UTC) Pyun YongHyeon yong...@freebsd.org wrote: Author: yongari Date: Tue Aug 31 17:33:48 2010 New Revision:

svn commit: r212303 - head/sys/dev/e1000

2010-09-07 Thread Jack F Vogel
Author: jfv Date: Tue Sep 7 20:13:08 2010 New Revision: 212303 URL: http://svn.freebsd.org/changeset/base/212303 Log: Tighten up the rx mbuf refresh code, there were some discrepencies from the igb version which was the target. Change the message when neither MSI or MSIX are enabled

svn commit: r212304 - head/sys/dev/e1000

2010-09-07 Thread Jack F Vogel
Author: jfv Date: Tue Sep 7 21:28:45 2010 New Revision: 212304 URL: http://svn.freebsd.org/changeset/base/212304 Log: Code correction in refresh_mbufs, just continuing without index recalc was wrong. Modified: head/sys/dev/e1000/if_em.c Modified: head/sys/dev/e1000/if_em.c

Re: svn commit: r212251 - head/sys/dev/acpi_support

2010-09-07 Thread Jung-uk Kim
On Monday 06 September 2010 11:28 am, John Baldwin wrote: On Monday 06 September 2010 03:34:32 am Andriy Gapon wrote: Author: avg Date: Mon Sep 6 07:34:32 2010 New Revision: 212251 URL: http://svn.freebsd.org/changeset/base/212251 Log: acpi_hp: fix bus attachment code - add

svn commit: r212305 - head/sys/fs/tmpfs

2010-09-07 Thread Ivan Voras
Author: ivoras Date: Tue Sep 7 22:40:45 2010 New Revision: 212305 URL: http://svn.freebsd.org/changeset/base/212305 Log: Avoid Entry can disappear before we lock fdvp panic. PR: 150143 Submitted by: Gleb Kurtsou gk at FreeBSD.org Pretty sure it won't blow up: mckusick MFC

svn commit: r212306 - head/sys/dev/mii

2010-09-07 Thread Pyun YongHyeon
Author: yongari Date: Tue Sep 7 22:44:29 2010 New Revision: 212306 URL: http://svn.freebsd.org/changeset/base/212306 Log: Remove trailing CR at EOL. Modified: head/sys/dev/mii/brgphyreg.h Modified: head/sys/dev/mii/brgphyreg.h

svn commit: r212307 - head/sys/dev/mii

2010-09-07 Thread Pyun YongHyeon
Author: yongari Date: Tue Sep 7 23:08:38 2010 New Revision: 212307 URL: http://svn.freebsd.org/changeset/base/212307 Log: Consistently use tab characters instead of tab + space characters. No functional changes. Modified: head/sys/dev/mii/brgphy.c head/sys/dev/mii/brgphyreg.h Modified:

svn commit: r212308 - head/sys/powerpc/aim

2010-09-07 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Sep 7 23:31:48 2010 New Revision: 212308 URL: http://svn.freebsd.org/changeset/base/212308 Log: Fix an error made in r209975 related to context ID allocation for 64-bit PowerPC CPUs running a 32-bit kernel. This bug could cause in-use VSIDs to be allocated

svn commit: r212309 - stable/8/sys/rpc

2010-09-07 Thread Rick Macklem
Author: rmacklem Date: Wed Sep 8 01:18:09 2010 New Revision: 212309 URL: http://svn.freebsd.org/changeset/base/212309 Log: MFC: r211789 If the first iteration of the do loop in replay_prune() succeeded and a subsequent interation failed to find an entry to prune, it could loop

svn commit: r212310 - stable/8/sys/rpc

2010-09-07 Thread Rick Macklem
Author: rmacklem Date: Wed Sep 8 01:41:22 2010 New Revision: 212310 URL: http://svn.freebsd.org/changeset/base/212310 Log: MFC: r211830 Add mutex locking for the call to replay_prune() in replay_setsize(), since replay_prune() expects the rc_lock to be held when it is called. Modified:

svn commit: r212311 - stable/8/sys/kern

2010-09-07 Thread David Xu
Author: davidxu Date: Wed Sep 8 01:55:03 2010 New Revision: 212311 URL: http://svn.freebsd.org/changeset/base/212311 Log: MFC: r212047 If a process is being debugged, skips job control caused by SIGSTOP/SIGCONT signals, because it is managed by debugger, however a normal signal sent to

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

2010-09-07 Thread David Xu
Author: davidxu Date: Wed Sep 8 02:18:20 2010 New Revision: 212312 URL: http://svn.freebsd.org/changeset/base/212312 Log: To avoid possible race condition, SIGCANCEL is always sent except the thread is dead. Modified: head/lib/libthr/thread/thr_cancel.c Modified: