procps/proc
Jim Warner 47af06b52b library: repair any broken stuff found during refactor
Rather than offer three separate patches, they've been
consolidated in this single commit. All are related in
that they surfaced while preparing a subsequent patch.

------------------------------------------------------
library: correct a broken '#if define', <SLABINFO> api

It was introduced (embarrassingly) in the patch below.

Reference(s):
commit 97d078a9af

------------------------------------------------------
library: correct a broken 'GET' macro, <DISKSTATS> api

In the patch referenced below, which purported to make
all the 'GET' macros robust, the 'DISKSTATS_GET' macro
was broken. A necessary parameter wasn't passed to the
subsequently invoked function: procps_diskstats_get().

Reference(s):
commit bef8c7fb70

------------------------------------------------------
library: correct a broken 'sort' func, <DISKSTATS> api

In the commit shown below, an attempt to normalize the
errno handling, the sort function inadvertently lost 1
crucial line of code which produces a consistent SEGV.

Reference(s):
commit 06be33b43e

Signed-off-by: Jim Warner <james.warner@comcast.net>
2019-03-26 19:55:30 +11:00
..
.gitignore
COPYING
devname.c
devname.h
diskstats.c library: repair any broken stuff found during refactor 2019-03-26 19:55:30 +11:00
diskstats.h library: repair any broken stuff found during refactor 2019-03-26 19:55:30 +11:00
escape.c
escape.h
libprocps.pc.in
libprocps.sym
meminfo.c
meminfo.h library: add item origin (as comments) to header files 2019-01-03 08:06:48 +11:00
namespace.c
namespace.h
numa.c
numa.h
pids.c library: insert 'PIDS_ID_TID' for symmetry, <PIDS> api 2019-01-03 08:06:48 +11:00
pids.h library: add item origin (as comments) to header files 2019-01-03 08:06:48 +11:00
procps-private.h
procps.h
pwcache.c
pwcache.h
readproc.c library: tweak that lxc container support a final time 2019-03-26 19:55:30 +11:00
readproc.h
slabinfo.c library: repair any broken stuff found during refactor 2019-03-26 19:55:30 +11:00
slabinfo.h library: add item origin (as comments) to header files 2019-01-03 08:06:48 +11:00
stat.c library: eliminate an unnecessary #include, <STAT> api 2019-03-26 19:55:30 +11:00
stat.h library: improve header file item comments, <STAT> api 2019-01-22 22:49:24 +11:00
sysinfo.c
sysinfo.h
test_namespace.c
test_pids.c
test_sysinfo.c
test_uptime.c
test_version.c
uptime.c
uptime.h
version.c
version.h
vmstat.c
vmstat.h library: add item origin (as comments) to header files 2019-01-03 08:06:48 +11:00
wchan.c
wchan.h
xtra-procps-debug.h