On 11/10/2019 09:07, Conrad Meyer wrote:
> Fwiw, this doesn’t seem to fix the NO_CLEAN build for amd64-xtoolchain-gcc.
Does a clean build work for that configuration?
I looked at one of CI builds and it had this:
In file included from /workspace/src/contrib/libc++/include/__debug:26:0,
On 10/10/2019 19:29, Brooks Davis wrote:
> Author: brooks
> Date: Thu Oct 10 16:29:13 2019
> New Revision: 353408
> URL: https://svnweb.freebsd.org/changeset/base/353408
>
> Log:
> Fix -DNO_CLEAN build across r353340 and r353381
>
> opensolaris_atomic.S is now only used on i386 with opensol
Fwiw, this doesn’t seem to fix the NO_CLEAN build for amd64-xtoolchain-gcc.
On Thu, Oct 10, 2019 at 09:29 Brooks Davis wrote:
> Author: brooks
> Date: Thu Oct 10 16:29:13 2019
> New Revision: 353408
> URL: https://svnweb.freebsd.org/changeset/base/353408
>
> Log:
> Fix -DNO_CLEAN build across
Thanks Cy, you’re totally right. That explains the crazy cachefree/xfree
numbers I was seeing. Should be fixed in 353430.
Thanks,
Conrad
On Thu, Oct 10, 2019 at 21:20 Cy Schubert wrote:
> In message <201910110131.x9b1vv1r047...@repo.freebsd.org>, Conrad Meyer
> writes:
> > Author: cem
> > Date:
Author: cem
Date: Fri Oct 11 06:02:03 2019
New Revision: 353430
URL: https://svnweb.freebsd.org/changeset/base/353430
Log:
Fix braino in r353429
cy@ points out that I got parameter order backwards between definition and
invocation of the helper function. He is totally correct. The earli
Hi gcu-squad.org Team,
It’s a Pleasure to get in touch with you.
There are multiple ways to stand high against your competitors, with our
alliance we can overcome the shortcomings of your website to compete and
acquire maximum web visibility.
Our Analytic Team has gathered few points which wi
In message <201910110131.x9b1vv1r047...@repo.freebsd.org>, Conrad Meyer
writes:
> Author: cem
> Date: Fri Oct 11 01:31:31 2019
> New Revision: 353429
> URL: https://svnweb.freebsd.org/changeset/base/353429
>
> Log:
> ddb: Add CSV option, sorting to 'show (malloc|uma)'
>
> Add /i option for
Author: cem
Date: Fri Oct 11 01:31:31 2019
New Revision: 353429
URL: https://svnweb.freebsd.org/changeset/base/353429
Log:
ddb: Add CSV option, sorting to 'show (malloc|uma)'
Add /i option for machine-parseable CSV output. This allows ready copy/
pasting into more sophisticated tooling o
Author: gjb
Date: Fri Oct 11 00:02:00 2019
New Revision: 353428
URL: https://svnweb.freebsd.org/changeset/base/353428
Log:
Update releng/12.1 to RC1 as part of the 12.1-RELEASE cycle.
Approved by: re (implicit)
Sponsored by: Rubicon Communications, LLC (Netgate)
Modified:
releng/12.1/
Author: glebius
Date: Thu Oct 10 23:55:33 2019
New Revision: 353427
URL: https://svnweb.freebsd.org/changeset/base/353427
Log:
Don't use if_maddr_rlock() in 802.11, use epoch(9) directly instead.
Modified:
head/sys/net80211/ieee80211_ioctl.c
Modified: head/sys/net80211/ieee80211_ioctl.c
Author: glebius
Date: Thu Oct 10 23:54:37 2019
New Revision: 353426
URL: https://svnweb.freebsd.org/changeset/base/353426
Log:
Don't use if_maddr_rlock() in sppp(4), use epoch(9) directly instead.
Modified:
head/sys/net/if_spppsubr.c
Modified: head/sys/net/if_spppsubr.c
=
Requested by: Panasas
Thanks Navdeep! :-)
-Ravi (wearing Panasas hat)
-Original Message-
From: on behalf of Navdeep Parhar
Date: 2019-10-10, Thursday at 16:27
To: , ,
,
Subject: svn commit: r353418 - in stable/10/sys: conf dev/cxgbe
dev/cxgbe/common dev/cxgbe/firmware modules/cx
Author: glebius
Date: Thu Oct 10 23:51:14 2019
New Revision: 353425
URL: https://svnweb.freebsd.org/changeset/base/353425
Log:
Don't use if_maddr_rlock() in tuntap(4), use epoch(9) directly instead.
Modified:
head/sys/net/if_tuntap.c
Modified: head/sys/net/if_tuntap.c
===
Author: glebius
Date: Thu Oct 10 23:50:32 2019
New Revision: 353424
URL: https://svnweb.freebsd.org/changeset/base/353424
Log:
Interface output method must be executed in network epoch, so if_addr_rlock()
isn't needed here.
Modified:
head/sys/net/if_stf.c
Modified: head/sys/net/if_stf.c
==
Author: glebius
Date: Thu Oct 10 23:47:14 2019
New Revision: 353421
URL: https://svnweb.freebsd.org/changeset/base/353421
Log:
Don't use if_maddr_rlock() in ng_ether(4), use epoch(9) directly instead.
Modified:
head/sys/netgraph/ng_ether.c
Modified: head/sys/netgraph/ng_ether.c
=
Author: glebius
Date: Thu Oct 10 23:48:42 2019
New Revision: 353422
URL: https://svnweb.freebsd.org/changeset/base/353422
Log:
The divert(4) module must always be running in network epoch, thus
call to if_addr_rlock() isn't needed.
Modified:
head/sys/netinet/ip_divert.c
Modified: head/sys/
Author: glebius
Date: Thu Oct 10 23:49:19 2019
New Revision: 353423
URL: https://svnweb.freebsd.org/changeset/base/353423
Log:
Don't use if_maddr_rlock() in ng_eiface(4), use epoch(9) directly instead.
Modified:
head/sys/netgraph/ng_eiface.c
Modified: head/sys/netgraph/ng_eiface.c
==
Author: glebius
Date: Thu Oct 10 23:44:56 2019
New Revision: 353420
URL: https://svnweb.freebsd.org/changeset/base/353420
Log:
Add two extra functions that basically give count of addresses
on interface. Such function could been implemented on top of
the if_foreach_llm?addr(), but several d
Author: glebius
Date: Thu Oct 10 23:42:55 2019
New Revision: 353419
URL: https://svnweb.freebsd.org/changeset/base/353419
Log:
Provide new KPI for network drivers to access lists of interface
addresses. The KPI doesn't reveal neither how addresses are stored,
how the access to them is synch
Author: np
Date: Thu Oct 10 23:27:02 2019
New Revision: 353418
URL: https://svnweb.freebsd.org/changeset/base/353418
Log:
MFC r319872, r321063, r321582, r322034, r322425, r322962, r322985,
r325596, r326026, r328420, r331472, r333276, r333650, r333652, r334406,
r334409-r334410, r334489, r3360
Author: cem
Date: Thu Oct 10 22:49:45 2019
New Revision: 353417
URL: https://svnweb.freebsd.org/changeset/base/353417
Log:
nvdimm(4): Calculate and save memattr once; it never changes
Refactor nvdimm_spa_memattr() routine and callers to just save the value at
initialization and use the va
> Author: jlh
> Date: Wed Oct 9 20:05:14 2019
> New Revision: 353365
> URL: https://svnweb.freebsd.org/changeset/base/353365
>
> Log:
> Add a missing macro for the previous commit (IS_INADDR_ANY()).
Can we write it the same was as it is 100+ other places?
1022}# find . -type f | xargs grep "==
Author: dim
Date: Thu Oct 10 20:33:55 2019
New Revision: 353416
URL: https://svnweb.freebsd.org/changeset/base/353416
Log:
Pull in r37 from upstream lldb trunk (by me):
Fix process launch failure on FreeBSD after r365761
Summary:
After rLLDB365761, and with `LLVM_ENABLE_ABI
Author: dim
Date: Thu Oct 10 20:30:54 2019
New Revision: 353415
URL: https://svnweb.freebsd.org/changeset/base/353415
Log:
Revert r353363 in preparation for applying upstream fix:
Put in a band-aid fix for lldb 9 exiting with "Expected must be
checked before access or destruction" when la
Author: np
Date: Thu Oct 10 20:28:34 2019
New Revision: 353414
URL: https://svnweb.freebsd.org/changeset/base/353414
Log:
MFC r318147 (by erj@):
Add several new media types to if_media.h
These include several 25G types (for active direct attach cables and LR
modules),
and a missing
Author: kib
Date: Thu Oct 10 18:52:24 2019
New Revision: 353413
URL: https://svnweb.freebsd.org/changeset/base/353413
Log:
Typo out->in.
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Modified:
head/sys/sys/lockf.h
Modified: head/sys/sys/lockf.h
Author: tuexen
Date: Thu Oct 10 18:39:11 2019
New Revision: 353412
URL: https://svnweb.freebsd.org/changeset/base/353412
Log:
MFS r353402:
In r343587 a simple port filter as sysctl tunable was added to siftr.
The new sysctl was not added to the siftr.4 man page at the time.
This updates
Author: gjb
Date: Thu Oct 10 18:27:05 2019
New Revision: 353411
URL: https://svnweb.freebsd.org/changeset/base/353411
Log:
MFS r353409:
MFC r353320:
Rework the logic for installing the pkg(8) configuration.
'quarterly' package sets do not exist for head, so explicitly
install t
Author: tuexen
Date: Thu Oct 10 18:19:22 2019
New Revision: 353410
URL: https://svnweb.freebsd.org/changeset/base/353410
Log:
MFS r353395:
Add missing input validation. This could result in reading from
uninitialized memory.
The issue was found by OSS-Fuzz for usrsctp and reported in
Author: gjb
Date: Thu Oct 10 17:29:47 2019
New Revision: 353409
URL: https://svnweb.freebsd.org/changeset/base/353409
Log:
MFC r353320:
Rework the logic for installing the pkg(8) configuration.
'quarterly' package sets do not exist for head, so explicitly
install the 'latest' configu
Author: brooks
Date: Thu Oct 10 16:29:13 2019
New Revision: 353408
URL: https://svnweb.freebsd.org/changeset/base/353408
Log:
Fix -DNO_CLEAN build across r353340 and r353381
opensolaris_atomic.S is now only used on i386 with opensolaris_atomic.c
used on other platforms. After r353381 it
Author: hselasky
Date: Thu Oct 10 16:04:43 2019
New Revision: 353407
URL: https://svnweb.freebsd.org/changeset/base/353407
Log:
MFS r353405:
Fix regression issue after r352989:
As noted by the commit message, callouts are now persistant
and should not be in the auto-zero section of the
Author: hselasky
Date: Thu Oct 10 15:38:08 2019
New Revision: 353406
URL: https://svnweb.freebsd.org/changeset/base/353406
Log:
MFC r353321:
Fix regression issue after r352989:
As noted by the commit message, callouts are now persistant
and should not be in the auto-zero section of the
Author: hselasky
Date: Thu Oct 10 15:36:45 2019
New Revision: 353405
URL: https://svnweb.freebsd.org/changeset/base/353405
Log:
MFC r353321:
Fix regression issue after r352989:
As noted by the commit message, callouts are now persistant
and should not be in the auto-zero section of the
Author: kib
Date: Thu Oct 10 15:19:49 2019
New Revision: 353404
URL: https://svnweb.freebsd.org/changeset/base/353404
Log:
MFC r353065, MFS12 353385:
tmpfs_readdir(): unlock the locked node.
Approved by: re (gjb)
Modified:
releng/12.1/sys/fs/tmpfs/tmpfs_subr.c
Directory Properties:
Author: tuexen
Date: Thu Oct 10 14:52:48 2019
New Revision: 353401
URL: https://svnweb.freebsd.org/changeset/base/353401
Log:
MFC r353145:
Plumb an mbuf leak in a code path that should not be taken. Also avoid
that this path is taken by setting the tail pointer correctly.
There is still
Author: tuexen
Date: Thu Oct 10 14:56:29 2019
New Revision: 353403
URL: https://svnweb.freebsd.org/changeset/base/353403
Log:
MFC r353303:
Validate length before use it, not vice versa.
r353060 should have contained this...
This fixes
https://bugs.chromium.org/p/oss-fuzz/issues/detail
Author: tuexen
Date: Thu Oct 10 14:49:49 2019
New Revision: 353398
URL: https://svnweb.freebsd.org/changeset/base/353398
Log:
MFC r353119:
Fix the adding of padding to COOKIE-ECHO chunks.
Thanks to Mark Wodrich who found this issue while fuzz testing the
usrsctp stack and reported th
Author: br
Date: Thu Oct 10 12:46:34 2019
New Revision: 353390
URL: https://svnweb.freebsd.org/changeset/base/353390
Log:
Update Intel Processor Trace decoder library.
Its latest version merged from:
^/vendor/processor-trace/892e12c5a27bda5806d1e63269986bb4171b5a8b
Sponsored by: DARP
Author: kib
Date: Thu Oct 10 08:33:14 2019
New Revision: 353385
URL: https://svnweb.freebsd.org/changeset/base/353385
Log:
MFC r353065:
tmpfs_readdir(): unlock the locked node.
Modified:
stable/12/sys/fs/tmpfs/tmpfs_subr.c
Directory Properties:
stable/12/ (props changed)
Modified: stab
Author: tuexen
Date: Thu Oct 10 14:51:38 2019
New Revision: 353400
URL: https://svnweb.freebsd.org/changeset/base/353400
Log:
MFC r353123:
Fix a use after free bug when removing remote addresses.
This bug was found by OSS-Fuzz and reported in
https://bugs.chromium.org/p/oss-fuzz/issues/
Author: tuexen
Date: Thu Oct 10 14:48:48 2019
New Revision: 353397
URL: https://svnweb.freebsd.org/changeset/base/353397
Log:
MFC r353071:
When skipping the address parameter, take the padding into account.
Modified:
stable/12/sys/netinet/sctp_asconf.c
Directory Properties:
stable/12/
Author: tuexen
Date: Thu Oct 10 14:47:39 2019
New Revision: 353396
URL: https://svnweb.freebsd.org/changeset/base/353396
Log:
MFC r353069:
Cleanup sctp_asconf_error_response() and ensure that the parameter
is padded as required. This fixes the followig bug reported by
OSS-Fuzz for the u
Author: br
Date: Thu Oct 10 13:44:12 2019
New Revision: 353394
URL: https://svnweb.freebsd.org/changeset/base/353394
Log:
Remove a stale file left after merging.
Sponsored by: DARPA, AFRL
Deleted:
head/contrib/opencsd/decoder/include/ocsd_if_version.h
Author: tuexen
Date: Thu Oct 10 14:54:22 2019
New Revision: 353402
URL: https://svnweb.freebsd.org/changeset/base/353402
Log:
MFC r353290:
In r343587 a simple port filter as sysctl tunable was added to siftr.
The new sysctl was not added to the siftr.4 man page at the time.
This updates
Author: tuexen
Date: Thu Oct 10 14:50:44 2019
New Revision: 353399
URL: https://svnweb.freebsd.org/changeset/base/353399
Log:
MFC r353122:
Plumb an mbuf leak found by Mark Wodrich from Google by fuzz testing the
userland stack and reporting it in:
https://github.com/sctplab/usrsctp/issu
Author: tuexen
Date: Thu Oct 10 14:45:59 2019
New Revision: 353395
URL: https://svnweb.freebsd.org/changeset/base/353395
Log:
MFC r353060:
Add missing input validation. This could result in reading from
uninitialized memory.
The issue was found by OSS-Fuzz for usrsctp and reported in
Author: br
Date: Thu Oct 10 13:19:21 2019
New Revision: 353391
URL: https://svnweb.freebsd.org/changeset/base/353391
Log:
Import OpenCSD -- an ARM CoreSight Trace Decode library.
Git ID a1961c91b02a92f3c6ed8b145c636ac4c5565aca
Sponsored by: DARPA, AFRL
Added:
vendor/opencsd/a1961c91
Author: br
Date: Thu Oct 10 13:30:13 2019
New Revision: 353393
URL: https://svnweb.freebsd.org/changeset/base/353393
Log:
Update ARM CoreSight trace decoder library.
Its latest version merged from:
^/vendor/opencsd/a1961c91b02a92f3c6ed8b145c636ac4c5565aca
Sponsored by: DARPA, AFRL
A
Author: br
Date: Thu Oct 10 12:20:25 2019
New Revision: 353389
URL: https://svnweb.freebsd.org/changeset/base/353389
Log:
Import Intel Processor Trace library.
Git ID 892e12c5a27bda5806d1e63269986bb4171b5a8b
Sponsored by: DARPA, AFRL
Added:
vendor/processor-trace/892e12c5a27bda5806d
Author: kib
Date: Thu Oct 10 08:50:41 2019
New Revision: 353388
URL: https://svnweb.freebsd.org/changeset/base/353388
Log:
MFC r353065:
tmpfs_readdir(): unlock the locked node.
Modified:
stable/11/sys/fs/tmpfs/tmpfs_subr.c
Directory Properties:
stable/11/ (props changed)
Modified: stab
Author: kib
Date: Thu Oct 10 08:46:50 2019
New Revision: 353386
URL: https://svnweb.freebsd.org/changeset/base/353386
Log:
MFC r353033:
Remove unnecessary vm/vm_page.h and vm/vm_pager.h includes from
tmpfs/tmpfs_vnops.c.
Modified:
stable/11/sys/fs/tmpfs/tmpfs_vnops.c
Directory Properties:
Author: avg
Date: Thu Oct 10 07:41:42 2019
New Revision: 353382
URL: https://svnweb.freebsd.org/changeset/base/353382
Log:
remove unrelated files accidentally committed in r353381
Deleted:
head/share/man/man4/superio.4
head/share/man/man9/superio.9
__
Author: ambrisko
Date: Thu Oct 10 03:12:17 2019
New Revision: 353380
URL: https://svnweb.freebsd.org/changeset/base/353380
Log:
This driver attaches to the Intel VMD drive and connects a new PCI domain
starting at the max. domain, and then work down. Then existing FreeBSD
drivers will attac
Author: br
Date: Thu Oct 10 13:23:23 2019
New Revision: 353392
URL: https://svnweb.freebsd.org/changeset/base/353392
Log:
Update opencsd tag.
Sponsored by: DARPA, AFRL
Replaced:
vendor/opencsd/dist/
- copied from r353391,
vendor/opencsd/a1961c91b02a92f3c6ed8b145c636ac4c5565aca/
___
Author: kib
Date: Thu Oct 10 08:49:09 2019
New Revision: 353387
URL: https://svnweb.freebsd.org/changeset/base/353387
Log:
MFC r353064:
tmpfs_rename: style.
Modified:
stable/11/sys/fs/tmpfs/tmpfs_vnops.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/fs/tmpfs/
Author: kib
Date: Thu Oct 10 08:28:34 2019
New Revision: 353383
URL: https://svnweb.freebsd.org/changeset/base/353383
Log:
MFC r353033:
Remove unnecessary vm/vm_page.h and vm/vm_pager.h includes from
tmpfs/tmpfs_vnops.c.
Modified:
stable/12/sys/fs/tmpfs/tmpfs_vnops.c
Directory Properties:
Author: kib
Date: Thu Oct 10 08:30:50 2019
New Revision: 353384
URL: https://svnweb.freebsd.org/changeset/base/353384
Log:
MFC r353064:
tmpfs_rename: style.
Modified:
stable/12/sys/fs/tmpfs/tmpfs_vnops.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/fs/tmpfs/
Author: avg
Date: Thu Oct 10 07:39:41 2019
New Revision: 353381
URL: https://svnweb.freebsd.org/changeset/base/353381
Log:
emulate illumos membar_producer with atomic_thread_fence_rel
membar_producer is supposed to be a store-store barrier.
Also, in the code that FreeBSD has ported from i
59 matches
Mail list logo