> On Mon, 25 Feb 2019, Jason Harmening wrote:
>
> > On 2/25/19 9:46 PM, Bruce Evans wrote:
> >>
> >> block_size <= PAGE_SIZE is very uncommon for ffs, even on systems with
> >> large
> >> pages.?? MINBSIZE is 4096 in ffs (except in my version, it is 512).?? The
> >> default is 32768 in newfs.??
On Mon, 25 Feb 2019, Jason Harmening wrote:
On 2/25/19 9:46 PM, Bruce Evans wrote:
block_size <= PAGE_SIZE is very uncommon for ffs, even on systems with
large
pages.?? MINBSIZE is 4096 in ffs (except in my version, it is 512).?? The
default is 32768 in newfs.?? I consider this excessive and
Rodney W. Grimes wrote:
> > Differential Revision:D16575
>
> Just a small nit, for future reference, from the template:
Oops, noted thanks.
This is all disabled by default, but I did a buildworld with it all
enabled just prior so hopefully will not impact anyone negatively and
will help t
> On 2/25/19 6:20 PM, Rodney W. Grimes wrote:
> >> Author: cperciva
> >> Date: Tue Feb 26 01:29:40 2019
> >> New Revision: 344557
> >> URL: https://svnweb.freebsd.org/changeset/base/344557
> >>
> >> Log:
> >> MFC r344315:
> >> Fix sed script to insert Amazon NTP server into ntp.conf once rath
Author: sjg
Date: Tue Feb 26 06:22:10 2019
New Revision: 344568
URL: https://svnweb.freebsd.org/changeset/base/344568
Log:
Enable veriexec for loader
This relies on libbearssl and libsecureboot
to verify files read by loader in a maner equivalent
to how mac_veriexec
Note: disabled
> Author: sjg
> Date: Tue Feb 26 06:17:23 2019
> New Revision: 344567
> URL: https://svnweb.freebsd.org/changeset/base/344567
>
> Log:
> Add verifying manifest loader for mac_veriexec
>
> This tool will verify a signed manifest and load contents into
> mac_veriexec for storage
>
> Sp
Author: sjg
Date: Tue Feb 26 06:17:23 2019
New Revision: 344567
URL: https://svnweb.freebsd.org/changeset/base/344567
Log:
Add verifying manifest loader for mac_veriexec
This tool will verify a signed manifest and load contents into
mac_veriexec for storage
Sponsored by: Juniper Netw
On 2/25/19 9:46 PM, Bruce Evans wrote:
block_size <= PAGE_SIZE is very uncommon for ffs, even on systems with
large
pages. MINBSIZE is 4096 in ffs (except in my version, it is 512). The
default is 32768 in newfs. I consider this excessive and only use it for
file systems with many files lar
Author: sjg
Date: Tue Feb 26 06:11:01 2019
New Revision: 344566
URL: https://svnweb.freebsd.org/changeset/base/344566
Log:
Enable build of libbearssl
Reviewed by: emaste
Sponsored by: Juniper Networks
Differential Revision:D16337
Added:
head/tools/build/options/WITH_BEARSSL
Author: sjg
Date: Tue Feb 26 06:09:10 2019
New Revision: 344565
URL: https://svnweb.freebsd.org/changeset/base/344565
Log:
Add libsecureboot
Used by loader and veriexec
Depends on libbearssl
Reviewed by: emaste
Sponsored by: Juniper Networks
Differential Revision:D16335
Author: sjg
Date: Tue Feb 26 05:59:22 2019
New Revision: 344564
URL: https://svnweb.freebsd.org/changeset/base/344564
Log:
Add libbearssl
Disabled by default, used by loader and sbin/veriexec
Reviewed by: emaste
Sponsored by: Juniper Networks
Differential Revision: D16334
Added:
On Tue, 26 Feb 2019, Jason A. Harmening wrote:
...
Log:
FFS: allow sendfile(2) to work with block sizes greater than the page size
Implement ffs_getpages_async(), which when possible calls the asynchronous
flavor of the generic pager's getpages function. When the underlying
block size is la
On 2/25/19 6:20 PM, Rodney W. Grimes wrote:
>> Author: cperciva
>> Date: Tue Feb 26 01:29:40 2019
>> New Revision: 344557
>> URL: https://svnweb.freebsd.org/changeset/base/344557
>>
>> Log:
>> MFC r344315:
>> Fix sed script to insert Amazon NTP server into ntp.conf once rather
>> than twi
Author: cperciva
Date: Tue Feb 26 05:37:49 2019
New Revision: 344563
URL: https://svnweb.freebsd.org/changeset/base/344563
Log:
MFC r344315:
Fix sed script to insert Amazon NTP server into ntp.conf once rather
than twice.
Reminded by: rgrimes
Modified:
stable/11/release/tools/ec
Author: jah
Date: Tue Feb 26 04:56:10 2019
New Revision: 344562
URL: https://svnweb.freebsd.org/changeset/base/344562
Log:
FFS: allow sendfile(2) to work with block sizes greater than the page size
Implement ffs_getpages_async(), which when possible calls the asynchronous
flavor of the ge
Author: jah
Date: Tue Feb 26 04:50:46 2019
New Revision: 344561
URL: https://svnweb.freebsd.org/changeset/base/344561
Log:
Fix incorrect assertion in vnode_pager_generic_getpages()
Reviewed by: kib, glebius
MFC after:1 week
Modified:
head/sys/vm/vnode_pager.c
Modified: head/sys/v
Author: kevans
Date: Tue Feb 26 03:37:12 2019
New Revision: 344560
URL: https://svnweb.freebsd.org/changeset/base/344560
Log:
stand: Remove unused i386 EFI MD bits
r328169 removed the copy of bootinfo that would've made this somewhat
functional. However, this is irrelevant- earlier work i
Author: asomers
Date: Tue Feb 26 03:34:47 2019
New Revision: 344559
URL: https://svnweb.freebsd.org/changeset/base/344559
Log:
ifconfig: eliminate trailing whitespace
Eliminate trailing whitespace on inet, inet6, and groups lines. I think the
"list txpower" command will still show some, b
> > The modest increase in activation energy for that task seems worth it
> > for the short-term gains of reduced integration cost (this code will
> > greatly improve our ZFS-on-Linux test coverage.)
> >
> > Rod rightly points out that we haven't accepted SPDX tags alone as
> > license statements.
> Author: cperciva
> Date: Tue Feb 26 01:29:40 2019
> New Revision: 344557
> URL: https://svnweb.freebsd.org/changeset/base/344557
>
> Log:
> MFC r344315:
> Fix sed script to insert Amazon NTP server into ntp.conf once rather
> than twice.
>
> Modified:
> stable/12/release/tools/ec2.c
Author: cperciva
Date: Tue Feb 26 01:29:40 2019
New Revision: 344557
URL: https://svnweb.freebsd.org/changeset/base/344557
Log:
MFC r344315:
Fix sed script to insert Amazon NTP server into ntp.conf once rather
than twice.
Modified:
stable/12/release/tools/ec2.conf
Directory Properties
> We had a brief discussion of this commit within a subset of core. This
> addition of GPLv2 code is fine as the code is easily removal to a module
> (per kmoore@) should the day come that we're read to evict all GPL code.
I don't execute the ctors until coverage is enabled because I have to
manu
Author: ian
Date: Mon Feb 25 23:49:58 2019
New Revision: 344556
URL: https://svnweb.freebsd.org/changeset/base/344556
Log:
Set maximum bus clock speed from hints when attaching hinted spibus(4)
children.
Some devices (such as spigen(4)) document that this works, but it appears
that the
Author: sobomax
Date: Mon Feb 25 23:45:36 2019
New Revision: 344555
URL: https://svnweb.freebsd.org/changeset/base/344555
Log:
Improve error handling: bail out if one of the files scheduled
to go to the FS image we are making cannot be read (e.g. EPERM).
Current behaviour when we issue warin
Author: dim
Date: Mon Feb 25 22:11:44 2019
New Revision: 344554
URL: https://svnweb.freebsd.org/changeset/base/344554
Log:
After r344530, remove leading slashes from libprivateifconfig lines in
ObsoleteFiles.inc.
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
===
Author: dab
Date: Mon Feb 25 21:59:01 2019
New Revision: 344553
URL: https://svnweb.freebsd.org/changeset/base/344553
Log:
asmc: Add support for Mac mini 2,1
PR: 235798
Submitted by: Trev
Reported by: Trev
MFC after:1 week
Modified:
head/sys/dev/asmc/asmc.c
head/
Author: mckusick
Date: Mon Feb 25 21:58:19 2019
New Revision: 344552
URL: https://svnweb.freebsd.org/changeset/base/344552
Log:
After a crash, a file that extends into indirect blocks may end up
shorter than its size resulting in a hole as its final block (which
is a violation of the invarie
Author: markj
Date: Mon Feb 25 19:47:27 2019
New Revision: 344551
URL: https://svnweb.freebsd.org/changeset/base/344551
Log:
Fix handling of rights on stdio streams, take two.
Split the rights-limiting code into two cases: if one of the input
files isn't a regular file, use caph_limit_str
Author: markj
Date: Mon Feb 25 19:22:13 2019
New Revision: 344550
URL: https://svnweb.freebsd.org/changeset/base/344550
Log:
Improve vmem tuning for platforms without a direct map.
On platforms without a direct map (i.e., platforms without
UMA_MD_SMALL_ALLOC defined), the boundary tag all
Nope, editing prior history is administratively disabled in the svn
repo. But at least the commit message did include a reference to the
review, so someone can dig up the info if they need it.
-- Ian
On Mon, 2019-02-25 at 16:10 -0300, luporl wrote:
> Sorry, I forgot to copy the summary from D1935
Author: sef
Date: Mon Feb 25 19:14:16 2019
New Revision: 344547
URL: https://svnweb.freebsd.org/changeset/base/344547
Log:
Fix another bug introduced during the review process of r344140:
the tag wasn't being computed properly due to chaning a >= comparison
to an == comparison.
Specific
Sorry, I forgot to copy the summary from D19353.
Is there a way to change it now?
On Mon, Feb 25, 2019 at 3:56 PM Ian Lepore wrote:
>
> On Mon, 2019-02-25 at 18:52 +, Leandro Lupori wrote:
> > Author: luporl
> > Date: Mon Feb 25 18:52:47 2019
> > New Revision: 344534
> > URL: https://svnweb.
Author: dim
Date: Mon Feb 25 19:07:52 2019
New Revision: 344546
URL: https://svnweb.freebsd.org/changeset/base/344546
Log:
Tag lldb release_80 branch r354799.
Added:
vendor/lldb/lldb-release_80-r354799/
- copied from r344545, vendor/lldb/dist-release_80/
_
Author: dim
Date: Mon Feb 25 19:07:45 2019
New Revision: 344544
URL: https://svnweb.freebsd.org/changeset/base/344544
Log:
Tag lld release_80 branch r354799.
Added:
vendor/lld/lld-release_80-r354799/
- copied from r344543, vendor/lld/dist-release_80/
_
Author: dim
Date: Mon Feb 25 19:07:48 2019
New Revision: 344545
URL: https://svnweb.freebsd.org/changeset/base/344545
Log:
Vendor import of lldb release_80 branch r354799:
https://llvm.org/svn/llvm-project/lldb/branches/release_80@354799
Modified:
vendor/lldb/dist-release_80/source/Host/com
Author: dim
Date: Mon Feb 25 19:07:43 2019
New Revision: 344543
URL: https://svnweb.freebsd.org/changeset/base/344543
Log:
Vendor import of lld release_80 branch r354799:
https://llvm.org/svn/llvm-project/lld/branches/release_80@354799
Modified:
vendor/lld/dist-release_80/ELF/Options.td
v
On Mon, Feb 25, 2019 at 10:41 AM Dag-Erling Smørgrav wrote:
>
> Author: des
> Date: Mon Feb 25 18:41:16 2019
> New Revision: 344533
> URL: https://svnweb.freebsd.org/changeset/base/344533
>
> Log:
> Upgrade to OpenPAM Tabebuia.
PR: 235903
___
svn-src-
Author: dim
Date: Mon Feb 25 19:07:35 2019
New Revision: 344540
URL: https://svnweb.freebsd.org/changeset/base/344540
Log:
Tag compiler-rt release_80 branch r354799.
Added:
vendor/compiler-rt/compiler-rt-release_80-r354799/
- copied from r344539, vendor/compiler-rt/dist-release_80/
_
Author: dim
Date: Mon Feb 25 19:07:29 2019
New Revision: 344538
URL: https://svnweb.freebsd.org/changeset/base/344538
Log:
Tag clang release_80 branch r354799.
Added:
vendor/clang/clang-release_80-r354799/
- copied from r344537, vendor/clang/dist-release_80/
_
Author: dim
Date: Mon Feb 25 19:07:40 2019
New Revision: 344542
URL: https://svnweb.freebsd.org/changeset/base/344542
Log:
Tag libc++ release_80 branch r354799.
Added:
vendor/libc++/libc++-release_80-r354799/
- copied from r344541, vendor/libc++/dist-release_80/
_
Author: dim
Date: Mon Feb 25 19:07:25 2019
New Revision: 344537
URL: https://svnweb.freebsd.org/changeset/base/344537
Log:
Vendor import of clang release_80 branch r354799:
https://llvm.org/svn/llvm-project/cfe/branches/release_80@354799
Modified:
vendor/clang/dist-release_80/docs/ReleaseNo
Author: dim
Date: Mon Feb 25 19:07:37 2019
New Revision: 344541
URL: https://svnweb.freebsd.org/changeset/base/344541
Log:
Vendor import of libc++ release_80 branch r354799:
https://llvm.org/svn/llvm-project/libcxx/branches/release_80@354799
Modified:
vendor/libc++/dist-release_80/docs/Rele
Author: dim
Date: Mon Feb 25 19:07:21 2019
New Revision: 344536
URL: https://svnweb.freebsd.org/changeset/base/344536
Log:
Tag llvm release_80 branch r354799.
Added:
vendor/llvm/llvm-release_80-r354799/
- copied from r344535, vendor/llvm/dist-release_80/
_
Author: dim
Date: Mon Feb 25 19:07:16 2019
New Revision: 344535
URL: https://svnweb.freebsd.org/changeset/base/344535
Log:
Vendor import of llvm release_80 branch r354799:
https://llvm.org/svn/llvm-project/llvm/branches/release_80@354799
Added:
vendor/llvm/dist-release_80/test/CodeGen/X86/p
Author: dim
Date: Mon Feb 25 19:07:32 2019
New Revision: 344539
URL: https://svnweb.freebsd.org/changeset/base/344539
Log:
Vendor import of compiler-rt release_80 branch r354799:
https://llvm.org/svn/llvm-project/compiler-rt/branches/release_80@354799
Modified:
vendor/compiler-rt/dist-relea
On Mon, 2019-02-25 at 18:52 +, Leandro Lupori wrote:
> Author: luporl
> Date: Mon Feb 25 18:52:47 2019
> New Revision: 344534
> URL: https://svnweb.freebsd.org/changeset/base/344534
>
> Log:
> Increase ctfconvert buffer size
>
> Reviewed by:markj
> Differential Revision:
Author: luporl
Date: Mon Feb 25 18:52:47 2019
New Revision: 344534
URL: https://svnweb.freebsd.org/changeset/base/344534
Log:
Increase ctfconvert buffer size
Reviewed by: markj
Differential Revision:https://reviews.freebsd.org/D19353
Modified:
head/cddl/contrib/opensolaris/too
Author: des
Date: Mon Feb 25 18:41:16 2019
New Revision: 344533
URL: https://svnweb.freebsd.org/changeset/base/344533
Log:
Upgrade to OpenPAM Tabebuia.
Added:
head/contrib/openpam/m4/ax_pkg_config.m4
- copied unchanged from r344500, vendor/openpam/dist/m4/ax_pkg_config.m4
head/contrib/
Author: emaste
Date: Mon Feb 25 18:27:19 2019
New Revision: 344532
URL: https://svnweb.freebsd.org/changeset/base/344532
Log:
Revert r344211: wlandebug: disable PIE to fix build failure
As of r344530 libifconfig is built as a standard INTERNALLIB and the
wlandebug PIE workaround from r344
Author: emaste
Date: Mon Feb 25 18:25:53 2019
New Revision: 344531
URL: https://svnweb.freebsd.org/changeset/base/344531
Log:
Remove unintend change to capability.h from r344530
I expect to remove capability.h in the near future, but it should not
have been part of this commit.
Modified:
Author: emaste
Date: Mon Feb 25 18:22:20 2019
New Revision: 344530
URL: https://svnweb.freebsd.org/changeset/base/344530
Log:
Make libifconfig INTERNALLIB
Instead of PRIVATELIB + NO_PIC. This avoids the need for the wlandebug
PIE special case added in r344211, and provides a stronger gua
Author: ian
Date: Mon Feb 25 18:11:59 2019
New Revision: 344529
URL: https://svnweb.freebsd.org/changeset/base/344529
Log:
Fix a paste-o that broke the build on all arches.
Reported by: many
Pointy hat: ian@
Modified:
head/sys/dev/flash/at45d.c
Modified: head/sys/dev/flash/at45d.c
On February 25, 2019 9:58:09 AM PST, Brooks Davis wrote:
>On Sat, Feb 23, 2019 at 09:14:00PM +, Matt Macy wrote:
>> Author: mmacy
>> Date: Sat Feb 23 21:14:00 2019
>> New Revision: 344487
>> URL: https://svnweb.freebsd.org/changeset/base/344487
>>
>> Log:
>> gcov support
>>
>> add gcov
On Sat, Feb 23, 2019 at 09:14:00PM +, Matt Macy wrote:
> Author: mmacy
> Date: Sat Feb 23 21:14:00 2019
> New Revision: 344487
> URL: https://svnweb.freebsd.org/changeset/base/344487
>
> Log:
> gcov support
>
> add gcov support and export results as files in debugfs
We had a brief disc
Author: manu
Date: Mon Feb 25 17:40:00 2019
New Revision: 344527
URL: https://svnweb.freebsd.org/changeset/base/344527
Log:
arm64: rockchip: clk: Set the write mask when setting the clock mux
RockChip clocks have a write mask in the upper 16bits of the mux register
which wasn't set in the
Author: ian
Date: Mon Feb 25 17:30:01 2019
New Revision: 344526
URL: https://svnweb.freebsd.org/changeset/base/344526
Log:
Resolve a name conflict when both SpiFlash and DataFlash devices are present.
Both SpiFlash (mx25l) and DataFlash (at45d) drivers create a disk device
with a name of
Author: ian
Date: Mon Feb 25 16:40:10 2019
New Revision: 344525
URL: https://svnweb.freebsd.org/changeset/base/344525
Log:
Add a metadata entry for the AT45DB641E chip. This chip has the same 3-byte
jedec ID as its older cousin the AT45DB642D, but uses a different page size.
The only way to
Author: np
Date: Mon Feb 25 16:28:13 2019
New Revision: 344524
URL: https://svnweb.freebsd.org/changeset/base/344524
Log:
cxgbe(4): Updates to the default and hashfilter configurations.
- Do not use nvf = 4 as it is not really supported by the firmware.
Firmwares 1.23.3.0 and above will
Author: ian
Date: Mon Feb 25 16:20:58 2019
New Revision: 344523
URL: https://svnweb.freebsd.org/changeset/base/344523
Log:
Include the jedec "extended device information string" in the criteria used
to match a chip to our table of metadata describing the chips. At least one
new DataFlash chi
Author: markj
Date: Mon Feb 25 15:51:31 2019
New Revision: 344522
URL: https://svnweb.freebsd.org/changeset/base/344522
Log:
MFC r344369:
Remove an obsolete comment.
Modified:
stable/12/sys/kern/kern_descrip.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/ker
Author: markj
Date: Mon Feb 25 15:50:59 2019
New Revision: 344521
URL: https://svnweb.freebsd.org/changeset/base/344521
Log:
MFC r344232:
Fix refcount leaks in the SGX Linux compat ioctl handler.
Modified:
stable/12/sys/amd64/sgx/sgx_linux.c
Directory Properties:
stable/12/ (props chang
Author: markj
Date: Mon Feb 25 15:50:28 2019
New Revision: 344520
URL: https://svnweb.freebsd.org/changeset/base/344520
Log:
MFC r344231, r30:
Remove a redundant flag variable.
Modified:
stable/12/sys/vm/vm_pageout.c
Directory Properties:
stable/12/ (props changed)
Modified: stable
Author: np
Date: Mon Feb 25 15:47:22 2019
New Revision: 344519
URL: https://svnweb.freebsd.org/changeset/base/344519
Log:
cxgbe(4): Use correct port_info in the call to is_bt().
This fixes a panic during configuration if the tx channel of a port
isn't the same as its port id.
Reporte
> On Feb 25, 2019, at 07:03, Mateusz Piotrowski <0...@freebsd.org> wrote:
>
> Author: 0mp (ports committer)
> Date: Mon Feb 25 15:03:50 2019
> New Revision: 344518
> URL: https://svnweb.freebsd.org/changeset/base/344518
>
> Log:
> Add missing types to the sysctl(9) manual page
>
> Update the
Author: 0mp (ports committer)
Date: Mon Feb 25 15:03:50 2019
New Revision: 344518
URL: https://svnweb.freebsd.org/changeset/base/344518
Log:
Add missing types to the sysctl(9) manual page
Update the diff to include other missing sysctl types found in sysctl.h.
Some of these sysctls are
Author: andrew
Date: Mon Feb 25 13:15:34 2019
New Revision: 344517
URL: https://svnweb.freebsd.org/changeset/base/344517
Log:
Check the index hasn't changed after writing the cmp entry.
If an interrupt fires while writing the cmp entry we may have a partial
entry. Work around this by usin
Author: tuexen
Date: Mon Feb 25 12:35:52 2019
New Revision: 344516
URL: https://svnweb.freebsd.org/changeset/base/344516
Log:
MFC r344428:
This patch addresses an issue brought up by bz@ in D18968:
When TCP_REASS_LOGGING is defined, a NULL pointer dereference would happen,
if user data
Author: tuexen
Date: Mon Feb 25 12:33:11 2019
New Revision: 344515
URL: https://svnweb.freebsd.org/changeset/base/344515
Log:
MFC r343439:
Don't include two header files when not needed.
This allows the part of the rewrite of TCP reassembly in this
files to be MFCed to stable/11 with
Author: tuexen
Date: Mon Feb 25 12:25:44 2019
New Revision: 344514
URL: https://svnweb.freebsd.org/changeset/base/344514
Log:
MFC r343920:
Ensure that when using the TCP CDG congestion control and setting the
sysctl variable net.inet.tcp.cc.cdg.smoothing_factor to 0, the smoothing
is di
Author: tuexen
Date: Mon Feb 25 10:51:21 2019
New Revision: 344512
URL: https://svnweb.freebsd.org/changeset/base/344512
Log:
MFC r343920:
Ensure that when using the TCP CDG congestion control and setting the
sysctl variable net.inet.tcp.cc.cdg.smoothing_factor to 0, the smoothing
is di
Author: tuexen
Date: Mon Feb 25 10:38:37 2019
New Revision: 344511
URL: https://svnweb.freebsd.org/changeset/base/344511
Log:
Backport the new TCP reassembly code from head to stable/11.
In particular:
* Cherry pick the changes in sys/queue.h from r334804.
* MFC r338102 with manua
Author: vmaffione
Date: Mon Feb 25 09:57:06 2019
New Revision: 344510
URL: https://svnweb.freebsd.org/changeset/base/344510
Log:
netmap: remove redundant call to nm_set_native_flags()
This redundant call was introduced by mistake in r343772.
MFC after:3 days
Sponsored by: Sunny V
Author: vmaffione
Date: Mon Feb 25 09:13:33 2019
New Revision: 344509
URL: https://svnweb.freebsd.org/changeset/base/344509
Log:
MFC r343579, r344253
netmap: fix lock order reversal related to kqueue usage
When using poll(), select() or kevent() on netmap file descriptors,
netmap exe
Author: vmaffione
Date: Mon Feb 25 08:50:25 2019
New Revision: 344508
URL: https://svnweb.freebsd.org/changeset/base/344508
Log:
MFC r344253
netmap: don't schedule kqueue notify task when kqueue is not used
This change adds a counter (kqueue_users) to keep track of how many
kqueue us
74 matches
Mail list logo