summaryrefslogtreecommitdiff
path: root/src/shutdownd/shutdownd.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-24shutdownd: kill the old implementationDaniel Mack1-458/+0
2015-04-24shared/utmp-wtmp: add parameter for origin tty and callback userdataDaniel Mack1-1/+1
2015-04-10shared: add formats-util.hRonny Chevalier1-0/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-4/+0
2015-02-18shared: introduce cmsg_close_all() callLennart Poettering1-6/+8
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen1-1/+1
2015-02-12Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC"Lennart Poettering1-1/+1
2015-02-10tree-wide: Always use recvmsg with MSG_CMSG_CLOEXECCristian Rodríguez1-1/+1
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-9/+9
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt1-8/+4
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-4/+4
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-4/+4
2014-09-27shutdownd: clean up initialization of structThomas Hindoe Paaboel Andersen1-2/+2
2014-08-21notify: send STOPPING=1 from our daemonsLennart Poettering1-0/+1
2014-07-31Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek1-2/+2
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek1-2/+2
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering1-2/+1
2014-03-14utmp-wtmp: allow overriding username on wallSebastian Thorarensen1-1/+1
2014-03-04shutdownd: modernizationsZbigniew Jędrzejewski-Szmek1-17/+9
2014-02-05Update some message formatsZbigniew Jędrzejewski-Szmek1-2/+2
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek1-1/+1
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek1-23/+18
2013-04-03util: rename write_one_line_file() to write_string_file()Lennart Poettering1-1/+1
2013-03-21shutdownd: shut up bogus gcc warningZbigniew Jędrzejewski-Szmek1-13/+10
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer1-0/+1
2012-08-06shutdown: allow to specify broadcast message when cancelling shutdownMichal Sekletar1-0/+4
2012-07-26log.h: new log_oom() -> int -ENOMEM, use itShawn Landden1-4/+2
2012-07-25use "Out of memory." consistantly (or with "\n")Shawn Landden1-1/+1
2012-05-31mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers1-1/+1
2012-04-12move all tools to subdirsKay Sievers1-0/+476