summaryrefslogtreecommitdiff
path: root/src/core/killall.c
Commit message (Expand)AuthorAgeFilesLines
* killall: bump log message about unkilled processes to LOG_WARNINGLennart Poettering2019-07-131-10/+13
* core/killall: Add documentation about broadcast_signal()Benjamin Robin2019-04-101-0/+6
* core/killall: Log the process names not killed after 10sBenjamin Robin2019-04-101-3/+37
* core/killall: Propagate errors and return the number of process leftBenjamin Robin2019-04-081-16/+24
* killall: (void)ify more thingsLennart Poettering2018-09-251-1/+1
* killall: filter out bogus PIDsLennart Poettering2018-09-251-1/+1
* killall: use is_kernel_thread() during killing spree process filtering tooLennart Poettering2018-09-251-7/+10
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* shutdown: make kill timeout configurable (#7835)Jan Klötzke2018-01-101-4/+4
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: remove "misuse" of getpgid() in systemd-shutdownAlan Jenkins2017-10-301-3/+3
* tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`Andreas Rammhold2017-10-021-2/+1
* core/killall: add (void)Zbigniew Jędrzejewski-Szmek2017-02-201-1/+2
* pid1: rewrite check in ignore_proc() to not check condition twiceZbigniew Jędrzejewski-Szmek2017-01-311-16/+13
* tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)Reverend Homer2016-12-091-1/+2
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* shutdown: use 90s SIGKILL timeoutLennart Poettering2016-07-121-3/+2
* treewide: fix typos and remove accidental repetition of wordsTorstein Husebø2016-07-111-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* shutdown: complain if process excluded from killing spree runs of the same ro...Michal Sekletar2016-01-261-3/+18
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-5/+6
* macro: introduce new PID_TO_PTR macros and make use of themLennart Poettering2015-09-041-3/+3
* core: log oom during killing spreeThomas Hindoe Paaboel Andersen2015-06-091-2/+6
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-5/+5
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-1/+1
* use more _cleanup_ macroRonny Chevalier2014-06-241-3/+1
* core: fix invalid free() in killall()Andreas Henriksson2014-06-131-1/+1
* shared: procfs_file_alloca: handle pid==0Simon Peeters2014-01-051-1/+2
* Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek2014-01-021-2/+2
* core: fix order of parameters in broadcast_signal()Lennart Poettering2013-11-251-1/+1
* shutdown: during final killing spree also send SIGHUP in addition to SIGTERM ...Lennart Poettering2013-11-251-3/+19
* killall: do not use alloca() in argument listZbigniew Jędrzejewski-Szmek2013-06-261-2/+3
* core/killall: use procfs_file_allocaZbigniew Jędrzejewski-Szmek2013-04-191-7/+2
* core/killall.c: prevent segfault and initialize pidsHarald Hoyer2013-04-031-1/+1
* shutdown: correctly wait for processes we killed in the killall spreeLennart Poettering2013-04-021-27/+58
* killall: print notice what we forcefully KILLKay Sievers2013-03-301-0/+7
* killall: avoid gcc warning about wait name clashLennart Poettering2012-07-191-2/+2
* switch-root: don't wait for processesLennart Poettering2012-07-171-2/+3
* core: go on a killing spree when transitioning from initrd to main systemLennart Poettering2012-07-131-0/+176