svn commit: r248457 - in head/sys: cddl/contrib/opensolaris/uts/common/sys cddl/dev/dtrace/powerpc cddl/dev/fbt modules/dtrace modules/dtrace/dtraceall modules/dtrace/fbt powerpc/aim

2013-03-17 Thread Justin Hibbits
Author: jhibbits Date: Mon Mar 18 05:30:18 2013 New Revision: 248457 URL: http://svnweb.freebsd.org/changeset/base/248457 Log: Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code, much of which is not necessary for PowerPC. The FBT module can likely be factored into 3 sep

svn commit: r248456 - head/sys/dev/sis

2013-03-17 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 18 04:46:17 2013 New Revision: 248456 URL: http://svnweb.freebsd.org/changeset/base/248456 Log: r119712 introduced SIS_TYPE_83816 but it was not actually set in driver such that checking against the type was always false. To detect NS DP83816, driver should have

Re: svn commit: r248331 - in stable/9: . usr.bin/xinstall

2013-03-17 Thread Jeremy Chadwick
Please see PR 177055. This MFC has broken mergmaster for at least a couple people. The PR should really be rated high priority: http://www.freebsd.org/cgi/query-pr.cgi?pr=177055 http://lists.freebsd.org/pipermail/freebsd-stable/2013-March/072848.html -- | Jeremy Chadwick

svn commit: r248455 - head/sys/dev/ath

2013-03-17 Thread Adrian Chadd
Author: adrian Date: Mon Mar 18 02:29:57 2013 New Revision: 248455 URL: http://svnweb.freebsd.org/changeset/base/248455 Log: Print out the current fifo queue depth correctly - not just the max queue depth. Silly hat to me. Modified: head/sys/dev/ath/if_ath_sysctl.c Modified: head/sys/

svn commit: r248454 - stable/8/sys/conf

2013-03-17 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Mon Mar 18 01:30:54 2013 New Revision: 248454 URL: http://svnweb.freebsd.org/changeset/base/248454 Log: Update stable/8 to -BETA1 as part of 8.4-RELEASE cycle. Approved by: re (jpaetzel) Modified: stable/8/sys/conf/newvers.sh Modified: stable/8/s

svn commit: r248453 - head/lib/libc/stdlib

2013-03-17 Thread Kevin Lo
Author: kevlo Date: Mon Mar 18 01:22:28 2013 New Revision: 248453 URL: http://svnweb.freebsd.org/changeset/base/248453 Log: Add restrict keyword to realpath manpage. Modified: head/lib/libc/stdlib/realpath.3 Modified: head/lib/libc/stdlib/realpath.3 ==

svn commit: r248452 - in stable/8/usr.sbin/sysinstall: . help

2013-03-17 Thread Devin Teske
Author: dteske Date: Mon Mar 18 01:20:11 2013 New Revision: 248452 URL: http://svnweb.freebsd.org/changeset/base/248452 Log: MFS9->8 r248313: Add support for installation directly via HTTP. Submitted by: Rick Miller Reviewed by: jkh Approved by: re, jpaetzel Added: stable/8/usr.sb

svn commit: r248451 - head/sys/dev/ath

2013-03-17 Thread Adrian Chadd
Author: adrian Date: Mon Mar 18 01:12:36 2013 New Revision: 248451 URL: http://svnweb.freebsd.org/changeset/base/248451 Log: Dump out information about the RX descriptor free list and FIFO information. Modified: head/sys/dev/ath/if_ath_sysctl.c Modified: head/sys/dev/ath/if_ath_sysctl.c

svn commit: r248450 - head/sys/dev/ath

2013-03-17 Thread Adrian Chadd
Author: adrian Date: Mon Mar 18 01:11:52 2013 New Revision: 248450 URL: http://svnweb.freebsd.org/changeset/base/248450 Log: Log some more information when the RX buffer allocation failed. Modified: head/sys/dev/ath/if_ath_rx_edma.c Modified: head/sys/dev/ath/if_ath_rx_edma.c ===

svn commit: r248449 - in head/sys: amd64/amd64 amd64/include conf i386/i386 i386/include i386/xen vm

2013-03-17 Thread Attilio Rao
Author: attilio Date: Mon Mar 18 00:25:02 2013 New Revision: 248449 URL: http://svnweb.freebsd.org/changeset/base/248449 Log: Sync back vmcontention branch into HEAD: Replace the per-object resident and cached pages splay tree with a path-compressed multi-digit radix trie. Along with this,

svn commit: r248446 - head/usr.bin/find

2013-03-17 Thread Jilles Tjoelker
Author: jilles Date: Sun Mar 17 22:51:58 2013 New Revision: 248446 URL: http://svnweb.freebsd.org/changeset/base/248446 Log: find: Include nanoseconds when comparing timestamps of files. When comparing to the timestamp of a given file using -newer, -Xnewer and -newerXY (where X and Y are

svn commit: r248430 - head/sys/arm/broadcom/bcm2835

2013-03-17 Thread Ian Lepore
Author: ian Date: Sun Mar 17 16:31:09 2013 New Revision: 248430 URL: http://svnweb.freebsd.org/changeset/base/248430 Log: Eliminate an intermediate buffer and some memcpy() operations, and do DMA directly to/from the buffers passed in from higher layer drivers. Reviewed by: gonzo Modifi

svn commit: r248426 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-03-17 Thread Martin Matuska
Author: mm Date: Sun Mar 17 15:53:27 2013 New Revision: 248426 URL: http://svnweb.freebsd.org/changeset/base/248426 Log: Fix typo in sysctl description Reported by: Jeremy Chadwick MFC after:3 days Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c Modified:

svn commit: r248422 - in head/sys: fs/tmpfs ufs/ufs

2013-03-17 Thread Konstantin Belousov
Author: kib Date: Sun Mar 17 15:11:37 2013 New Revision: 248422 URL: http://svnweb.freebsd.org/changeset/base/248422 Log: Remove negative name cache entry pointing to the target name, which could be instantiated while tdvp was unlocked. Reported by: Rick Miller Tested by:pho MFC

Re: svn commit: r248352 - in stable/9: etc share/mk

2013-03-17 Thread Dmitry Morozovsky
On Fri, 15 Mar 2013, Brooks Davis wrote: > Author: brooks > Date: Fri Mar 15 21:32:40 2013 > New Revision: 248352 > URL: http://svnweb.freebsd.org/changeset/base/248352 > > Log: > MFC r245752,246913,247162 > > Replace all known uses of ln in the build process with appropriate > install -

Re: svn commit: r248417 - head/sys/sys

2013-03-17 Thread Andre Oppermann
On 17.03.2013 10:33, Gleb Smirnoff wrote: On Sun, Mar 17, 2013 at 10:02:09AM +0100, Andre Oppermann wrote: A> On 17.03.2013 08:39, Gleb Smirnoff wrote: A> > Author: glebius A> > Date: Sun Mar 17 07:39:45 2013 A> > New Revision: 248417 A> > URL: http://svnweb.freebsd.org/changeset/base/248417 A> >

Re: svn commit: r248417 - head/sys/sys

2013-03-17 Thread Gleb Smirnoff
On Sun, Mar 17, 2013 at 10:02:09AM +0100, Andre Oppermann wrote: A> On 17.03.2013 08:39, Gleb Smirnoff wrote: A> > Author: glebius A> > Date: Sun Mar 17 07:39:45 2013 A> > New Revision: 248417 A> > URL: http://svnweb.freebsd.org/changeset/base/248417 A> > A> > Log: A> >Add MEXT_ALIGN() macro, s

Re: svn commit: r248417 - head/sys/sys

2013-03-17 Thread Andre Oppermann
On 17.03.2013 08:39, Gleb Smirnoff wrote: Author: glebius Date: Sun Mar 17 07:39:45 2013 New Revision: 248417 URL: http://svnweb.freebsd.org/changeset/base/248417 Log: Add MEXT_ALIGN() macro, similar to M_ALIGN() and MH_ALIGN(), but for mbufs with external buffer. While you are cleaning

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

2013-03-17 Thread Gleb Smirnoff
In r248418 and r248417 another change from my tree leaked: - Removing M_FREELIST flag, that comes from historical mbuf allocator predating FreeBSD 5.x. On Sun, Mar 17, 2013 at 07:41:14AM +, Gleb Smirnoff wrote: T> Author: glebius T> Date: Sun Mar 17 07:41:14 2013 T> New Revision: 248418 T

svn commit: r248418 - head/sys/kern

2013-03-17 Thread Gleb Smirnoff
Author: glebius Date: Sun Mar 17 07:41:14 2013 New Revision: 248418 URL: http://svnweb.freebsd.org/changeset/base/248418 Log: In m_align() add assertions that mbuf is virgin, similar to assertions in M_ALIGN(), MH_ALIGN, MEXT_ALIGN() macros. Modified: head/sys/kern/uipc_mbuf.c Modified: he

svn commit: r248417 - head/sys/sys

2013-03-17 Thread Gleb Smirnoff
Author: glebius Date: Sun Mar 17 07:39:45 2013 New Revision: 248417 URL: http://svnweb.freebsd.org/changeset/base/248417 Log: Add MEXT_ALIGN() macro, similar to M_ALIGN() and MH_ALIGN(), but for mbufs with external buffer. Modified: head/sys/sys/mbuf.h Modified: head/sys/sys/mbuf.h ===

svn commit: r248416 - head/sys/netinet/libalias

2013-03-17 Thread Gleb Smirnoff
Author: glebius Date: Sun Mar 17 07:37:10 2013 New Revision: 248416 URL: http://svnweb.freebsd.org/changeset/base/248416 Log: In m_megapullup() instead of reserving some space at the end of packet, m_align() it, reserving space to prepend data. Reviewed by: mav Modified: head/sys/neti

svn commit: r248415 - head/sys/dev/acpica

2013-03-17 Thread Rui Paulo
Author: rpaulo Date: Sun Mar 17 07:28:17 2013 New Revision: 248415 URL: http://svnweb.freebsd.org/changeset/base/248415 Log: Fix a typo in a comment. Modified: head/sys/dev/acpica/acpi_powerres.c Modified: head/sys/dev/acpica/acpi_powerres.c ==