User Details
- User Since
- Jan 13 2015, 10:58 PM (593 w, 3 d)
Thu, May 28
Mon, May 25
Sat, May 23
Fri, May 22
I'll commit it authored by you, since I don't recall
that you are a committer.
Oh, and I'd leave the comment (or something like it)
in the code, so that it is obvious why the cast'ng is done.
If we cast the ids to (uintmax_t) and then use %ju,
it will still work if uid_t/gid_t ever becomes 64bits.
Thu, May 21
Wed, May 20
Tue, May 19
Sun, May 17
Fri, May 15
Thu, May 14
Could you please take another look at this?
kib@ seems to think this is preferred to just
enabling it for all NICs.
Wed, May 6
Tue, May 5
Mon, May 4
Increase the "off" sanity limit and declare ndm_eocookie
as u_int as suggested by markj@.
Add a sanity limit for "off" to avoid an
overflow when calculating "pos".
This ensures a NULL reply for overly
large offsets.
Sun, May 3
Sat, May 2
Thu, Apr 30
Apr 24 2026
Apr 22 2026
Apr 21 2026
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.
Apr 18 2026
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.
Apr 14 2026
Apr 13 2026
Apr 12 2026
Apr 11 2026
Added a sentence w.r.t. when vfs.nfs.enable_uidtostring
needs to be set, as suggested by kib@.
Apr 8 2026
I think I covered kib@'s inline comments.
Apr 7 2026
Apr 6 2026
Looks ok to me. Of course, since we no longer
use Heimdal, I'm not sure it matters?
(Maybe to MFC to FreeBSD-14?)
Apr 5 2026
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()?
