procps/proc
Jim Warner f0e447cc66 library: exchange <pids> 'addr' for that 'ul_int' type
Work on converting ps has revealed the desirability of
trading a void pointer for that ul_int type. There was
much arithmetic employed against such values and casts
would otherwise have been required. Even pmap needed a
cast on occasions when comparing an internal variable.

Besides, there is much to be said for reducing demands
on (and the complexity of) the result structure union.

[ we choose ul_int over ull_int since that former is ]
[ the exact same size and capacity as a void pointer ]
[ regardless of whether compiled as 32-bit or 64-bit ]

Signed-off-by: Jim Warner <james.warner@comcast.net>
2015-09-21 22:36:05 +10:00
..
.gitignore
alloc.c
alloc.h
COPYING
devname.c
devname.h
diskstat.c miscellaneous: silence a whole bunch of clang warnings 2015-09-21 22:34:27 +10:00
diskstat.h
escape.c
escape.h
libprocps.pc.in
libprocps.sym
meminfo.c library: with valgrind help, fix faulty meminfo assign 2015-09-21 22:35:05 +10:00
meminfo.h
namespace.c miscellaneous: silence a whole bunch of clang warnings 2015-09-21 22:34:27 +10:00
namespace.h
openproc.3
pids.c library: exchange <pids> 'addr' for that 'ul_int' type 2015-09-21 22:36:05 +10:00
pids.h library: exchange <pids> 'addr' for that 'ul_int' type 2015-09-21 22:36:05 +10:00
procps-private.h
procps.h
pwcache.c
pwcache.h
readproc.3
readproc.c miscellaneous: silence a whole bunch of clang warnings 2015-09-21 22:34:27 +10:00
readproc.h library: ensure any 'flags' is consistently 'unsigned' 2015-09-07 18:11:48 +10:00
readproctab.3
readstat.c
readstat.h
slab.c
slab.h
sysinfo.c miscellaneous: silence a whole bunch of clang warnings 2015-09-21 22:34:27 +10:00
sysinfo.h
test_namespace.c miscellaneous: cleanup accumulated trailing whitespace 2015-09-21 22:33:50 +10:00
test_sysinfo.c
uptime.c miscellaneous: silence a whole bunch of clang warnings 2015-09-21 22:34:27 +10:00
uptime.h
version.c
version.h
vmstat.c
vmstat.h
wchan.c
wchan.h