Blame SOURCES/1086994-mpo-7.1.0-proc.5.patch

7dd887
From e2f304ae4d80cca575c13d9fd2cdb48b664442db Mon Sep 17 00:00:00 2001
7dd887
From: Jan Chaloupka <jchaloup@redhat.com>
7dd887
Date: Tue, 30 Sep 2014 14:38:14 +0200
7dd887
Subject: [PATCH] proc.5 adding missing fields
7dd887
7dd887
---
7dd887
 man-pages/man5/proc.5 | 24 ++++++++++++++++++++++++
7dd887
 1 file changed, 24 insertions(+)
7dd887
7dd887
diff --git a/man-pages/man5/proc.5 b/man-pages/man5/proc.5
7dd887
index c6156f9..ae3bbf0 100644
7dd887
--- a/man-pages/man5/proc.5
7dd887
+++ b/man-pages/man5/proc.5
7dd887
@@ -1242,6 +1242,30 @@ for a guest operating system), measured in clock ticks (divide by
7dd887
 \fIcguest_time\fP %ld (since Linux 2.6.24)
7dd887
 (44) Guest time of the process's children, measured in clock ticks (divide by
7dd887
 .IR sysconf(_SC_CLK_TCK) ).
7dd887
+.TP
7dd887
+\fIstart_data\fP %lu (since Linux 3.3)
7dd887
+(45) Address above which program data+bss is placed.
7dd887
+.TP
7dd887
+\fIend_data\fP %lu (since Linux 3.3)
7dd887
+(46) Address below which program data+bss is placed.
7dd887
+.TP
7dd887
+\fIstart_brk\fP %lu (since Linux 3.3)
7dd887
+(47) Address above which program heap can be expanded with brk().
7dd887
+.TP
7dd887
+\fIarg_start\fP %lu (since Linux 3.5)
7dd887
+(48) Address above which program command line is placed.
7dd887
+.TP
7dd887
+\fIarg_end\fP %lu (since Linux 3.5)
7dd887
+(49) Address below which program command line is placed.
7dd887
+.TP
7dd887
+\fIenv_start\fP %lu (since Linux 3.5)
7dd887
+(50) Address above which program environment is placed.
7dd887
+.TP
7dd887
+\fIenv_end\fP %lu (since Linux 3.5)
7dd887
+(51) Address below which program environment is placed.
7dd887
+.TP
7dd887
+\fIexit_code\fP %d (since Linux 3.5)
7dd887
+(52) The thread's exit_code in the form reported by the waitpid system.
7dd887
 .RE
7dd887
 .TP
7dd887
 .I /proc/[pid]/statm
7dd887
-- 
7dd887
1.9.3
7dd887