procps/ps
Craig Small d06aaaaf2b ps: ignore SIGCONT
SIGCONT is a continue signal.  It seems that some zsh setups can send
this signal, causing ps to abort.  This is not what "continue" means.
This change just uses the default handler which will continue a stopped
process.

References:
  http://bugs.debian.org/732410
  http://www.zsh.org/cgi-bin/mla/redirect?WORKERNUMBER=32251

Signed-off-by: Craig Small <csmall@enc.com.au>
2014-01-14 22:23:58 +11:00
..
common.h ps: fix compiler warnings 2012-03-03 18:36:29 +11:00
COPYING license: update FSF addresses 2012-03-04 08:04:24 +11:00
display.c ps: ignore SIGCONT 2014-01-14 22:23:58 +11:00
global.c docs: clarification to license headers in files 2012-03-03 18:41:11 +11:00
HACKING docs: remove old information from HACKING 2012-01-13 22:42:38 +01:00
help.c Split help lines to help translators 2013-12-28 09:25:39 +11:00
Makefile.am ps: possibility to display systemd unit for a process 2013-04-24 09:24:44 +02:00
output.c ps: possibility to display slice unit for a process 2013-10-16 15:18:08 +02:00
parser.c do not complain when negating selection if we can't find a user/group 2012-11-25 17:23:39 +01:00
ps.1 ps: possibility to display slice unit for a process 2013-10-16 15:18:08 +02:00
regression procps 010114 2002-02-01 22:47:29 +00:00
select.c docs: clarification to license headers in files 2012-03-03 18:41:11 +11: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