Re: getpath from a file descriptor

2024-01-24 Thread bilal
> No. See this previous conversation from 2 years ago when this last came > up in the mailing lists. claudio@ sums it up: > https://marc.info/?l=openbsd-tech&m=164250539119078&w=2 I understand why OpenBSD didn't implement this API with claudio@ sum up. I wouldn't expect that specific feature wi

Re: getpath from a file descriptor

2024-01-24 Thread Dave Voutila
bi...@iscarioth.org writes: > Hello, dear OpenBSD's devs. I hope everything works well for you. I'm > here to ask (maybe) a question that can displease you. > > Working on some projects, I saw a lot of them using fcntl(fd, > F_GETPATH) like MacOs/NetBSD do, or procĀ  with a famous symlink to > th

getpath from a file descriptor

2024-01-24 Thread bilal
Hello, dear OpenBSD's devs. I hope everything works well for you. I'm here to ask (maybe) a question that can displease you. Working on some projects, I saw a lot of them using fcntl(fd, F_GETPATH) like MacOs/NetBSD do, or procĀ  with a famous symlink to the file path (but procfs has been removed).