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
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.
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
==
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
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
>
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
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
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
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
26 matches
Mail list logo