]> git.ipfire.org Git - thirdparty/util-linux.git/history - misc-utils/kill.c
Merge branch 'meson-more-build-options' of https://github.com/jwillikers/util-linux
[thirdparty/util-linux.git] / misc-utils / kill.c
2023-10-25  Karel ZakMerge branch 'refine-the-choice-of-stream-related-funct...
2023-10-24  Masatake YAMATOMake the ways of using output stream consistent in...
2022-11-07  Karel ZakMerge branch 'fix-use-https' of https://github.com...
2022-11-07  Karel ZakMerge branch 'fix-fs-block-size' of https://github...
2022-11-01  Karel ZakMerge branch 'romfs/checksum' of https://github.com...
2022-10-31  Karel ZakMerge branch 'cdown/2022-10-26/check_handler' of https...
2022-10-26  Chris Downkill: Support mandating the presence of a userspace...
2022-04-19  Karel ZakMerge branch 'fdisktestsppc64le' of https://github...
2021-11-26  Karel ZakMerge branch 'topic/lsfd'
2021-10-06  Karel Zakkill: use lib/procfs.c
2021-06-25  Karel ZakMerge branch 'fix_mount_fscontext' of https://github...
2021-06-21  Karel Zakkill: check errno after strto..()
2020-05-25  Karel ZakMerge branch 'libeconf' of https://github.com/thkukuk...
2020-04-22  Karel ZakMerge branch 'clang' of https://github.com/neheb/util...
2020-04-20  Rosen Penev[clang-tidy] do not use else after return
2020-04-19  Rosen Penev[clang-tidy] do not return in void functions
2020-02-27  Karel ZakMerge branch 'libuuid-range' of https://github.com...
2019-12-10  Karel Zakkill: add another ifdef
2019-12-09  Karel Zakkill: add missing ifdefs
2019-12-09  Karel Zakkill: deallocate follow_ups [assan]
2019-12-09  Karel Zakkill: report features on -V, add lish_header initialization
2019-12-09  Karel ZakMerge branch 'kill-pidfd' of https://github.com/kerolas...
2019-11-25  Sami Kerolakill: use pidfd system calls to implement --timeout...
2019-04-16  Karel Zakmisc: consolidate version printing and close_stdout()
2018-06-12  Ruediger MeierMerge branch 'hardlink-import' into hardlink
2017-10-23  Karel Zaklib/signames: remove signame array from header file
2017-10-23  Karel ZakMerge branch 'kill-child-feature' of https://github...
2017-10-14  Niklas Hambüchenkill: Extract signal names into signames.h/signames.c
2017-08-30  Sami Kerolarfkill: merge rfkill.8 project to util-linux
2017-07-11  Karel ZakMerge branch 'master' of https://github.com/pali/util...
2017-07-10  Karel ZakMerge branch 'help' of https://github.com/rudimeier...
2017-06-29  Ruediger Meiermisc: consolidate macro style USAGE_HELP_OPTIONS
2017-06-27  Karel ZakMerge branch 'travis-checkusage' of https://github...
2017-06-27  Karel ZakMerge branch 'help-description' of https://github.com...
2017-06-27  Ruediger Meiermisc: introduce print_usage_help_options()
2017-06-26  Karel ZakMerge branch 'usage-part2' of https://github.com/rudime...
2017-06-26  Ruediger Meiermisc: cosmetics, remove argument from usage(FILE*)
2017-02-20  Sami Kerolamisc: add static keyword to where needed [smatch scan]
2016-08-16  Karel ZakMerge branch 'misc' of https://github.com/kerolasa...
2016-08-14  Sami Kerolakill: remove pid command-name to option alias
2016-05-31  Sebastian Rasmussenmisc: Fix various typos
2016-01-06  Boris Egorovlib/tty: Pass default width to get_terminal_width()
2015-01-08  Karel ZakMerge branch 'master' of https://github.com/pali/util...
2015-01-06  Benno Schulenbergtextual: add a docstring to most of the utilities
2014-07-23  Benno Schulenbergtextual: fix some typos and inconsistencies in various...
2014-07-22  Karel ZakMerge branch 'master' of https://github.com/yurchor...
2014-07-22  Karel ZakMerge branch 'ioclt' of https://github.com/lanurmi...
2014-07-14  Benno Schulenbergtextual: fix the usage message of kill
2014-07-14  Karel ZakMerge branch 'minor-fixes' of git://github.com/kerolasa...
2014-07-14  Sami Kerolakill: use --queue option argument as sigval integer...
2014-05-07  Karel ZakMerge branch 'kill-tests' of https://github.com/rudimei...
2014-05-06  Benno Schulenbergtextual: remove square brackets from around three dots
2014-04-28  Karel ZakMerge branch 'kill-tests-v4' of git://github.com/kerola...
2014-04-26  Sami Kerolakill: add --verbose option to display what is killed
2014-04-26  Sami Kerolakill: remove unnecessary indirection
2014-04-26  Sami Kerolakill: make options --pid and --queue mutually exclusive
2014-04-07  Karel Zakkill: fix bug in --all semantic
2014-04-07  Karel Zakkill: add copyrights, etc.
2014-04-07  Karel Zakkill: return 64 on partial success
2014-04-07  Karel Zakkill: coding style, simplify code
2014-04-07  Karel Zakkill: rename printsig() to print_signal_name()
2014-04-07  Karel Zakkill: rename printsignals() to print_all_signalsprint_a...
2014-04-07  Karel Zakkill: reorder functions to make it more readable
2014-04-07  Karel ZakMerge branch 'kill' of git://github.com/kerolasa/lelux...
2014-03-30  Sami Kerolakill: move sigqueue inputs to control struct
2014-03-30  Sami Kerolakill: add parse_arguments() function
2014-03-30  Sami Kerolakill: tell what is wrong rather than output usage()
2014-03-30  Sami Kerolakill: use control structure to pass user input to functions
2014-03-30  Sami Kerolakill: deprecat invocation as 'pid' command name
2014-03-30  Sami Kerolakill: make usage() not to return
2014-03-30  Sami Kerolakill: move magic numbers in beginning of the file
2014-03-30  Sami Kerolakill: flip all comparions to be in smaller - greater...
2014-03-30  Sami Kerolakill: fix coding style
2013-03-13  Karel Zakkill: support --list=<signal>
2013-03-13  Sami Kerolakill: add pretty printed list output (for compatibility...
2013-03-12  Karel Zakkill: use new API from lib/procutils.c
2013-03-12  Sami Kerolakill, procs: use pid_t for pids
2013-03-12  Sami Kerolakill: use libc error printing facilities and exit values
2013-03-12  Sami Kerolakill: align with howto-usage-function.txt
2013-03-12  Sami Kerolakill: add long options
2013-02-20  Karel ZakMerge branch 'patch-1' of https://github.com/dtrebbien...
2013-02-06  Benno Schulenbergtextual: spell and encode the name of Arkadiusz Miśkiew...
2013-01-25  Karel Zaktextual: use UTIL_LINUX_VERSION everywhere
2012-07-16  Karel Zakkill: fix compiler warning [-Wmissing-prototypes]
2012-06-15  Karel ZakMerge branch '2012wk23' of git://github.com/kerolasa...
2012-06-11  Sami Kerolabuild: fix redundant redeclaration warnings
2012-05-24  Ludwig Nusselmerge coreutils' last GPL2 version of su.c
2012-05-23  maximilian attemsmisc-utils: cleanup unused strings.h includes
2012-05-23  Karel ZakMerge branch 'master' of https://github.com/jhuntwork...
2012-05-15  Karel Zakmisc-utils: cleanup strtoxx_or_err()
2012-04-11  Karel ZakMerge branch 'close_stream' of git://github.com/kerolas...
2012-04-04  Sami Kerolamisc-utils: verify writing to streams was successful
2011-08-01  Karel Zakkill: fix compiler warnings [-Wsign-compare]
2011-02-28  Karel Zakkill: add -q sigval to use sigqueue(2)
2011-02-28  Karel Zakkill: translate "-l <num>" to RT<n>
2011-02-28  Karel Zakkill: add support for real-time signals
2009-10-15  Karel Zakkill: use c.h
2007-07-27  Karel Zakremove hardcoded package name from some utils
2006-12-06  Karel ZakImported from util-linux-2.13-pre1 tarball. v2.13-pre1
2006-12-06  Karel ZakImported from util-linux-2.12j tarball. v2.12j
next