freebsd-dev/sys/miscfs/fifofs
bde a3aece2698 Restored fifo_pathconf() from rev.1.32. vop_stdpathconf() is too
general to be of much use.  Using it here weakened the _PC_MAX_CANON,
_PC_MAX_INPUT and _PC_VDISABLE cases.

fifo_pathconf() is not quite correct either.  _PC_CHOWN_RESTRICTED
and _PC_LINK_MAX should be handled by the host file system.  For
directories, the host file system should let us handle _PC_PIPE_BUF.
1997-12-13 12:58:09 +00:00
..
fifo_vnops.c Restored fifo_pathconf() from rev.1.32. vop_stdpathconf() is too 1997-12-13 12:58:09 +00:00
fifo.h vnops megacommit 1997-10-15 13:24:07 +00:00