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

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