Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 May 2023 06:41:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 198570] Add fnctl(F_GETPATH) support to FreeBSD
Message-ID:  <bug-198570-227-OnYzdI3bt1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198570-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198570-227-OnYzdI3bt1>