summaryrefslogtreecommitdiff
path: root/src/sleep
AgeCommit message (Expand)AuthorFilesLines
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-2/+0
2015-01-11Implement masking and overriding of generatorsZbigniew Jędrzejewski-Szmek1-2/+3
2015-01-11Simplify execute_directory()Zbigniew Jędrzejewski-Szmek1-2/+2
2014-12-09sleep: drop redundant MESSAGE= prefixLennart Poettering1-1/+1
2014-11-28treewide: another round of simplificationsMichal Schmidt1-8/+4
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-2/+2
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt1-6/+5
2014-11-28log: fix order of log_unit_struct() to match other logging callsLennart Poettering1-12/+14
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-8/+5
2014-07-07firstboot: get rid of firstboot generator again, introduce ConditionFirstBoot...Lennart Poettering1-2/+2
2014-07-07firstboot: add new component to query basic system settings on first boot, or...Lennart Poettering1-2/+2
2014-07-03machinectl: show /etc/os-release information of container in status outputLennart Poettering1-1/+1
2014-06-19coredump: optionally store coredumps on disk, not in the journalLennart Poettering1-0/+1
2014-03-06util: add timeout to generator executionLennart Poettering1-5/+9
2014-01-07sleep.c: fix typoMichele Curti1-1/+1
2013-12-15Fix a few resource leaks in error pathsZbigniew Jędrzejewski-Szmek1-8/+7
2013-11-06clients: unify how we invoke getopt_long()Lennart Poettering1-5/+3
2013-05-06systemd-sleep: add support for freeze and standbyZbigniew Jędrzejewski-Szmek1-75/+169
2013-04-03util: rename write_one_line_file() to write_string_file()Lennart Poettering1-5/+5
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer1-0/+1
2012-10-28logind: support for hybrid sleep (i.e. suspend+hibernate at the same time)Lennart Poettering1-2/+18
2012-10-13log: introduce a macro to format message idZbigniew Jędrzejewski-Szmek1-4/+4
2012-09-03journal: generate structured journal messages for a number of eventsLennart Poettering1-4/+22
2012-06-01sleep: Don't call execute_directory() on a binaryMatthias Clasen1-2/+2
2012-05-30sleep: print nice messages right before and right after system hibernate/sleepLennart Poettering1-0/+10
2012-05-08sleep: implement suspend/hibernate as first class targetsLennart Poettering2-0/+84