Author: hiren
Date: Wed Dec 9 07:56:40 2015
New Revision: 292011
URL: https://svnweb.freebsd.org/changeset/base/292011
Log:
Add an option to use rfc6675 based pipe/inflight bytes calculation in cubic.
Reviewed by: gnn
MFC after:3 weeks
Sponsored by: Limelig
On Wed, 9 Dec 2015, Hajimu UMEMOTO wrote:
Hi,
On Tue, 8 Dec 2015 16:09:48 + (UTC)
Eric van Gyzen said:
...
vangyzen> Log:
vangyzen> resolver: fix the build of some ports, broken by r289315
vangyzen>
vangyzen> r289315 required time_t and struct timespec to be defined before
vangyzen>
On Tue, 8 Dec 2015, Garrett Cooper wrote:
Author: ngie
...
Log:
Fix compilation when -DDEBUG is defined by adding inttypes.h #include
for intmax_t
Wrong include. intmax_t is declared in . declares
much more and is usually only needed for functions like strtoimax().
also declares PRI* an
Author: arybchik
Date: Wed Dec 9 06:59:04 2015
New Revision: 292010
URL: https://svnweb.freebsd.org/changeset/base/292010
Log:
sfxge: cleanup: removed unused variable
Submitted by: Artem V. Andreev
Sponsored by: Solarflare Communications, Inc.
MFC after: 2 days
Modified:
h
Author: arybchik
Date: Wed Dec 9 06:53:43 2015
New Revision: 292009
URL: https://svnweb.freebsd.org/changeset/base/292009
Log:
sfxge: cleanup: fix (unused) EFX_OR_BYTE macro
Submitted by: Andy Moreton
Sponsored by: Solarflare Communications, Inc.
MFC after: 2 days
Modified:
Author: arybchik
Date: Wed Dec 9 06:24:22 2015
New Revision: 292008
URL: https://svnweb.freebsd.org/changeset/base/292008
Log:
sfxge: use MAC spoofing TX and MAC change privileges
Update of common code to provide a query on the MAC_SPOOFING_TX and
CHANGE_MAC privileges instead of the dep
Author: arybchik
Date: Wed Dec 9 06:14:47 2015
New Revision: 292007
URL: https://svnweb.freebsd.org/changeset/base/292007
Log:
sfxge: [4/6] rework MCDI response polling
Required for MCDI proxy authorization support.
Submitted by: Andy Moreton
Sponsored by: Solarflare Communicat
Hi,
> On Tue, 8 Dec 2015 16:09:48 + (UTC)
> Eric van Gyzen said:
vangyzen> Author: vangyzen
vangyzen> Date: Tue Dec 8 16:09:48 2015
vangyzen> New Revision: 291994
vangyzen> URL: https://svnweb.freebsd.org/changeset/base/291994
vangyzen> Log:
vangyzen> resolver: fix the build of s
Author: ngie
Date: Wed Dec 9 01:24:34 2015
New Revision: 292005
URL: https://svnweb.freebsd.org/changeset/base/292005
Log:
Call va_end on ap when vsnprintf fails in run_cmd(..) to clean up
the variable state
MFC after: 1 week
Reported by: cppcheck
Sponsored by: EMC / Isilon Storage D
Author: ngie
Date: Tue Dec 8 22:47:54 2015
New Revision: 292004
URL: https://svnweb.freebsd.org/changeset/base/292004
Log:
Fix compilation when -DDEBUG is defined by adding inttypes.h #include
for intmax_t
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D4434
Rep
On 08/12/2015 21:17, Jim Harris wrote:
On Tue, Dec 8, 2015 at 1:48 PM, Steven Hartland
mailto:ste...@multiplay.co.uk>> wrote:
Hi Jim could you let me know the use case for exposing the
controller stripe size as the disk stripe size done by this commit?
I ask as it actually cause
On Tue, Dec 8, 2015 at 1:48 PM, Steven Hartland
wrote:
> Hi Jim could you let me know the use case for exposing the controller
> stripe size as the disk stripe size done by this commit?
>
> I ask as it actually causes problems for ZFS which has checks to ensure
> zpools perform optimally by corre
Author: hiren
Date: Tue Dec 8 21:21:48 2015
New Revision: 292003
URL: https://svnweb.freebsd.org/changeset/base/292003
Log:
One of the ways to detect loss is to count duplicate acks coming back from the
other end till it reaches predetermined threshold which is 3 for us right now.
Once that
Hi Jim could you let me know the use case for exposing the controller
stripe size as the disk stripe size done by this commit?
I ask as it actually causes problems for ZFS which has checks to ensure
zpools perform optimally by correctly configuring ashift to match the
stripesize if reported.
Author: bdrewery
Date: Tue Dec 8 20:20:40 2015
New Revision: 292002
URL: https://svnweb.freebsd.org/changeset/base/292002
Log:
CCACHE_BUILD: Only export CCACHE_PATH= if it was already set with a value.
Older ccache don't work with an empty CCACHE_PATH value. They will error
with:
cca
Author: andrew
Date: Tue Dec 8 20:05:27 2015
New Revision: 292001
URL: https://svnweb.freebsd.org/changeset/base/292001
Log:
ahci_generic.c needs ofw_bus_if.h, add it to the module.
Modified:
head/sys/modules/ahci/Makefile
Modified: head/sys/modules/ahci/Makefile
===
Author: emaste
Date: Tue Dec 8 19:32:58 2015
New Revision: 292000
URL: https://svnweb.freebsd.org/changeset/base/292000
Log:
Remove historical GNUC test
The requirement is for a GCC-compatible compiler and not necessarily
GCC itself. However, we currently expect any compiler used for bui
Author: emaste
Date: Tue Dec 8 19:19:26 2015
New Revision: 291999
URL: https://svnweb.freebsd.org/changeset/base/291999
Log:
Add comment explaining aarch64's BROKEN_OPTIONS
In-tree bintuils and GCC do not support aarch64 or other recent
architectures.
Modified:
head/share/mk/src.opts.
Author: smh
Date: Tue Dec 8 18:38:33 2015
New Revision: 291998
URL: https://svnweb.freebsd.org/changeset/base/291998
Log:
Don't use 0 for pointer comparison
Use NULL instead of 0 for comparison with panicstr.
MFC after:1 week
Sponsored by: Multiplay
Modified:
head/sys/kern/vf
Author: bdrewery
Date: Tue Dec 8 17:56:40 2015
New Revision: 291997
URL: https://svnweb.freebsd.org/changeset/base/291997
Log:
META MODE: Define a STAGE_TARGET_OBJTOP and export it alone with
STAGE_OBJTOP and STAGE_HOST_OBJTOP.
These will always be overridden in sub-makes when building i
Author: emaste
Date: Tue Dec 8 17:40:42 2015
New Revision: 291996
URL: https://svnweb.freebsd.org/changeset/base/291996
Log:
Update after r291955, build/install userland debug by default
Sponsored by: The FreeBSD Foundation
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/
Author: bdrewery
Date: Tue Dec 8 17:09:17 2015
New Revision: 291995
URL: https://svnweb.freebsd.org/changeset/base/291995
Log:
Fix some makeman issues.
- Don't bother looking up REVISION/BRANCH/etc from release/, or the
CPUTYPE check, as these are not used for makeman and wastes time.
On 12/05/2015 11:06, Raphael Kubo da Costa wrote:
> Eric van Gyzen writes:
>
>> Author: vangyzen
>> Date: Wed Oct 14 14:26:44 2015
>> New Revision: 289315
>> URL: https://svnweb.freebsd.org/changeset/base/289315
>>
>> Log:
>> resolver: automatically reload /etc/resolv.conf
>>
>> [...]
>>
>> Modi
Author: vangyzen
Date: Tue Dec 8 16:09:48 2015
New Revision: 291994
URL: https://svnweb.freebsd.org/changeset/base/291994
Log:
resolver: fix the build of some ports, broken by r289315
r289315 required time_t and struct timespec to be defined before
including . This broke the build of ne
Author: melifaro
Date: Tue Dec 8 10:50:03 2015
New Revision: 291993
URL: https://svnweb.freebsd.org/changeset/base/291993
Log:
Merge helper fib* functions used for basic lookups.
Vast majority of rtalloc(9) users require only basic info from
route table (e.g. "does the rtentry interface
25 matches
Mail list logo