procps/ps
Craig Small ccb6ae8de1 library: cleanup of library includes
The includes used to define a lot of things a library include
should not. It was also a bit messy what was exposed in the library
and what was not.

get_pid_digits -> procps_pid_length and exported correctly

MALLOC attribute move into relevant .c files
NORETURN attribute moved to relevant .c, not used in library
PURE attribute removed, it wasn't used
KLONG/KLF/STRTOUKL were fixed for long, so now just use long

HIDDEN attribute removed. It was for 3 functions. The PROCPS_EXPORT
seems to do the same (opposite) thing.

likely/unlikely removed from most places, its highly debateable
this does anything useful as CPUs have gotten smarter about branches.

Re-arranged the includes, ALL external programs should just #include
<proc/procps.h> then proc/procps.h includes headers for files that
have exported functions. procps.h and the headers it includes should
not use items that are not exportable (e.g. hidden functions or
macros) they go in procps-private.h
2016-04-16 17:03:57 +10:00
..
common.h library: cleanup of library includes 2016-04-16 17:03:57 +10:00
COPYING license: update FSF addresses 2012-03-04 08:04:24 +11:00
display.c library: cleanup of library includes 2016-04-16 17:03:57 +10:00
global.c library: cleanup of library includes 2016-04-16 17:03:57 +10:00
HACKING docs: remove old information from HACKING 2012-01-13 22:42:38 +01:00
help.c library: cleanup of library includes 2016-04-16 17:03:57 +10:00
output.c library: cleanup of library includes 2016-04-16 17:03:57 +10:00
parser.c Merge branch 'master' into newlib 2015-10-28 21:09:26 +11:00
ps.1 ps: display control group name 2015-10-14 21:34:37 +11:00
regression procps 010114 2002-02-01 22:47:29 +00:00
select.c ps: exploit those new <pids> task/threads capabilities 2015-10-05 21:52:08 +11:00
sortformat.c library: cleanup of library includes 2016-04-16 17:03:57 +10:00
stacktrace.c ps: cut out code unused code 2012-11-06 22:30:02 +11:00