On 08/26/16 04:39, hiren panchasara wrote:
> On 08/25/16 at 01:33P, Lawrence Stewart wrote:
>> Author: lstewart
>> Date: Thu Aug 25 13:33:32 2016
>> New Revision: 304803
>> URL: https://svnweb.freebsd.org/changeset/base/304803
>>
>> Log:
>> Pass the number of segments coalesced by LRO up the stac
Pointy hat to: lstewart@
Apologies all for the breakage, thanks Hiren for fixing and apologies
also for missing your email. For some reason your reply to my commit did
not make it to my inbox and was filtered straight to my mailing list
folder which is annoying - I must have introduced a bug in my
Pointy hat to: lstewart@
Apologies all for the breakage, thanks Hiren for fixing and apologies
also for missing your email. For some reason your reply to my commit did
not make it to my inbox and was filtered straight to my mailing list
folder which is annoying - I must have introduced a bug in my
Author: cy
Date: Sat Aug 27 02:53:21 2016
New Revision: 304879
URL: https://svnweb.freebsd.org/changeset/base/304879
Log:
MFC r304779, r304780, r304781, r304782, r304802
r304779:
Revert r298887 (spelling fix) and remove $FreeBSD$ because text changes
to leap-seconds invaldidates
Author: cy
Date: Sat Aug 27 02:53:21 2016
New Revision: 304879
URL: https://svnweb.freebsd.org/changeset/base/304879
Log:
MFC r304779, r304780, r304781, r304782, r304802
r304779:
Revert r298887 (spelling fix) and remove $FreeBSD$ because text changes
to leap-seconds invaldidates
Author: cy
Date: Sat Aug 27 02:53:21 2016
New Revision: 304879
URL: https://svnweb.freebsd.org/changeset/base/304879
Log:
MFC r304779, r304780, r304781, r304782, r304802
r304779:
Revert r298887 (spelling fix) and remove $FreeBSD$ because text changes
to leap-seconds invaldidates
Author: cy
Date: Sat Aug 27 02:27:29 2016
New Revision: 304878
URL: https://svnweb.freebsd.org/changeset/base/304878
Log:
MFC r304721:
Fixup man page formatting.
Submitted by: Steve Kargl
Discussed with: bjk@
Modified:
stable/9/usr.sbin/ntp/doc/sntp.8
Directory Properties:
Author: cy
Date: Sat Aug 27 02:27:29 2016
New Revision: 304878
URL: https://svnweb.freebsd.org/changeset/base/304878
Log:
MFC r304721:
Fixup man page formatting.
Submitted by: Steve Kargl
Discussed with: bjk@
Modified:
stable/10/usr.sbin/ntp/doc/sntp.8
Directory Properties:
Author: cy
Date: Sat Aug 27 02:27:29 2016
New Revision: 304878
URL: https://svnweb.freebsd.org/changeset/base/304878
Log:
MFC r304721:
Fixup man page formatting.
Submitted by: Steve Kargl
Discussed with: bjk@
Modified:
stable/11/usr.sbin/ntp/doc/sntp.8
Directory Properties:
Author: bapt
Date: Sat Aug 27 01:28:00 2016
New Revision: 304877
URL: https://svnweb.freebsd.org/changeset/base/304877
Log:
Remove warning on struct-overflow on gcc 5.3.0 as zic(8) dies on it
Modified:
head/share/mk/bsd.sys.mk
Modified: head/share/mk/bsd.sys.mk
==
Author: landonf
Date: Sat Aug 27 00:58:21 2016
New Revision: 304876
URL: https://svnweb.freebsd.org/changeset/base/304876
Log:
Implement siba(4) support for bhnd_(read|write)_config.
This provides access to the siba(4) bus-mapped per-core cfg0 register
block.
Approved by: adrian (me
Author: delphij
Date: Sat Aug 27 00:56:37 2016
New Revision: 304875
URL: https://svnweb.freebsd.org/changeset/base/304875
Log:
Use printable ASCII instead of octal representation.
MFC after:2 weeks
Modified:
head/usr.bin/gzip/gzip.c
Modified: head/usr.bin/gzip/gzip.c
===
Author: mm
Date: Sat Aug 27 00:47:47 2016
New Revision: 304874
URL: https://svnweb.freebsd.org/changeset/base/304874
Log:
Temporarily disable two libarchive tests that have not yet been fixed by
vendor. Tests will be re-enabled after a fix has been merged.
MFC after:3 days
Modified:
On Fri, Aug 26, 2016 at 04:55:34PM -0700, Adrian Chadd wrote:
> Hi,
>
> I use the kernel lock profiling debugging,
I am already have 100% utilise all CPU cores, I think this is drop
performance?
> but you can use dtrace to
> get an idea:
>
> dtrace -n 'lockstat:::adaptive-block { @[stack()] =
Author: np
Date: Sat Aug 27 00:13:41 2016
New Revision: 304873
URL: https://svnweb.freebsd.org/changeset/base/304873
Log:
cxgbe(4): Provide more details about the card in the sysctl MIB.
dev.t5nex.0.%desc: Chelsio T580-CR
dev.t5nex.0.hw_revision: 1
dev.t5nex.0.sn: PT13140042
dev.t5nex
Author: landonf
Date: Sat Aug 27 00:07:48 2016
New Revision: 304872
URL: https://svnweb.freebsd.org/changeset/base/304872
Log:
bhnd(4): Include the chip model (e.g. BCM4xxx) in bhnd(4) bus's device
descriptions.
Reviewed by: mizhka
Approved by: adrian (mentor)
Differential Revision:
Author: landonf
Date: Sat Aug 27 00:06:20 2016
New Revision: 304871
URL: https://svnweb.freebsd.org/changeset/base/304871
Log:
[mips/broadcom]: Replace static frequency table with generic PMU clock
handling.
- Extended PWRCTL/PMU APIs to support querying clock frequency during very
Author: landonf
Date: Sat Aug 27 00:03:02 2016
New Revision: 304870
URL: https://svnweb.freebsd.org/changeset/base/304870
Log:
bhnd(4): Initial PMU/PWRCTL power and clock management support.
- Added bhnd_pmu driver implementations for PMU and PWRCTL chipsets,
derived from Broadcom's
Hi,
I use the kernel lock profiling debugging, but you can use dtrace to
get an idea:
dtrace -n 'lockstat:::adaptive-block { @[stack()] = sum(arg1); }'
(https://wiki.freebsd.org/DTrace/One-Liners)
-adrian
___
svn-src-all@freebsd.org mailing list
htt
Author: mm
Date: Fri Aug 26 23:50:44 2016
New Revision: 304869
URL: https://svnweb.freebsd.org/changeset/base/304869
Log:
MFV r304866:
Sync libarchive with vendor including security fixes
Vendor issues fixed:
Issue #731: Reject tar entries >= INT64_MAX
Issue #744 (part of Issue #743):
On Friday, August 26, 2016 08:15:23 PM John Baldwin wrote:
> Author: jhb
> Date: Fri Aug 26 20:15:22 2016
> New Revision: 304858
> URL: https://svnweb.freebsd.org/changeset/base/304858
>
> Log:
> Enable I/O MMU when PCI pass through is first used.
>
> Rather than enabling the I/O MMU when t
On Sat, Aug 20, 2016 at 10:18:14AM -0700, Bryan Drewery wrote:
B> On 8/16/2016 2:55 PM, Gleb Smirnoff wrote:
B> > Author: glebius
B> > Date: Tue Aug 16 21:55:34 2016
B> > New Revision: 304244
B> > URL: https://svnweb.freebsd.org/changeset/base/304244
B> >
B> > Log:
B> > We should not be allowing
On Fri, Aug 26, 2016 at 02:42:27PM -0700, Adrian Chadd wrote:
> On 26 August 2016 at 14:36, Slawa Olhovchenkov wrote:
> > On Fri, Aug 26, 2016 at 02:32:00PM -0700, Adrian Chadd wrote:
> >
> >> Hi,
> >>
> >> It's pcb lock contention.
> >
> > Not sure: only 5% of all time.
> > And same 5% for tcbha
Author: mm
Date: Fri Aug 26 22:02:37 2016
New Revision: 304866
URL: https://svnweb.freebsd.org/changeset/base/304866
Log:
Update vendor/libarchive to git 299c6bf136b9bc328b498505f24f87e732b73ff6
Vendor issues fixed:
Issue #731: Reject tar entries >= INT64_MAX
Issue #744 (part of Issue #
On 26 August 2016 at 14:36, Slawa Olhovchenkov wrote:
> On Fri, Aug 26, 2016 at 02:32:00PM -0700, Adrian Chadd wrote:
>
>> Hi,
>>
>> It's pcb lock contention.
>
> Not sure: only 5% of all time.
> And same 5% for tcbhashsize = 65K and 256K.
> Or you talk about some more thin effect?
You're in the
On Fri, Aug 26, 2016 at 02:32:00PM -0700, Adrian Chadd wrote:
> Hi,
>
> It's pcb lock contention.
Not sure: only 5% of all time.
And same 5% for tcbhashsize = 65K and 256K.
Or you talk about some more thin effect?
>
> On 26 August 2016 at 08:13, Slawa Olhovchenkov wrote:
> > On Fri, Aug 26, 2
Hi,
It's pcb lock contention.
-adrian
On 26 August 2016 at 08:13, Slawa Olhovchenkov wrote:
> On Fri, Aug 26, 2016 at 04:01:14PM +0100, Bruce Simpson wrote:
>
>> Slawa,
>>
>> I'm afraid this may be a bit of a non-sequitur. Sorry.. I seem to be
>> missing something. As I understand it this th
Author: ache
Date: Fri Aug 26 21:28:24 2016
New Revision: 304865
URL: https://svnweb.freebsd.org/changeset/base/304865
Log:
Bump __FreeBSD_version after LC_*_MASK fix
Modified:
stable/11/sys/sys/param.h
Modified: stable/11/sys/sys/param.h
=
Author: ache
Date: Fri Aug 26 21:26:33 2016
New Revision: 304864
URL: https://svnweb.freebsd.org/changeset/base/304864
Log:
Bump __FreeBSD_version after LC_*_MASK fix
Modified:
stable/10/sys/sys/param.h
Modified: stable/10/sys/sys/param.h
=
Author: ache
Date: Fri Aug 26 21:23:38 2016
New Revision: 304863
URL: https://svnweb.freebsd.org/changeset/base/304863
Log:
MFC r304703, r304755
1) _locale.h
LC_*_MASK bit shifting order was partially broken from the initial commit
time at year 2012. Only LC_COLLATE_MASK and LC_CTYPE_MA
Author: ache
Date: Fri Aug 26 21:19:23 2016
New Revision: 304862
URL: https://svnweb.freebsd.org/changeset/base/304862
Log:
MFC r304703, r304755
1) _locale.h
LC_*_MASK bit shifting order was partially broken from the initial commit
time at year 2012. Only LC_COLLATE_MASK and LC_CTYPE_MA
Author: markj
Date: Fri Aug 26 20:51:09 2016
New Revision: 304861
URL: https://svnweb.freebsd.org/changeset/base/304861
Log:
7297 clear() on llquantize aggregation causes dtrace to exit
7298 printa() of multiple aggregations can fail for llquantize()
illumos/illumos-gate@0ddc0ebb74cedb0ac
Author: ed
Date: Fri Aug 26 20:23:10 2016
New Revision: 304860
URL: https://svnweb.freebsd.org/changeset/base/304860
Log:
Improve compatibility of calls to dirname() on constant strings.
As the xinstall(8) utility had to be patched up to work with the POSIXly
correct basename()/dirname()
Hey,
2016-08-26 22:04 GMT+02:00 Bryan Drewery :
> On 8/26/2016 12:57 PM, John Baldwin wrote:
>> Alternatively, couldn't you just leave basename out of the libgen patch
>> for now and only add it once you do the real symver bump for the
>> different version? (That is, just use __generic() for dirn
Author: landonf
Date: Fri Aug 26 20:16:02 2016
New Revision: 304859
URL: https://svnweb.freebsd.org/changeset/base/304859
Log:
[mips/broadcom] Generic platform_reset() support.
This adds support for performing platform_reset() on all supported
devices, using early boot enumeration of chip
Author: jhb
Date: Fri Aug 26 20:15:22 2016
New Revision: 304858
URL: https://svnweb.freebsd.org/changeset/base/304858
Log:
Enable I/O MMU when PCI pass through is first used.
Rather than enabling the I/O MMU when the vmm module is loaded,
defer initialization until the first attempt to pa
On 8/26/2016 12:57 PM, John Baldwin wrote:
> On Friday, August 26, 2016 09:37:10 AM Ed Schouten wrote:
>> Hi,
>>
>> 2016-08-26 1:52 GMT+02:00 Bryan Drewery :
>>> Libc wouldn't build, it complained quite loudly with a lot of these:
>>
>> Got it. Thinking ahead, if it's just basename() giving the pro
On Friday, August 26, 2016 09:37:10 AM Ed Schouten wrote:
> Hi,
>
> 2016-08-26 1:52 GMT+02:00 Bryan Drewery :
> > Libc wouldn't build, it complained quite loudly with a lot of these:
>
> Got it. Thinking ahead, if it's just basename() giving the problems,
> maybe it's easier to just go ahead and
Author: hiren
Date: Fri Aug 26 19:23:17 2016
New Revision: 304857
URL: https://svnweb.freebsd.org/changeset/base/304857
Log:
Adjust TCP module fastpath after r304803's cc_ack_received() changes.
Reported by: hiren, bz, np
Reviewed by: rrs
Sponsored by: Limeligh
On 08/26/16 18:31, Bryan Drewery wrote:
> On 8/26/2016 12:37 AM, Ed Schouten wrote:
>> Hi,
>>
>> 2016-08-26 1:52 GMT+02:00 Bryan Drewery :
>>> Libc wouldn't build, it complained quite loudly with a lot of these:
>> Got it. Thinking ahead, if it's just basename() giving the problems,
>> maybe it's e
Author: hiren
Date: Fri Aug 26 17:48:54 2016
New Revision: 304855
URL: https://svnweb.freebsd.org/changeset/base/304855
Log:
Update TCPS_HAVERCVDFIN() macro to correctly include all states a connection
can be in after receiving a FIN.
FWIW, NetBSD has this change for quite some time.
Author: np
Date: Fri Aug 26 17:38:13 2016
New Revision: 304854
URL: https://svnweb.freebsd.org/changeset/base/304854
Log:
cxgbe/iw_cxgbe: Various fixes to the iWARP driver.
- Return appropriate error code instead of ENOMEM when sosend() fails in
send_mpa_req.
- Fix for problematic rac
On 8/26/2016 12:37 AM, Ed Schouten wrote:
> Hi,
>
> 2016-08-26 1:52 GMT+02:00 Bryan Drewery :
>> Libc wouldn't build, it complained quite loudly with a lot of these:
> Got it. Thinking ahead, if it's just basename() giving the problems,
> maybe it's easier to just go ahead and bump the symver of b
On Fri, Aug 26, 2016 at 04:01:14PM +0100, Bruce Simpson wrote:
> Slawa,
>
> I'm afraid this may be a bit of a non-sequitur. Sorry.. I seem to be
> missing something. As I understand it this thread is about Ryan's change
> to netinet for broadcast.
>
> On 26/08/16 15:49, Slawa Olhovchenkov wrot
Slawa,
I'm afraid this may be a bit of a non-sequitur. Sorry.. I seem to be
missing something. As I understand it this thread is about Ryan's change
to netinet for broadcast.
On 26/08/16 15:49, Slawa Olhovchenkov wrote:
On Sun, Aug 21, 2016 at 03:04:00AM +0300, Slawa Olhovchenkov wrote:
On
Author: tsoome
Date: Fri Aug 26 14:58:57 2016
New Revision: 304850
URL: https://svnweb.freebsd.org/changeset/base/304850
Log:
Unused variables and cstyle fix for loader dosfs
Reviewed by: imp, allanjude
Approved by: imp (mentor), allanjude (mentor)
Differential Revision:https:
On Sun, Aug 21, 2016 at 03:04:00AM +0300, Slawa Olhovchenkov wrote:
> On Sun, Aug 21, 2016 at 12:25:46AM +0100, Bruce Simpson wrote:
>
> > On 20/08/16 23:05, Slawa Olhovchenkov wrote:
> > > I am think this substitution is very bad idea (by design).
> > > Also, on transmit side this is must be irr
Author: hselasky
Date: Fri Aug 26 12:08:27 2016
New Revision: 304847
URL: https://svnweb.freebsd.org/changeset/base/304847
Log:
MFC r304342:
Add support for setting blocking and non-blocking mode on /dev/rdma_cm
by returning success on FIONBIO and FIOASYNC IOCTLs. The actual flags
handling
Author: hselasky
Date: Fri Aug 26 12:06:43 2016
New Revision: 304846
URL: https://svnweb.freebsd.org/changeset/base/304846
Log:
MFC r304342:
Add support for setting blocking and non-blocking mode on /dev/rdma_cm
by returning success on FIONBIO and FIOASYNC IOCTLs. The actual flags
handling
Author: hselasky
Date: Fri Aug 26 12:04:31 2016
New Revision: 304845
URL: https://svnweb.freebsd.org/changeset/base/304845
Log:
MFC r304342:
Add support for setting blocking and non-blocking mode on /dev/rdma_cm
by returning success on FIONBIO and FIOASYNC IOCTLs. The actual flags
handling
Author: kib
Date: Fri Aug 26 10:06:24 2016
New Revision: 304844
URL: https://svnweb.freebsd.org/changeset/base/304844
Log:
MFC r303388:
Remove Giant from settime().
Modified:
stable/11/sys/kern/kern_time.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/kern/ke
Author: kib
Date: Fri Aug 26 10:04:10 2016
New Revision: 304843
URL: https://svnweb.freebsd.org/changeset/base/304843
Log:
MFC r303382:
Provide the getboottime(9) and getboottimebin(9) KPI.
MFC r303387:
Prevent parallel tc_windup() calls. Keep boottime in timehands,
and adjust it fro
Author: kib
Date: Fri Aug 26 09:42:51 2016
New Revision: 304842
URL: https://svnweb.freebsd.org/changeset/base/304842
Log:
MFC r303386:
Change ntpadj_lock to spinlock always.
Add missed lock to ntp_update_second().
Modified:
stable/11/sys/kern/kern_ntptime.c
Directory Properties:
stable
Author: kib
Date: Fri Aug 26 09:40:34 2016
New Revision: 304841
URL: https://svnweb.freebsd.org/changeset/base/304841
Log:
MFC r303385:
Reduce the resettodr_lock scope to only CLOCK_SETTIME() call.
Modified:
stable/11/sys/kern/subr_rtc.c
Directory Properties:
stable/11/ (props changed)
Author: kib
Date: Fri Aug 26 09:38:25 2016
New Revision: 304840
URL: https://svnweb.freebsd.org/changeset/base/304840
Log:
MFC r303384:
Style.
Modified:
stable/11/sys/kern/kern_tc.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/kern/kern_tc.c
Author: kib
Date: Fri Aug 26 09:36:45 2016
New Revision: 304839
URL: https://svnweb.freebsd.org/changeset/base/304839
Log:
MFC r303383:
Reduce number of timehands to just two.
Modified:
stable/11/sys/kern/kern_tc.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sy
Author: np
Date: Fri Aug 26 08:25:28 2016
New Revision: 304838
URL: https://svnweb.freebsd.org/changeset/base/304838
Log:
Do not free an uninitialized pointer on soaccept failure in the iWARP
connection manager.
Sponsored by: Chelsio Communications
Modified:
head/sys/ofed/drivers/infin
Author: tuexen
Date: Fri Aug 26 07:49:23 2016
New Revision: 304837
URL: https://svnweb.freebsd.org/changeset/base/304837
Log:
Fix a bug, where no SACK is sent when receiving a FORWARD-TSN or
I-FORWARD-TSN chunk before any DATA or I-DATA chunk.
Thanks to Julian Cordes for finding this prob
Hi,
2016-08-26 1:52 GMT+02:00 Bryan Drewery :
> Libc wouldn't build, it complained quite loudly with a lot of these:
Got it. Thinking ahead, if it's just basename() giving the problems,
maybe it's easier to just go ahead and bump the symver of basename()
as well? I'm planning on replacing it anyw
59 matches
Mail list logo