Re: nfs exports by local dns
Rick Macklem <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.file-systems |
|---|---|
| Message-ID | <CAM5tNy4gwf7C25qv-M85SiXkUuNLiiinV7F4zjW=fbst4GU9KA@mail.gmail.com> |
On Fri, Dec 5, 2025 at 7:31 AM Gerrit Kühn <[email protected]> wrote: > > Am Fri, 5 Dec 2025 07:17:11 -0800 > schrieb Rick Macklem <[email protected]>: > > > Just look at the history for the same file in FreeBSD's repo. > > (In this case: sys/contrib/openzfs/lib/libshare/os/freebsd/nfs.c) > > This? > https://cgit.freebsd.org/src/log/sys/contrib/openzfs/lib/libshare/os/freebsd/nfs.c I use the github mirror, but I guess the above works. Or, if you have a local git clone... # git log <file-path> rick > > > You have to click on the commit (in this case ce4dcb9) to see the > > list of OpenZFS commits pulled. > > > > It was committed to main in Aug. 10, 2024 as a part of ce4dcb9 > > I found it here now: > https://cgit.freebsd.org/src/commit/sys/contrib/openzfs/lib/libshare/os/freebsd/nfs.c?id=ce4dcb97ca433b2a2f03fbae957dae0ff16f6f51 > > This should be possible at least with files with not too many changes. I > will try to remember this for the next time. Thanks! ;-) > > > cu > Gerrit