Home
last modified time | relevance | path

Searched hist:d85f50d5e1aa99ab082035f94265847521819e58 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/proc/
H A Dbase.cdiff d85f50d5e1aa99ab082035f94265847521819e58 Fri Oct 19 01:40:37 CDT 2007 Neil Horman <nhorman@tuxdriver.com> proc: export a processes resource limits via /proc/pid

Currently, there exists no method for a process to query the resource
limits of another process. They can be inferred via some mechanisms but
they cannot be explicitly determined. Given that this information can be
usefull to know during the debugging of an application, I've written this
patch which exports all of a processes limits via /proc/<pid>/limits.

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Cc: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>