[Bug 198570] Add fnctl(F_GETPATH) support to FreeBSD

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 09 May 2023 06:41:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198570

--- Comment #4 from Paul Floyd <pjfloyd@wanadoo.fr> ---
Another +1

I'd really like a simple and reliable mechanism for Valgrind, which is supposed
to be able to track fds. 

At the moment it seems that we have the choice between syscl kern.proc.filedesc
which is very clunky for resolving a single fd, and unreliable. 

We also have

fcntl(fd, F_KINFO, kinfo_file*)

which is again unreliable.

-- 
You are receiving this mail because:
You are the assignee for the bug.