summaryrefslogtreecommitdiff
path: root/src/core/killall.c
AgeCommit message (Expand)Author
2016-05-25stuffLuke Shumaker
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-26shutdown: complain if process excluded from killing spree runs of the same ro...Michal Sekletar
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-09-04macro: introduce new PID_TO_PTR macros and make use of themLennart Poettering
2015-06-09core: log oom during killing spreeThomas Hindoe Paaboel Andersen
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier
2015-04-10shared: add process-util.[ch]Ronny Chevalier
2015-04-10shared: add formats-util.hRonny Chevalier
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-06-24use more _cleanup_ macroRonny Chevalier
2014-06-13core: fix invalid free() in killall()Andreas Henriksson
2014-01-05shared: procfs_file_alloca: handle pid==0Simon Peeters
2014-01-02Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek
2013-11-25core: fix order of parameters in broadcast_signal()Lennart Poettering
2013-11-25shutdown: during final killing spree also send SIGHUP in addition to SIGTERM ...Lennart Poettering
2013-06-26killall: do not use alloca() in argument listZbigniew Jędrzejewski-Szmek
2013-04-19core/killall: use procfs_file_allocaZbigniew Jędrzejewski-Szmek
2013-04-03core/killall.c: prevent segfault and initialize pidsHarald Hoyer
2013-04-02shutdown: correctly wait for processes we killed in the killall spreeLennart Poettering
2013-03-30killall: print notice what we forcefully KILLKay Sievers
2012-07-19killall: avoid gcc warning about wait name clashLennart Poettering
2012-07-17switch-root: don't wait for processesLennart Poettering
2012-07-13core: go on a killing spree when transitioning from initrd to main systemLennart Poettering