NetBSD/sys/miscfs/procfs
jdolecek b7b5aac957 change PROCFS_FILENO() to use 5 bits for 'type', since there are more than
16 types nowadays (i.e. Pfd is 17)
2003-04-18 10:00:19 +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 change PROCFS_FILENO() to use 5 bits for 'type', since there are more than 2003-04-18 10:00:19 +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
procfs_note.c
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 do not show nodes corresponding to directory descriptors for process 2003-04-17 20:50:46 +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 do not show nodes corresponding to directory descriptors for process 2003-04-17 20:50:46 +00:00