Author: leres (ports committer)
Date: Mon Jul 20 23:57:53 2020
New Revision: 363381
URL: https://svnweb.freebsd.org/changeset/base/363381
Log:
Fix some regressions with the zgrep(1) wrapper.
- Handle whitespace with long flags that take arguments:
echo 'foo bar' > test
z
Author: rscheff
Date: Mon Jul 20 23:47:27 2020
New Revision: 363380
URL: https://svnweb.freebsd.org/changeset/base/363380
Log:
Add MODULE_VERSION to TCP loadable congestion control modules.
Without versioning information, using preexisting loader /
linker code is not easily possible when
Author: jhb
Date: Mon Jul 20 22:32:39 2020
New Revision: 363379
URL: https://svnweb.freebsd.org/changeset/base/363379
Log:
Don't dynamically allocate data structures for KTLS crypto requests.
Allocate iovec arrays and struct cryptop and struct ocf_operation
objects on the stack to reduce
Author: vmaffione
Date: Mon Jul 20 21:08:56 2020
New Revision: 363378
URL: https://svnweb.freebsd.org/changeset/base/363378
Log:
iflib: initialize netmap with the correct number of descriptors
In case the network device has a RX or TX control queue, the correct
number of TX/RX descriptors
Author: chs
Date: Mon Jul 20 20:36:32 2020
New Revision: 363377
URL: https://svnweb.freebsd.org/changeset/base/363377
Log:
add a few tests for sendfile.
Reviewed by: markj
Sponsored by: Netflix
Differential Revision:https://reviews.freebsd.org/D25431
Added:
head/tests/sys/ke
Author: markj
Date: Mon Jul 20 18:22:38 2020
New Revision: 363375
URL: https://svnweb.freebsd.org/changeset/base/363375
Log:
libdwarf: Hide SHT_NOBITS sections.
gnu_debuglink external debug files will contain an .eh_frame section of
type SHT_NOBITS. libdwarf does not handle such sections
Author: markj
Date: Mon Jul 20 17:44:13 2020
New Revision: 363374
URL: https://svnweb.freebsd.org/changeset/base/363374
Log:
crypto(9): Stop checking for failures from malloc(M_WAITOK).
PR: 240545
Submitted by: Andrew Reiter
Reviewed by: cem, delphij, jhb
MFC after:1 w
Author: markj
Date: Mon Jul 20 17:05:44 2020
New Revision: 363373
URL: https://svnweb.freebsd.org/changeset/base/363373
Log:
Fix a memory leak in dsl_scan_visitbp().
This should be triggered only if arc_read() fails, i.e., quite rarely.
The same logic is already present in OpenZFS.
P
Author: asomers
Date: Mon Jul 20 16:12:14 2020
New Revision: 363368
URL: https://svnweb.freebsd.org/changeset/base/363368
Log:
padlock: fix Via Padlock with 192-bit keys
It's been broken since a typo in r359374
Reviewed by: jhb
MFC after:2 weeks
Sponsored by: Axcient
Differe
Author: markj
Date: Mon Jul 20 14:28:26 2020
New Revision: 363367
URL: https://svnweb.freebsd.org/changeset/base/363367
Log:
ext2fs: Stop checking for failures from malloc(M_WAITOK).
PR: 240545
Submitted by: Andrew Reiter
Reviewed by: fsu
MFC after:1 week
Differentia
Author: gbe (doc committer)
Date: Mon Jul 20 13:24:50 2020
New Revision: 363363
URL: https://svnweb.freebsd.org/changeset/base/363363
Log:
geli(8): Add an example on how to use geli(8) with a file as encrypted storage
Reviewed by: bcr (mentor)
Approved by: bcr (mentor)
MFC after:1
Author: gbe (doc committer)
Date: Mon Jul 20 13:01:19 2020
New Revision: 363362
URL: https://svnweb.freebsd.org/changeset/base/363362
Log:
zpool(8): Fix a few typos regarding 'inverval' -> 'interval'
PR: 248068
Submitted by: PauAmma
Reviewed by: bcr (mentor)
Approved by:
Author: asomers
Date: Mon Jul 20 12:47:15 2020
New Revision: 363361
URL: https://svnweb.freebsd.org/changeset/base/363361
Log:
tests/sys/opencrypto: use python3
python2 will be EOL soon
Reviewed by: lwhsu, jmg
MFC after:2 weeks
Sponsored by: Axcient
Differential Revision:
13 matches
Mail list logo