procps/proc
Jim Warner 0354fc1c8f library: miscellaneous minor accumulated <pids> tweaks
This patch contains the following minor modifications:

. When assigning to boot_seconds from a double, a cast
to 'unsigned long' was employed that in reality should
have been 'unsigned long long'. But, on second thought
it's probably best if the compiler makes the decision.

. Results for ID_TGID do not require an 'f_status' flg
since both tid and tgid will be available by virtue of
the 'simple_nextpid' function normal operations. Thus,
that flag has been removed from the <pids> Item_table.

. When the pids_stacks structure was eliminated with a
change to the alloc/dealloc functions in the reference
below, several casts became redundant and are removed.

Reference(s):
commit 747dfc5987.

Signed-off-by: Jim Warner <james.warner@comcast.net>
2015-10-09 21:33:14 +11: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 library: privatize two with <pids> select/fill changes 2015-10-05 21:48:45 +11:00
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: miscellaneous minor accumulated <pids> tweaks 2015-10-09 21:33:14 +11:00
pids.h library: privatize two with <pids> select/fill changes 2015-10-05 21:48:45 +11:00
procps-private.h
procps.h library: abandon long/long long distinction with KLONG 2015-09-21 22:37:02 +10:00
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
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