summaryrefslogtreecommitdiff
path: root/src/core/killall.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-09core: log oom during killing spreeThomas Hindoe Paaboel Andersen1-2/+6
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier1-0/+1
2015-04-10shared: add process-util.[ch]Ronny Chevalier1-0/+1
2015-04-10shared: add formats-util.hRonny Chevalier1-0/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-1/+0
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-5/+5
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt1-1/+1
2014-06-24use more _cleanup_ macroRonny Chevalier1-3/+1
2014-06-13core: fix invalid free() in killall()Andreas Henriksson1-1/+1
2014-01-05shared: procfs_file_alloca: handle pid==0Simon Peeters1-1/+2
2014-01-02Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek1-2/+2
2013-11-25core: fix order of parameters in broadcast_signal()Lennart Poettering1-1/+1
2013-11-25shutdown: during final killing spree also send SIGHUP in addition to SIGTERM ...Lennart Poettering1-3/+19
2013-06-26killall: do not use alloca() in argument listZbigniew Jędrzejewski-Szmek1-2/+3
2013-04-19core/killall: use procfs_file_allocaZbigniew Jędrzejewski-Szmek1-7/+2
2013-04-03core/killall.c: prevent segfault and initialize pidsHarald Hoyer1-1/+1
2013-04-02shutdown: correctly wait for processes we killed in the killall spreeLennart Poettering1-27/+58
2013-03-30killall: print notice what we forcefully KILLKay Sievers1-0/+7
2012-07-19killall: avoid gcc warning about wait name clashLennart Poettering1-2/+2
2012-07-17switch-root: don't wait for processesLennart Poettering1-2/+3
2012-07-13core: go on a killing spree when transitioning from initrd to main systemLennart Poettering1-0/+176