Re: svn commit: r353408 - head

2019-10-10 Thread Andriy Gapon
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,

Re: svn commit: r353408 - head

2019-10-10 Thread Andriy Gapon
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

Re: svn commit: r353408 - head

2019-10-10 Thread Conrad Meyer
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

Re: svn commit: r353429 - in head: share/man/man4 sys/kern sys/vm

2019-10-10 Thread Conrad Meyer
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:

svn commit: r353430 - head/sys/vm

2019-10-10 Thread Conrad Meyer
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

Website Performance Report: gcu-squad.org

2019-10-10 Thread Steve Maki
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

Re: svn commit: r353429 - in head: share/man/man4 sys/kern sys/vm

2019-10-10 Thread Cy Schubert
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

svn commit: r353429 - in head: share/man/man4 sys/kern sys/vm

2019-10-10 Thread Conrad Meyer
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

svn commit: r353428 - releng/12.1/sys/conf

2019-10-10 Thread Glen Barber
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/

svn commit: r353427 - head/sys/net80211

2019-10-10 Thread Gleb Smirnoff
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

svn commit: r353426 - head/sys/net

2019-10-10 Thread Gleb Smirnoff
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 =

Re: svn commit: r353418 - in stable/10/sys: conf dev/cxgbe dev/cxgbe/common dev/cxgbe/firmware modules/cxgbe/t4_firmware modules/cxgbe/t5_firmware modules/cxgbe/t6_firmware

2019-10-10 Thread Pokala, Ravi
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

svn commit: r353425 - head/sys/net

2019-10-10 Thread Gleb Smirnoff
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 ===

svn commit: r353424 - head/sys/net

2019-10-10 Thread Gleb Smirnoff
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 ==

svn commit: r353421 - head/sys/netgraph

2019-10-10 Thread Gleb Smirnoff
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 =

svn commit: r353422 - head/sys/netinet

2019-10-10 Thread Gleb Smirnoff
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/

svn commit: r353423 - head/sys/netgraph

2019-10-10 Thread Gleb Smirnoff
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 ==

svn commit: r353420 - head/sys/net

2019-10-10 Thread Gleb Smirnoff
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

svn commit: r353419 - head/sys/net

2019-10-10 Thread Gleb Smirnoff
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

svn commit: r353418 - in stable/10/sys: conf dev/cxgbe dev/cxgbe/common dev/cxgbe/firmware modules/cxgbe/t4_firmware modules/cxgbe/t5_firmware modules/cxgbe/t6_firmware

2019-10-10 Thread Navdeep Parhar
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

svn commit: r353417 - head/sys/dev/nvdimm

2019-10-10 Thread Conrad Meyer
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

Re: svn commit: r353365 - head/usr.bin/procstat

2019-10-10 Thread Rodney W. Grimes
> 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 "==

svn commit: r353416 - head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD

2019-10-10 Thread Dimitry Andric
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

svn commit: r353415 - head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD

2019-10-10 Thread Dimitry Andric
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

svn commit: r353414 - stable/10/sys/net

2019-10-10 Thread Navdeep Parhar
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

svn commit: r353413 - head/sys/sys

2019-10-10 Thread Konstantin Belousov
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

svn commit: r353412 - in releng/12.1: share/man/man4 sys/netinet

2019-10-10 Thread Michael Tuexen
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

svn commit: r353411 - releng/12.1/usr.sbin/pkg

2019-10-10 Thread Glen Barber
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

svn commit: r353410 - releng/12.1/sys/netinet

2019-10-10 Thread Michael Tuexen
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

svn commit: r353409 - stable/12/usr.sbin/pkg

2019-10-10 Thread Glen Barber
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

svn commit: r353408 - head

2019-10-10 Thread Brooks Davis
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

svn commit: r353407 - releng/12.1/sys/dev/mlx5/mlx5_en

2019-10-10 Thread Hans Petter Selasky
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

svn commit: r353406 - stable/11/sys/dev/mlx5/mlx5_en

2019-10-10 Thread Hans Petter Selasky
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

svn commit: r353405 - stable/12/sys/dev/mlx5/mlx5_en

2019-10-10 Thread Hans Petter Selasky
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

svn commit: r353404 - releng/12.1/sys/fs/tmpfs

2019-10-10 Thread Konstantin Belousov
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:

svn commit: r353401 - stable/12/sys/netinet

2019-10-10 Thread Michael Tuexen
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

svn commit: r353403 - stable/12/sys/netinet

2019-10-10 Thread Michael Tuexen
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

svn commit: r353398 - stable/12/sys/netinet

2019-10-10 Thread Michael Tuexen
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

svn commit: r353390 - in head: contrib/processor-trace/include contrib/processor-trace/include/posix contrib/processor-trace/include/windows contrib/processor-trace/libipt contrib/processor-trace/l...

2019-10-10 Thread Ruslan Bukin
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

svn commit: r353385 - stable/12/sys/fs/tmpfs

2019-10-10 Thread Konstantin Belousov
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

svn commit: r353400 - stable/12/sys/netinet

2019-10-10 Thread Michael Tuexen
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/

svn commit: r353397 - stable/12/sys/netinet

2019-10-10 Thread Michael Tuexen
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/

svn commit: r353396 - stable/12/sys/netinet

2019-10-10 Thread Michael Tuexen
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

svn commit: r353394 - head/contrib/opencsd/decoder/include

2019-10-10 Thread Ruslan Bukin
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

svn commit: r353402 - in stable/12: share/man/man4 sys/netinet

2019-10-10 Thread Michael Tuexen
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

svn commit: r353399 - stable/12/sys/netinet

2019-10-10 Thread Michael Tuexen
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

svn commit: r353395 - stable/12/sys/netinet

2019-10-10 Thread Michael Tuexen
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

svn commit: r353391 - in vendor/opencsd/a1961c91b02a92f3c6ed8b145c636ac4c5565aca: . decoder decoder/build decoder/build/linux decoder/build/linux/rctdl_c_api_lib decoder/build/linux/ref_trace_decod...

2019-10-10 Thread Ruslan Bukin
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

svn commit: r353393 - in head: contrib/opencsd/decoder/include/common contrib/opencsd/decoder/include/i_dec contrib/opencsd/decoder/include/interfaces contrib/opencsd/decoder/include/mem_acc contri...

2019-10-10 Thread Ruslan Bukin
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

svn commit: r353389 - in vendor/processor-trace/892e12c5a27bda5806d1e63269986bb4171b5a8b: . doc doc/man include include/posix include/windows libipt libipt/include libipt/internal libipt/internal/i...

2019-10-10 Thread Ruslan Bukin
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

svn commit: r353388 - stable/11/sys/fs/tmpfs

2019-10-10 Thread Konstantin Belousov
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

svn commit: r353386 - stable/11/sys/fs/tmpfs

2019-10-10 Thread Konstantin Belousov
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:

svn commit: r353382 - in head/share/man: man4 man9

2019-10-10 Thread Andriy Gapon
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 __

svn commit: r353380 - in head: share/man/man4 sys/amd64/conf sys/conf sys/dev/vmd sys/modules sys/modules/vmd

2019-10-10 Thread Doug Ambrisko
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

svn commit: r353392 - vendor/opencsd/dist

2019-10-10 Thread Ruslan Bukin
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/ ___

svn commit: r353387 - stable/11/sys/fs/tmpfs

2019-10-10 Thread Konstantin Belousov
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/

svn commit: r353383 - stable/12/sys/fs/tmpfs

2019-10-10 Thread Konstantin Belousov
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:

svn commit: r353384 - stable/12/sys/fs/tmpfs

2019-10-10 Thread Konstantin Belousov
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/

svn commit: r353381 - in head: share/man/man4 share/man/man9 sys/cddl/compat/opensolaris/kern sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opensolaris/common/atomic/aarch64 sys/cddl/contrib/ope...

2019-10-10 Thread Andriy Gapon
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