summaryrefslogtreecommitdiffstats
path: root/src/core/killall.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-031-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-271-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