svn commit: r238857 - head/sys/dev/ath/ath_hal

2012-07-28 Thread Adrian Chadd
Author: adrian Date: Sat Jul 28 07:25:00 2012 New Revision: 238857 URL: http://svn.freebsd.org/changeset/base/238857 Log: Commit missing #define from a previous check-in. The AR9300 and later have an 8-deep TX FIFO for each hardware queue. Modified: head/sys/dev/ath/ath_hal/ah.h Modifie

svn commit: r238858 - in head/sys/dev/ath/ath_hal: . ar5210 ar5211 ar5212 ar5416

2012-07-28 Thread Adrian Chadd
Author: adrian Date: Sat Jul 28 07:28:08 2012 New Revision: 238858 URL: http://svn.freebsd.org/changeset/base/238858 Log: Flesh out the multi-rate retry capability. The existing method for testing for MRR is to call the "SetupXTXDesc" HAL method and see if it returns AH_TRUE or AH_FALSE.

Re: svn commit: r238672 - head/sys/dev/sdhci

2012-07-28 Thread Robert Watson
On Mon, 23 Jul 2012, Warner Losh wrote: Never heard about this rule. Sorry. Actually, English spacing is discouraged in more recent texts; it was encouraged during the late 19th century up until the late 20th century according to ye great wikipedia [1], but I've read several other article

Re: svn commit: r238118 - head/lib/libc/gen

2012-07-28 Thread Robert Watson
On Tue, 24 Jul 2012, David Schultz wrote: On Wed, Jul 04, 2012, Doug Barton wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 07/04/2012 13:32, Andrey Chernov wrote: 1) /dev/urandom may not exist in jails/sandboxes That would be a pretty serious configuration error. Yes -- but the

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

2012-07-28 Thread Robert Watson
Author: rwatson Date: Sat Jul 28 11:09:03 2012 New Revision: 238861 URL: http://svn.freebsd.org/changeset/base/238861 Log: Merge FreeBSD/beri Perforce change @211945 to head: Modify MIPS page table entry (PTE) initialisation so that cachability bits are set only once, using is_cacheable_m

svn commit: r238863 - head/contrib/llvm/tools/clang/lib/Driver

2012-07-28 Thread Dimitry Andric
Author: dim Date: Sat Jul 28 12:50:25 2012 New Revision: 238863 URL: http://svn.freebsd.org/changeset/base/238863 Log: Similar to r238472, let clang pass --enable-new-dtags to the linker invocation by default. Also make sure --hash-style=both is passed for the same arches as gcc, e.g. arm,

svn commit: r238864 - head/contrib/llvm/tools/clang/lib/Driver

2012-07-28 Thread Dimitry Andric
Author: dim Date: Sat Jul 28 13:12:57 2012 New Revision: 238864 URL: http://svn.freebsd.org/changeset/base/238864 Log: Similar to what is already done for Linux, make clang not complain about unused -g, -emit-llvm or -w arguments when doing linking. E.g. invoking "clang -g foo.o -o foo" wil

svn commit: r238865 - head/bin/sh

2012-07-28 Thread Jilles Tjoelker
Author: jilles Date: Sat Jul 28 14:32:55 2012 New Revision: 238865 URL: http://svn.freebsd.org/changeset/base/238865 Log: sh: Track continued jobs (even if not continued by bg or fg). This uses wait3's WCONTINUED flag. There is no message for this. The change is visible in "jobs" or if

svn commit: r238866 - head/bin/sh

2012-07-28 Thread Jilles Tjoelker
Author: jilles Date: Sat Jul 28 14:56:50 2012 New Revision: 238866 URL: http://svn.freebsd.org/changeset/base/238866 Log: sh: Inline waitproc() into its only caller. Modified: head/bin/sh/jobs.c Modified: head/bin/sh/jobs.c

svn commit: r238867 - head/bin/sh

2012-07-28 Thread Jilles Tjoelker
Author: jilles Date: Sat Jul 28 15:13:48 2012 New Revision: 238867 URL: http://svn.freebsd.org/changeset/base/238867 Log: sh: Do not ask for stopped/continued processes if we do not need them rather than retrying wait3 if they happen. Modified: head/bin/sh/jobs.c Modified: head/bin/sh/jobs

svn commit: r238868 - head/sys/geom/gate

2012-07-28 Thread Mikolaj Golub
Author: trociny Date: Sat Jul 28 16:30:50 2012 New Revision: 238868 URL: http://svn.freebsd.org/changeset/base/238868 Log: Reorder things in g_gate_create() so at the moment when g_new_geomf() is called name is properly initialized. Discussed with: pjd MFC after:2 weeks Modif

Re: svn commit: r238863 - head/contrib/llvm/tools/clang/lib/Driver

2012-07-28 Thread Roman Divacky
It would be great to stay in sync with upstream. http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Tools.cpp?r1=160103&r2=160231 On Sat, Jul 28, 2012 at 12:50:26PM +, Dimitry Andric wrote: > Author: dim > Date: Sat Jul 28 12:50:25 2012 > New Revision: 238863 > URL: http://svn.freebsd.o

svn commit: r238869 - head/sys/dev/isp

2012-07-28 Thread Matt Jacob
Author: mjacob Date: Sat Jul 28 20:06:29 2012 New Revision: 238869 URL: http://svn.freebsd.org/changeset/base/238869 Log: --- MISC CHANGES Add a new async event- ISP_TARGET_NOTIFY_ACK, that will guarantee eventual delivery of a NOTIFY ACK. This is tons better than just ignorin

svn commit: r238870 - head/sys/cam/ctl

2012-07-28 Thread Matt Jacob
Author: mjacob Date: Sat Jul 28 20:08:14 2012 New Revision: 238870 URL: http://svn.freebsd.org/changeset/base/238870 Log: Handle a case where we had an SRR that pushed back the data pointer. This is a temp fix that resubmits the command, adjusted, so that the backend can fetch the data aga

svn commit: r238871 - head/sys/net

2012-07-28 Thread Bjoern A. Zeeb
Author: bz Date: Sat Jul 28 20:31:39 2012 New Revision: 238871 URL: http://svn.freebsd.org/changeset/base/238871 Log: Hardcode the loopback rx/tx checkum options for IPv6 to on without checking. This allows the FreeBSD 9.1 release process to move forward. Work around the problem that loopbac

svn commit: r238873 - in head/sys: arm/mv arm/mv/kirkwood dev/cesa dev/mge dev/mvs

2012-07-28 Thread Hiroki Sato
Author: hrs Date: Sat Jul 28 21:56:24 2012 New Revision: 238873 URL: http://svn.freebsd.org/changeset/base/238873 Log: Add support for Marvell 88F6282. Sponsored by: Plat'Home, Co.,Ltd. Modified: head/sys/arm/mv/common.c head/sys/arm/mv/gpio.c head/sys/arm/mv/ic.c head/sys/arm/mv/k

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

2012-07-28 Thread Hiroki Sato
Author: hrs Date: Sat Jul 28 21:59:12 2012 New Revision: 238874 URL: http://svn.freebsd.org/changeset/base/238874 Log: Add support for 88E1116R. Sponsored by: Plat'Home, Co.,Ltd. Modified: head/sys/dev/mii/e1000phy.c Modified: head/sys/dev/mii/e1000phy.c

Re: svn commit: r238863 - head/contrib/llvm/tools/clang/lib/Driver

2012-07-28 Thread Dimitry Andric
On 2012-07-28 20:01, Roman Divacky wrote:> It would be great to stay in sync with upstream. > > http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Tools.cpp?r1=160103&r2=160231 Yeah, I have seen that commit, but it's not entirely correct: --hash-style=both should only be enabled for certai

svn commit: r238877 - head/sys/netinet6

2012-07-28 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jul 29 00:44:41 2012 New Revision: 238877 URL: http://svn.freebsd.org/changeset/base/238877 Log: Fix a comment that we do not have an SA yet but need to acquire one. MFC after:3 days Modified: head/sys/netinet6/ip6_ipsec.c Modified: head/sys/netinet6/ip6_ipsec.c

svn commit: r238878 - head/sys/netinet6

2012-07-28 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jul 29 00:45:24 2012 New Revision: 238878 URL: http://svn.freebsd.org/changeset/base/238878 Log: For consistency put the IPsec comment iside the #fidef section. MFC after:3 days Modified: head/sys/netinet6/ip6_output.c Modified: head/sys/netinet6/ip6_output.c ==

svn commit: r238879 - head/games/fortune/datfiles

2012-07-28 Thread Doug Barton
Author: dougb Date: Sun Jul 29 01:01:35 2012 New Revision: 238879 URL: http://svn.freebsd.org/changeset/base/238879 Log: Add a couple of nice quotes from Edward Everett Hale Modified: head/games/fortune/datfiles/fortunes Modified: head/games/fortune/datfiles/fortunes

Re: svn commit: r238824 - head/sys/dev/ath

2012-07-28 Thread Adrian Chadd
Hi, This broke -HEAD. Let me go and figure out what I need to do to fix the descriptor offset math. It only showed up under heavy iperf testing. Ping wasn't enough to trigger the crash. :( Adrian On 26 July 2012 22:48, Adrian Chadd wrote: > Author: adrian > Date: Fri Jul 27 05:48:42 2012 >

svn commit: r238880 - head/sys/arm/conf

2012-07-28 Thread Warner Losh
Author: imp Date: Sun Jul 29 04:26:24 2012 New Revision: 238880 URL: http://svn.freebsd.org/changeset/base/238880 Log: Add usb_template for the gadget support. Even though this isn't a bootable kernel, its config will likely be copied to places that are. Submitted by: Hans Petter Selasky

svn commit: r238881 - head/sys/arm/conf

2012-07-28 Thread Warner Losh
Author: imp Date: Sun Jul 29 04:28:29 2012 New Revision: 238881 URL: http://svn.freebsd.org/changeset/base/238881 Log: Commit the dci (gadget) support to the one ATMEL kernel config where it might actually work. Modified: head/sys/arm/conf/KB920X Modified: head/sys/arm/conf/KB920X

svn commit: r238882 - head/contrib/libarchive/libarchive

2012-07-28 Thread Martin Matuska
Author: mm Date: Sun Jul 29 06:33:27 2012 New Revision: 238882 URL: http://svn.freebsd.org/changeset/base/238882 Log: Fix endless loop if reading unsupported ACL type. Apply fix from vendor's master branch. References: https://github.com/libarchive/libarchive/commit/d8b9dbd Reporte

svn commit: r238883 - head/lib/libarchive

2012-07-28 Thread Martin Matuska
Author: mm Date: Sun Jul 29 06:34:45 2012 New Revision: 238883 URL: http://svn.freebsd.org/changeset/base/238883 Log: Catch up config_freebsd.h with libarchive 3.0.4 Modified: head/lib/libarchive/config_freebsd.h Modified: head/lib/libarchive/config_freebsd.h