summaryrefslogtreecommitdiff
path: root/src/shared/sleep-config.c
Commit message (Expand)AuthorAgeFilesLines
...
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+2
* fileio: make get_status_field() more genericAaro Koskinen2015-09-301-1/+1
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-3/+3
* systemd-sleep: Support sleep.conf.d directories in the usual search pathsJosh Triplett2014-11-291-3/+4
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-281-2/+2
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-7/+12
* Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek2014-07-161-13/+3
* Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek2014-07-151-1/+1
* consistently order cleanup attribute before typeThomas Hindoe Paaboel Andersen2014-06-221-1/+1
* coredump: optionally store coredumps on disk, not in the journalLennart Poettering2014-06-191-1/+3
* make gcc shut upLennart Poettering2014-02-191-2/+2
* everywhere: always use O_CLOEXEC where it makes senseLennart Poettering2014-02-131-1/+1
* sleep-config: fix double freeZbigniew Jędrzejewski-Szmek2013-12-311-18/+20
* sleep-config: Dereference pointer before check for NULLStefan Beller2013-12-301-1/+1
* sleep-config: fix useless check for swapfile typeDave Reisner2013-12-241-7/+3
* Make hibernation test work for swap filesJan Janssen2013-11-071-1/+1
* Use first partition in /proc/swaps for hibernation testZbigniew Jędrzejewski-Szmek2013-09-171-17/+63
* Assume that /proc/meminfo can be missingZbigniew Jędrzejewski-Szmek2013-09-161-1/+2
* Advertise hibernation only if there's enough free swapZbigniew Jędrzejewski-Szmek2013-09-131-1/+44
* systemd-sleep: it is not an error if the config file is missingZbigniew Jędrzejewski-Szmek2013-05-071-11/+8
* systemd-sleep: add support for freeze and standbyZbigniew Jędrzejewski-Szmek2013-05-061-0/+182