Re: [PATCH 4/4] coredump: documentation for proc entry

2007-03-20 Thread Kawai, Hidehiro
Hi Pavel, I'm sorry for my late reply. Pavel Machek wrote: > Hi! > >>+If you don't want to dump all shared memory segments attached to pid 1234, >>+write 0 to the process's proc file. >>+ >>+ $ echo 1 > /proc/1234/coredump_omit_anonymous_shared > > Write 0? Thank you for pointing out. It see

Re: [PATCH 4/4] coredump: documentation for proc entry

2007-03-02 Thread Pavel Machek
Hi! > +If you don't want to dump all shared memory segments attached to pid 1234, > +write 0 to the process's proc file. > + > + $ echo 1 > /proc/1234/coredump_omit_anonymous_shared Write 0? > +When a new process is created, the process inherits the flag status from its > +parent. It is useful

[PATCH 4/4] coredump: documentation for proc entry

2007-03-01 Thread Kawai, Hidehiro
This patch adds the documentation for /proc//coredump_omit_anonymous_shared. Signed-off-by: Hidehiro Kawai <[EMAIL PROTECTED]> --- Documentation/filesystems/proc.txt | 38 +++ 1 files changed, 38 insertions(+) Index: linux-2.6.20-mm2/Documentation/filesystems/proc.txt =

[PATCH 4/4] coredump: documentation for proc entry

2007-02-16 Thread Kawai, Hidehiro
This patch adds the documentation for /proc//coredump_omit_anonymous_shared. Signed-off-by: Hidehiro Kawai <[EMAIL PROTECTED]> --- Documentation/filesystems/proc.txt | 38 +++ 1 files changed, 38 insertions(+) Index: linux-2.6.20-mm1/Documentation/filesystems/proc.txt =