NetBSD/sys/miscfs/procfs
jdolecek 884bdfdbaf procfs_readdir(): in Pfd case, only show descriptors of types we want
how to represent (vnodes, fifo, pipes); also use fd_getfile() et al

this avoids annoying EOPNOTSUPP error messages from ls -F and such
2003-04-17 20:33:17 +00:00
..
Makefile
files.procfs Implement /proc/<pid>/fd/<n>. This is work in progress. Questionable things: 2003-01-03 13:21:17 +00:00
procfs.h use fd_getfile() in procfs_getfp(), and FILE_USE()/FILE_UNUSE() the 2003-04-17 19:04:25 +00:00
procfs_cmdline.c Fix signed/unsigned comparison warnings. 2002-11-07 08:13:10 +00:00
procfs_ctl.c Merge the nathanw_sa branch. 2003-01-18 08:51:40 +00:00
procfs_fd.c use fd_getfile() in procfs_getfp(), and FILE_USE()/FILE_UNUSE() the 2003-04-17 19:04:25 +00:00
procfs_fpregs.c Merge the nathanw_sa branch. 2003-01-18 08:51:40 +00:00
procfs_linux.c Change "%llu" to "PRIu64" to make it compile on sparc64. 2003-02-27 12:20:28 +00:00
procfs_map.c Fix signed/unsigned comparison warnings. 2002-11-07 08:13:10 +00:00
procfs_mem.c Move code shared by procfs and the kernel proper out of procfs and 2002-05-09 15:44:44 +00:00
procfs_note.c add RCSIDs 2001-11-10 13:33:40 +00:00
procfs_regs.c Merge the nathanw_sa branch. 2003-01-18 08:51:40 +00:00
procfs_status.c Merge the nathanw_sa branch. 2003-01-18 08:51:40 +00:00
procfs_subr.c use fd_getfile() in procfs_getfp(), and FILE_USE()/FILE_UNUSE() the 2003-04-17 19:04:25 +00:00
procfs_vfsops.c PR/1796: John Kohl: statfs misbehaves under chrooted environments. 2003-04-16 21:44:18 +00:00
procfs_vnops.c procfs_readdir(): in Pfd case, only show descriptors of types we want 2003-04-17 20:33:17 +00:00