procps/proc
Jim Warner 0511ab0245 library: respond to coverity (reluctantly), <PIDS> api
Calls to free() have now been reintroduce in the new()
function to quiet coverity warnings. Those free's were
removed originally as that library 'new' was returning
with a fatal error and a caller should end abnormally.

Plus, it is virtually impossible to fail a malloc call
under linux. And lastly, they required braces with the
if statement making the code considerably less pretty.

[ commit also includes 2 unrelated whitespace tweaks ]

Signed-off-by: Jim Warner <james.warner@comcast.net>
2016-05-17 21:13:34 +10:00
..
.gitignore
alloc.c
alloc.h
COPYING
devname.c
devname.h
diskstat.c
diskstat.h
escape.c
escape.h
libprocps.pc.in
libprocps.sym library: standardize portions of interface, <PIDS> api 2016-05-16 19:58:20 +10:00
meminfo.c library: remove the ull_int result type, <MEMINFO> api 2016-05-12 21:15:01 +10:00
meminfo.h library: remove the ull_int result type, <MEMINFO> api 2016-05-12 21:15:01 +10:00
namespace.c
namespace.h
openproc.3
pids.c library: respond to coverity (reluctantly), <PIDS> api 2016-05-17 21:13:34 +10:00
pids.h library: try different alignment for types, <PIDS> api 2016-05-16 19:58:20 +10:00
procps-private.h
procps.h
pwcache.c
pwcache.h
readproc.3
readproc.c library: avoid any --with-systemd conflict, <PIDS> api 2016-05-16 21:36:54 +10:00
readproc.h library: try to minimize the results types, <PIDS> api 2016-05-16 19:58:20 +10:00
readproctab.3
slab.c library: slab sort derefence after check 2016-05-14 22:32:35 +10:00
slab.h
stat.c library: allow negative delta values for 2, <STAT> api 2016-05-12 21:13:47 +10:00
stat.h library; add more of my gratuitous changes, <STAT> api 2016-05-12 07:51:10 +10:00
sysinfo.c
sysinfo.h library: remove an obsolete 'jiffs' typedef in sysinfo 2016-05-08 21:12:22 +10:00
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
wchan.c
wchan.h