procps/ps
Craig Small 56399212c8 library: Remove signal name from library
Procps library previously held functions that were about either
listing or finding signal names. These are not really the right
location for a library about reading procfs.

This patch handles signal related functions in two ways:

For functions purely found in skill, these have been moved back
into this binary as they are used nowhere else.

For functions used across the binaries, these have been moved
into include/signals.h and lib/signals.c. Besides formatting,
these functions are largely the same.

To assist the skill functions, two functions to access the
signal map array have been added to lib/signals.c
2015-06-29 21:52:51 +10:00
..
common.h ps: exploit the simplified library interface for wchan 2015-06-19 19:09:20 +10:00
COPYING license: update FSF addresses 2012-03-04 08:04:24 +11:00
display.c library: Remove signal name from library 2015-06-29 21:52:51 +10:00
global.c library: more mem and stat fixes 2015-06-26 22:37:29 +10:00
HACKING docs: remove old information from HACKING 2012-01-13 22:42:38 +01:00
help.c ps: add -q/q/--quick-pid option 2014-07-10 21:24:19 +02:00
output.c library: tweak formatting for readstat header and code 2015-06-29 21:29:49 +10:00
parser.c ps: exploit the simplified library interface for wchan 2015-06-19 19:09:20 +10:00
ps.1 documentation: fix man pages due to refactor for wchan 2015-06-19 19:09:21 +10:00
regression procps 010114 2002-02-01 22:47:29 +00:00
select.c ps: add -q/q/--quick-pid option 2014-07-10 21:24:19 +02:00
sortformat.c docs: clarification to license headers in files 2012-03-03 18:41:11 +11:00
stacktrace.c ps: cut out code unused code 2012-11-06 22:30:02 +11:00