svn commit: r234694 - stable/8/sys/boot/common

2012-04-25 Thread Andrey V. Elsukov
Author: ae Date: Thu Apr 26 05:17:48 2012 New Revision: 234694 URL: http://svn.freebsd.org/changeset/base/234694 Log: MFC r234692: Read backup GPT header from the last LBA only when primary GPT header and table aren't valid. If they are ok, use hdr_lba_alt value to read backup header

svn commit: r234693 - stable/9/sys/boot/common

2012-04-25 Thread Andrey V. Elsukov
Author: ae Date: Thu Apr 26 05:17:25 2012 New Revision: 234693 URL: http://svn.freebsd.org/changeset/base/234693 Log: MFC r234692: Read backup GPT header from the last LBA only when primary GPT header and table aren't valid. If they are ok, use hdr_lba_alt value to read backup header

svn commit: r234692 - head/sys/dev/ath/ath_hal/ar5416

2012-04-25 Thread Adrian Chadd
Author: adrian Date: Thu Apr 26 02:03:16 2012 New Revision: 234692 URL: http://svn.freebsd.org/changeset/base/234692 Log: Add the BT register definitions for AR9285/AR9287 BT coexistence. Obtained from:Linux ath9k Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416phy.h head/sys/d

svn commit: r234691 - in head: cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl/contrib/opensolaris/uts/common/sys

2012-04-25 Thread Ryan Stone
Author: rstone Date: Thu Apr 26 01:07:03 2012 New Revision: 234691 URL: http://svn.freebsd.org/changeset/base/234691 Log: Implement the D "cpu" variable, which returns curcpu. I have chosen not to follow the example of OpenSolaris and its descendants, which implemented cpu as an inline that

svn commit: r234690 - head/lib/libedit/edit/readline

2012-04-25 Thread David E. O'Brien
Author: obrien Date: Thu Apr 26 00:51:43 2012 New Revision: 234690 URL: http://svn.freebsd.org/changeset/base/234690 Log: Correct r228114 and use the same implementation for tilde.h as for history.h Added: head/lib/libedit/edit/readline/tilde.h - copied unchanged from r234451, head/lib/l

svn commit: r234688 - head/sys/arm/arm

2012-04-25 Thread Stanislav Sedov
Author: stas Date: Wed Apr 25 22:44:07 2012 New Revision: 234688 URL: http://svn.freebsd.org/changeset/base/234688 Log: - Disable MMU before reconfiguring the pagetables in the trampoline code. Otherwise we might end up overwriting the PTEs we're currently using for some reason. Rev

svn commit: r234687 - head/lib/libusb

2012-04-25 Thread Hans Petter Selasky
Author: hselasky Date: Wed Apr 25 21:59:56 2012 New Revision: 234687 URL: http://svn.freebsd.org/changeset/base/234687 Log: Fix typo. Modified: head/lib/libusb/libusb.3 Modified: head/lib/libusb/libusb.3 == --- head/

svn commit: r234686 - head/lib/libusb

2012-04-25 Thread Hans Petter Selasky
Author: hselasky Date: Wed Apr 25 21:50:20 2012 New Revision: 234686 URL: http://svn.freebsd.org/changeset/base/234686 Log: Bump the libusb major version due to the last commit, which changes the libusb 1.0 API. While at it, correct a manual page symlink. Suggested by: kib @ Modified:

svn commit: r234685 - head/lib/msun/src

2012-04-25 Thread Dag-Erling Smorgrav
Author: des Date: Wed Apr 25 18:07:35 2012 New Revision: 234685 URL: http://svn.freebsd.org/changeset/base/234685 Log: I stopped using my middle name years ago. Modified: head/lib/msun/src/s_fabsl.c Modified: head/lib/msun/src/s_fabsl.c ===

svn commit: r234684 - head/lib/libusb

2012-04-25 Thread Hans Petter Selasky
Author: hselasky Date: Wed Apr 25 17:54:26 2012 New Revision: 234684 URL: http://svn.freebsd.org/changeset/base/234684 Log: Fix binary compatibility to the official LibUSB 1.0. This is useful for GNU/kFreeBSD and the libusb2debian port. Applications using the asynchronous API of LibUSB 1.0 n

svn commit: r234683 - stable/7/sys/netgraph

2012-04-25 Thread Andrey V. Elsukov
Author: ae Date: Wed Apr 25 12:02:06 2012 New Revision: 234683 URL: http://svn.freebsd.org/changeset/base/234683 Log: MFC r234574 (by melifaro): Fix panic in ng_patch(4) caused by checksum flags being added to mbuf flags. Tested by:Maxim Ignatenko Modified: stable/7/sys/ne

svn commit: r234682 - stable/8/sys/netgraph

2012-04-25 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Apr 25 09:56:35 2012 New Revision: 234682 URL: http://svn.freebsd.org/changeset/base/234682 Log: MFC r234574 Fix panic in ng_patch(4) caused by checksum flags being added to mbuf flags. Tested by:Maxim Ignatenko Approved by: ae(mentor) Modifi

svn commit: r234681 - stable/9/sys/netgraph

2012-04-25 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Apr 25 09:55:34 2012 New Revision: 234681 URL: http://svn.freebsd.org/changeset/base/234681 Log: MFC r234574 Fix panic in ng_patch(4) caused by checksum flags being added to mbuf flags. Tested by:Maxim Ignatenko Approved by: ae(mentor) Modifi

svn commit: r234680 - in stable/8/sys: boot/i386/zfsboot i386/conf

2012-04-25 Thread Andriy Gapon
Author: avg Date: Wed Apr 25 07:27:13 2012 New Revision: 234680 URL: http://svn.freebsd.org/changeset/base/234680 Log: MFC r234339: zfsboot: honor -q if it's present in boot.config Modified: stable/8/sys/boot/i386/zfsboot/zfsboot.c Directory Properties: stable/8/sys/ (props changed) sta

svn commit: r234679 - in stable/9/sys: boot/i386/zfsboot i386/conf kern

2012-04-25 Thread Andriy Gapon
Author: avg Date: Wed Apr 25 07:23:35 2012 New Revision: 234679 URL: http://svn.freebsd.org/changeset/base/234679 Log: MFC r234339: zfsboot: honor -q if it's present in boot.config Modified: stable/9/sys/boot/i386/zfsboot/zfsboot.c Directory Properties: stable/9/sys/ (props changed) sta

svn commit: r234678 - in stable/8/sys: i386/conf pci

2012-04-25 Thread Andriy Gapon
Author: avg Date: Wed Apr 25 07:18:04 2012 New Revision: 234678 URL: http://svn.freebsd.org/changeset/base/234678 Log: MFC r234338: intpm: add ATI IXP400 pci id PR: kern/136762 Modified: stable/8/sys/pci/intpm.c Directory Properties: stable/8/sys/ (props changed) stable/8

svn commit: r234677 - in stable/9/sys: i386/conf kern pci

2012-04-25 Thread Andriy Gapon
Author: avg Date: Wed Apr 25 07:13:16 2012 New Revision: 234677 URL: http://svn.freebsd.org/changeset/base/234677 Log: MFC r234338: intpm: add ATI IXP400 pci id PR: kern/136762 Modified: stable/9/sys/pci/intpm.c Directory Properties: stable/9/sys/ (props changed) stable/9

svn commit: r234676 - in stable/8/sys/i386: conf i386

2012-04-25 Thread Andriy Gapon
Author: avg Date: Wed Apr 25 07:10:17 2012 New Revision: 234676 URL: http://svn.freebsd.org/changeset/base/234676 Log: MFC r234208: add actual interrupt counters to back ipi_invlcache_counts Note: i386 only as r209248 has never been MFCed. Modified: stable/8/sys/i386/i386/mp_machdep.c Di

svn commit: r234675 - stable/9/etc

2012-04-25 Thread Gleb Smirnoff
Author: glebius Date: Wed Apr 25 07:09:02 2012 New Revision: 234675 URL: http://svn.freebsd.org/changeset/base/234675 Log: Merge r233167 from head: Rotate auth.log and messages at the beginning of a year. Otherwise, daily security checks 800.loginfail and 900.tcpwrap may produce fals

svn commit: r234674 - stable/9/usr.sbin/newsyslog

2012-04-25 Thread Gleb Smirnoff
Author: glebius Date: Wed Apr 25 07:04:48 2012 New Revision: 234674 URL: http://svn.freebsd.org/changeset/base/234674 Log: Merge r233257, r233258 from head: Don't run through time checks when entry is definitely oversized. This leads to newsyslog rotating on (size OR time) if both are sp