On Mon, Dec 28, 2020 at 3:29 PM Ed Maste wrote:
> On Mon, 28 Dec 2020 at 14:34, Alan Somers wrote:
> >
> > On Thu, Dec 17, 2020 at 12:58 PM Ed Maste wrote:
> >>
> >> Author: emaste
> >> Date: Thu Dec 17 19:58:29 2020
> >> New Revision: 368736
BTW, I have a WIP patch to xinstall to make it use copy_file_range. The
patch works, but I never wrote a fallback path in case copy_file_range
fails for some reason. Alex, would you be interested to finish the patch?
-Alan
On Wed, Oct 14, 2020 at 7:35 AM Alexander Richardson <
arichard...@freebs
On Thu, Dec 17, 2020 at 12:58 PM Ed Maste wrote:
> Author: emaste
> Date: Thu Dec 17 19:58:29 2020
> New Revision: 368736
> URL: https://svnweb.freebsd.org/changeset/base/368736
>
> Log:
> Add initial version of git commit message preparation hook
>
> Start with a slightly modified version of
On Sat, Sep 19, 2020 at 2:47 PM Allan Jude wrote:
> Author: allanjude
> Date: Sat Sep 19 20:46:56 2020
> New Revision: 365917
> URL: https://svnweb.freebsd.org/changeset/base/365917
>
> Log:
> MFS r365689,r365808,r365860
>
> MFOpenZFS: Introduce read/write kstats per dataset
>
> The followi
Author: asomers
Date: Sat Dec 12 23:01:11 2020
New Revision: 368597
URL: https://svnweb.freebsd.org/changeset/base/368597
Log:
MFC r367976:
ping6: update usage text after r365547
Modified:
stable/12/sbin/ping6/ping6.c
Directory Properties:
stable/12/ (props changed)
Modified: stable
Author: asomers
Date: Sat Dec 12 22:57:28 2020
New Revision: 368596
URL: https://svnweb.freebsd.org/changeset/base/368596
Log:
MFC r366365:
fusefs tests: quell Coverity "Argument cannot be negative" warnings
Must abort tests early if open(2) fails.
Reported by: Coverity
Coverit
Author: asomers
Date: Wed Dec 9 20:06:37 2020
New Revision: 368491
URL: https://svnweb.freebsd.org/changeset/base/368491
Log:
ZFS: fix spurious EBUSY after zfs receive to an existing dataset
If you do a "zfs send -p | zfs receive -F " to an existing but
empty dataset, the receive will c
Author: asomers
Date: Wed Dec 2 00:53:03 2020
New Revision: 368272
URL: https://svnweb.freebsd.org/changeset/base/368272
Log:
AIO tests: update expected failure messages after r368265
PR: 220398, 251515
MFC after:1 week
MFC-With: r368265
Modified:
head/tests/sys/ai
Author: asomers
Date: Tue Dec 1 15:15:18 2020
New Revision: 368233
URL: https://svnweb.freebsd.org/changeset/base/368233
Log:
Fix error merging r354116 from OpenZFS
When we merged 4c0883fb4af0d5565459099b98fcf90ecbfa1ca1 from OpenZFS (svn
r354116), there were some merge conflicts. One o
Author: asomers
Date: Sat Nov 28 23:24:19 2020
New Revision: 368131
URL: https://svnweb.freebsd.org/changeset/base/368131
Log:
ping: allow building without INET support
Building without INET6 support was already possible. Now it's possible to
build ping with only INET6, or even with neith
On Fri, Nov 27, 2020 at 5:08 AM Bjoern A. Zeeb <
bzeeb-li...@lists.zabbadoz.net> wrote:
> On 26 Nov 2020, at 18:51, Alan Somers wrote:
>
> > On Thu, Nov 26, 2020 at 2:16 AM Bjoern A. Zeeb <
> > bzeeb-li...@lists.zabbadoz.net> wrote:
> >
> >&g
Author: asomers
Date: Fri Nov 27 04:45:10 2020
New Revision: 368090
URL: https://svnweb.freebsd.org/changeset/base/368090
Log:
MFC r366132:
lib/libc/tests/iconv: raise WARNS to 6
Modified:
stable/12/lib/libc/tests/iconv/Makefile
stable/12/lib/libc/tests/iconv/iconvctl_test.c
Directory
Author: asomers
Date: Thu Nov 26 23:54:13 2020
New Revision: 368088
URL: https://svnweb.freebsd.org/changeset/base/368088
Log:
MFC r366131:
lib/libc/tests/sys: raise WARNS to 6
Modified:
stable/12/lib/libc/tests/sys/Makefile
Directory Properties:
stable/12/ (props changed)
Modified:
Author: asomers
Date: Thu Nov 26 23:44:57 2020
New Revision: 368087
URL: https://svnweb.freebsd.org/changeset/base/368087
Log:
MFC r366118:
Fix some signed/unsigned comparison warnings in NFS
Reviewed by: rmacklem
Differential Revision:https://reviews.freebsd.org/D26533
Mod
Author: asomers
Date: Thu Nov 26 23:35:13 2020
New Revision: 368086
URL: https://svnweb.freebsd.org/changeset/base/368086
Log:
MFC r365956:
fsx: fix build with WARNS=6
* signed/unsigned comparisons
* use standard warn(3)
* Suppress warnings about local vars and funcs not declared s
Author: asomers
Date: Thu Nov 26 23:34:02 2020
New Revision: 368085
URL: https://svnweb.freebsd.org/changeset/base/368085
Log:
MFC r365910:
fix integer underflow in getgrnam_r and getpwnam_r
Sometimes nscd(8) will return a 1-byte buffer for a nonexistent entry. This
triggered an inte
On Thu, Nov 26, 2020 at 2:16 AM Bjoern A. Zeeb <
bzeeb-li...@lists.zabbadoz.net> wrote:
> On 26 Nov 2020, at 4:29, Alan Somers wrote:
>
> > Author: asomers
> > Date: Thu Nov 26 04:29:30 2020
> > New Revision: 368045
> > URL: https://svnweb.freebsd.o
Author: asomers
Date: Thu Nov 26 18:33:04 2020
New Revision: 368078
URL: https://svnweb.freebsd.org/changeset/base/368078
Log:
ping: add a ping6 hard link for backwards compatibility
When invoked as "ping6", ping will now attempt to use ICMPv6 for hostnames
that resolve both IPv4 and IPv6
> >
> > > I think you should add a LINKS=... here so people script which uses
> > > ping6 won't break (and of course adding support in the code to do ipv6
> > > ping if progname is ping6 if this isn't the case).
> > >
> > > Cheers,
> > >
> > > --
> > > Emmanuel Vadot
> > >
> >
> > Yes, that woul
On Thu, Nov 26, 2020 at 1:27 AM Emmanuel Vadot
wrote:
>
> Hi Alan,
>
> On Thu, 26 Nov 2020 04:29:31 +0000 (UTC)
> Alan Somers wrote:
>
> > Author: asomers
> > Date: Thu Nov 26 04:29:30 2020
> > New Revision: 368045
> > URL: https://svnweb.fre
Author: asomers
Date: Thu Nov 26 04:55:02 2020
New Revision: 368046
URL: https://svnweb.freebsd.org/changeset/base/368046
Log:
ping: fix some man pages and tests after r368045
MFC-with: r368045
Modified:
head/contrib/traceroute/traceroute.8
head/share/man/man4/inet6.4
head/tests/
Author: asomers
Date: Thu Nov 26 04:29:30 2020
New Revision: 368045
URL: https://svnweb.freebsd.org/changeset/base/368045
Log:
Merge ping6 to ping
There is now a single ping binary, which chooses to use ICMP or ICMPv4
based on the -4 and -6 options, and the format of the address.
Sub
Author: asomers
Date: Tue Nov 24 02:51:45 2020
New Revision: 367976
URL: https://svnweb.freebsd.org/changeset/base/367976
Log:
ping6: update usage text after r365547
MFC after:2 weeks
Modified:
head/sbin/ping6/ping6.c
Modified: head/sbin/ping6/ping6.c
===
Author: asomers
Date: Wed Nov 18 04:35:49 2020
New Revision: 367785
URL: https://svnweb.freebsd.org/changeset/base/367785
Log:
nfs: Mark unused statistics variable as reserved
FreeBSD's NFS exporter has long exported some unused statistics fields.
Revision r366992 removed them from nfssta
Author: asomers
Date: Sat Oct 24 05:52:29 2020
New Revision: 366992
URL: https://svnweb.freebsd.org/changeset/base/366992
Log:
nfsstat: delete unused fields
Ever since r192762 nfsstat has included a few fields whose values were
always 0. They were copied from OpenBSD, but have never been
Author: asomers
Date: Fri Oct 2 17:06:05 2020
New Revision: 366365
URL: https://svnweb.freebsd.org/changeset/base/366365
Log:
fusefs tests: quell Coverity "Argument cannot be negative" warnings
Must abort tests early if open(2) fails.
Reported by: Coverity
Coverity CID: 1432810 and
Author: asomers
Date: Thu Oct 1 19:55:52 2020
New Revision: 366341
URL: https://svnweb.freebsd.org/changeset/base/366341
Log:
zfs: fix "zfs receive" of interrupted stream without "-F" after r366180
The OpenZFS test suite revealed a regression with the changes made by
r366180 and r364974:
On Sun, Sep 27, 2020 at 5:15 PM Konstantin Belousov
wrote:
> On Sun, Sep 27, 2020 at 10:26:41PM +0000, Alan Somers wrote:
> > Author: asomers
> > Date: Sun Sep 27 22:26:41 2020
> > New Revision: 366207
> > URL: https://svnweb.freebsd.org/changeset/base/366207
>
Author: asomers
Date: Mon Sep 28 00:23:59 2020
New Revision: 366211
URL: https://svnweb.freebsd.org/changeset/base/366211
Log:
MF stable/12 r366190:
fusefs: fix mmap'd writes in direct_io mode
If a FUSE server returns FOPEN_DIRECT_IO in response to FUSE_OPEN, that
instructs the kerne
Author: asomers
Date: Sun Sep 27 22:26:41 2020
New Revision: 366207
URL: https://svnweb.freebsd.org/changeset/base/366207
Log:
Misc compiler warning fixes in lib/libc
Reviewed by: kevans, imp
MFC after:2 weeks
Differential Revision:https://reviews.freebsd.org/D26534
Modifi
Author: asomers
Date: Sun Sep 27 02:59:28 2020
New Revision: 366190
URL: https://svnweb.freebsd.org/changeset/base/366190
Log:
MFC r366121:
fusefs: fix mmap'd writes in direct_io mode
If a FUSE server returns FOPEN_DIRECT_IO in response to FUSE_OPEN, that
instructs the kernel to bypa
Author: asomers
Date: Sat Sep 26 02:50:28 2020
New Revision: 366180
URL: https://svnweb.freebsd.org/changeset/base/366180
Log:
zfs: Fix resuming receive stream to dataset with mounted clone
My fix for bug 248606 (zfs receive: Input/output error accessing dataset
after resuming interrupted
Author: asomers
Date: Thu Sep 24 21:42:44 2020
New Revision: 366132
URL: https://svnweb.freebsd.org/changeset/base/366132
Log:
lib/libc/tests/iconv: raise WARNS to 6
MFC after:2 weeks
Modified:
head/lib/libc/tests/iconv/Makefile
head/lib/libc/tests/iconv/iconvctl_test.c
Modified:
Author: asomers
Date: Thu Sep 24 21:39:09 2020
New Revision: 366131
URL: https://svnweb.freebsd.org/changeset/base/366131
Log:
lib/libc/tests/sys: raise WARNS to 6
MFC after:2 weeks
Modified:
head/lib/libc/tests/sys/Makefile
Modified: head/lib/libc/tests/sys/Makefile
===
Author: asomers
Date: Thu Sep 24 16:27:53 2020
New Revision: 366121
URL: https://svnweb.freebsd.org/changeset/base/366121
Log:
fusefs: fix mmap'd writes in direct_io mode
If a FUSE server returns FOPEN_DIRECT_IO in response to FUSE_OPEN, that
instructs the kernel to bypass the page cache
Author: asomers
Date: Thu Sep 24 15:38:01 2020
New Revision: 366118
URL: https://svnweb.freebsd.org/changeset/base/366118
Log:
Fix some signed/unsigned comparison warnings in NFS
Reviewed by: rmacklem
MFC after:2 weeks
Differential Revision:https://reviews.freebsd.org/D2653
Go ahead and commit. Consider it reviewed by me. And if I understand
correctly, this commit means there's no need for a special updating
procedure, right?
On Tue, Sep 22, 2020 at 6:55 PM Warner Losh wrote:
>
>
> On Tue, Sep 22, 2020 at 5:17 PM Kyle Evans wrote:
>
>> On Tue, Sep 22, 2020, 17:0
>> >>
>> >> On Tue, Sep 22, 2020 at 3:27 PM Kyle Evans wrote:
>> >>>
>> >>> I'm running a build at the suggestion of mjg to confirm there aren't
>> >>> any others hiding that can be converted, and I will commit after I'
+1.
On Tue, Sep 22, 2020 at 3:27 PM Kyle Evans wrote:
> I'm running a build at the suggestion of mjg to confirm there aren't
> any others hiding that can be converted, and I will commit after I've
> verified that this is it.
>
> On Tue, Sep 22, 2020 at 4:02 PM Al
tftp.h arpa/tftp.h; \
> for i in _time.h _strings.h _string.h; do \
> - [ -f xlocale/$$i ] || cp /dev/null xlocale/$$i; \
> + [ -f xlocale/$$i ] || :> xlocale/$$i; \
> done; \
> for i in ${STAND_H_INC}; do \
>
Sep 22, 2020 at 2:54 PM Mateusz Guzik wrote:
> Can we instead add a workaround to the build tree?
>
> Where is cp /dev/null coming from anyway? Perhaps this can be patched
> to touch the target file.
>
> On 9/22/20, Alan Somers wrote:
> > On Tue, Sep 22, 2020 at 2:48 PM Kyle E
On Tue, Sep 22, 2020 at 2:48 PM Kyle Evans wrote:
> On Fri, Sep 11, 2020 at 3:49 PM Alan Somers wrote:
> >
> > Author: asomers
> > Date: Fri Sep 11 20:49:36 2020
> > New Revision: 365643
> > URL: https://svnweb.freebsd.org/changeset/base/365643
> >
> &
Author: asomers
Date: Mon Sep 21 17:48:28 2020
New Revision: 365956
URL: https://svnweb.freebsd.org/changeset/base/365956
Log:
fsx: fix build with WARNS=6
* signed/unsigned comparisons
* use standard warn(3)
* Suppress warnings about local vars and funcs not declared static
* const-co
On Sat, Sep 19, 2020 at 5:32 PM Konstantin Belousov
wrote:
> On Sat, Sep 19, 2020 at 11:18:56PM +, Rick Macklem wrote:
> > Alan Somers wrote:
> > >On Fri, Sep 11, 2020 at 3:52 PM Rick Macklem <mailto:rmack...@uoguelph.ca>> wrote:
> > >Konstantin Belousov
Author: asomers
Date: Sat Sep 19 19:48:15 2020
New Revision: 365911
URL: https://svnweb.freebsd.org/changeset/base/365911
Log:
MFC r365391, r365415
r365391:
nsswitch.conf(5): recommend placing cache after files
When cache precedes files, and nscd is configured to allow negative cachi
Author: asomers
Date: Sat Sep 19 19:08:27 2020
New Revision: 365910
URL: https://svnweb.freebsd.org/changeset/base/365910
Log:
fix integer underflow in getgrnam_r and getpwnam_r
Sometimes nscd(8) will return a 1-byte buffer for a nonexistent entry. This
triggered an integer underflow in g
Author: asomers
Date: Sat Sep 19 18:25:52 2020
New Revision: 365909
URL: https://svnweb.freebsd.org/changeset/base/365909
Log:
MFC r363361:
tests/sys/opencrypto: use python3
python2 will be EOL soon
Reviewed by: lwhsu, jmg
Sponsored by: Axcient
Differential Revision:h
On Fri, Sep 11, 2020 at 3:52 PM Rick Macklem wrote:
> Konstantin Belousov wrote:
> >On Fri, Sep 11, 2020 at 08:49:36PM +0000, Alan Somers wrote:
> >> Author: asomers
> >> Date: Fri Sep 11 20:49:36 2020
> >> New Revision: 365643
> >> URL: htt
Author: asomers
Date: Fri Sep 11 20:49:36 2020
New Revision: 365643
URL: https://svnweb.freebsd.org/changeset/base/365643
Log:
cp: fall back to read/write if copy_file_range fails
Even though copy_file_range has a file-system agnostic version, it still
fails on devfs (perhaps because the
On Thu, Sep 10, 2020 at 3:01 PM Allan Jude wrote:
> Author: allanjude
> Date: Thu Sep 10 21:01:22 2020
> New Revision: 365614
> URL: https://svnweb.freebsd.org/changeset/base/365614
>
> Log:
> MFC r360229, r363255
>
> r360229:
> Add VIRTIO_BLK_T_DISCARD (TRIM) support to the bhyve virtio-bl
Author: asomers
Date: Thu Sep 10 02:48:55 2020
New Revision: 365549
URL: https://svnweb.freebsd.org/changeset/base/365549
Log:
cp: use copy_file_range(2)
This has three advantages over write(2)/read(2):
* Fewer context switches and data copies
* Mostly preserves a file's sparseness
Author: asomers
Date: Wed Sep 9 13:16:20 2020
New Revision: 365503
URL: https://svnweb.freebsd.org/changeset/base/365503
Log:
MFC r365262:
Fix output of nfsstat -cE in json or xml mode
Due to a copy/paste error, the "getacl" field was duplicated, but only in
XML or JSON mode, not in
Author: asomers
Date: Mon Sep 7 13:44:54 2020
New Revision: 365415
URL: https://svnweb.freebsd.org/changeset/base/365415
Log:
nsswitch.conf.5: style fixes
Fix some whitespace, and remove the .Tn macro
Reported by: mandoc, igor
Reviewed by: bcr (manpages)
MFC after:1 week
D
On Mon, Aug 24, 2020 at 3:01 AM Mateusz Guzik wrote:
> Author: mjg
> Date: Mon Aug 24 09:00:57 2020
> New Revision: 364637
> URL: https://svnweb.freebsd.org/changeset/base/364637
>
> Log:
> cache: lockless reverse lookup
>
> This enables fully scalable operation for getcwd and significantly
>
Author: asomers
Date: Sun Sep 6 20:32:13 2020
New Revision: 365391
URL: https://svnweb.freebsd.org/changeset/base/365391
Log:
nsswitch.conf(5): recommend placing cache after files
When cache precedes files, and nscd is configured to allow negative caching,
commands like "pw groupadd" can
Author: asomers
Date: Sun Sep 6 19:25:31 2020
New Revision: 365389
URL: https://svnweb.freebsd.org/changeset/base/365389
Log:
padlock(4): fix instapanics with geli authentication
cryptodev_process implementations are supposed to return 0
PR: 247986
Submitted by: jhb
MFC
Author: asomers
Date: Wed Sep 2 17:36:30 2020
New Revision: 365262
URL: https://svnweb.freebsd.org/changeset/base/365262
Log:
Fix output of nfsstat -cE in json or xml mode
Due to a copy/paste error, the "getacl" field was duplicated, but only in
XML or JSON mode, not in txt mode.
Di
Author: asomers
Date: Sun Aug 30 18:21:54 2020
New Revision: 364978
URL: https://svnweb.freebsd.org/changeset/base/364978
Log:
MFC r364412:
zfs: fix EIO accessing dataset after resuming interrupted receive
ZFS unmounts a dataset while receiving into it and remounts it afterwards.
But
Author: asomers
Date: Sun Aug 30 16:27:58 2020
New Revision: 364974
URL: https://svnweb.freebsd.org/changeset/base/364974
Log:
MFC r364412:
zfs: fix EIO accessing dataset after resuming interrupted receive
ZFS unmounts a dataset while receiving into it and remounts it afterwards.
But
On Wed, Aug 26, 2020 at 1:30 PM Brandon Bergren wrote:
> Author: bdragon
> Date: Wed Aug 26 19:30:42 2020
> New Revision: 364833
> URL: https://svnweb.freebsd.org/changeset/base/364833
>
> Log:
> [PowerPC] Fix build failure in sec.c
>
> Fix a typo in r364799 that was breaking powerpc and powe
On Wed, Aug 26, 2020 at 1:30 PM Ed Maste wrote:
> On Wed, 26 Aug 2020 at 15:27, Alan Somers wrote:
> >
> > It probably came copy/pasted from another file :( . I'll fix it; and
> figure out why my universe build didn't catch this.
>
> IIRC powerpcspe is not inc
On Wed, Aug 26, 2020 at 1:23 PM Brandon Bergren wrote:
>
> > No, I mean literally. What scope is cb coming from? It's not a variable
> > that is in scope for that function as far as I can tell.
> >
>
> Naturally, about two seconds after I sent this, I realized that you meant
> that it was a power
Author: asomers
Date: Wed Aug 26 02:44:35 2020
New Revision: 364800
URL: https://svnweb.freebsd.org/changeset/base/364800
Log:
geli: use unmapped I/O
Use unmapped I/O for geli. Unlike most geom providers, geli needs to
manipulate data on every read or write. Previously it would always map
Author: asomers
Date: Wed Aug 26 02:37:42 2020
New Revision: 364799
URL: https://svnweb.freebsd.org/changeset/base/364799
Log:
crypto(9): add CRYPTO_BUF_VMPAGE
crypto(9) functions can now be used on buffers composed of an array of
vm_page_t structures, such as those stored in an unmapped
Author: asomers
Date: Thu Aug 20 01:31:21 2020
New Revision: 364412
URL: https://svnweb.freebsd.org/changeset/base/364412
Log:
zfs: fix EIO accessing dataset after resuming interrupted receive
ZFS unmounts a dataset while receiving into it and remounts it afterwards.
But if ZFS is resumin
Author: asomers
Date: Tue Aug 11 01:09:06 2020
New Revision: 364094
URL: https://svnweb.freebsd.org/changeset/base/364094
Log:
fusefs: fix the FUSE_FORGET unit test after r364064
Thanks to r364064, the name cache now returns a hit where previously it
would miss. Adjust the expectations a
, Mateusz Guzik wrote:
> > tmpfs_getattr fills > 100 bytes worth of data into struct vattr, which
> > then has to be converted to struct stat format. The conversion happens
> > to copy some of it as it is and branch on other stuff. tmpfs_stat
> > elides the entire process.
> >
On Fri, Aug 7, 2020 at 5:06 PM Mateusz Guzik wrote:
> Author: mjg
> Date: Fri Aug 7 23:06:40 2020
> New Revision: 364044
> URL: https://svnweb.freebsd.org/changeset/base/364044
>
> Log:
> vfs: add VOP_STAT
>
> The current scheme of calling VOP_GETATTR adds avoidable overhead.
>
> An exampl
Author: asomers
Date: Mon Jul 27 18:57:28 2020
New Revision: 363622
URL: https://svnweb.freebsd.org/changeset/base/363622
Log:
Restrict definition of CTL_P1003_1B_MAXID to the kernel
This constant is only used to size an array within the kernel. There are
probably no legitimate uses in us
Author: asomers
Date: Fri Jul 24 18:19:25 2020
New Revision: 363486
URL: https://svnweb.freebsd.org/changeset/base/363486
Log:
MFC r363014:
geli: enable direct dispatch
geli does all of its crypto operations in a separate thread pool, so
g_eli_start, g_eli_read_done, and g_eli_write_
Author: asomers
Date: Fri Jul 24 17:56:17 2020
New Revision: 363485
URL: https://svnweb.freebsd.org/changeset/base/363485
Log:
MFC r362891:
Fix page fault in zfsctl_snapdir_getattr
Must acquire the z_teardown_lock before accessing the zfsvfs_t object. I
can't reproduce this panic on
Author: asomers
Date: Fri Jul 24 17:45:06 2020
New Revision: 363484
URL: https://svnweb.freebsd.org/changeset/base/363484
Log:
MFC r362891:
Fix page fault in zfsctl_snapdir_getattr
Must acquire the z_teardown_lock before accessing the zfsvfs_t object. I
can't reproduce this panic on
Author: asomers
Date: Tue Jul 21 19:18:29 2020
New Revision: 363402
URL: https://svnweb.freebsd.org/changeset/base/363402
Log:
Fix geli's null cipher, and add a test case
PR: 247954
Submitted by: jhb (sys), asomers (tests)
Reviewed by: jhb (tests), asomers (sys)
MFC after:
Author: asomers
Date: Tue Jul 21 16:46:40 2020
New Revision: 363398
URL: https://svnweb.freebsd.org/changeset/base/363398
Log:
[skip ci] document close_range(2) as async-signal-safe
Reviewed by: bcr (manpages)
MFC after:2 weeks
Sponsored by: Axcient
Differential Revision:
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: 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:
On Thu, Jul 16, 2020 at 10:32 AM Allan Jude wrote:
> Author: allanjude
> Date: Thu Jul 16 16:32:16 2020
> New Revision: 363255
> URL: https://svnweb.freebsd.org/changeset/base/363255
>
> Log:
> Add VIRTIO_BLK_T_DISCARD support to the virtio-blk driver
>
> If the hypervisor advertises support
Author: asomers
Date: Wed Jul 8 17:12:12 2020
New Revision: 363014
URL: https://svnweb.freebsd.org/changeset/base/363014
Log:
geli: enable direct dispatch
geli does all of its crypto operations in a separate thread pool, so
g_eli_start, g_eli_read_done, and g_eli_write_done don't actuall
Author: asomers
Date: Thu Jul 2 13:17:31 2020
New Revision: 362891
URL: https://svnweb.freebsd.org/changeset/base/362891
Log:
Fix page fault in zfsctl_snapdir_getattr
Must acquire the z_teardown_lock before accessing the zfsvfs_t object. I
can't reproduce this panic on demand, but this l
On Sun, Jun 28, 2020 at 6:55 PM Mark Johnston wrote:
> On Sun, Jun 28, 2020 at 06:40:59PM -0600, Alan Somers wrote:
> > On Wed, Jan 2, 2019 at 10:09 AM Mark Johnston wrote:
> >
> > > Author: markj
> > > Date: Wed Jan 2 17:09:35 2019
> >
Author: asomers
Date: Mon Jun 29 22:12:23 2020
New Revision: 362790
URL: https://svnweb.freebsd.org/changeset/base/362790
Log:
savecore: accept device names without the /dev/ prefix
dumpon has accepted device names without the prefix ever since r291207.
Since dumpon and savecore are alway
On Sun, Jun 28, 2020 at 6:46 PM Warner Losh wrote:
>
>
> On Sun, Jun 28, 2020, 6:41 PM Alan Somers wrote:
>
>> On Wed, Jan 2, 2019 at 10:09 AM Mark Johnston wrote:
>>
>>> Author: markj
>>> Date: Wed Jan 2 17:09:35 2019
>>> New Revision: 3
On Wed, Jan 2, 2019 at 10:09 AM Mark Johnston wrote:
> Author: markj
> Date: Wed Jan 2 17:09:35 2019
> New Revision: 342699
> URL: https://svnweb.freebsd.org/changeset/base/342699
>
> Log:
> Capsicumize savecore(8).
>
> - Use cap_fileargs(3) to open dump devices after entering capability
>
Author: asomers
Date: Wed Jun 17 16:20:19 2020
New Revision: 362280
URL: https://svnweb.freebsd.org/changeset/base/362280
Log:
Remove vfs_statfs and vnode_mount macros from NFS
These macro definitions are no longer needed as the NFS OSX port is long
dead. The vfs_statfs macro conflicts w
Author: asomers
Date: Fri Jun 12 20:39:42 2020
New Revision: 362118
URL: https://svnweb.freebsd.org/changeset/base/362118
Log:
MFC r361562:
geli: fix a livelock during panic
During any kind of shutdown, kern_reboot calls geli's pre_sync event hook,
which tries to destroy all unused g
Author: asomers
Date: Fri Jun 12 20:33:00 2020
New Revision: 362117
URL: https://svnweb.freebsd.org/changeset/base/362117
Log:
MFC r361439:
[skip ci] ip.4: fix typos
Modified:
stable/12/share/man/man4/ip.4
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/share/ma
Author: asomers
Date: Fri Jun 12 20:32:26 2020
New Revision: 362116
URL: https://svnweb.freebsd.org/changeset/base/362116
Log:
MFC r361401:
Fix issues with FUSE_ACCESS when default_permissions is disabled
This patch fixes two issues relating to FUSE_ACCESS when the
default_permission
Author: asomers
Date: Fri Jun 12 20:27:37 2020
New Revision: 362115
URL: https://svnweb.freebsd.org/changeset/base/362115
Log:
MFC r361399:
Disable nullfs cacheing on top of fusefs
Nullfs cacheing can keep a large number of vnodes active. That results in
more active FUSE file handle
Author: asomers
Date: Fri Jun 12 20:11:25 2020
New Revision: 362114
URL: https://svnweb.freebsd.org/changeset/base/362114
Log:
MFC r361223:
fusefs: fix intermittency in some ENOENT tests
When a FUSE operation other than LOOKUP returns ENOENT, the kernel will
reclaim that vnode, resul
Author: asomers
Date: Wed May 27 19:13:26 2020
New Revision: 361562
URL: https://svnweb.freebsd.org/changeset/base/361562
Log:
geli: fix a livelock during panic
During any kind of shutdown, kern_reboot calls geli's pre_sync event hook,
which tries to destroy all unused geli devices. But d
Author: asomers
Date: Mon May 25 04:17:01 2020
New Revision: 361439
URL: https://svnweb.freebsd.org/changeset/base/361439
Log:
[skip ci] ip.4: fix typos
MFC after:2 weeks
Modified:
head/share/man/man4/ip.4
Modified: head/share/man/man4/ip.4
==
Author: asomers
Date: Fri May 22 22:17:44 2020
New Revision: 361407
URL: https://svnweb.freebsd.org/changeset/base/361407
Log:
Reenable sys.geom.class.multipath.misc.fail_on_error on stable/12
The failing test was fixed by r361403. Direct commit to stable/12 because
the test was never di
Author: asomers
Date: Fri May 22 22:13:55 2020
New Revision: 361406
URL: https://svnweb.freebsd.org/changeset/base/361406
Log:
MFC r360829:
fusefs: fix two small bugs in the tests' expectations
These two errors have been present since the tests' introduction.
Coincidentally every tes
Author: asomers
Date: Fri May 22 22:12:07 2020
New Revision: 361405
URL: https://svnweb.freebsd.org/changeset/base/361405
Log:
MFC r360828:
fusefs: better dtrace probes for asynchronous invalidation operations
Modified:
stable/12/sys/fs/fuse/fuse_internal.c
Directory Properties:
stable
Author: asomers
Date: Fri May 22 19:09:43 2020
New Revision: 361403
URL: https://svnweb.freebsd.org/changeset/base/361403
Log:
MFC r360807:
Fix the sys.geom.class.multipath.misc.fail_on_error test on stable/12
This test uses a gnop feature (delay probability) that isn't available on
Author: asomers
Date: Fri May 22 18:11:17 2020
New Revision: 361401
URL: https://svnweb.freebsd.org/changeset/base/361401
Log:
Fix issues with FUSE_ACCESS when default_permissions is disabled
This patch fixes two issues relating to FUSE_ACCESS when the
default_permissions mount option is
Author: asomers
Date: Fri May 22 18:03:14 2020
New Revision: 361399
URL: https://svnweb.freebsd.org/changeset/base/361399
Log:
Disable nullfs cacheing on top of fusefs
Nullfs cacheing can keep a large number of vnodes active. That results in
more active FUSE file handles, causing some FU
Author: asomers
Date: Mon May 18 18:36:32 2020
New Revision: 361223
URL: https://svnweb.freebsd.org/changeset/base/361223
Log:
fusefs: fix intermittency in some ENOENT tests
When a FUSE operation other than LOOKUP returns ENOENT, the kernel will
reclaim that vnode, resuling in a FUSE_FORG
Author: asomers
Date: Sun May 17 02:41:50 2020
New Revision: 361129
URL: https://svnweb.freebsd.org/changeset/base/361129
Log:
Reenable sys.geom.class.gate.ggate_test.ggated in CI
Should be fixed by r360613
PR: 244737
Reported by: lwhsu
Modified:
head/tests/sys/geom/cla
Author: asomers
Date: Sun May 17 02:40:49 2020
New Revision: 361128
URL: https://svnweb.freebsd.org/changeset/base/361128
Log:
MFC r360613:
Fix intermittent cleanup failures in the ggated test
Modified:
stable/11/tests/sys/geom/class/gate/ggate_test.sh
Directory Properties:
stable/11/
1 - 100 of 1391 matches
Mail list logo