summaryrefslogtreecommitdiff
path: root/src/sleep
AgeCommit message (Expand)Author
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
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-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-07-06fileio: consolidate write_string_file*()Daniel Mack
2015-07-06fileio: add 'enforce_newline' argument to write_string_stream()Daniel Mack
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-01-11Implement masking and overriding of generatorsZbigniew Jędrzejewski-Szmek
2015-01-11Simplify execute_directory()Zbigniew Jędrzejewski-Szmek
2014-12-09sleep: drop redundant MESSAGE= prefixLennart Poettering
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt
2014-11-28log: fix order of log_unit_struct() to match other logging callsLennart Poettering
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek
2014-07-07firstboot: get rid of firstboot generator again, introduce ConditionFirstBoot...Lennart Poettering
2014-07-07firstboot: add new component to query basic system settings on first boot, or...Lennart Poettering
2014-07-03machinectl: show /etc/os-release information of container in status outputLennart Poettering
2014-06-19coredump: optionally store coredumps on disk, not in the journalLennart Poettering
2014-03-06util: add timeout to generator executionLennart Poettering
2014-01-07sleep.c: fix typoMichele Curti
2013-12-15Fix a few resource leaks in error pathsZbigniew Jędrzejewski-Szmek
2013-11-06clients: unify how we invoke getopt_long()Lennart Poettering
2013-05-06systemd-sleep: add support for freeze and standbyZbigniew Jędrzejewski-Szmek
2013-04-03util: rename write_one_line_file() to write_string_file()Lennart Poettering
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer
2012-10-28logind: support for hybrid sleep (i.e. suspend+hibernate at the same time)Lennart Poettering
2012-10-13log: introduce a macro to format message idZbigniew Jędrzejewski-Szmek
2012-09-03journal: generate structured journal messages for a number of eventsLennart Poettering
2012-06-01sleep: Don't call execute_directory() on a binaryMatthias Clasen
2012-05-30sleep: print nice messages right before and right after system hibernate/sleepLennart Poettering
2012-05-08sleep: implement suspend/hibernate as first class targetsLennart Poettering