On Tue, Feb 05, 2013 at 07:21:24AM +, Alexey Dokuchaev wrote:
> On Sun, Feb 03, 2013 at 12:23:25PM +0200, Andriy Gapon wrote:
> > on 02/02/2013 17:11 Alexey Dokuchaev said the following:
> > > On Sat, Feb 02, 2013 at 12:51:22PM +, Alexey Dokuchaev wrote:
> > >> On Sat, Feb 02, 2013 at 12:44
Author: adrian
Date: Thu Feb 21 08:42:40 2013
New Revision: 247092
URL: http://svnweb.freebsd.org/changeset/base/247092
Log:
Be slightly more paranoid with the TX DMA buffer maximum threshold.
Specifically - never jack the TX FIFO threshold up to the absolute
maximum; always leave enough
Andrew Thompson writes:
> Dag-Erling Smørgrav writes:
> > Log:
> > Upgrade OpenSSH to 6.1p1.
> MFC?
Not sure, it's a fairly large change. I assume you're asking because of
the upcoming 8.4?
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-head
On Thu, 21 Feb 2013, Warner Losh wrote:
Log:
Fix broken usage of splhigh() by removing it.
This is more broken than before. The splhigh() served to indicate
missing locking.
Modified: head/sys/x86/isa/atrtc.c
==
--
Author: glebius
Date: Thu Feb 21 12:40:52 2013
New Revision: 247094
URL: http://svnweb.freebsd.org/changeset/base/247094
Log:
Fix build.
Modified:
head/sys/dev/ppc/ppc.c
Modified: head/sys/dev/ppc/ppc.c
==
--- head/s
On 4 September 2012 04:51, Dag-Erling Smørgrav wrote:
> Author: des
> Date: Mon Sep 3 16:51:41 2012
> New Revision: 240075
> URL: http://svn.freebsd.org/changeset/base/240075
>
> Log:
> Upgrade OpenSSH to 6.1p1.
MFC?
___
svn-src-head@freebsd.org mail
Author: glebius
Date: Thu Feb 21 12:52:18 2013
New Revision: 247095
URL: http://svnweb.freebsd.org/changeset/base/247095
Log:
Fix build.
Modified:
head/sys/pci/ncr.c
Modified: head/sys/pci/ncr.c
==
--- head/sys/pci/n
On Thu, 21 Feb 2013, Warner Losh wrote:
Log:
Locking for todr got pushed down into inittodr and the client
libraries it calls (although some might not be doing it right). We are
serialized right now by giant as well. This means the splsoftclock are
now an anachronism that has no benefit, eve
On 2/21/13 4:27 AM, Warner Losh wrote:
> Author: imp
> Date: Thu Feb 21 00:27:51 2013
> New Revision: 247066
> URL: http://svnweb.freebsd.org/changeset/base/247066
>
> Log:
> Replace splhigh() with critical_enter()/leave() to ensure we write the
> config mode unlock sequence quickly enough. Th
On Thu, Feb 21, 2013 at 01:09:57PM +0400, Andrey Zonov wrote:
A> > Log:
A> > Replace splhigh() with critical_enter()/leave() to ensure we write the
A> > config mode unlock sequence quickly enough. This likely isn't too
critical,
A> > since splhigh() has been a noop for a decade...
A> >
A> >
On Feb 21, 2013, at 6:26 AM, Gleb Smirnoff wrote:
> On Thu, Feb 21, 2013 at 01:09:57PM +0400, Andrey Zonov wrote:
> A> > Log:
> A> > Replace splhigh() with critical_enter()/leave() to ensure we write the
> A> > config mode unlock sequence quickly enough. This likely isn't too
> critical,
> A
On Feb 21, 2013, at 5:31 AM, Bruce Evans wrote:
> On Thu, 21 Feb 2013, Warner Losh wrote:
>
>> Log:
>> Fix broken usage of splhigh() by removing it.
>
> This is more broken than before. The splhigh() served to indicate
> missing locking.
Depends on what you mean by more :) It is less depessi
Author: imp
Date: Thu Feb 21 15:35:48 2013
New Revision: 247101
URL: http://svnweb.freebsd.org/changeset/base/247101
Log:
Use critical_enter/critical_exit around the time sensitive part of
this code to depessimize the worst case we've lived with silently and
uneventfully for the past 12 year
Author: pluknet
Date: Thu Feb 21 15:41:09 2013
New Revision: 247102
URL: http://svnweb.freebsd.org/changeset/base/247102
Log:
In the EXAMPLES section: append the subsystem regular expression with a
typical interface name pattern as devd(8) uses full string match.
Discussed with: avg
On 21 February 2013 19:41, Sergey Kandaurov wrote:
> Author: pluknet
> Date: Thu Feb 21 15:41:09 2013
> New Revision: 247102
> URL: http://svnweb.freebsd.org/changeset/base/247102
>
> Log:
> In the EXAMPLES section: append the subsystem regular expression with a
> typical interface name patter
Author: gallatin
Date: Thu Feb 21 17:00:35 2013
New Revision: 247104
URL: http://svnweb.freebsd.org/changeset/base/247104
Log:
Fix tcp_lro_rx_ipv4() for drivers that do not set CSUM_IP_CHECKED.
Specifcially, in_cksum_hdr() returns 0 (not 0x) when the IPv4
checksum is correct. Without thi
Author: imp
Date: Thu Feb 21 17:40:59 2013
New Revision: 247108
URL: http://svnweb.freebsd.org/changeset/base/247108
Log:
Remove splsoftclock() since it is now gone.
Modified:
head/sys/sys/systm.h
Modified: head/sys/sys/systm.h
Author: imp
Date: Thu Feb 21 17:50:21 2013
New Revision: 247109
URL: http://svnweb.freebsd.org/changeset/base/247109
Log:
bus_dmamap_load_ccb doesn't exist on earlier versions of FreeBSD or
DragonFlyBSD, so it certainly doesn't need splsoftvm(). Remove it.
# I doubt this driver will now c
Author: imp
Date: Thu Feb 21 17:54:14 2013
New Revision: 247110
URL: http://svnweb.freebsd.org/changeset/base/247110
Log:
splsoftvm() is no longer in the tree. gc.
Modified:
head/sys/sys/systm.h
Modified: head/sys/sys/systm.h
==
Author: jhb
Date: Thu Feb 21 19:02:50 2013
New Revision: 247116
URL: http://svnweb.freebsd.org/changeset/base/247116
Log:
Further refine the handling of stop signals in the NFS client. The
changes in r246417 were incomplete as they did not add explicit calls to
sigdeferstop() around all the
Author: jmg
Date: Thu Feb 21 19:13:19 2013
New Revision: 247117
URL: http://svnweb.freebsd.org/changeset/base/247117
Log:
reorder so all the flags are together and make the PCLMUL flag unique..
This fixes the problem on amd64 miscompiling mpboot.s causing boot
issues... We are still usin
Author: np
Date: Thu Feb 21 20:13:15 2013
New Revision: 247122
URL: http://svnweb.freebsd.org/changeset/base/247122
Log:
cxgbe(4): Add sysctls to extract debug information from the chip:
dev.t4nex.X.misc.cim_la logic analyzer dump
dev.t4nex.X.misc.cim_qcfg queue configuratio
Author: pluknet
Date: Thu Feb 21 20:45:19 2013
New Revision: 247129
URL: http://svnweb.freebsd.org/changeset/base/247129
Log:
Separate items in the list of System values with .Pp to ease readability.
Modified:
head/sbin/devd/devd.conf.5
Modified: head/sbin/devd/devd.conf.5
==
Author: gallatin
Date: Thu Feb 21 21:28:33 2013
New Revision: 247133
URL: http://svnweb.freebsd.org/changeset/base/247133
Log:
Improve mxge's receive performance for IPv6:
- Add support for IPv6 rx csum offload
- Finally switch mxge from using its own driver lro, to
using tcp_lro
Author: pluknet
Date: Thu Feb 21 21:35:09 2013
New Revision: 247134
URL: http://svnweb.freebsd.org/changeset/base/247134
Log:
Reflect CARP media-type departure.
X-MFC after: never
Modified:
head/sbin/devd/devd.conf.5
Modified: head/sbin/devd/devd.conf.5
Author: adrian
Date: Thu Feb 21 21:47:35 2013
New Revision: 247135
URL: http://svnweb.freebsd.org/changeset/base/247135
Log:
Disable debugging entries about BAW issues. I haven't seen any issues
to do with BAW tracking in the last 9 months or so.
Modified:
head/sys/dev/ath/if_ath.c
head/
On 22 February 2013 01:35, Sergey Kandaurov wrote:
> Author: pluknet
> Date: Thu Feb 21 21:35:09 2013
> New Revision: 247134
> URL: http://svnweb.freebsd.org/changeset/base/247134
>
> Log:
> Reflect CARP media-type departure.
>
> X-MFC after: never
>
> Modified:
> head/sbin/devd/devd.conf.5
Author: pluknet
Date: Thu Feb 21 22:21:45 2013
New Revision: 247140
URL: http://svnweb.freebsd.org/changeset/base/247140
Log:
Document VFCF_SBDRY.
Reviewed by: jhb
X-MFC with: r247116
Modified:
head/share/man/man9/VFS_SET.9
Modified: head/share/man/man9/VFS_SET.9
==
Author: grehan
Date: Fri Feb 22 00:46:32 2013
New Revision: 247144
URL: http://svnweb.freebsd.org/changeset/base/247144
Log:
Add the ability to have a 'fallback' search for memory ranges.
These set of ranges will be looked at if a standard memory
range isn't found, and won't be installed in
On Thu, 21 Feb 2013, Warner Losh wrote:
On Feb 21, 2013, at 5:31 AM, Bruce Evans wrote:
On Thu, 21 Feb 2013, Warner Losh wrote:
Log:
Fix broken usage of splhigh() by removing it.
This is more broken than before. The splhigh() served to indicate
missing locking.
Depends on what you mean
On 22 February 2013 01:29, Dag-Erling Smørgrav wrote:
> Andrew Thompson writes:
>> Dag-Erling Smørgrav writes:
>> > Log:
>> > Upgrade OpenSSH to 6.1p1.
>> MFC?
>
> Not sure, it's a fairly large change. I assume you're asking because of
> the upcoming 8.4?
I found myself wanting the new Match
Author: adrian
Date: Fri Feb 22 07:07:11 2013
New Revision: 247145
URL: http://svnweb.freebsd.org/changeset/base/247145
Log:
Add a workaround for AR5416, AR9130 and AR9160 chipsets - work around
an incorrectly calculated RTS duration value when transmitting aggregates.
These earlier 802.1
32 matches
Mail list logo