PROBE-FILE on symlinks to pipes inside /proc on Linux.
authorStas Boukarev <stassats@gmail.com>
Wed, 28 Aug 2013 14:46:30 +0000 (18:46 +0400)
committerStas Boukarev <stassats@gmail.com>
Wed, 28 Aug 2013 14:46:30 +0000 (18:46 +0400)
commitadaba39fb52f52487bd1a1b632b735e59045e19d
tree005869d01660fc7556c6644509117b81c81eefe3
parent063900ddad92b24ce64ae0d41942c40405047466
PROBE-FILE on symlinks to pipes inside /proc on Linux.

PROBE-FILE now can access symlinks to pipes and sockets in
/proc/pid/fd/ on Linux.
query-file-system already has code for handling broken symlinks,
resolving the directory part, use it on files for which realpath(3)
fails, which includes pipes and socket links in /proc.

Reported by Eric Schulte.
NEWS
src/code/filesys.lisp