User Details
- User Since
- Jan 13 2015, 10:58 PM (589 w, 1 d)
Fri, Apr 24
Wed, Apr 22
Tue, Apr 21
You might want to ask bz@ before getting rid of the
macros, since my recollection was that they were his
idea when I did the code?
I'm fine with getting rid of the macros.
Looks ok to me. If kgss_gssd_handle can never
be NULL, removing the checks for non-NULL
might simplify the code a bit?
This looks fine to me.
Sat, Apr 18
Actually that function should go away completely.
It is only used for NFSv4.0, which is now considered
deprecated in favour of NFSv4.1/4.2 and it only
deals with a callback address. Callback addresses
are used for NFSv4.0 only when delegations are
enabled and NFSv4.0 delegations are basically
useless.
Tue, Apr 14
Mon, Apr 13
Sun, Apr 12
Sat, Apr 11
Added a sentence w.r.t. when vfs.nfs.enable_uidtostring
needs to be set, as suggested by kib@.
Wed, Apr 8
I think I covered kib@'s inline comments.
Tue, Apr 7
Mon, Apr 6
Looks ok to me. Of course, since we no longer
use Heimdal, I'm not sure it matters?
(Maybe to MFC to FreeBSD-14?)
Sun, Apr 5
Mar 31 2026
Mar 29 2026
Mar 28 2026
Mar 25 2026
Mar 22 2026
Mar 17 2026
Mar 8 2026
Mar 7 2026
Thanks for the atomic_load_short explanation.
Mar 6 2026
Mar 2 2026
It all looks good to me, although I won't claim to
understand all the required semantics in
vn_lock_delayed_setsize().
Feb 24 2026
Feb 21 2026
Feb 17 2026
Changed the variable name has_export to only_export,
as suggested by kib@. I also changed the comment
related to this vaiable.
Thanks for doing this. I think it does clarify
the relationship between EXTATTR_NAMESPACE_EMPTY
and EXTATTR_NAMESPACE_EMPTY_STRING for your
other patch.
Feb 16 2026
Feb 14 2026
It looks ok to me, although I do not know
anything about the atf testing part.
Feb 12 2026
I probably should resign, since I don't understand
when/if ACCEPT4_INHERIT might be specified
as an argument for solisten_dequeue()?
Feb 11 2026
This looks fine to me.
I will note that the NFS server never uses svc_vc_accept().
(The accept() is done in userspace.)
Added NET_EPOCH_ENTER()/NET_EPOCH_EXIT() and
cleaned up the code a bit.
Feb 10 2026
Feb 9 2026
Feb 7 2026
Feb 5 2026
Feb 2 2026
Feb 1 2026
As suggested by jilles@ and to be more consistent
with rmextattr(8), change "-S/--symlink" to "-h/--nofollow".
Jan 31 2026
I'm going to redo this using getopt().
I didn't bother for one option, but I
now think that's silly.
Looks fine to me. I'll admit I didn't bother to look
to see if/where they get called.
I know nothing about gcc flags, but if it gets
rid of the error, that seems fine to me.
Jan 24 2026
Jan 21 2026
Jan 15 2026
Do roundup2() after the min(args->count, MAXBSIZE)
as suggsted by markj@.
Jan 14 2026
Jan 9 2026
Dec 31 2025
Dec 24 2025
Did formatting changes suggested by Ziaee.
Made formatting changes suggested by kib@.
Updated as suggested by kib@.
