summaryrefslogtreecommitdiffstats
path: root/misc-utils/kill.c
Commit message (Expand)AuthorAgeFilesLines
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-5/+3Star
* lib/signames: remove signame array from header fileKarel Zak2017-10-231-12/+11Star
* kill: Extract signal names into signames.h/signames.cNiklas Hambüchen2017-10-141-127/+1Star
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-261-3/+4
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-1/+1
* kill: remove pid command-name to option aliasSami Kerola2016-08-141-4/+0Star
* misc: Fix various typosSebastian Rasmussen2016-05-311-2/+2
* lib/tty: Pass default width to get_terminal_width()Boris Egorov2016-01-061-5/+1Star
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
* textual: fix some typos and inconsistencies in various messagesBenno Schulenberg2014-07-231-1/+1
* textual: fix the usage message of killBenno Schulenberg2014-07-141-10/+10
* kill: use --queue option argument as sigval integer valueSami Kerola2014-07-141-3/+1Star
* textual: remove square brackets from around three dotsBenno Schulenberg2014-05-061-1/+1
* kill: add --verbose option to display what is killedSami Kerola2014-04-261-2/+9
* kill: remove unnecessary indirectionSami Kerola2014-04-261-3/+1Star
* kill: make options --pid and --queue mutually exclusiveSami Kerola2014-04-261-0/+6
* kill: fix bug in --all semanticKarel Zak2014-04-071-1/+1
* kill: add copyrights, etc.Karel Zak2014-04-071-0/+2
* kill: return 64 on partial successKarel Zak2014-04-071-23/+37
* kill: coding style, simplify codeKarel Zak2014-04-071-15/+13Star
* kill: rename printsig() to print_signal_name()Karel Zak2014-04-071-7/+7
* kill: rename printsignals() to print_all_signalsprint_all_signals()Karel Zak2014-04-071-4/+4
* kill: reorder functions to make it more readableKarel Zak2014-04-071-199/+195Star
* kill: move sigqueue inputs to control structSami Kerola2014-03-301-12/+17
* kill: add parse_arguments() functionSami Kerola2014-03-301-53/+60
* kill: tell what is wrong rather than output usage()Sami Kerola2014-03-301-8/+8
* kill: use control structure to pass user input to functionsSami Kerola2014-03-301-50/+59
* kill: deprecat invocation as 'pid' command nameSami Kerola2014-03-301-0/+2
* kill: make usage() not to returnSami Kerola2014-03-301-14/+12Star
* kill: move magic numbers in beginning of the fileSami Kerola2014-03-301-5/+9
* kill: flip all comparions to be in smaller - greater orderSami Kerola2014-03-301-7/+7
* kill: fix coding styleSami Kerola2014-03-301-277/+259Star
* kill: support --list=<signal>Karel Zak2013-03-131-9/+16
* kill: add pretty printed list output (for compatibility with procps)Sami Kerola2013-03-131-48/+85
* kill: use new API from lib/procutils.cKarel Zak2013-03-121-14/+23
* kill, procs: use pid_t for pidsSami Kerola2013-03-121-3/+3
* kill: use libc error printing facilities and exit valuesSami Kerola2013-03-121-32/+24Star
* kill: align with howto-usage-function.txtSami Kerola2013-03-121-7/+21
* kill: add long optionsSami Kerola2013-03-121-5/+5
* textual: spell and encode the name of Arkadiusz Miśkiewicz correctlyBenno Schulenberg2013-02-061-1/+1
* textual: use UTIL_LINUX_VERSION everywhereKarel Zak2013-01-251-1/+1
* kill: fix compiler warning [-Wmissing-prototypes]Karel Zak2012-07-161-16/+16
* build: fix redundant redeclaration warningsSami Kerola2012-06-111-3/+0Star
* misc-utils: cleanup unused strings.h includesmaximilian attems2012-05-231-1/+0Star
* misc-utils: cleanup strtoxx_or_err()Karel Zak2012-05-151-1/+1
* misc-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* kill: fix compiler warnings [-Wsign-compare]Karel Zak2011-08-011-4/+3Star
* kill: add -q sigval to use sigqueue(2)Karel Zak2011-02-281-1/+27