linux/fs/proc
Linus Torvalds 8b90db0df7 Insanity avoidance in /proc
The old /proc interfaces were never updated to use loff_t, and are just
generally broken.  Now, we should be using the seq_file interface for
all of the proc files, but converting the legacy functions is more work
than most people care for and has little upside..

But at least we can make the non-LFS rules explicit, rather than just
insanely wrapping the offset or something.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-12-30 08:39:10 -08:00
..
Makefile
array.c [PATCH] mm: rss = file_rss + anon_rss 2005-10-29 21:40:38 -07:00
base.c [PATCH] make /proc/mounts pollable 2005-11-07 18:18:10 -08:00
generic.c Insanity avoidance in /proc 2005-12-30 08:39:10 -08:00
inode-alloc.txt
inode.c [PATCH] proc: fix of error path in proc_get_inode() 2005-10-30 17:37:21 -08:00
internal.h
kcore.c
kmsg.c
mmu.c
nommu.c [PATCH] output of /proc/maps on nommu systems is incomplete 2005-10-17 17:03:57 -07:00
proc_devtree.c [PATCH] ppc64: SMU partition recovery 2005-11-08 11:17:40 +11:00
proc_misc.c powerpc: Merge enough to start building in arch/powerpc. 2005-09-26 16:04:21 +10:00
proc_tty.c
root.c
task_mmu.c mm: re-architect the VM_UNPAGED logic 2005-11-28 14:34:23 -08:00
task_nommu.c
vmcore.c